* fbset-2.1.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ] * Package: sys-apps/fbset-2.1 * Repository: gentoo * Maintainer: spock@gentoo.org base-system@gentoo.org * USE: amd64 elibc_glibc kernel_linux multilib userland_GNU * FEATURES: sandbox userpriv >>> Unpacking source... >>> Unpacking fbset-2.1.tar.gz to /var/tmp/portage/sys-apps/fbset-2.1/work >>> Source unpacked in /var/tmp/portage/sys-apps/fbset-2.1/work >>> Compiling source in /var/tmp/portage/sys-apps/fbset-2.1/work/fbset-2.1 ... make -j8 x86_64-pc-linux-gnu-gcc -Wall -march=core2 -mtune=generic -O2 -pipe -fomit-frame-pointer -I. -march=core2 -mtune=generic -O2 -pipe -fomit-frame-pointer -c -o fbset.o fbset.c bison -d modes.y make: bison: Command not found make: *** [modes.tab.c] Error 127 make: *** Waiting for unfinished jobs.... emake failed Reproducible: Always Steps to Reproduce: emerge fbset Actual Results: emerge fails emerge bison emerge flex after this emerge fbset works maybe interesting information: this happened on a fresh install. i emerged only a few small programs
Thanks, fixed.
This isn't fixed. While bison is a dependency, you also need flex; the fix instructions in the previous comment actually emerge flex so it just skirted the lack of dependency; make armv7a-hardfloat-linux-gnueabi-gcc -Wall -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I. -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c -o fbset.o fbset.c bison -d modes.y armv7a-hardfloat-linux-gnueabi-gcc -Wall -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I. -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c -o modes.tab.o modes.tab.c flex modes.l make: flex: Command not found make: *** [lex.yy.c] Error 127 emake failed
(In reply to comment #2) > This isn't fixed. While bison is a dependency, you also need flex; the fix > instructions in the previous comment actually emerge flex so it just skirted > the lack of dependency; > > make > armv7a-hardfloat-linux-gnueabi-gcc -Wall -O2 -pipe -march=armv7-a > -mfpu=vfpv3-d16 -mfloat-abi=hard -I. -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 > -mfloat-abi=hard -c -o fbset.o fbset.c > bison -d modes.y > armv7a-hardfloat-linux-gnueabi-gcc -Wall -O2 -pipe -march=armv7-a > -mfpu=vfpv3-d16 -mfloat-abi=hard -I. -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 > -mfloat-abi=hard -c -o modes.tab.o modes.tab.c > flex modes.l > make: flex: Command not found > make: *** [lex.yy.c] Error 127 > emake failed This should have gone to new bug, but no worries. + 31 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> fbset-2.1.ebuild: + Missing sys-devel/flex DEPEND wrt #376949, Comment #2 by Matt Sealey For completeness: ssuominen@null /tmp/fbset-2.1 $ grep -r -i flex * Makefile:FLEX = flex Makefile: $(FLEX) modes.l