From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 16:21:55 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F0C19106566B for ; Mon, 30 Jul 2012 16:21:55 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id A98DB8FC1B for ; Mon, 30 Jul 2012 16:21:55 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Svsj6-0002ba-Fh for freebsd-questions@freebsd.org; Mon, 30 Jul 2012 18:21:48 +0200 Received: from pool-173-79-96-198.washdc.fios.verizon.net ([173.79.96.198]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Jul 2012 18:21:48 +0200 Received: from nightrecon by pool-173-79-96-198.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Jul 2012 18:21:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Date: Mon, 30 Jul 2012 12:21:50 -0400 Lines: 35 Message-ID: References: <5016A513.1040702@mail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-173-79-96-198.washdc.fios.verizon.net Subject: Re: Problem with pkgconf and glib. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@hotmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2012 16:21:56 -0000 Jeff Tipton wrote: > On 07/30/2012 17:19, Christopher Hilton wrote: >> I'm trying to build emacs with gtk2 on my build box and I'm running into >> trouble with pkgconf from /usr/ports/devel/pkgconf. The build process >> dies in devel/gobject-introspection and complains that it cannot find >> header files for gio-unix-2.0. From what I can see the problem looks like >> the fact that pkgconf is returning the wrong include path for these >> header files, running: [snip] > I have the same problem with devel/gobject-introspection. It's also a > dependecy for Xorg. > > A couple of days ago devel/pkg-config was removed from ports as > deprecated, and replaced with devel/pkgconf, and consequently the build > dependencies of many ports were changed. Maybe this recent change is not > thoroughly worked out? > When I first saw it in UPDATING and did the command I believe it was not completely correct, as it did nothing. That was something on the order of 3 or 4 days ago. Just csup'd today and the command in UPDATING I think contained something slightly different, and is now correct. Before, it did not remove/replace pkg-config. Today it did. Perhaps a ports tree refresh and if using portupgrade do this: portupgrade -fo devel/pkgconf pkg-config-\* This did remove pkg-config and replace it with pkgconf, like I expected it to do 3-4 days ago and didn't. -Mike