[Mesa-dev] [Bug 54424] New: [build problem] libdricore9.0.0.so.1 => not found on classic drivers

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Sep 3 02:10:02 PDT 2012


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

             Bug #: 54424
           Summary: [build problem] libdricore9.0.0.so.1 => not found on
                    classic drivers
    Classification: Unclassified
           Product: Mesa
           Version: git
          Platform: All
        OS/Version: Linux (All)
            Status: NEW
          Severity: critical
          Priority: high
         Component: Mesa core
        AssignedTo: mesa-dev at lists.freedesktop.org
        ReportedBy: fabio.ped at libero.it


All the classic drivers links to libdricore9.0.0.so.1 which is in the same
directory of the drivers, but they cannot find it:

:/usr/lib/i386-linux-gnu/dri$ ldd radeon_dri.so 
    linux-gate.so.1 =>  (0x00c4e000)
    libdricore9.0.0.so.1 => not found
    libdrm.so.2 => /usr/lib/i386-linux-gnu/libdrm.so.2 (0x0035a000)
    libexpat.so.1 => /lib/i386-linux-gnu/libexpat.so.1 (0x00dc3000)
    libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0x00590000)
    libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0x002a4000)
    libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0x00b31000)
    libdrm_radeon.so.1 => /usr/lib/i386-linux-gnu/libdrm_radeon.so.1
(0x00aa7000)
    libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0x00367000)
    librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0x0070b000)
    /lib/ld-linux.so.2 (0x00d3b000)
:/usr/lib/i386-linux-gnu/dri$ ls
dummy_drv_video.so  i965_dri.so         libdricore9.0.0.so.1 
nouveau_vieux_dri.so  r300_dri.so  radeon_dri.so  vmwgfx_dri.so
i915_dri.so         libdricore9.0.0.so  nouveau_dri.so        r200_dri.so      
    r600_dri.so  swrast_dri.so
:/usr/lib/i386-linux-gnu/dri$ file libdricore9.0.0.so.1 
libdricore9.0.0.so.1: ELF 32-bit LSB shared object, Intel 80386, version 1
(SYSV), dynamically linked,
BuildID[sha1]=0xd1357d6d9e9a27f605b97710f3c7782a10c72e49, stripped

Gallium drivers doesn't link to it.

configured with:
cd /build/buildd/mesa-9.1~git1209021312.a96119~gd~p/build/dri && \
    ../../configure --prefix=/usr --mandir=\${prefix}/share/man \
                 --infodir=\${prefix}/share/info --sysconfdir=/etc \
                 --libdir=\${prefix}/lib/i386-linux-gnu \
                 --localstatedir=/var --build=i686-linux-gnu --enable-dri
--with-dri-drivers=" r200 radeon nouveau swrast i915 i965"
--with-dri-driverdir=/usr/lib/i386-linux-gnu/dri --enable-glx-tls
--enable-texture-float --enable-xa --enable-gallium-g3dvl --enable-debug
--enable-driglx-direct --with-egl-platforms="x11 drm" --enable-gallium-llvm
--with-llvm-shared-libs --with-gallium-drivers=" nouveau r600 r300 svga i915
radeonsi swrast" --enable-gles1 --enable-gles2 --enable-openvg
--enable-gallium-egl CFLAGS="-Wall -g -O2" CXXFLAGS="-Wall -g -O2"


Full build log (parallel build) is here:
https://launchpadlibrarian.net/114433895/buildlog_ubuntu-precise-i386.mesa_9.1~git1209021312.a96119~gd~p_BUILDING.txt.gz

-- 
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