Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 267

Summary: media-sound/grip/grip-2.98.2 should depend on gnome
Product: Gentoo Linux Reporter: Aaron Malone <aaron>
Component: [OLD] GNOMEAssignee: Mikael Hallendal (hallski) (RETIRED) <hallski>
Status: RESOLVED FIXED    
Severity: minor    
Priority: Low    
Version: 1.0 RC6 r14   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Aaron Malone 2002-01-21 23:06:16 UTC
grip 2.98.2 requires gnome to build, but the dependencies are not set in the
ebuild file.  The previous version (2.96-r3) does not need gnome, and its ebuild
file is available, but portage defaults to the higher version.
Comment 1 Aaron Malone 2002-01-22 00:00:51 UTC
specifically, it requires gnome-base/gnome-libs and gnome-base/libghttp. 
(sorry, should've researched further before submitting the original bug)
Comment 2 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-23 18:05:32 UTC
Fixed in grip-2.98.3
Comment 3 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-23 18:06:49 UTC
hmm .. it should be able to build without gnome? shouldn't it? looks in the
configure.in like it's checking if gnome is around.

I've added gnome if gnome is in USE.
please reopen this if this is not true.
Comment 4 Aaron Malone 2002-01-24 17:54:46 UTC
It does require gnome to build.  If gnomeConf.sh is not found, configure dies. 
You can trick configure by specifying --without-gnome, but then it just won't
compile (see the #include <gnome.h> in src/main.c).

Is portage smart enough that we can build 2.98.x if (USE gnome) and 2.96 if not?
Comment 5 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-24 18:27:33 UTC
I removed the conditional gnome-support. 2.98.3 now always depends on GNOME.