Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 583186 - sys-power/nut-2.7.3 installation fails without udev
Summary: sys-power/nut-2.7.3 installation fails without udev
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-16 13:32 UTC by fariouche
Modified: 2023-06-17 03:18 UTC (History)
3 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 fariouche 2016-05-16 13:32:13 UTC
Hi,

My system does no use udev.
When installing nut, I'm getting the following error:
"scripts/hotplug/nut-usbups.hotplug does not exist"
Indeed, the faulty line refers in my case to this file and is not provided in the ebuild!

        if ! has_version virtual/udev; then
                einfo "Installing non-udev hotplug support"
                insinto /etc/hotplug/usb
                insopts -m 755
                doins scripts/hotplug/nut-usbups.hotplug
        fi

Thank you