From owner-freebsd-ports Sat May 8 22:11: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 8CCCF159D3 for ; Sat, 8 May 1999 22:10:55 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id WAA19065; Sat, 8 May 1999 22:10:52 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id WAA22261; Sat, 8 May 1999 22:10:43 -0700 (PDT) From: Gary Kline Message-Id: <199905090510.WAA22261@tao.thought.org> Subject: Re: weird libtool stuff In-Reply-To: from Patrick Seal at "May 9, 99 00:18:12 am" To: patseal@hyperhost.net (Patrick Seal) Date: Sat, 8 May 1999 22:10:43 -0700 (PDT) Cc: freebsd-ports@FreeBSD.ORG Organization: <> thought.org: public service Unix since 1986... <> X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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