From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 23 10:30:08 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B90816A417 for ; Thu, 23 Aug 2007 10:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0FF3B13C48E for ; Thu, 23 Aug 2007 10:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7NAU7UL075067 for ; Thu, 23 Aug 2007 10:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7NAU7Bx075062; Thu, 23 Aug 2007 10:30:07 GMT (envelope-from gnats) Date: Thu, 23 Aug 2007 10:30:07 GMT Message-Id: <200708231030.l7NAU7Bx075062@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Joost Bekkers" Cc: Subject: Re: ports/115745: missing dependency/executable in pkg-config-0.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Joost Bekkers List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 10:30:08 -0000 The following reply was made to PR ports/115745; it has been noted by GNATS. From: "Joost Bekkers" To: "Yuri Pankov" Cc: bug-followup@freebsd.org Subject: Re: ports/115745: missing dependency/executable in pkg-config-0.22 Date: Thu, 23 Aug 2007 12:22:49 +0200 (CEST) On Thu, August 23, 2007 09:08, Yuri Pankov wrote: > What actually happens when you are trying to build port that depends on > pkg-config on a clean system? gnome-config is from GNOME1 time, and > 'gnome-config: not found' messages during configure stage can be safely > ignored nowadays (if you are not building GNOME1-related ports, of course, > in this case it should be installed as part of x11/gnome-libs) . > *hangs head in shame* Problem does not occur on a clean system. The statement I made in the pr is in error. Which leave me wondering why pkg-config tries to use gnome-config? Is that a compile- or run-time choice and based on what is that choice made? I'd like to fix the system that is suffering from this. Joost.