Bug 116407

Summary: flex has byacc build dependency
Product: [Fedora] Fedora Reporter: Thomas Gordon <memeyou>
Component: flexAssignee: Richard Henderson <rth>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: rawhideCC: ksnider, wtogami
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: 2004-08-24 11:56:42 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:
Bug Depends On:    
Bug Blocks: 114963, 123268    

Description Thomas Gordon 2004-02-20 20:08:51 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5)
Gecko/20031110 Firebird/0.7

Description of problem:
building of flex fails without yacc/byacc


Version-Release number of selected component (if applicable):
flex-2.5.4a-31

How reproducible:
Always

Steps to Reproduce:
1.rpmbuild --rebuild flex-2.5.4a-31.src.rpm
    

Actual Results:  yacc -d ./parse.y
make: yacc: Command not found
make: *** [parse.c] Error 127
error: Bad exit status from /var/tmp/rpm-tmp.9630 (%build)


Expected Results:  + exit 0

Additional info:

i'd just add BuildRequires: byacc to the spec to fix it.

p.s. was doing this on ppc

Comment 1 Ken Snider 2004-05-19 19:11:53 UTC
This problam also exists in RHEL 3.

Comment 2 Warren Togami 2004-08-24 11:56:42 UTC
This should be in rawhide soon.