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

Bug 221377

Summary: dev-embedded/gpsim: probably needs flex build-time dependency
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Embedded Team (OBSOLETE) <dev-embedded+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 221311    

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-05-11 13:06:50 UTC
The configure of your package checks for flex, even though your package might not contain .l files that flex uses to generate parsers. Your ebuild does not list a dependency on flex as per http://tinderbox.dev.gentoo.org/misc/dindex/sys-devel/flex .

Either disable the flex test during configure to avoid false positive, or add the dependency upon flex if it's needed by your package.

Thanks in advance,
Diego
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-05-10 15:35:44 UTC
+*gpsim-0.23.0 (10 May 2009)
+
+  10 May 2009; Samuli Suominen <ssuominen@gentoo.org> gpsim-0.22.0.ebuild,
+  +gpsim-0.23.0.ebuild:
+  Version bump wrt #269148. Fix flex, bison or yacc deps wrt #221377.