Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2002 01:36:37 -0700
From:      "Bryan K. Ogawa" <bko@idiom.com>
To:        FreeBSD question <charles.burns@cox.net>, questions@freebsd.org
Subject:   Re: Does nobody know, or am I in the wrong place, or...?
Message-ID:  <200204140836.g3E8abem013420@baz.fake.primenet.com>
In-Reply-To: <3CB7C903.8050800@cox.net>
References:  <3CB7C903.8050800@cox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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  <bko@idiom.com>   http://www.idiom.com/~bko/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204140836.g3E8abem013420>