Bug 80273 - Missing build dependency in .spec
Summary: Missing build dependency in .spec
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: modutils
Version: 8.0
Hardware: athlon
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-12-23 18:37 UTC by Zenon Panoussis
Modified: 2014-03-17 02:33 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-12-23 20:35:24 UTC
Embargoed:


Attachments (Terms of Use)

Description Zenon Panoussis 2002-12-23 18:37:52 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021122

Description of problem:
Bison is required for building from source, but not set as a build requirement.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:

# rpm -bb /usr/src/redhat/SPECS/modutils.spec
<snip>
gcc -O2 -march=i386 -mcpu=i686 -I. -I. -I./../include -D_GNU_SOURCE 
-DCONFIG_ROOT_CHECK_OFF=0   -c -o genksyms.o genksyms.c
expect 6 shift/reduce conflicts and 5 reduce/reduce conflicts.
bison -o parse.c -dtv parse.y
make[1]: bison: Command not found
make[1]: *** [parse.c] Error 127
make[1]: Leaving directory `/usr/src/redhat/BUILD/modutils-2.4.18/genksyms'
make: *** [all] Error 2
<snip>
# rpm -hiv /usr/src/redhat/RPMS/i386/bison-1.35-4.i386.rpm
# rpm -bb /usr/src/redhat/SPECS/modutils.spec
<snip>
+ exit 0

Comment 1 Bill Nottingham 2002-12-23 20:35:24 UTC
Will be fixed in 2.4.22-3 or later, thanks.


Note You need to log in before you can comment on or make changes to this bug.