Emerge of =gnome-base/libbonobo-2.24.3 fails with "install failed". The compilation failed with: libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -DPREFIX=\"/usr\" -DSERVER_LIBEXECDIR=\"/usr/libexec\" -DSERVERINFODIR=\"/usr/lib64/bonobo/servers\" -DSERVER_CONFDIR=\"/etc\" -DBONOBO_ACTIVATION_LOCALEDIR=\"/usr/share/locale\" -DORBIT2=1 -pthread -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DVERSION=\"2.24.3\" -DG_LOG_DOMAIN=\"Bonobo-Activation\" -march=native -O2 -pipe -MT Bonobo_ObjectDirectory-stubs.lo -MD -MP -MF .deps/Bonobo_ObjectDirectory-stubs.Tpo -c Bonobo_ObjectDirectory-stubs.c -o Bonobo_ObjectDirectory-stubs.o >/dev/null 2>&1 In file included from Bonobo_GenericFactory-stubs.c:7: Bonobo_GenericFactory.h:108: error: expected specifier-qualifier-list before 'POA_Bonobo_Unknown__epv' make[2]: *** [Bonobo_GenericFactory-stubs.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... mv -f .deps/Bonobo_Activation_types-stubs.Tpo .deps/Bonobo_Activation_types-stubs.Plo mv -f .deps/Bonobo_ObjectDirectory-stubs.Tpo .deps/Bonobo_ObjectDirectory-stubs.Plo make[2]: Leaving directory `/var/tmp/portage/gnome-base/libbonobo-2.24.3/work/libbonobo-2.24.3/bonobo-activation' make[1]: *** [install] Error 2 make[1]: Leaving directory `/var/tmp/portage/gnome-base/libbonobo-2.24.3/work/libbonobo-2.24.3/bonobo-activation' make: *** [install-recursive] Error 1 emake failed Reproducible: Always Steps to Reproduce: 1. emerge gnome
Created attachment 283221 [details] Build log for libbonobo
Created attachment 283223 [details] emerge --info for libbonobo
Created attachment 283225 [details] Environment file
Try reemerging without "-march=native" CFLAGS, simply use "-O2 -pipe" to test If still works, try rebuilding with MAKEOPTS="-j1"
(In reply to comment #4) > Try reemerging without "-march=native" CFLAGS, simply use "-O2 -pipe" to test > > If still works, try rebuilding with MAKEOPTS="-j1" After an "emerge --sync" some days later the issue was not reproducable anymore and I now have Gnome installed.
OK, thanks for feedback