From owner-freebsd-stable Wed Jan 23 12:18:54 2002 Delivered-To: freebsd-stable@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 28FA137B405 for ; Wed, 23 Jan 2002 12:18:48 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0NKJ8A93673; Wed, 23 Jan 2002 15:19:08 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 23 Jan 2002 15:19:08 -0500 (EST) From: Joe Clarke To: sawilson@sawilson.com Cc: freebsd-stable@freebsd.org Subject: Re: gnomevfs won't compile In-Reply-To: <20020123200939.582.cpmta@c001.snv.cp.net> Message-ID: <20020123151439.Y91869-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 23 Jan 2002 sawilson@sawilson.com wrote: > > > configure:5487: checking for pkg-config > > > (end of "config.log") > > > *** Error code 1 > > > > > > Stop in /usr/ports/devel/gnomevfs. > > > *** Error code 1 > > > > > > Stop in /usr/ports/devel/gnomevfs. > > > *** Error code 1 > > > > > > Stop in /usr/ports/devel/gnomevfs. > > > *** Error code 1 > > > > > > Stop in /usr/ports/devel/gnomevfs. > > > {root@scorpius}/usr/ports/devel/gnomevfs# > > > > > > :) So it's a new error this time. I'm going to try a lot of uninstalling > > > and reinstalling unless someone comes up with something better in the > > > meantime. > > > > > > Good idea. Looks like you don't have pkg-config installed, which means > > you don't have a current version of glib. Make sure you also have > > gettext-0.10.40 installed as well as 0.10.35. > > > > Joe > > {root@scorpius}/usr/ports/devel/gnomevfs# pkg_info | grep glib > glib-1.2.10_3 Some useful routines of C programming > glib-1.2.10_5 Some useful routines of C programming > glib-1.3.12 Some useful routines of C programming (unstable development > {root@scorpius}/usr/ports/devel/gnomevfs# pkg_info | grep gettext > gettext-0.10.35 GNU gettext package > gettext-0.10.35_1 GNU gettext package > gettext-0.10.38 GNU gettext package > {root@scorpius}/usr/ports/devel/gnomevfs# cat /usr/ports/devel/gettext/distinfo > MD5 (gettext-0.10.35.tar.gz) = f29d32b82217b9d89fcda66328752acc > {root@scorpius}/usr/ports/devel/gnomevfs# which pkg-config > /usr/local/bin/pkg-config > > It's strange that I have gettext 0.10.38 installed, but my current cvsup'd ports > version is 0.10.35_1. I just installed glib 1.2.10_5 and 1.3.12 from ports. pkg-config is there but I'm still getting: > > configure:4898: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep -lc >/dev/null 2>&1 > configure:5487: checking for pkg-config > (end of "config.log") > *** Error code 1 > > Stop in /usr/ports/devel/gnomevfs. > *** Error code 1 > > Stop in /usr/ports/devel/gnomevfs. > > > So I'm completely lost at this point. How do you have gettext 0.10.40 > when that isn't the current ports version? Do I have to install things > not in ports yet to get other ports to install correctly? The latest gettext-devel is 0.10.40. On a working GNOME system, you will have: gettext-0.10.35_1 GNU gettext package gettext-0.10.40 GNU gettext package You should also have glib-1.2.10_5, and pkgconfig-0.8.0. You don't need glib-1.3. This will be used for GNOME 2.0. I haven't seen the error you're seeing yet, but since it stops at checking for pkg-config, I can only imagine something is wrong with your pkgconfig install. Can you try reinstalling it? Can you script the whole build process, and mail me the typescript file? Joe > > Thanks In Advance. > > -- > > Best Regards, > S.A.Wilson > > The Digital Millennium Copyright Act in Plain English > http://pineight.evilpigeon.net/rant/dmca/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message