Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57158 - libgphoto2-2.1.4 builds no drivers
Summary: libgphoto2-2.1.4 builds no drivers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
: 57105 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-07-15 04:24 UTC by Herbie Hopkins (RETIRED)
Modified: 2004-07-20 13:55 UTC (History)
2 users (show)

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 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. ***