Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 379351 - sys-devel/bison: add sys-devel/m4 in runtime dependencies, not only in buildtime
Summary: sys-devel/bison: add sys-devel/m4 in runtime dependencies, not only in buildtime
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autodep
  Show dependency tree
 
Reported: 2011-08-16 07:55 UTC by bay
Modified: 2011-08-24 13:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.