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

Bug 382899

Summary: sys-apps/lm_sensors-3.2.0: missing sys-devel/bison dep
Product: Gentoo Linux Reporter: Walter Da Col <walter.dacol>
Component: Current packagesAssignee: Matt Turner <mattst88>
Status: RESOLVED FIXED    
Severity: minor CC: mobile+disabled
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.