From owner-freebsd-current@FreeBSD.ORG Tue Dec 23 00:48:08 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8230C16A4CE for ; Tue, 23 Dec 2003 00:48:08 -0800 (PST) Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6748343D3F for ; Tue, 23 Dec 2003 00:48:07 -0800 (PST) (envelope-from bsdc@xtremedev.com) Received: from localhost (localhost [127.0.0.1]) by mail.XtremeDev.com (Postfix) with ESMTP id 95AF511A76 for ; Tue, 23 Dec 2003 01:48:06 -0700 (MST) Received: from mail.XtremeDev.com ([127.0.0.1]) by localhost (Amber.XtremeDev.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 72743-04-2 for ; Tue, 23 Dec 2003 01:48:04 -0700 (MST) Received: by mail.XtremeDev.com (Postfix, from userid 1001) id B651911545; Tue, 23 Dec 2003 01:48:04 -0700 (MST) Date: Tue, 23 Dec 2003 01:48:04 -0700 From: BSDC To: current@freebsd.org Message-ID: <20031223084804.GA59462@Amber.XtremeDev.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.5.1i X-Virus-Scanned: by amavisd-new at xtremedev.com Subject: ImageMagick on 5.2-RC1 fails with pthread error (libkse) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2003 08:48:08 -0000 Getting the following when trying to compile ImageMagick-5.5.7.14 on FreeBSD 5.2-RC1, I don't think it's an issue with libkse specifically though.. Making all in utilities gmake[1]: Entering directory `/usr/ports/graphics/ImageMagick/work/ImageMagick-5.5.7/utilities' /bin/sh ../libtool --silent --mode=link cc -O -pipe -lc_r -funroll-loops -DVM_STACK -march=pentium4 -Wall -L/usr/local/lib -lc_r -L/usr/X11R6/lib -L/usr/local/lib -L/usr/local/lib -o composite -L/usr/local/lib -lc_r -L/usr/X11R6/lib -L/usr/local/lib -L/usr/local/lib composite.o ../magick/libMagick.la /usr/local/lib/libjasper.so: warning: tmpnam() possibly used unsafely; consider using mkstemp() ../magick/.libs/libMagick.so: undefined reference to `pthread_equal' gmake[1]: *** [composite] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/ImageMagick/work/ImageMagick-5.5.7/utilities' gmake: *** [all-recursive] Error 1 *** Error code 2 Any thoughts?