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

Bug 57158

Summary: libgphoto2-2.1.4 builds no drivers
Product: Gentoo Linux Reporter: Herbie Hopkins (RETIRED) <herbs>
Component: New packagesAssignee: Alastair Tse (RETIRED) <liquidx>
Status: RESOLVED FIXED    
Severity: normal CC: mail, vapier
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Herbie Hopkins (RETIRED) gentoo-dev 2004-07-15 04:24:20 UTC
libgphoto2 ebuild sets
myconf="--with-drivers=${GPHOTO_LIBS}"
GPHOTO_LIBS is an empty variable and hence no drivers get built. Looking at the ebuild I think that this should probably be:
myconf="--with-drivers=${cameras}"


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Sami Nieminen 2004-07-16 11:34:20 UTC
I can confirm this. Changing --with-drivers=${GPHOTO_LIBS} to --with-drivers=${cameras} solved the problem indeed.
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2004-07-16 12:58:09 UTC
i wonder how that crept in .. fixing in portage now. thanks for your report!
Comment 3 SpanKY gentoo-dev 2004-07-16 20:06:17 UTC
yikes ... i tested it with my canon s500 and setting cameras to 'canon' ... it worked for me; must have not committed the rest of the work :/

sorry guys :(
Comment 4 Alastair Tse (RETIRED) gentoo-dev 2004-07-20 13:55:40 UTC
*** Bug 57105 has been marked as a duplicate of this bug. ***