On 12/04/2013 02:10 PM, Marius Alksnys wrote: >> Ok, so it's something about the environment/machine you're building on. > ... > Release: 10.04 > Codename: lucid ... > DEB_HOST_ARCH=i386
Ok good, i have a machine like that, which can build both master and joints_axes4, that we can compare to. Here are some things to try. Find out what packages own all the libGL files: > 0 seb@lucid-rtai-i386 /home/seb> dpkg -S $(find /lib /usr/lib -name > 'libGL.*') > libgl1-mesa-dev: /usr/lib/mesa/libGL.so > libgl1-mesa-glx: /usr/lib/mesa/libGL.so.1 > libgl1-mesa-glx: /usr/lib/mesa/libGL.so.1.2 > libgl1-mesa-dev: /usr/lib/libGL.so See what the installation states of those packages are (substitute the list you got from the previous command, if it differs): > 0 seb@lucid-rtai-i386 /home/seb> dpkg -s libgl1-mesa-glx libgl1-mesa-dev | > grep Status > Status: install ok installed > Status: install ok installed Verify checksums of files installed by those packages: > 0 seb@lucid-rtai-i386 /home/seb> debsums --all libgl1-mesa-glx > /usr/share/lintian/overrides/libgl1-mesa-glx > OK > /usr/share/doc/libgl1-mesa-glx/copyright > OK > /usr/share/doc/libgl1-mesa-glx/changelog.Debian.gz > OK > /usr/lib/mesa/ld.so.conf > OK > /usr/lib/mesa/libGL.so.1.2 > OK > 0 seb@lucid-rtai-i386 /home/seb> debsums --all libgl1-mesa-dev > /usr/share/doc/libgl1-mesa-dev/copyright > OK > /usr/share/doc/libgl1-mesa-dev/changelog.Debian.gz > OK > /usr/lib/pkgconfig/gl.pc > OK Did this system have any filesystem corruption? Did it get shut down uncleanly or lose power? -- Sebastian Kuzminsky ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
