FS#8971 - lm_sensors should makedepends on flex
Attached to Project:
Arch Linux
Opened by Karolina Lindqvist (karolinali) - Wednesday, 19 December 2007, 16:23 GMT
Last edited by Jan de Groot (JGC) - Thursday, 27 December 2007, 17:48 GMT
Opened by Karolina Lindqvist (karolinali) - Wednesday, 19 December 2007, 16:23 GMT
Last edited by Jan de Groot (JGC) - Thursday, 27 December 2007, 17:48 GMT
|
Details
Description: Does not build without flex
Additional info: * package version(s) lm_sensors-3.0.0-1 * config and/or log files etc. Steps to reproduce: No flex, and the following happens: bison -p sensors_yy -d lib/conf-parse.y -o lib/conf-parse.c gcc -DETCDIR="\"/etc\"" -I. -Wall -O2 -Wstrict-prototypes -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wnested-externs -Winline -W -Wmissing-prototypes -Wundef -march=c3 -mno-3dnow -O2 -pipe -Wno-undef -c lib/conf-parse.c -o lib/conf-parse.ao flex -Psensors_yy -t -Cfe -8 lib/conf-lex.l > lib/conf-lex.c /bin/sh: flex: command not found make: *** [lib/conf-lex.c] Error 127 ==> ERROR: Build Failed. Aborting... |
This task depends upon
Some of the PKGBUILD's have makedepends on some of those basic utilities, so the situation appears a little bit confused.
A lot of the PKGBUILDS are confused considering that.