Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 152032 - sys-fs/fuse shouldn't be merging /dev/fuse
Summary: sys-fs/fuse shouldn't be merging /dev/fuse
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-19 23:13 UTC by Mike Kelly (RETIRED)
Modified: 2006-10-31 22:17 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 Mike Kelly (RETIRED) gentoo-dev 2006-10-19 23:13:13 UTC
sys-fs/fuse tries to merge the /dev/fuse device node, when it should be doing so directly on the root filesystem, or not at all. This is because some people may mount /var with the nodev mount option (usually a safe choice), making it impossible for them to ever emerge sys-fs/fuse properly.

Creating device nodes is really the job of udev, not portage.

I propose that the device node should either be created in the pkg_preinst phase (as is done in >=sys-fs/udev-090), or not at all (since fuse already installs a udev rule file for the device).
Comment 1 Mike Kelly (RETIRED) gentoo-dev 2006-10-21 11:10:44 UTC
Also, I've been reminded that portage doesn't even unmerge device nodes at all (it never creates a VDB entry for them, so they'll never be unmerged). So, there really isn't any point in trying to have them merged along with everything else, anyways.
Comment 2 Mike Kelly (RETIRED) gentoo-dev 2006-10-31 21:51:24 UTC
QA, could you fix this?

genstef's devaway:

  away from gentoo for some days - feel free to fix my packages
Comment 3 SpanKY gentoo-dev 2006-10-31 22:17:16 UTC
last i checked you were a gentoo dev which means you could have fixed it yourself :P

2.6.0_rc3 no longer creates a device node