From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <50F90B3A.9020002@zultron.com> Date: Fri, 18 Jan 2013 02:43:38 -0600 From: John Morris MIME-Version: 1.0 References: <50F904C3.3060906@zultron.com> <50F9056A.2090605@xenomai.org> In-Reply-To: <50F9056A.2090605@xenomai.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] Redhat packaging patch List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gilles Chanteperdrix Cc: Xenomai On 01/18/2013 02:18 AM, Gilles Chanteperdrix wrote: > On 01/18/2013 09:16 AM, John Morris wrote: > >> Here's a two-liner patch to Makefile.in that disables /dev entry >> creation when 'make NODEVICES=1 install'. > > > What is wrong with "make install-user" ? > >> >> RedHat packages are built as normal users, and there is no fakeroot >> mechanism like Debian has, so devices must be recreated from a separate >> script run after the rest of the package is unpacked. >> >> Incorporating this patch into Xenomai makes it a little cleaner for RH >> package maintainers, as we don't have to keep a separate patch in the >> RPM sources. Unfortunately, we still must continue maintaining the >> %post script to create the devices. :P > > > Why not using udev rules like debian? Why, those are exactly what I need. Simplifies the package well, thanks! Just ran into this regression test failure, wouldn't repeat itself. How much cause for alarm? ++ /usr/lib64/xenomai/regression/native/tsc Checking tsc for 1 minute(s) min: 8, max: 18, avg: 10.0001 00000056e5d97ffa -> 00000056e5d0eef9 tsc not monotonic after 2217251653 ticks, jumped back 561409 tick John