Date: Thu, 25 Jul 2002 13:57:32 -0700 (PDT) From: Marcus vA <mva121@gmx.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/40995: Xfree-4.2.0-libraries have pthread-problems Message-ID: <200207252057.g6PKvWtJ082337@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 40995 >Category: ports >Synopsis: Xfree-4.2.0-libraries have pthread-problems >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 25 14:00:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Marcus vA >Release: 4.6.1 >Organization: >Environment: FreeBSD hybrid.medusa.net 4.6.1-RELEASE FreeBSD 4.6.1-RELEASE #0: Thu Jul 25 12:51:13 CEST 2002 marcus@hybrid.medusa.net:/usr/obj/usr/src/sys/PLONK i386 >Description: Refreshed the ports at July, the 24th (release=cvs, tag=.), then tried to install xpdf: make CFLAGS="-O3" install clean [snip...] ./libtool --mode=link \ cc -o xglyph xglyph.lo ../lib/libt1x.la ../lib/libt1.la \ -L/usr/X11R6/lib -lXaw -lXt -lXmu -lSM -lICE -lXext -lX11 -lm cc -o .libs/xglyph xglyph.o ../lib/.libs/libt1x.so ../lib/.libs/libt1.so -L/usr/X11R6/lib -lXaw -lXt -lXmu -lSM -lICE -lXext -lX11 -lm -Wl,--rpath -Wl,/usr/local/lib /usr/X11R6/lib/libXaw.so: warning: tmpnam() possibly used unsafely; consider using mkstemp() /usr/X11R6/lib/libXt.so: undefined reference to `pthread_cond_signal' /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_zero_stub_' /usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_broadcast' /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_self_stub_' /usr/X11R6/lib/libXt.so: undefined reference to `pthread_cond_init' /usr/X11R6/lib/libXt.so: undefined reference to `pthread_mutex_unlock' /usr/X11R6/lib/libXt.so: undefined reference to `pthread_self' /usr/X11R6/lib/libXt.so: undefined reference to `pthread_mutex_destroy' /usr/X11R6/lib/libXt.so: undefined reference to `pthread_mutex_lock' /usr/X11R6/lib/libXt.so: undefined reference to `pthread_cond_wait' /usr/X11R6/lib/libXt.so: undefined reference to `pthread_cond_destroy' /usr/X11R6/lib/libXt.so: undefined reference to `pthread_mutex_init' gmake[1]: *** [yglyph] error 1 gmake: *** [XXXX] error 1 *** Error code 2 Stop in /usr/ports/devel/t1lib. *** Error code 1 Every program which uses libXt.so gets this error. I tried to portupgrade all: While compiling the upgrade of XFree86-Server-4.2.0_3 -> Free86-Server-4.2.0_4 the same thing happens. Version of the xlibs is: XFree86-libraries-4.2.0_2 >How-To-Repeat: See above, try to compile a program which uses the lib. You can repeat this with trying to compile gtk-1.2.10_4 -> gtk-1.2.10_7 too. Thanks in advance >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207252057.g6PKvWtJ082337>