From owner-freebsd-gnome@FreeBSD.ORG Sun Dec 23 03:54:42 2007 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92F2516A418 for ; Sun, 23 Dec 2007 03:54:42 +0000 (UTC) (envelope-from keith.gaughan@gmail.com) Received: from hs-out-2122.google.com (hs-out-0708.google.com [64.233.178.250]) by mx1.freebsd.org (Postfix) with ESMTP id 5EA9513C458 for ; Sun, 23 Dec 2007 03:54:42 +0000 (UTC) (envelope-from keith.gaughan@gmail.com) Received: by hs-out-2122.google.com with SMTP id j58so874227hsj.11 for ; Sat, 22 Dec 2007 19:54:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=8oBhuJ7Z5A4hrVPx0HMmOFSG6WepOmkDmIkJkFuhrlo=; b=LhgG9f71Gt0rlewFxgUQedGQ8rrj7Zo1H7VBbxZesRcIDzCf6BXFRX97slahIgKA2WjPQWtjWCMvfmw4YhP4Towg0mIx2mWylG8R1zCnHSE27Hfr3/2yLcDgxVmZwgqeHVm49iVw4RmqucK4XNsOjrncjSxgkZ1g/iqZknpOMls= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wyjte1uxGJzV095U49VupvQ0mMYnFXP+wi+pGSPERu8rPG+UDxHL1lST1Cz8jGQ0tk8SgM9eLNtqGPrvl9ewv94w3NgMXyhey2KQZOD3aaXYEOTZ8hwrn4eoiwNIdzIRNI3dhUMIOUVJyDQloYpVX9l2JMd/K0enJPvTGCOcGg0= Received: by 10.150.157.11 with SMTP id f11mr917472ybe.108.1198380464023; Sat, 22 Dec 2007 19:27:44 -0800 (PST) Received: by 10.150.229.5 with HTTP; Sat, 22 Dec 2007 19:27:43 -0800 (PST) Message-ID: <7624b8af0712221927w37c512e3t5b7f2d37f207817d@mail.gmail.com> Date: Sun, 23 Dec 2007 03:27:43 +0000 From: "Keith Gaughan" To: "mezz@freebsd.org" In-Reply-To: <200712230000.lBN00cka035642@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200712230000.lBN00cka035642@freefall.freebsd.org> Cc: gnome@freebsd.org Subject: Re: ports/118941: sysutils/gnome-system-tools 2.20.0 won't build on FreeBSD 6.2 with GCC 3.4.6 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2007 03:54:42 -0000 Sorry for not replying sooner. Actually I think I've discovered another reason why it wasn't building correctly. I diffed the output from "find /usr/local | sort" against "pkg_info -L \* | grep ^/usr/local | sort" and I'm now thinking that the problem might have been an old copy of Autoconf 2.59 that was left over from the Autotools cleanup a few months back that was causing the problems. I think it was building with that instead of with Autoconf 2.61. Once I removed that, it started including "-I ../../src/common" when building the various tools. Sorry for wasting your time on that. I ought to have caught it by myself. My theory on why it worked just fine when I built it with GCC 4.1 is that somehow that got it building with 2.61 instead. K.