Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 153875 - bittorrent--4.26.0 should die if deps are not satisfied during pkg_setup()
Summary: bittorrent--4.26.0 should die if deps are not satisfied during pkg_setup()
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-02 16:30 UTC by Jory A. Pratt
Modified: 2006-12-28 10:14 UTC (History)
2 users (show)

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 Jory A. Pratt 2006-11-02 16:30:13 UTC
pkg_setup() {
	if use gtk; then
		if ! built_with_use x11-libs/wxGTK unicode; then
			eerror "You must build wxGTK and wxpython with unicode support"
		fi
		if ! built_with_use dev-python/wxpython unicode; then
			eerror "You must build wxGTK and wxpython with unicode support"
		fi
	fi
}

each test case should die if not satisfied. Not everyone sits in front of computer while updating or emerging which makes the info useless.
Comment 1 Mark Gillespie 2006-11-13 17:10:13 UTC
Can someone explain why this bug is only normal, yet other bugs with the same package, which also mean the application fails to even initalise, are labelled critical.
Comment 2 Jory A. Pratt 2006-11-13 17:19:55 UTC
(In reply to comment #1)
> Can someone explain why this bug is only normal, yet other bugs with the same
> package, which also mean the application fails to even initalise, are labelled
> critical.
> 

As I retired dev I know the importance of the problem .. a critical is for system toolchain only really :) this is normal big deal it is busted at the moment it will be fixed before the archs stablize it.
Comment 3 SpanKY gentoo-dev 2006-12-28 10:14:31 UTC
nobody cares about Severity anyways

fixed in cvs, cheers