Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2003 11:40:55 +0200 (EET)
From:      Heikki Suonsivu <hsu@bbnetworks.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/49050: unresolved symbols (pthread related) 
Message-ID:  <200303090940.h299etiM003410@lankku.bbnetworks.net>

next in thread | raw e-mail | index | archive | help

>Number:         49050
>Category:       ports
>Synopsis:       unresolved symbols (pthread related)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 09 03:40:15 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Heikki Suonsivu
>Release:        FreeBSD 4.8-RC i386
>Organization:
bbnetworks.net
>Environment:

System: FreeBSD lankku.bbnetworks.net 4.8-RC FreeBSD 4.8-RC #2: Thu Mar 6 18:18:18 EET 2003 hsu@lankku.bbnetworks.net:/usr/obj/usr/src/sys/LAPTOP i386

ports supped 6.3.2003.

>Description:

Many ports (like x11-clocks/eyeclock) fail with the following:

===>  Extracting for eyeclock-2.0
>How-To-Repeat:

This seems to have popped up during last couple of months, I was
mass-upgrading number of hosts, and I am getting these on number of ports.
By some googling it seems that I'm not alone, but I could not find anyone
with a working fix.

>Fix:




>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Checksum OK for eyeclock-2.0.tar.gz.
 ===>  Patching for eyeclock-2.0
 ===>  Applying FreeBSD patches for eyeclock-2.0
 ===>  Configuring for eyeclock-2.0
 ===>   eyeclock-2.0 depends on shared library: X11.6 - found
 ===>  Building for eyeclock-2.0
 cp EyeClock.daemon EyeClock
 gcc mkfbres.c -o mkfbres
 cat EyeClock | ./mkfbres > fallback_resources.h
 gcc -c main.c -O -I/usr/X11R6/include  -DVERSION=\"EyeClock-2.0\"
 gcc -c Clock.c -O -I/usr/X11R6/include
 gcc -c Hand.c -O -I/usr/X11R6/include
 gcc -c Number.c -O -I/usr/X11R6/include
 gcc -c Eye.c -O -I/usr/X11R6/include
 gcc -c converter.c -O -I/usr/X11R6/include  -DDEFAULT_FACE_IS_BSD_DAEMON -DDEFAULT_ICON_IS_NORMAL
 gcc -c etc.c -O -I/usr/X11R6/include  -DEYECLOCK_LIB=\"/usr/X11R6/lib/X11/EyeClock\"
 gcc main.o Clock.o Hand.o Number.o Eye.o converter.o etc.o  -o eyeclock  -L/usr/X11R6/lib  -lm -lX11 -lXt -lXpm
 /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
 
 Stop in /usr/ports/x11-clocks/eyeclock/work/eyeclock-2.0.
 *** Error code 1
 
 Stop in /usr/ports/x11-clocks/eyeclock.
 [make all]: u:5.15s s:0.85s r:7.36s 81% T:%X D:%D T:%K M:%M
 %Wsw %F+%Rpf %Ii %Oo %rr %ss %ksig %wwaits %ccsw
 

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




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