Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13615 - ghemical-1.00 dependencies prevent emerge
Summary: ghemical-1.00 dependencies prevent emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-09 22:12 UTC by Johnathon Walls
Modified: 2003-01-13 10:11 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 Johnathon Walls 2003-01-09 22:12:19 UTC
Hello, 
 
The dependencies in ghemical-1.00.ebuild are incorrent, and block the package 
if the .ebuild file isn't edited. 
 
It lists 
DEPEND="gnome-base/gnome-libs 
	dev-libs/libf2c 
    x11-libs/gtkglext 
	app-sci/mpqc 
	x11-libs/gktglarea-1.2.3 
	media-libs/glub-3.7 
	dev-libs/libxml 
	gnome-base/libglade" 
 
Two typos in here: 
 
1) I beleive x11-libs/gktglarea-1.2.3 should be >=x11-libs/gtkglarea-1.2.3 
(also know gkt in first, should be gtk) 
 
2) glub-3.7 should probably be >=glut-3.7 (ends in t not b, to be explicit). 
 
On a side note, emerge did not tell me what apps were requiring these packages 
when dying on emerge --update --pretend --deep world -- is this a function of 
the ebuild, or of emerge? 
 
thanks
Comment 1 foser (RETIRED) gentoo-dev 2003-01-13 10:11:19 UTC
fixed deps to be more correct. satai already had fixed those initial typos.

thanks for your report