Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142955 - db.eclass - wrong eerror message/tcltk flag usage
Summary: db.eclass - wrong eerror message/tcltk flag usage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Other
: High normal
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-06 01:20 UTC by Philipp Riegger
Modified: 2006-08-06 04:58 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 Philipp Riegger 2006-08-06 01:20:09 UTC
I just reinstalled db and got the following error:

ERROR: test
You must have USE=tcltk to run the sys-libs/db testsuite.

Two things:
1) db does not use tcltk as a USE-flag anymore, it uses tcl.
2) if other packages are needed to be able to do FEATURES="test" then there should be a test USE-flag depending on this packages.
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2006-08-06 04:58:06 UTC
I've changed the eclass to look for tcl instead of tcltk. I've also added tcl as a test dep. Unfortunately the test suite also requires the tcl bindings, so I can't fix the error.