From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29607 invoked by alias); 11 Apr 2007 02:06:38 -0000 Received: (qmail 29569 invoked by uid 48); 11 Apr 2007 02:06:22 -0000 Date: Wed, 11 Apr 2007 02:06:00 -0000 From: "kris dot van dot hees at oracle dot com" To: frysk-bugzilla@sourceware.org Message-ID: <20070411030621.4345.kris.van.hees@oracle.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/4345] New: Logic in frysk-common.ac to determine 64-bit library location is flawed X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00057.txt.bz2 List-Id: The following logic is used in common/frysk-common.ac: lib=`pkg-config --debug 2>&1 |awk -F '/' '/^Scanning.*pkgconfig.$/ { print $(NF - 1); exit; }'` export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/$lib/frysk/pkgconfig There are two problems with this code: 1) The first line will not have the desired result for any host where the PKG_CONFIG_PATH has a non-standard path at the beginning of the list, which is commonly done for local overrides. 2) The PKG_CONFIG_PATH environment variable should not require a specific Frysk component for building Frysk, given that we can (and should be able to) build Frysk on a system where Frysk is not yet installed. As such, there should not be any need to have this line in common/frysk-common.ac at all. -- Summary: Logic in frysk-common.ac to determine 64-bit library location is flawed Product: frysk Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: frysk-bugzilla at sourceware dot org ReportedBy: kris dot van dot hees at oracle dot com http://sourceware.org/bugzilla/show_bug.cgi?id=4345 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.