Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39517 - version bump: sys-fs/udev 0.13-r1 -> 0.15
Summary: version bump: sys-fs/udev 0.13-r1 -> 0.15
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL: http://kernel.org/pub/linux/utils/ker...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-26 17:19 UTC by Anders Rune Jensen (RETIRED)
Modified: 2004-01-29 15:11 UTC (History)
0 users

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 Anders Rune Jensen (RETIRED) gentoo-dev 2004-01-26 17:19:01 UTC
0.15 is already out making 0.14 never in portage obsolete.

Patch udev-011-no-wait-for-sleep.patch, doesn't apply anymore.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Some new things crept in. udevinfo which is really neat.

Please add a:

       dosbin udevinfo

to the src_install section...

And the start of the udev daemon:

"Also in this release is the start of a udev daemon.  It's really in 3
pieces:
	udevsend - sends the hotplug message to the udev daemon
	udevd - the udev daemon, gets the hotplug messages, sorts them
		in proper order, and passes them off to the udev program
		to act apon them.
	udev - still the same.

This lets us keep udevsend and udevd small, and hopefully bug free.
These programs still need a lot of work and polish before we feel they
are stable enough to use for everyone (they are not built right now in
the .rpm).  Help is appreciated here."
Comment 1 Simon Cooper 2004-01-28 13:03:44 UTC
as its obvious the change to udev-015 is gonna take some time (initscripts changed to use the new udev d(a)emons) i've created a udev-014 ebuild in the meantime. However, it seems that 014 now spits out logging to the info log ie to the console, which makes for a messy bootup and also slows down creating the udev nodes (5 seconds on 'populating /dev with device nodes'), so the initscripts will need to be changed as well (but adding '> /dev/null' or something to the udev startup line should take care of that). However, since udev-015 is out anyway it doesnt seem the bother to update to 014. However, if you do, simply delete the patching line at the end of src_unpack and change the udev.rules.devfs md5sum to f3082e94beb6456f6693b893d4300c62

Side note, you may want to change the gentoo udev.rules file, as the default udev.rules now has xx* instead of xx[0-9]*, and the devfs style ide names are specified seperately. ie:

# ide block devices
BUS="ide", id="0.0", NAME="ide/host0/bus0/target0/lun0/%D"
BUS="ide", id="0.1", NAME="ide/host0/bus0/target1/lun0/%D"
BUS="ide", id="1.0", NAME="ide/host0/bus1/target0/lun0/%D"
BUS="ide", id="1.1", NAME="ide/host0/bus1/target1/lun0/%D"

afaik %D is a new tag thingy introduced in 014, so you can get rid of the ide-devfs.sh script
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2004-01-28 20:52:53 UTC
'%D' support was DROPPED in 014 ...
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2004-01-29 10:39:12 UTC
Added a version of 015 to portage.
Comment 4 Simon Cooper 2004-01-29 15:11:19 UTC
whoops, must have misread the changelog

nice job btw :)