Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47584 - gthumb 2.2.0 won't compile due to orbit/bonobo error
Summary: gthumb 2.2.0 won't compile due to orbit/bonobo error
Status: RESOLVED DUPLICATE of bug 46929
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All All
: High critical (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-12 00:30 UTC by Tony Butler
Modified: 2005-07-17 13:06 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 Tony Butler 2004-04-12 00:30:52 UTC
Very similar to Bug 46929 pertaining to same error condition on build of nautilus 2.4.2

Utilized Bug 46929 comment #18 workaround modified for gthumb paths and options (see below), and the compile/merge was completely successful.

It seems the "/usr/bin/orbit-idl-2" command executed in the work tree at "/var/tmp/portage/gthumb-2.2.0/work/gthumb-2.2.0/components/image-viewer" needs to have the includes added ("-I /usr/share/idl/bonobo-activation-2.0 -I /usr/share/idl/bonobo-2.0") which is what the semi-manual steps in the referenced workaround accomplish somehow.

The adapted workaround:

cd /var/tmp/portage/gthumb-2.2.0/work/gthumb-2.2.0
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man\
 --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc\
 --localstatedir=/var/lib
make
touch ../../.compiled
cd /usr/portage/media-gfx/gthumb-2.2.0
ebuild gthumb-2.2.0.ebuild merge

Reproducible: Always
Steps to Reproduce:
1. Install fresh stage3-i686 LiveCD 2004.0 w/i686-GRP set
2. 'emerge sync' (as of 04/11/2004)
3. 'emerge gthumb' (should install 2.2.0)

Actual Results:  
Step 3 fails with error keywords:
 "Bonobo.idl: No such file or directory" and
 "Error: `Bonobo' undeclared identifier" in the file
 "nautilus-view-component.idl"

Expected Results:  
It should have the includes added so it can resolve the reference to
"Bonobo.idl" in "/usr/share/idl/bonobo-2.0" - then the compile and merge
complete correctly.

No additional info provided, as the workaround AND seminal solution are already
outlined above - someone with the skills just needs to figure out where to add
the proper includes to the "/usr/bin/orbit-idl-2" command in the build to form
the resolution steps for both this issue and the related Bug 46929.
Comment 1 foser (RETIRED) gentoo-dev 2004-04-16 05:11:38 UTC

*** This bug has been marked as a duplicate of 46929 ***