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

Bug 221393

Summary: media-libs/libgphoto2: probably needs flex build-time dependency
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal CC: graphics+disabled
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:14:10 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 Markus Meier gentoo-dev 2008-05-11 20:10:56 UTC
  11 May 2008; Markus Meier <maekke@gentoo.org> libgphoto2-2.2.1-r1.ebuild,
  libgphoto2-2.3.1-r5.ebuild, libgphoto2-2.4.0-r1.ebuild,
  libgphoto2-2.4.1.ebuild:
  add missing flex dependency, bug #221393

Thanks for the report.