From owner-freebsd-hackers Sun Nov 21 6:23:39 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 841BD14EFC; Sun, 21 Nov 1999 06:23:31 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from localhost (green@localhost [127.0.0.1]) by hub.freebsd.org (8.9.3/8.9.3) with ESMTP id JAA33310; Sun, 21 Nov 1999 09:23:22 -0500 (EST) (envelope-from green@FreeBSD.org) Date: Sun, 21 Nov 1999 09:23:21 -0500 (EST) From: Brian Fundakowski Feldman X-Sender: green@green.myip.org To: hackers@FreeBSD.org Cc: jdp@FreeBSD.org Subject: very strange undefined symbols Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have an exceedingly strange problem. Every once in a while, I try running CVSup and get an undefined symbol; I try again, and then it works fine... This also happened today with Mozilla. Here's exactly what happened: {"/home/green"}$ mozilla MOZILLA_FIVE_HOME=/home/green/mozilla/dist/bin LD_LIBRARY_PATH=/home/green/mozilla/dist/bin MOZ_PROGRAM=./mozilla-bin MOZ_TOOLKIT= moz_debug=0 moz_debugger= nNCL: registering deferred (0) /usr/libexec/ld-elf.so.1: /usr/local/lib/libgdk-1.2.so.5: Undefined symbol "XInternAtom" {"/home/green"}$ mozilla MOZILLA_FIVE_HOME=/home/green/mozilla/dist/bin LD_LIBRARY_PATH=/home/green/mozilla/dist/bin MOZ_PROGRAM=./mozilla-bin MOZ_TOOLKIT= moz_debug=0 moz_debugger= nNCL: registering deferred (0) nsCollationUnix::Initialize mLocale = C Setting content window .... As you can see, the second time it worked. CVSup also seems to do this on the same symmbol every time it happens, so when that occurs I'll make sure to report it. Thanks John, and anyone else who may have an idea what's going on. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message