Date: Sat, 8 May 1999 22:10:43 -0700 (PDT) From: Gary Kline <kline@tao.thought.org> To: patseal@hyperhost.net (Patrick Seal) Cc: freebsd-ports@FreeBSD.ORG Subject: Re: weird libtool stuff Message-ID: <199905090510.WAA22261@tao.thought.org> In-Reply-To: <Pine.BSF.4.10.9905090006250.30665-100000@foobar.hyperhost.net> from Patrick Seal at "May 9, 99 00:18:12 am"
next in thread | previous in thread | raw e-mail | index | archive | help
According to Patrick Seal: > 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 > [[ ... ]] Hmm, I'm having an earlier problem with ORBit and my 2.2.8. I'm tring to build gIDE and other tools. So far, this is as far as I get with ORBit; both from the port makefile and its own makefile. cc -O -pipe -o orbit-idl main.o orbit-c-backend.o orbit-c-header.o orbit-c-skeletons.o orbit-c-stubs.o orbit-c-common.o orbit-c-marshal.o orbit-c-demarshal.o orbit-c-typecode.o orbit-c-skelimpl.o ../../libIDL/.libs/libIDL.a -L/usr/local/lib -lglib12 -L/usr/local/lib -lglib12 ../../popt/.libs/libpopt.al -lm ld: symbol __GLOBAL_OFFSET_TABLE_ remains undefined gmake[3]: Leaving directory `/tmp/pub/FreeBSD/FreeBSD-current/ports/devel/ORBit/work/ORBit-0.4.3/src/idl-compiler' Making all in orb gmake[3]: Entering directory `/tmp/pub/FreeBSD/FreeBSD-current/ports/devel/ORBit/work/ORBit-0.4.3/src/orb' ../../src/idl-compiler/orbit-idl --noskels ../../src/daemons/interface_repository/interface_repository.idl gmake[3]: *** [interface_repository.h] Bus error (core dumped) gmake[3]: Leaving directory `/tmp/pub/FreeBSD/FreeBSD-current/ports/devel/ORBit/work/ORBit-0.4.3/src/orb' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/tmp/pub/FreeBSD/FreeBSD-current/ports/devel/ORBit/work/ORBit-0.4.3/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/tmp/pub/FreeBSD/FreeBSD-current/ports/devel/ORBit/work/ORBit-0.4.3' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Note that I haven't tried to install ORBit by itself; without using the FBSD patches.... --Yet. Feedback, people? Is this something known to run on 3.X systems or whatever else? gary > -- Gary D. Kline kline@tao.thought.org Public service uNix 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?199905090510.WAA22261>