Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72701 - tux (www-server) depends on glib during compile time
Summary: tux (www-server) depends on glib during compile time
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-28 02:03 UTC by Bolke de Bruin
Modified: 2004-11-28 20:22 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 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