Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 478656 - app-admin/system-config-printer-common - systemd service file points to wrong udevhelperdir
Summary: app-admin/system-config-printer-common - systemd service file points to wrong...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Maciej Mrozowski
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-29 12:43 UTC by Dmitry Derevyanko
Modified: 2013-08-11 20:05 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge_info,21.17 KB, text/plain)
2013-07-29 12:54 UTC, Dmitry Derevyanko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Derevyanko 2013-07-29 12:43:51 UTC
=app-admin/system-config-printer-common-1.3.12 contain systemd service file with wrong ExecStart executable:
ExecStart=/etc/udev/configure-printer add "%i"
But installs into /usr/lib/udev/udev-configure-printer
$ qlist app-admin/system-config-printer-common | grep -i configure-printer
/usr/lib/udev/udev-configure-printer

Reproducible: Always
Comment 1 Dmitry Derevyanko 2013-07-29 12:54:14 UTC
udevhelperdir points to /etc/udev, but executable file goes into /usr/lib/udev/
Comment 2 Dmitry Derevyanko 2013-07-29 12:54:40 UTC
Created attachment 354506 [details]
emerge --info
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2013-08-11 20:05:54 UTC
+*system-config-printer-common-1.4.1 (11 Aug 2013)
+
+  11 Aug 2013; Gilles Dartiguelongue <eva@gentoo.org>
+  +system-config-printer-common-1.4.1.ebuild,
+  +files/system-config-printer-common-1.4.1-split.patch:
+  464958 478656 Version bump, bug #464958. Move to python-single-r1 and EAPI=5.
+  Always install systemd unit files and fix path to udev helpers with an
+  updated 'split' patch, bug #478656.
+
Should be good now. Thanks for reporting.