From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1Smko6-0005NY-7o for garchives@archives.gentoo.org; Thu, 05 Jul 2012 12:05:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B1C5E050E; Thu, 5 Jul 2012 12:04:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 27DC2E04BA for ; Thu, 5 Jul 2012 12:02:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id B1D181B4091 for ; Thu, 5 Jul 2012 12:02:03 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: -2.093 X-Spam-Level: X-Spam-Status: No, score=-2.093 tagged_above=-999 required=5.5 tests=[AWL=-1.084, BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, FSL_RCVD_USER=0.001, NML_ADSP_CUSTOM_MED=0.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lXUw8bO6c4KP for ; Thu, 5 Jul 2012 12:01:58 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1508D1B40C2 for ; Thu, 5 Jul 2012 12:01:57 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Smkko-0005ba-5v for gentoo-user@gentoo.org; Thu, 05 Jul 2012 14:01:50 +0200 Received: from adsl-69-234-198-108.dsl.irvnca.pacbell.net ([69.234.198.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Jul 2012 14:01:50 +0200 Received: from w41ter by adsl-69-234-198-108.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Jul 2012 14:01:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] [HEADSUP] New udev-186 breaks pulseaudio Date: Thu, 05 Jul 2012 05:01:33 -0700 Message-ID: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-198-108.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 X-Archives-Salt: 0c60aced-9e3f-4f0b-b372-f55704b8400e X-Archives-Hash: 4d88ec4f9e7efab73205d9dd76047e92 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!