From owner-freebsd-stable@FreeBSD.ORG Mon Jan 12 22:34:54 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C849716A4CE for ; Mon, 12 Jan 2004 22:34:54 -0800 (PST) Received: from neuron.tuke.sk (neuron-ai.fei.tuke.sk [147.232.24.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id E101143D55 for ; Mon, 12 Jan 2004 22:34:46 -0800 (PST) (envelope-from babjak@neuron.tuke.sk) Received: from babjak by neuron.tuke.sk with local (Exim 3.35 #1 (Debian)) id 1AgI8K-0007R1-00 for ; Tue, 13 Jan 2004 07:34:36 +0100 Date: Tue, 13 Jan 2004 07:34:36 +0100 To: freebsd-stable@freebsd.org Message-ID: <20040113063436.GA28270@neuron.tuke.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i From: Jozef Babjak Subject: undefined reference to pthread_cond_init during many ports compilation X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: babjak@neuron.tuke.sk List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2004 06:34:54 -0000 Hi all, I installed FreeBSD-4.9 Release, CVSup-ed system sources according to /usr/share/examples/cvsup/stable-supfile and ports according to /usr/share/examples/cvsup/ports-supfile yesterday. Updating by make buildworld, make buildkernel, make installkernel and shutdown now and make installworld was fine and without any errors. Now I'm trying to install applications from CVSup-ed ports collection and lot of installations ends with the same error (this one from /usr/ports/graphics/gimp1): /usr/X11R6/lib/libXt.so: undefined reference to `pthread_cond_signal' /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_zero_stu b_' /usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_broadcas t' /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_self_stu b_' /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: *** [bin/gs] Error 1 *** Error code 2 Stop in /usr/ports/print/ghostscript-gnu. *** Error code 1 Stop in /usr/ports/print/cups-pstoraster. *** Error code 1 Stop in /usr/ports/print/gimp-print. *** Error code 1 Stop in /usr/ports/graphics/gimp1. I obtain the same end of installation trials of XFree86-4-Server, KDE3... My system: [babjak]{~}<7:32:39>uname -a FreeBSD cronin.chtf.stuba.sk 4.9-STABLE FreeBSD 4.9-STABLE #0: Mon Jan 12 16:03:27 CET 2004 root@cronin.chtf.stuba.sk:/usr/src/sys/compile/KERONIN i386 [babjak]{~}<7:32:41> Oh, it's terrible to spend all day by unsuccessful installations. :-( Jozef Babjak.