Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127375 - ebuild truevision-0.5.5 fails in configure phase
Summary: ebuild truevision-0.5.5 fails in configure phase
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-23 20:05 UTC by Guenther Brunthaler
Modified: 2006-03-26 11:10 UTC (History)
0 users

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


Attachments
The log from the failing ./configure (config.log,37.60 KB, text/plain)
2006-03-23 20:12 UTC, Guenther Brunthaler
Details
The log from the failing ./configure (config.log,37.60 KB, text/plain)
2006-03-23 20:13 UTC, Guenther Brunthaler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Guenther Brunthaler 2006-03-23 20:05:10 UTC
I will provide the failing config.log as an attachment.
Comment 1 Guenther Brunthaler 2006-03-23 20:12:52 UTC
Created attachment 82975 [details]
The log from the failing ./configure

ebuild compile did a:

./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-gtk-doc --build=i686-pc-linux-gnu
Comment 2 Guenther Brunthaler 2006-03-23 20:13:34 UTC
Created attachment 82976 [details]
The log from the failing ./configure

ebuild compile did a:

./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-gtk-doc --build=i686-pc-linux-gnu
Comment 3 Guenther Brunthaler 2006-03-23 20:29:06 UTC
The following configure-test makes configure exit:

/usr/bin/pkg-config --atleast-pkgconfig-version 0.9.0
Comment 4 Guenther Brunthaler 2006-03-23 20:52:32 UTC
Correction:

After a more thorough examination, I detected that actually only the following configure test fails:

/usr/bin/pkg-config --exists libgnomeui-2.0 gtk+-2.0
Comment 5 Guenther Brunthaler 2006-03-26 02:37:12 UTC
When I searched for the missing "libgnomeui-2.0", I noticed
it is a component of ebuild gnome-base/libgnomeui wbich
is not installed on my system!

Seems there must be something screwed up with the dependency
information of the truevision ebuild!
Comment 6 Guenther Brunthaler 2006-03-26 02:55:04 UTC
In order to get the missing library, an

emerge --oneshot gnome-base/libgnomeui

does the job.

I therefore conclude that the ebuild which is used by my profile
(libgnomeui-2.12.0.ebuild) misses the following RDEPEND entry:

>=gnome-base/libgnomeui-2
Comment 7 Marcelo Goes (RETIRED) gentoo-dev 2006-03-26 11:10:28 UTC
Added missing dependency in cvs, thanks!
Note that it should also go in DEPEND, as it is necessary for compilation.

DEPEND -> needed to compile
RDEPEND -> needed to run

Cheers