From owner-freebsd-ports Thu Jan 13 4:40: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B73E15046 for ; Thu, 13 Jan 2000 04:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA39552; Thu, 13 Jan 2000 04:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from puajm1.nottingham.ac.uk (puajm1.nottingham.ac.uk [128.243.210.227]) by hub.freebsd.org (Postfix) with ESMTP id 665EA15046 for ; Thu, 13 Jan 2000 04:39:24 -0800 (PST) (envelope-from uazjm2@puajm1.nottingham.ac.uk) Received: (from uazjm2@localhost) by puajm1.nottingham.ac.uk (8.9.3/8.9.3) id MAA39994; Thu, 13 Jan 2000 12:39:17 GMT (envelope-from uazjm2) Message-Id: <200001131239.MAA39994@puajm1.nottingham.ac.uk> Date: Thu, 13 Jan 2000 12:39:17 GMT From: Jose Marques Reply-To: uazjm2@puajm1.nottingham.ac.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16099: XFree86 3.3.6 and thread support Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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