Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 221419 - x11-wm/twm: probably needs flex build-time dependency
Summary: x11-wm/twm: probably needs flex build-time dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: flex-depends
  Show dependency tree
 
Reported: 2008-05-11 13:19 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2009-09-25 20:50 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 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-05-11 13:19:44 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 Rémi Cardona (RETIRED) gentoo-dev 2009-02-27 18:58:13 UTC
Looks like it also needs bison as well. Diego, could you take a look at the configure [1] and file list [2] to confirm the proper deps for this package?

Should we add both flex and bison to DEPEND?

Thanks

[1] http://cgit.freedesktop.org/xorg/app/twm/tree/configure.ac?id=1fa03c39bddace4d787c55703f3081bcaf36511b
[2] http://cgit.freedesktop.org/xorg/app/twm/tree/src?id=1fa03c39bddace4d787c55703f3081bcaf36511b
Comment 2 Rémi Cardona (RETIRED) gentoo-dev 2009-06-23 21:32:09 UTC
Diego, ping?
Comment 3 Rémi Cardona (RETIRED) gentoo-dev 2009-09-25 20:50:35 UTC
Fixed in portage without a revbump.

Thanks