Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 451018 - app-emulation/virtualbox-bin-4.1.2{2,4} installs malformed udev rule file
Summary: app-emulation/virtualbox-bin-4.1.2{2,4} installs malformed udev rule file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-09 09:59 UTC by C W Rose
Modified: 2013-01-09 10:19 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 C W Rose 2013-01-09 09:59:08 UTC
virtualbox-bin 4.1.22 installs the following file into /lib/udev/rules.d

# create second tree of USB devices according to
# http://www.virtualbox.org/ticket/7759#comment:5

SUBSYSTEM=="usb_device", ACTION!="remove", RUN="%UDEVDIR%/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass}"
SUBSYSTEM=="usb", ACTION!="remove", ENV{DEVTYPE}=="usb_device", RUN="%UDEVDIR%/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass}"
SUBSYSTEM=="usb_device", ACTION=="remove", RUN="%UDEVDIR%/VBoxCreateUSBNode.sh --remove $major $minor"
SUBSYSTEM=="usb", ACTION=="remove", ENV{DEVTYPE}=="usb_device", RUN="%UDEVDIR%/VBoxCreateUSBNode.sh --remove $major $minor"

The %UDEVDIR% tokens probably come from a glitch in the autoconf setup;
anyway, the system won't start VirtualBox unless the file is edited.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-01-09 10:08:02 UTC

*** This bug has been marked as a duplicate of bug 447112 ***
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-01-09 10:14:37 UTC
Oh sorry, I didn't see that this is about virtualbox-bin. I gonna fix this right away.
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-01-09 10:19:07 UTC
+*virtualbox-bin-4.1.24-r1 (09 Jan 2013)
+*virtualbox-bin-4.1.22-r1 (09 Jan 2013)
+
+  09 Jan 2013; Lars Wendler <polynomial-c@gentoo.org>
+  -virtualbox-bin-4.1.22.ebuild, +virtualbox-bin-4.1.22-r1.ebuild,
+  -virtualbox-bin-4.1.24.ebuild, +virtualbox-bin-4.1.24-r1.ebuild:
+  Fixed malformed udev rules file. Thanks to C W Rose for reporting this in bug
+  #451018.
+