From owner-freebsd-current@FreeBSD.ORG Fri May 4 04:50:02 2007 Return-Path: X-Original-To: freebsd-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 0A7F616A401 for ; Fri, 4 May 2007 04:50:02 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: from mail.rwxrwxrwx.net (carpetsmoker.xs4all.nl [82.93.23.199]) by mx1.freebsd.org (Postfix) with ESMTP id BD65D13C457 for ; Fri, 4 May 2007 04:50:01 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: by mail.rwxrwxrwx.net (Postfix, from userid 1001) id 03AA16D46E; Fri, 4 May 2007 06:22:14 +0200 (CEST) Date: Fri, 4 May 2007 06:22:14 +0200 From: Martin Tournoij To: freebsd-current@freebsd.org Message-ID: <20070504042214.GA95720@glitch.rwxrwxrwx.net> Mail-Followup-To: freebsd-current@freebsd.org, dlt@mebtel.net References: <20070503222141.GA93029@lorne.arm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070503222141.GA93029@lorne.arm.org> User-Agent: mutt-ng/devel-r804 (FreeBSD) X-Mailman-Approved-At: Fri, 04 May 2007 11:16:54 +0000 Cc: dlt@mebtel.net Subject: Re: configure failure in ports build on current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 04 May 2007 04:50:02 -0000 On Thu 03 May 2007 18:05, Derek Tattersall wrote: > 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? Does ldconfig know about your tiff library? ldconfig -r | grep tiff Which version of gtk are you trying to build? And which version of tiff do you have installed? Can you attach your config.log (should be in work/gtk.../config.log) -- Regards, Martin Tournoij