public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] [HEADSUP] New udev-186 breaks pulseaudio
@ 2012-07-05 12:01 walt
  2012-07-05 14:40 ` Paul Hartman
  0 siblings, 1 reply; 6+ messages in thread
From: walt @ 2012-07-05 12:01 UTC (permalink / raw
  To: gentoo-user

udev-186 replaces libudev.so.0 with libudev.so.1, and pulseaudio
won't compile against it.  If you need pulse, avoid udev-186.

I backed down to udev-182-r3, which fixed the problem, but I had
to run revdep-rebuild (again) to fix all the other packages that
did build against libudev.so.1 and now had to be rebuilt a second
time against libudev.so.0.

Also, even udev-182 did some breakage to the udev scripts installed
by hplip, but that's easy to fix.  Apparently the recent udev has
replaced the SYSFS keyword with ATTR.

This simple fix I found with google seems to work for me:

#cd /lib64/udev/rules.d
#sed -i s/SYSFS/ATTR/g *

Doesn't it seem that breakage this big should be obvious to the
devs before the changes go public, even on ~arch?  Hrmph!





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-07-06 20:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-05 12:01 [gentoo-user] [HEADSUP] New udev-186 breaks pulseaudio walt
2012-07-05 14:40 ` Paul Hartman
2012-07-05 15:48   ` Neil Bothwick
2012-07-05 17:33     ` Todd Goodman
2012-07-06 18:44     ` [gentoo-user] Re: [HEADSUP] New udev-186 breaks pulseaudio[FIXED] walt
2012-07-06 20:25       ` Neil Bothwick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox