Bug 54370 - Autoconf mistakenly reports missing packages in Debian 64
Summary: Autoconf mistakenly reports missing packages in Debian 64
Status: RESOLVED WORKSFORME
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: 8.0
Hardware: Other Linux (All)
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-02 01:38 UTC by netflow
Modified: 2018-04-13 05:49 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description netflow 2012-09-02 01:38:57 UTC
Autoconf reports actually installed packages as missing on 64 bit systems.  X11 is an example.

the issue is that the .pc files for these packages are being installed in /usr/lib/x86_64-linux-gnu/pkgconfig and autoconf is only looking in /usr/lib/pkgconfig/ for them.  Simply creating symlinks from the x86_64-linux-gnu/pkgconfig dir into the /usr/lib/pkgconfig dir solves this problem


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.