From owner-freebsd-current@FreeBSD.ORG Sat Feb 28 17:40:08 2004 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 955DE16A4CE for ; Sat, 28 Feb 2004 17:40:08 -0800 (PST) Received: from mail.daemonground.de (daemonground.de [217.160.129.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61C4B43D1D for ; Sat, 28 Feb 2004 17:40:08 -0800 (PST) (envelope-from sascha@daemonground.de) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.daemonground.de (Postfix) with ESMTP id C10ED8A013 for ; Sun, 29 Feb 2004 02:40:06 +0100 (CET) Received: from mail.daemonground.de ([127.0.0.1]) by localhost (daemonground.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 69598-05 for ; Sun, 29 Feb 2004 02:40:04 +0100 (CET) Received: from [192.168.2.18] (pD95306A8.dip.t-dialin.net [217.83.6.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.daemonground.de (Postfix) with ESMTP id A0F7989260 for ; Sun, 29 Feb 2004 02:40:03 +0100 (CET) From: Sascha Holzleiter To: freebsd-current@freebsd.org In-Reply-To: References: Content-Type: text/plain Message-Id: <1078018800.894.19.camel@dreamland.chief.home> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 29 Feb 2004 02:40:00 +0100 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at daemonground.de Subject: Re: /usr/ports/graphics/tiff build failure 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: Sun, 29 Feb 2004 01:40:08 -0000 On Sun, 2004-02-29 at 02:12, John Wilson wrote: > I am attempting to build the tiff library, but am continually running into > a problem. After executing `make install` from /usr/ports/graphics/tiff, > the build fails. Included is the exact output of the process, as well as > the 'config.log' as requested. > I have the same problem with a 28.2.(yesterday) -CURRENT. Doing a make gives me this behaviour: Configuring TIFF Software v3.6.1 If configure does the wrong thing, check the file config.log for information that may help you understand what went wrong. Reading site-wide parameters from ./config.site. Do they really still make i386-unknown-freebsd5.2 systems?! To see where the problem is I did a sh -x configure: ... + test -z + test -z + [ -z ] + test -f ./config.guess + sh ./config.guess Running the config.guess script alone shows no errors: area51# sh config.guess i386-unknown-freebsd5.2 Seems it only happens when called from configure, so I set the TARGET variable in the configure script to the fixed string, config.guess is returning, with this it runs a little further but also fails: + ISGCC=yes + [ -z ] + rm -f dummy dummy.o + capture gcc -o dummy dummy.c Maybe these informations can help to track this down... Regards, Sascha