Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 379093 - gnome-base/libbonobo-2.24.3 - Bonobo_GenericFactory.h:108: error: expected specifier-qualifier-list before 'POA_Bonobo_Unknown__epv'
Summary: gnome-base/libbonobo-2.24.3 - Bonobo_GenericFactory.h:108: error: expected sp...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-13 18:14 UTC by Markus Kilås
Modified: 2011-09-09 16:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log for libbonobo (build.log,246.58 KB, text/plain)
2011-08-13 18:16 UTC, Markus Kilås
Details
emerge --info for libbonobo (emerge-info.out,4.59 KB, text/plain)
2011-08-13 18:17 UTC, Markus Kilås
Details
Environment file (environment,120.74 KB, text/plain)
2011-08-13 18:18 UTC, Markus Kilås
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Kilås 2011-08-13 18:14:07 UTC
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
Comment 1 Markus Kilås 2011-08-13 18:16:37 UTC
Created attachment 283221 [details]
Build log for libbonobo
Comment 2 Markus Kilås 2011-08-13 18:17:47 UTC
Created attachment 283223 [details]
emerge --info for libbonobo
Comment 3 Markus Kilås 2011-08-13 18:18:38 UTC
Created attachment 283225 [details]
Environment file
Comment 4 Pacho Ramos gentoo-dev 2011-08-20 18:24:03 UTC
Try reemerging without "-march=native" CFLAGS, simply use "-O2 -pipe" to test

If still works, try rebuilding with MAKEOPTS="-j1"
Comment 5 Markus Kilås 2011-09-05 17:04:45 UTC
(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.
Comment 6 Pacho Ramos gentoo-dev 2011-09-09 16:08:36 UTC
OK, thanks for feedback