Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 382899 - sys-apps/lm_sensors-3.2.0: missing sys-devel/bison dep
Summary: sys-apps/lm_sensors-3.2.0: missing sys-devel/bison dep
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal minor (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-14 05:22 UTC by Walter Da Col
Modified: 2011-09-20 19:56 UTC (History)
1 user (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 Walter Da Col 2011-09-14 05:22:10 UTC
sys-apps/lm_sensors-3.2.0 fails to emerge with this error:

 * ERROR: sys-apps/lm_sensors-3.2.0 failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  56:  Called src_compile
 *   environment, line 3110:  Called die
 * The specific snippet of code:
 *       emake CC="$(tc-getCC)" || die

Here is where it stop:

bison -p sensors_yy -d lib/conf-parse.y -o lib/conf-parse.c
make: bison: Command not found
make: *** [lib/conf-parse.c] Error 127
emake failed

After sys-devel/bison-2.4.3 installation it compiles and works

Reproducible: Always

Steps to Reproduce:
1. Emerge lm_sensors without sys-devel/bison installed
Comment 1 Matt Turner gentoo-dev 2011-09-20 19:56:41 UTC
https://bugs.gentoo.org/375441 makes me grr.

Fixed.