Date: Sun, 9 May 1999 00:18:12 -0400 (EDT) From: Patrick Seal <patseal@hyperhost.net> To: freebsd-ports@FreeBSD.ORG Subject: weird libtool stuff Message-ID: <Pine.BSF.4.10.9905090006250.30665-100000@foobar.hyperhost.net>
next in thread | raw e-mail | index | archive | help
ports such as ORBit and glib12 won't install because of this code in /usr/ports/*/$portname/work/$portname/libtool ===> Installing for ORBit-0.4.3 ===> ORBit-0.4.3 depends on shared library: glib12.1 - found Making install in popt gmake[1]: Entering directory `/usr/ports/devel/ORBit/work/ORBit-0.4.3/popt' gmake[2]: Entering directory `/usr/ports/devel/ORBit/work/ORBit-0.4.3/popt' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/usr/ports/devel/ORBit/work/ORBit-0.4.3/popt' gmake[1]: Leaving directory `/usr/ports/devel/ORBit/work/ORBit-0.4.3/popt' Making install in libIDL gmake[1]: Entering directory `/usr/ports/devel/ORBit/work/ORBit-0.4.3/libIDL' gmake[2]: Entering directory `/usr/ports/devel/ORBit/work/ORBit-0.4.3/libIDL' /bin/sh ./mkinstalldirs /usr/local/lib >>>>>>>>>>> offender /bin/sh ./libtool --mode=install /usr/bin/install -c -o root -g wheel libIDL.la /usr/local/lib/libIDL.la >>>>>>>>>>> /usr/bin/install -c -o root -g wheel .libs/libIDL.so.1 /usr/local/lib/libIDL.so.1 (cd /usr/local/lib && rm -f libIDL.so && ln -s libIDL.so.1 libIDL.so) (cd /usr/local/lib && rm -f libIDL.so && ln -s libIDL.so.1 libIDL.so) /usr/bin/install -c -o root -g wheel .libs/libIDL.lai /usr/local/lib/libIDL.la /usr/bin/install -c -o root -g wheel .libs/libIDL.a /usr/local/lib/libIDL.a ranlib /usr/local/lib/libIDL.a chmod 644 /usr/local/lib/libIDL.a PATH=" eval: 1: Syntax error: Unterminated quoted string gmake[2]: *** [install-libLTLIBRARIES] Error 2 gmake[2]: Leaving directory `/usr/ports/devel/ORBit/work/ORBit-0.4.3/libIDL' gmake[1]: *** [install-am] Error 2 gmake[1]: Leaving directory `/usr/ports/devel/ORBit/work/ORBit-0.4.3/libIDL' gmake: *** [install-recursive] Error 1 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. here's the fix that works for me: --- /usr/ports/devel/ORBit/work/ORBit-0.4.3/libIDL/libtool.bad Sun May 9 00:10:09 1999 +++ /usr/ports/devel/ORBit/work/ORBit-0.4.3/libIDL/libtool.good Sun May 9 00:15:12 1999 @@ -3532,12 +3532,12 @@ $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2 fi - if test -n "$current_libdirs"; then - # Maybe just do a dry run. - test -n "$run" && current_libdirs=" -n$current_libdirs" - exec $SHELL $0 --finish$current_libdirs - exit 1 - fi +# if test -n "$current_libdirs"; then +# # Maybe just do a dry run. +# test -n "$run" && current_libdirs=" -n$current_libdirs" +# exec $SHELL $0 --finish$current_libdirs +# exit 1 +# fi exit 0 ;; I just today did a `make world` to see if it was my system doing this. I really hate having to patch stuff to get this to work, can anyone help!!!! Thanks, ------------------------------------ _____________________________________ Patrick Seal |"Microsoft isn't evil, they just make <patseal@hyperhost.net> | really crappy operating systems." Hyperhost - http://www.hyperhost.net| -Linus Torvalds hosting and Design http://www.freebsd.org - http://www.linux.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9905090006250.30665-100000>