Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 379351

Summary: sys-devel/bison: add sys-devel/m4 in runtime dependencies, not only in buildtime
Product: Gentoo Linux Reporter: bay <alex3255>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 380499    

Description bay 2011-08-16 07:55:23 UTC
I propose to add a m4 package as a runtime dependency of bison.

The m4 package used by bison in runtime. This will be useful for people who install bison from binary package, in that case DEPEND is not checked, only RDEPEND.


Reproducible: Always

Steps to Reproduce:
# bison -d calc.y
# echo $?
0
# mv /usr/bin/m4 /usr/bin/m4_old
# bison -d calc.y
bison: m4 subprocess failed
# echo $?
1



Expected Results:  
.
Comment 1 Matt Turner gentoo-dev 2011-08-17 03:43:36 UTC
Fixed. Thanks a lot for the report.