From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 29 19:06:41 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E1AE16A4CE for ; Wed, 29 Sep 2004 19:06:41 +0000 (GMT) Received: from scotth.emsphone.com (scotth.emsphone.com [199.67.51.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38B0943D1D for ; Wed, 29 Sep 2004 19:06:41 +0000 (GMT) (envelope-from shildret@scotth.emsphone.com) Received: from scotth.emsphone.com (localhost [127.0.0.1]) by scotth.emsphone.com (8.12.10/8.12.3) with ESMTP id i8TJ6e8Q070647; Wed, 29 Sep 2004 14:06:40 -0500 (CDT) (envelope-from shildret@scotth.emsphone.com) Received: (from shildret@localhost) by scotth.emsphone.com (8.12.10/8.12.3/Submit) id i8TJ6ekk070646; Wed, 29 Sep 2004 14:06:40 -0500 (CDT) From: "Scott T. Hildreth" To: Joe Kelsey In-Reply-To: <200409261940.i8QJePE0064251@freefall.freebsd.org> References: <200409261940.i8QJePE0064251@freefall.freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1096484799.66442.20.camel@scotth.emsphone.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 29 Sep 2004 14:06:39 -0500 cc: FreeBSD GNOME Users Subject: Re: ports/71635: Gnome recompile fails due to glib link errors X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 19:06:41 -0000 Thanks, I just added the -pthread to my ORBit2 make file as well. My portupgrade of Galeon2 kept failing, because of the ORBit2 couldn't find the pthread functions. I wonder if this is a 5.* & 4.* issue. I am on 4.9, if you look in the config.log it finds -pthread, it just doesn't linked in. The ORBIT_LIBS var definitely has -pthread in it. Not sure why -pthread is not linked in??? On Sun, 2004-09-26 at 14:40, Joe Kelsey wrote: > The following reply was made to PR ports/71635; it has been noted by GNATS. > > From: Joe Kelsey > To: freebsd-gnats-submit@freebsd.org > Cc: > Subject: Re: ports/71635: Gnome recompile fails due to glib link errors > Date: Sun, 26 Sep 2004 12:39:22 -0700 > > I have solved this problem in a very unsatisfactory way. The problem > has occurred so far in three ports: ORBit2, libgnome, and gstreamer. I > solved the problem the same way in all of them, I edited the port > Makefile and modified the setting of LDFLAGS in CONFIGURE_ARGS to add > -pthread. > > Why do these ports get built without -pthread? What happened here? > > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"