Date: Sun, 5 Nov 2000 12:29:34 -0800 From: Gary Kline <kline@thought.org> To: Bill Fumerola <billf@chimesnet.com> Cc: Randy Bush <randy@psg.com>, FreeBSD Stable <freebsd-stable@FreeBSD.ORG> Subject: Re: dog bite? Message-ID: <20001105122934.A84293@tao.thought.org> In-Reply-To: <20001105140543.H37870@jade.chc-chimes.com>; from billf@chimesnet.com on Sun, Nov 05, 2000 at 02:05:43PM -0500 References: <E13sMSp-0000EC-00@roam.psg.com> <20001105140543.H37870@jade.chc-chimes.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001105122934.A84293>