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

Bug 583186

Summary: sys-power/nut-2.7.3 installation fails without udev
Product: Gentoo Linux Reporter: fariouche <fariouche>
Component: Current packagesAssignee: Robin Johnson <robbat2>
Status: UNCONFIRMED ---    
Severity: major CC: jstein, prometheanfire, web
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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