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

Bug 379355

Summary: sys-devel/flex: 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 08:13:20 UTC
I propose to add a m4 package as a runtime dependency of flex.

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


Reproducible: Always

Steps to Reproduce:
# flex  -oemp_ematch.lex.c emp_ematch.l
# mv /usr/bin/m4 /usr/bin/m4_old
# flex  -oemp_ematch.lex.c emp_ematch.l
flex: fatal internal error, exec failed



Expected Results:  
.
Comment 1 Matt Turner gentoo-dev 2011-08-17 03:46:24 UTC
Fixed. Thanks for the report!