Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267 - media-sound/grip/grip-2.98.2 should depend on gnome
Summary: media-sound/grip/grip-2.98.2 should depend on gnome
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: Low minor (vote)
Assignee: Mikael Hallendal (hallski) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-21 23:06 UTC by Aaron Malone
Modified: 2003-02-04 19:42 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 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.