From owner-freebsd-questions Sun Apr 14 1:36:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from homemail.bjt.net (mailhub1.bjt.net [209.237.6.254]) by hub.freebsd.org (Postfix) with ESMTP id 3B05E37B419 for ; Sun, 14 Apr 2002 01:36:46 -0700 (PDT) Received: from foo.fake.primenet.com [209.237.31.190] by homemail.bjt.net with ESMTP (SMTPD32-7.06) id ADF4A17007C; Sun, 14 Apr 2002 01:29:40 -0700 Received: from baz.fake.primenet.com (baz [10.0.0.3]) by foo.fake.primenet.com (8.9.3/8.8.8) with ESMTP id BAA78251; Sun, 14 Apr 2002 01:36:37 -0700 (PDT) (envelope-from bko@idiom.com) Received: from baz.fake.primenet.com (localhost [127.0.0.1]) by baz.fake.primenet.com (8.12.2/8.12.2) with ESMTP id g3E8ab0q013423; Sun, 14 Apr 2002 01:36:38 -0700 (PDT) (envelope-from bkogawa@baz.fake.primenet.com) Received: (from bkogawa@localhost) by baz.fake.primenet.com (8.12.2/8.12.2/Submit) id g3E8abem013420; Sun, 14 Apr 2002 01:36:37 -0700 (PDT) From: "Bryan K. Ogawa" Message-Id: <200204140836.g3E8abem013420@baz.fake.primenet.com> To: FreeBSD question , questions@freebsd.org Subject: Re: Does nobody know, or am I in the wrong place, or...? In-Reply-To: <3CB7C903.8050800@cox.net> References: <3CB7C903.8050800@cox.net> Date: Sun, 14 Apr 2002 01:36:37 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In localhost.freebsd.questions, you wrote: > Hello. > > /usr/ports/x11/Xfree86-4 will not install. > I get the error shown at the bottom of this message. [deleted] OK. I don't know much about building Xfree86-4, but the errors below look like problems with pthreads, which typically come from libc_r (not libc). The most unusual symbol of those below is the _Xthr_zero_stub_ and _Xthr_self_stub_ . You might want to try the suggestion in this URL: http://www.geocrawler.com/mail/msg.php3?msg_id=5066811&list=167 which is different than the -O3 one (e.g. remove one of the patches). Are you running current by any chance? > LD_LIBRARY_PATH=../../exports/lib cc -o appres -ansi -pedantic > -Dasm=__asm -Wall -Wpointer-arith -L../../exports/lib appres.o -lXt > -lSM -lICE -lXext -lX11 -L/usr/X11R6/lib -Wl,-rpath,/usr/X11R6/lib > ../../exports/lib/libXt.so: undefined reference to `pthread_cond_signal' > /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_zero_stub_' > ../../exports/lib/libX11.so: undefined reference to `pthread_cond_broadcast' > /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_self_stub_' > ../../exports/lib/libXt.so: undefined reference to `pthread_cond_init' > ../../exports/lib/libXt.so: undefined reference to `pthread_mutex_unlock' > ../../exports/lib/libXt.so: undefined reference to `pthread_self' > ../../exports/lib/libXt.so: undefined reference to `pthread_mutex_destroy' > ../../exports/lib/libXt.so: undefined reference to `pthread_mutex_lock' > ../../exports/lib/libXt.so: undefined reference to `pthread_cond_wait' > ../../exports/lib/libXt.so: undefined reference to `pthread_cond_destroy' > ../../exports/lib/libXt.so: undefined reference to `pthread_mutex_init' -- bryan k ogawa http://www.idiom.com/~bko/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message