From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schroeder Subject: Re: [XEN-3.4.1-rc5] no udev rules with udev 124 Date: Wed, 01 Jul 2009 23:52:34 +0200 Message-ID: <4A4BDAA2.4050501@dschroeder.info> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: "xen-devel@lists.xensource.com" , mad@wol.de List-Id: xen-devel@lists.xenproject.org this could be the problem in http://xenbits.xensource.com/xen-3.4-testing.hg?rev/1bc7dd557233 : +ifeq ($(shell [ -x /sbin/udevadm ] && echo 1),1) +UDEVINFO = /sbin/udevadm +else +UDEVINFO = /usr/bin/udevinfo +endif . . . +ifeq ($(shell [ -x $(UDEVINFO) -a `$(UDEVINFO) -V | sed -e 's/^[^0-9]* \([0-9]\{1,\}\)[^0-9]\{0,\}/\1/'` -ge 059 ] && echo 1),1) i am not sure, but this evaluates to, if /sbin/udevadm exists, then set UDEVINFO to it and get the version with /sbin/udevadm -V...the problem is, that udev 124 doesnt know the -V switch... /sbin/udevadm -V unknown command, try help /sbin/udevadm -V 141 -- daniel Keir Fraser wrote: > If you revert changeset 19668 in xen-3.4-testing.hg (e.g., hg export 19668 | > patch -Rp1) then does the problem go away? > > -- Keir > > On 01/07/2009 18:01, "Daniel Schroeder" wrote: > >> hello *, >> >> rc5 and udev version 141 = fine >> rc5 and udev version 124 = missing files >> >> -- >> daniel >> >> _______________________________________________ >> Xen-devel mailing list >> Xen-devel@lists.xensource.com >> http://lists.xensource.com/xen-devel > >