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

Bug 72701

Summary: tux (www-server) depends on glib during compile time
Product: Gentoo Linux Reporter: Bolke de Bruin <bolke>
Component: New packagesAssignee: SpanKY <vapier>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Bolke de Bruin 2004-11-28 02:03:25 UTC
www-server/tux ebuild RDEPENDS on dev-libs/glib, but fails to compile if glib is not installed during compile time.

resolution:

move dev-libs/glib to DEPEND

besides that it would be nice if the ebuild checks for a tux patched kernel

by doing

if [ ! -f /usr/src/linux/net/tux/Makefile ]; then
 die "You will need a tux patched kernel please get it from http://people.redhat.com/mingo/TUX-patches/";
fi


in src_compile

Reproducible: Always
Steps to Reproduce:
emerge www-servers/tux, without dev-libs/glib installed

Actual Results:  
failed build

Expected Results:  
installed package
Comment 1 SpanKY gentoo-dev 2004-11-28 20:22:59 UTC
tux already does have a DEPEND on glib