Date: Sat, 30 Jun 2001 12:50:27 -0700 (PDT) From: Sean Chittenden <sean@chittenden.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/28551: ports/mail/faces doesn't build (linking with pthreads broken) Message-ID: <200106301950.f5UJoRg66197@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 28551 >Category: ports >Synopsis: ports/mail/faces doesn't build (linking with pthreads broken) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 30 13:00:19 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sean Chittenden >Release: 4.3-STABLE >Organization: >Environment: FreeBSD wheel.tgd.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Thu Jun 28 10:55:57 PDT 2001 root@wheel.tgd.net:/usr/src/sys/compile/WHEEL i386 >Description: Fresh build of FreeBSD 4.3-STABLE (synced two days ago). Attempting to build xemacs21-mule-sumo port and faces doesn't compile and gives me the following error: cc -o xfaces -O6 -pipe -pipe -fwritable-strings -DAUDIO_SUPPORT -DAUDIO_CMD=\"/usr/local/bin/rplay\" -DDNSLOOKUP -DFACEDIR=\"/usr/X11R6/share/faces\" -DNISLOOKUP -DNO_43SELECT -DSPOOLDIR=\"/var/mail\" -I/usr/X11R6/include address.o get.o main.o mon.o parsefrom.o rec.o x11.o -L./compface -lcompface -L/usr/X11R6/lib -lX11 /usr/X11R6/lib/libX11.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/libX11.so: undefined reference to `pthread_cond_init' /usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_unlock' /usr/X11R6/lib/libX11.so: undefined reference to `pthread_self' /usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_destroy' /usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_lock' /usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_wait' /usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_destroy'/usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_init' *** Error code 1 Seems like a linking problem to me, but I'm not a big X buff. Any chance the port maintainer could take a peak at this and issue a patch? >How-To-Repeat: cvsup -g -L 2 -z /etc/cvsupfile.freebsd-ports cd /usr/ports/editors/xemacs21-mule-sumo && make install clean or: cd /usr/ports/mail/faces && make install clean >Fix: I'm assuming guessing it's a simple linking problem with a pthreads library. >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?200106301950.f5UJoRg66197>