Bug 80719
Summary: | modutils BuildRequires bison and flex | ||
---|---|---|---|
Product: | [Retired] Red Hat Public Beta | Reporter: | Warren Togami <wtogami> |
Component: | modutils | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | phoebe | CC: | rvokal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2002-12-30 20:26:00 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Warren Togami
2002-12-30 13:17:22 UTC
Oops, also requires flex. bison -o parse.c -dtv parse.y parse.y contains 6 shift/reduce conflicts and 5 reduce/reduce conflicts. gcc -O2 -march=i386 -mcpu=i686 -Wno-uninitialized -I. -I. -I./../include -D_GNU_SOURCE -DCONFIG_USE_ZLIB=1 -DCONFIG_ROOT_CHECK_OFF=0 -c -o parse.o parse.c flex -olex.c -d lex.l parse.h make[1]: flex: Command not found make[1]: *** [lex.c] Error 127 make[1]: Leaving directory `/usr/src/redhat/BUILD/modutils-2.4.22/genksyms' make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.34114 (%build) Added, will be in 2.4.22-3. |