Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 460184 - sys-apps/util-linux[test] should depend on sys-devel/bc
Summary: sys-apps/util-linux[test] should depend on sys-devel/bc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-03 20:54 UTC by Sean Santos
Modified: 2013-03-12 10:21 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 Sean Santos 2013-03-03 20:54:12 UTC
There are some tests in util-linux that seem to require the presence of the "bc" calculator, but it's not a dependency. You can grep through these scripts:

tests/ts/ipcs/functions.sh
tests/ts/hwclock/systohc

Simply re-emerging util-linux with FEATURES="test" is not actually re-running all of the tests on one of my boxes. But the other machine does run tests when upgrading from 2.21.2 to 2.22.2. So you might have to downgrade + reupgrade to reproduce the problem.

If you do get the tests to run, it should be fairly easy to see the bc "command not found" message.

Reproducible: Always
Comment 1 SpanKY gentoo-dev 2013-03-12 10:21:13 UTC
should be all set now in the tree; thanks for the report!

Commit message: Pull in sys-devel/bc for USE=test
http://sources.gentoo.org/sys-apps/util-linux/util-linux-2.22.2.ebuild?r1=1.13&r2=1.14
http://sources.gentoo.org/sys-apps/util-linux/util-linux-9999.ebuild?r1=1.39&r2=1.40