Created attachment 3282 Patch used in ubuntu Hi, In ubuntu natty, libxfce4util was failing to build on powerpc because the abicheck test was failing (missing libxfce4util_{major,minor,micro}_version symbols). It was fixed today (see attached patch). I'm not really on that sort of things myself, so here is the changelog: * Make abicheck.sh more robust. (the grep -v at the end) * Look up symbols in initialized data section for small objects too, fixing build failure on powerpc. (the 'G' in the first grep) Thanks! ;)
Pushed in d9b50aa.