Bug 54370

Summary: Autoconf mistakenly reports missing packages in Debian 64
Product: Mesa Reporter: netflow
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: medium    
Version: 8.0   
Hardware: Other   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

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.