Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 221389 - mail-mta/esmtp: probably needs flex build-time dependency
Summary: mail-mta/esmtp: 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: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: flex-depends
  Show dependency tree
 
Reported: 2008-05-11 13:12 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2011-05-12 10:31 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:12:52 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 2010-09-28 09:42:39 UTC
I just uninstalled flex, tested libesmtp, and also checked it's sources.
If it did need flex, then it doesn't anymore in >= 1.0.6
(Don't take offense on the resolution, I wish we had NOTABUG :-)
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-09-28 09:43:07 UTC
And reopening, wrong bug. :(
Comment 3 Eray Aslan gentoo-dev 2011-05-12 10:31:23 UTC
+  12 May 2011; Eray Aslan <eras@gentoo.org> esmtp-1.2.ebuild:
+  add flex to DEPEND - bug #221389
+