From owner-freebsd-ports Sat May 8 21:19:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hyperhost.net (ether.lightrealm.com [207.159.132.5]) by hub.freebsd.org (Postfix) with ESMTP id 8C43214F17 for ; Sat, 8 May 1999 21:19:11 -0700 (PDT) (envelope-from patseal@hyperhost.net) Received: from p1.a8.du.radix.net (p1.a8.du.radix.net [207.192.132.129]) by hyperhost.net (8.8.5/8.8.5) with ESMTP id AAA10526 for ; Sun, 9 May 1999 00:19:06 -0400 (EDT) Date: Sun, 9 May 1999 00:18:12 -0400 (EDT) From: Patrick Seal To: freebsd-ports@FreeBSD.ORG Subject: weird libtool stuff Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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 | 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