[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Libtool help for chicken port



Hi,

I'm trying to create a port of the chicken scheme -> C compiler,
based on the NetBSD port created by Itojun, the recent libtool update
made the port go a bit further, but now it fails miserably while
doing the fake installation for the 'update-plist'-target:

===>  Faking installation for chicken-1.51
Password:
/bin/sh ./mkinstalldirs /usr/ports/mystuff/chicken/w-chicken-1.51/fake-i386/usr/local/lib
 /bin/sh ./libtool --mode=install /usr/bin/install -c -o root -g bin  libchicken.la /usr/ports/mystuff/chicken/w-chicken-1.51/fake-i386/usr/local/lib/libchicken.la/usr/bin/install -c -o root -g bin .libs/libchicken.so.0.0 /usr/ports/mystuff/chicken/w-chicken-1.51/fake-i386/usr/local/lib/libchicken.so.0.0/usr/bin/install -c -o root -g bin .libs/libchicken.lai /usr/ports/mystuff/chicken/w-chicken-1.51/fake-i386/usr/local/lib/libchicken.la/usr/bin/install -c -o root -g bin .libs/libchicken.a /usr/ports/mystuff/chicken/w-chicken-1.51/fake-i386/usr/local/lib/libchicken.aranlib -t /usr/ports/mystuff/chicken/w-chicken-1.51/fake-i386/usr/local/lib/libchicken.achmod 644 /usr/ports/mystuff/chicken/w-chicken-1.51/fake-i386/usr/local/lib/libchicken.alibtool: install: warning: remember to run `libtool --finish /usr/local/lib' /bin/sh ./libtool --mode=install /usr/bin/install -c -o root -g bin  libstuffed-chicken.la /usr/ports/mystuff/chicken/w-chicken-1.51/fake-i386/usr/local/lib/libstuffed-chicken.lalibtool: install: warning: relinking `libstuffed-chicken.la'(cd /usr/ports/mystuff/chicken/w-chicken-1.51/chicken-1.51; /bin/sh /usr/local/bin/libtool  --mode=relink cc -O2 -o libstuffed-chicken.la -rpath /usr/local/lib -version-info=0:0:0 -no-undefined -lm extras.lo format.lo match-support.lo lolevel.lo tinyclos.lo script-utils.lo tcp.lo regex.lo posix.lo libchicken.la -lm -inst-prefix-dir /usr/ports/mystuff/chicken/w-chicken-1.51/fake-i386)mv: libstuffed-chicken.so.0.0: No such file or directorylibtool: install: error: relink `libstuffed-chicken.la' with the above command before installing it*** Error code 1Stop in /usr/ports/mystuff/chicken/w-chicken-1.51/chicken-1.51 (line 575 of Makefile).*** Error code 1Stop in /usr/ports/mystuff/chicken/w-chicken-1.51/chicken-1.51 (line 1187 of Makefile).*** Error code 1Stop in /usr/ports/mystuff/chicken (line 1748 of /usr/ports/infrastructure/mk/bsd.port.mk).Exit 1

Any libtool ninjas out there willing to help or finish the port?
My skills are severely lacking in this area.

I'm attaching the partial port.

Thanks in advance,
-- 
Jon

chicken.tar.gz