From owner-freebsd-gnome@FreeBSD.ORG Sun Dec 23 04:48:32 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 1929516A41A for ; Sun, 23 Dec 2007 04:48:32 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao105.cox.net (eastrmmtao105.cox.net [68.230.240.47]) by mx1.freebsd.org (Postfix) with ESMTP id B09A113C45D for ; Sun, 23 Dec 2007 04:48:31 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao105.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20071223044829.EZVD15951.eastrmmtao105.cox.net@eastrmimpo01.cox.net>; Sat, 22 Dec 2007 23:48:29 -0500 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id U4ni1Y00G4iy4EG0000000; Sat, 22 Dec 2007 23:47:43 -0500 Date: Sat, 22 Dec 2007 22:48:34 -0600 To: "Keith Gaughan" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200712230000.lBN00cka035642@freefall.freebsd.org> <7624b8af0712221927w37c512e3t5b7f2d37f207817d@mail.gmail.com> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <7624b8af0712221927w37c512e3t5b7f2d37f207817d@mail.gmail.com> User-Agent: Opera Mail/9.25 (Linux) 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 04:48:32 -0000 On Sat, 22 Dec 2007 21:27:43 -0600, Keith Gaughan = wrote: > Sorry for not replying sooner. Actually I think I've discovered anothe= r > 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 mont= hs = > back > that was causing the problems. I think it was building with that inste= ad = > 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 myse= lf. > My theory on why it worked just fine when I built it with GCC 4.1 is t= hat > somehow that got it building with 2.61 instead. Actually, you have hit a real bug. :-) I am blind, I didn't see that it = = already included "-I../../src/common", but it is in the wrong position. = It = should be always in the begin before that "-I/usr/local/include" and oth= er = include paths. I have created a correct path looks like this below and = committed it. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- configure.orig 2007-12-22 22:34:20.000000000 -0600 +++ configure 2007-12-22 22:34:43.000000000 -0600 @@ -25180,7 +25180,7 @@ GST_CFLAGS=3D"$GST_DEPENDS_CFLAGS $GST_CRACK_LIB_CFLAGS = $GST_DEPRECATED_FLAGS" GST_TOOL_LIBS=3D"\$(top_builddir)/src/common/libsetuptool.a $GST_LIBS"= -GST_TOOL_CFLAGS=3D"$GST_CFLAGS -I\$(top_srcdir)/src/common" +GST_TOOL_CFLAGS=3D"-I\$(top_srcdir)/src/common $GST_CFLAGS" GST_TOOL_CLEANFILES=3D"\$(desktop) \$(desktop).in" GST_TOOL_EXTRA_DIST=3D"\$(toolpixmaps) \$(desktop).in.in" =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D I will reporting about it in GNOME bugzilla with include a patch for = configure.in. Cheers, Mezz > K. -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org