From owner-freebsd-questions@FreeBSD.ORG Tue Aug 17 02:19:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF81416A4CE for ; Tue, 17 Aug 2004 02:19:01 +0000 (GMT) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89DE543D41 for ; Tue, 17 Aug 2004 02:19:01 +0000 (GMT) (envelope-from StevenFriedrich@insightbb.com) Received: from [192.168.1.239] (12-202-28-183.client.insightbb.com[12.202.28.183]) by sccimhc92.asp.att.net (sccimhc92) with ESMTP id <20040817021901i9200927pre>; Tue, 17 Aug 2004 02:19:01 +0000 From: Steven Friedrich To: freebsd-questions@freebsd.org Date: Mon, 16 Aug 2004 22:19:00 -0400 User-Agent: KMail/1.6.2 References: <200408161817.41375.StevenFriedrich@InsightBB.com> In-Reply-To: <200408161817.41375.StevenFriedrich@InsightBB.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408162219.00457.StevenFriedrich@InsightBB.com> Subject: Re: Gimp port broke? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2004 02:19:01 -0000 Alright, I found the problem. I reinstalled libxml2 without thread support (yea, it said it might break other ports), and now gimp is installed. But that begs the question: can't Gimp be built multithreaded on FreeBSD? On Monday 16 August 2004 06:17 pm, Steven Friedrich wrote: > I'm running 4.10-STABLE. > > Here's my uname output: > root@lightning(p0)/usr/ports/graphics/gimp 115% uname -a > FreeBSD lightning.StevenFriedrich.org 4.10-STABLE FreeBSD 4.10-STABLE #49: > Tue Aug 10 23:10:38 EDT 2004 > root@lightning.StevenFriedrich.org:/usr/obj/usr/src/sys/LIGHTNING i386 > > > Here's the error: > /usr/local/lib/libxml2.so.5: undefined reference to `pthread_equal' > /usr/local/lib/libxml2.so.5: undefined reference to `pthread_once' > gmake[3]: *** [svg] Error 1 > > > The log of the port build is 1.1MB and will be sent upon request. > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"