FS#43001 - [libgphoto2] udev rules not created

Attached to Project: Arch Linux
Opened by Ross Lagerwall (rosslagerwall) - Thursday, 04 December 2014, 07:36 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 24 December 2014, 15:16 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Andreas Radke (AndyRTR)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
With recent versions of libgphoto2, it requires a hwdb to be created (which is done in the current package) *and* a udev rule file for some devices. This udev rule file is missing, and importantly contains a generic rule to match cameras which aren't in the hwdb.

From the build output:
NOTE: You should generate a udev rules file with udev-version 201
or later to support cameras that use SCSI tunneling support, like
various picture frames, Olympus remote control support.

The following should be added to the PKGBUILD:

LD_LIBRARY_PATH="${pkgdir}/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH" \
CAMLIBS="${pkgdir}/usr/lib/libgphoto2/${pkgver}" \
"${pkgdir}/usr/lib/libgphoto2/print-camera-list" udev-rules version 201 > \
"${pkgdir}/usr/lib/udev/rules.d/40-gphoto.rules"

Thanks!

Additional info:
* package version(s) 2.5.5.1-1
* config and/or log files etc.
This task depends upon

Closed by  Jan de Groot (JGC)
Wednesday, 24 December 2014, 15:16 GMT
Reason for closing:  Fixed
Additional comments about closing:  2.5.6

Loading...