Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135347 - libbonobo compilation fail "POA_Bonobo_Unknown__epv"
Summary: libbonobo compilation fail "POA_Bonobo_Unknown__epv"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-02 22:13 UTC by John Huttley
Modified: 2006-06-03 14:50 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Huttley 2006-06-02 22:13:24 UTC
Portage 2.1_rc3-r5 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.4-r3, 2.6.16-ge ntoo-r8 i686)
=================================================================
System uname: 2.6.16-gentoo-r8 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.12.0
ccache version 2.4 [enabled]
dev-lang/python:     2.3.4-r1, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r1
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/mail/dspam /etc/postfix /etc/samba /etc/sasl2 /etc/squ id /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb /var/bind /var/run/dspam"
CONFIG_PROTECT_MASK="/etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/ distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/d istfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acpi alsa apache2 cairo crypt cups dbus dri gif gmp gnome gpm gtk gtk 2 hal jpeg mad mmx mp3 ogg opengl pam pcre png readline sasl sdl sse ssl tiff us b v4l vorbis xml xml2 xv xvid zlib elibc_glibc input_devices_keyboard input_devi ces_mouse kernel_linux userland_GNU video_cards_sis video_cards_vesa video_cards _via video_cards_savage video_cards_nv video_cards_i810 video_cards_ati"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGU AS, PORTAGE_RSYNC_EXTRA_OPTS
============================================
I'm doing an emerge -e world with gcc 4.1.1 and getting a failure with libbonobo-2.14.0 . Changing back to gcc 3.4.5 doesn't help.

Sorry, I can't make head or tail of this error.
============================================

In file included from Bonobo_GenericFactory-common.c:9:
Bonobo_GenericFactory.h:108: error: syntax error before "POA_Bonobo_Unknown__epv "
Bonobo_GenericFactory.h:108: warning: no semicolon at end of struct or union
Bonobo_GenericFactory.h:110: error: syntax error before '}' token
Bonobo_GenericFactory.h:110: warning: data definition has no type or storage cla ss
Bonobo_GenericFactory.h:113: error: syntax error before "POA_Bonobo_GenericFacto ry__vepv"
Bonobo_GenericFactory.h:113: warning: no semicolon at end of struct or union
Bonobo_GenericFactory.h:114: warning: data definition has no type or storage cla ss
Bonobo_GenericFactory.h:120: error: syntax error before '*' token
Bonobo_GenericFactory.h:120: error: syntax error before ')' token
Bonobo_GenericFactory-common.c:14: error: syntax error before '*' token
Bonobo_GenericFactory-common.c:15: error: syntax error before ')' token
make[2]: *** [Bonobo_GenericFactory-common.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/libbonobo-2.14.0/work/libbonobo-2.1 4.0/bonobo-activation'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/var/tmp/portage/libbonobo-2.14.0/work/libbonobo-2.1 4.0/bonobo-activation'
make: *** [install-recursive] Error 1
Comment 1 John Huttley 2006-06-03 14:50:44 UTC
The problem has gone away.
Possibly due to compiling so much stuff in a gnome xterm, with orbit running
When I quit X and tried, it compiled.
Weird but true.