From owner-freebsd-current@FreeBSD.ORG Thu May 3 22:55:11 2007 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87D3016A402 for ; Thu, 3 May 2007 22:55:11 +0000 (UTC) (envelope-from dlt@mebtel.net) Received: from bilbo.mebtel.net (bilbo.mebtel.net [64.40.67.45]) by mx1.freebsd.org (Postfix) with ESMTP id 5FEA513C45D for ; Thu, 3 May 2007 22:55:11 +0000 (UTC) (envelope-from dlt@mebtel.net) Received: from localhost (localhost [127.0.0.1]) by bilbo.mebtel.net (Postfix) with ESMTP id F036244450 for ; Thu, 3 May 2007 18:21:46 -0400 (EDT) Received: from bilbo.mebtel.net ([127.0.0.1]) by localhost (bilbo [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02840-03-4 for ; Thu, 3 May 2007 18:21:45 -0400 (EDT) Received: from localhost (66-79-79-186.dsl.mebtel.net [66.79.79.186]) by bilbo.mebtel.net (Postfix) with ESMTP id 491004448B for ; Thu, 3 May 2007 18:21:41 -0400 (EDT) Date: Thu, 3 May 2007 18:21:41 -0400 From: Derek Tattersall To: current@FreeBSD.org Message-ID: <20070503222141.GA93029@lorne.arm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (FreeBSD) X-Virus-Scanned: by amavisd-new at mebtel.net Cc: Subject: configure failure in ports build on current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dlt@mebtel.net List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2007 22:55:11 -0000 I attempted to build gtk20 on my AMD64 current box. It fails in the configure step as follows: checking for TIFFReadScanline in -ltiff... no checking for TIFFWriteScanline in -ltiff... no checking for TIFFFlushData in -ltiff34... no configure: WARNING: *** TIFF loader will not be built (TIFF library not found) *** configure: error: *** Checks for TIFF loader failed. You can build without it by passing *** --without-libtiff to configure but some programs using GTK+ may *** not work properly ===> Script "configure" failed unexpectedly. However, nm /usr/local/lib/libtiff.so shows: 000000000002df90 T TIFFReadScanline 000000000002e450 T TIFFScanlineSize 0000000000030890 T TIFFWriteScanline 00000000000176b0 T TIFFFlushData Building on 6.2 Stable AMD64 has no problems. I also note that libtiff on Stable is also in /usr/local/lib. Is there some environment variable that I haven't set in the current box, or what? Does anybody have a clue for me? -- Best regards, Derek Tattersall dlt@mebtel.net dlt666@yahoo.com dtatters@gmail.com