[Mesa-dev] [Bug 54370] New: Autoconf mistakenly reports missing packages in Debian 64

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Sep 1 18:38:57 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=54370

             Bug #: 54370
           Summary: Autoconf mistakenly reports missing packages in Debian
                    64
    Classification: Unclassified
           Product: Mesa
           Version: 8.0
          Platform: Other
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Mesa core
        AssignedTo: mesa-dev at lists.freedesktop.org
        ReportedBy: netflow at gmail.com


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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list