Subject: Re: pkgsrc-current supported on 1.3.X?
To: Christoph Badura <bad@oreilly.de>
From: Simon J. Gerraty <sjg@quick.com.au>
List: tech-pkg
Date: 09/21/1999 14:50:29
> I don't recall problems with building packages on 1.3.2 that aren't fixed
> by using the 1.3.3 bsd.own.mk.

Ok, I updated /usr/share/mk to the latest on the 1.3.x branch, blew
away all the amanda stuff, re-build/installed pkglibtool and I get:

creating libamclient.la
(cd .libs && ln -s ../libamclient.la libamclient.la)
cc -DHAVE_CONFIG_H -I. -I. -I../config -I../common-src -I/usr/pkg/include -O  -c amandad.c
/usr/pkg/bin/pkglibtool-a.out-1.2p2 --mode=link cc -O -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib  -L/usr/pkg/lib -o amandad  amandad.o libamclient.la -lm -lreadline -ltermcap    -lamanda
cc -O -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -L/usr/pkg/lib -o .libs/amandad amandad.o -R/usr/pkg/lib -L.libs -lamclient -L/usr/pkg/lib -L/usr/pkg/lib -L/usr/pkg/lib -lm -lreadline -ltermcap -lamanda -lm -lreadline -ltermcap -lamanda
amandad.o: Undefined symbol `_set_pname' referenced from text segment
*** Error code 1


So I think the issue is more to do with inconsistencies within the
current pkg and the fact that I have a previously installed amanda
pkg. 

I'll see if I can get it to build, and report back.

--sjg