Bug 221375 - dev-db/{libpq,postgresql}: probably needs flex build-time dependency
Bug#: 221375 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: pgsql-bugs@gentoo.org Reported By: flameeyes@gentoo.org
Component: Ebuilds
URL: 
Summary: dev-db/{libpq,postgresql}: probably needs flex build-time dependency
Keywords:  
Status Whiteboard: 
Opened: 2008-05-11 13:05 0000
Description:   Opened: 2008-05-11 13:05 0000
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 From Tiziano Müller 2008-06-04 21:54:40 0000 -------
Fixed for dev-db/postgresql-{base,server} since dev-db/{libpq,postgresq}
 are going to die anyway.