From owner-freebsd-stable Sun Nov 5 12:29:54 2000 Delivered-To: freebsd-stable@freebsd.org Received: from gershwin.tera.com (gershwin.cray.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 573FE37B479 for ; Sun, 5 Nov 2000 12:29:51 -0800 (PST) Received: from thought.org (tao.sea.tera.com [207.108.223.55]) by gershwin.tera.com (8.9.3/8.9.3) with ESMTP id MAA08422; Sun, 5 Nov 2000 12:29:48 -0800 (PST) Received: (from kline@localhost) by thought.org (8.11.0/8.11.0) id eA5KTao84446; Sun, 5 Nov 2000 12:29:36 -0800 (PST) (envelope-from kline) Date: Sun, 5 Nov 2000 12:29:34 -0800 From: Gary Kline To: Bill Fumerola Cc: Randy Bush , FreeBSD Stable Subject: Re: dog bite? Message-ID: <20001105122934.A84293@tao.thought.org> References: <20001105140543.H37870@jade.chc-chimes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20001105140543.H37870@jade.chc-chimes.com>; from billf@chimesnet.com on Sun, Nov 05, 2000 at 02:05:43PM -0500 X-Organization: Thought Unlimited. Public service Unix since 1986. Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Nov 05, 2000 at 02:05:43PM -0500, Bill Fumerola wrote: > On Sun, Nov 05, 2000 at 06:51:47PM +0900, Randy Bush wrote: > > >>> /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libACE-5_0_2.so: Undefined symbol "_vt$9bad_alloc" > > >>> *** Error code 1 > > >> This has nothing to do with ld alone by the look of it. Additionally, I > > >> tried to build the codecrusader port just now, and it builds just fine. > > >> > > >> Make sure your ports collection is up to date. > > > I'm almost positive this is a symptom of using libraries that were > > > compiled with a version of gcc that is different then the version you're > > > using now. obrien changed some settings once upon a time that made these > > > incompatabilities, I just don't remember when it was. > > > > this system was built on factory clean disks from cold net scratch on > > 00.10.29. > > Is it possible that the port is just installing a prebuilt library from somewhere > or a prebuilt binary? > It isn't clear what's causing these troubles, but overnight I installed the latest gcc. Then carefully deleted the libj* code_crusader libraries. Following is the output from doing a fresh ``make install'' of libjtree. .... gary c++ -o jxlayout jxlayout.o -L../../lib -ljx-1_5_3 -ljcore-1_5_3 -L../../lib -lACE-5_0_2 -L../../lib -L/usr/X11R6/lib -lXext -lXpm -lX11 -lstdc++ -lm -pthread ../../lib/libjx-1_5_3.so: warning: tmpnam() possibly used unsafely; consider using mkstemp() ../../lib/libACE-5_0_2.so: warning: mktemp() possibly used unsafely; consider using mkstemp() ===> Installing for JX-1.5.3_1 ===> JX-1.5.3_1 depends on shared library: png.4 - found ===> JX-1.5.3_1 depends on shared library: Xpm.4 - found ===> JX-1.5.3_1 depends on shared library: X11.6 - found ===> Generating temporary packing list ===> Running ldconfig /sbin/ldconfig -m /usr/X11R6/lib ===> Registering installation for JX-1.5.3_1 ===> Returning to build of libjtree-1.1.7_1 ===> libjtree-1.1.7_1 depends on shared library: X11.6 - found ===> Patching for libjtree-1.1.7_1 ===> Applying FreeBSD patches for libjtree-1.1.7_1 ===> Configuring for libjtree-1.1.7_1 ===> Building for libjtree-1.1.7_1 cd: can't cd to ACE/ACE_wrappers cc: lib/util/ace/j_has_ace.c: No such file or directory cc: No input files specified lib/util/ace/j_has_ace: not found /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libACE-5_0_2.so: Undefined symbol "_vt$9bad_alloc" *** Error code 1 Stop in /usr/ports/x11-toolkits/libjtree. *** Error code 1 -- Gary D. Kline kline@tao.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message