From owner-freebsd-ports@FreeBSD.ORG Wed Feb 9 19:27:13 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97C5616A4CE for ; Wed, 9 Feb 2005 19:27:13 +0000 (GMT) Received: from mxsf08.cluster1.charter.net (mxsf08.cluster1.charter.net [209.225.28.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3521A43D1D for ; Wed, 9 Feb 2005 19:27:13 +0000 (GMT) (envelope-from cary@flederma.us) Received: from mxip01.cluster1.charter.net (mxip01a.cluster1.charter.net [209.225.28.131])j19JRBOR026949 for ; Wed, 9 Feb 2005 14:27:12 -0500 Received: from bv1-24.207.179.163.charter-stl.com (HELO isil.flederma.us) (24.207.179.163) by mxip01.cluster1.charter.net with SMTP; 09 Feb 2005 14:27:12 -0500 X-Ironport-AV: i="3.88,190,1102309200"; d="scan'208"; a="561196631:sNHT28609272" Received: (qmail 56194 invoked by uid 1001); 9 Feb 2005 19:27:29 -0000 Date: Wed, 9 Feb 2005 13:27:07 -0600 From: Cary Mathews To: freebsd-ports@freebsd.org Message-ID: <20050209192729.GF26416@isil.flederma.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-GPG-Key: http://www.flederma.us/cary.asc X-GPG-Fingerprint: D96E 6DDC 8F73 2309 B94B 2BDE 874B 83FB 5100 C9B9 Subject: problem building ORBit2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Feb 2005 19:27:13 -0000 hi, (I'm assuming I should be posting to the -ports list since I am having problems with ports. but if this should be on -questions, then let me know so I can take it over there) I've been running into the following error message everytime I've tried to build devel/ORBit2: /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_signal' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_destroy' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_create' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_getspecific' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_init' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_exit' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_equal' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_getschedparam' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_setscope' .... Googling for the message lead me to this answer: the original poster is trying to build libgnomeui, but his build stops with the same errors as I am seeing. The response is to /quote Rebuild devel/glib20. /endquote So I've gone into devel/glib20 and did a make deinstall; make clean; make reinstall (as root - no permissions issues), and reinstalled glib20. However, I'm still getting the same error trying to build devel/ORBit2. I've tried to do a clean install of all the ports that ORBit2 requires, but to no avail. FWIW: # uname -a FreeBSD isil.flederma.us 4.9-STABLE FreeBSD 4.9-STABLE #1: Thu Mar 11 19:34:38 CST 2004 root@isil.flederma.us:/usr/obj/usr/src/sys/ISIL i386 If there is anything else I can do, or webpages I should read, please point me to them. Thanks in advance, -c. -- "Quis custodiet ipsos custodes?" --Juvenal