Comment 17 for bug 685352

Revision history for this message
Martin Pitt (pitti) wrote :

Specifically, the problem is in libply-splash-core.so. Building that one with gcc-4.4 works, while using the other three shared libs from the current natty libplymouth2 package. In particular, I tested this by building locally (but not installing), and running

  sudo LD_LIBRARY_PATH=`pwd`/src/libply-splash-core/.libs ~/test-plymouth.sh

= Compiler juggling =

gcc-4.4, -O2: works

gcc-4.5, -O0: works
gcc-4.5, -O1: works
gcc-4.5, -O2: fails
gcc-4.5, -O3: fails
gcc-4.5, -02, purging hardening-wrapper: fails
/usr/lib/gcc-snapshot/bin/gcc, -O2: fails
/usr/lib/gcc-snapshot/bin/gcc, -O1: works