Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jan 2000 12:39:17 GMT
From:      Jose Marques <uazjm2@puajm1.nottingham.ac.uk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16099: XFree86 3.3.6 and thread support
Message-ID:  <200001131239.MAA39994@puajm1.nottingham.ac.uk>

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

>Number:         16099
>Category:       ports
>Synopsis:       XFree86 3.3.6 and thread support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 13 04:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Jose Marques
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

	

>Description:

The configure script for the recently updated XFree86 3.3.6 port no longer
asks the user whether to include thread support (like the 3.3.5 port did).
When I make the 3.3.6 port on a 3.4-stable system (updated and re-built 
as of Jan 13 11:00 GMT) I get linker errors similar to the following:

-8<- sample error --
making all in ./programs...
making all in programs/appres...
cc -O -pipe  -ansi -pedantic -Dasm=__asm    -I../.. -I../../exports/include  -DC
SRG_BASED   -DFUNCPROTO=15 -DNARROWPROTO   -c appres.c
rm -f appres
cc -o appres  -ansi -pedantic -Dasm=__asm     -L../../exports/lib appres.o -lXt 
-lSM -lICE -lXext -lX11 -L/usr/X11R6/lib   -lxpg4  -Wl,-rpath,/usr/X11R6/lib
../../exports/lib/libXt.a(Threads.o): In function `InitProcessLock':
Threads.o(.text+0x3a): undefined reference to `pthread_mutex_init'
Threads.o(.text+0x6e): undefined reference to `pthread_cond_init'
../../exports/lib/libXt.a(Threads.o): In function `ProcessLock':
Threads.o(.text+0x8b): undefined reference to `pthread_self'
[Snip]
*** Error code 1 (continuing)
`all' not remade because of errors.
-8<- sample error --

I can supply the complete build log on request

>How-To-Repeat:

cd /usr/ports/x11/XFree86
setenv XDM_DES YES
make

>Fix:
	
Is it possible to return the configure option to disable thread support?

>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?200001131239.MAA39994>