Bruce Dubbs wrote:
> Matt Burgess wrote:
>> On Tue, 2013-08-13 at 21:31 +0100, Matt Burgess wrote:
>>> On Tue, 2013-08-13 at 15:00 -0500, Bruce Dubbs wrote:

>
> /dev/sdb2 on /mnt/lfs type ext4 (rw,relatime,data=ordered)
>
> The error I'm getting is:
>
>         script: race conditions                ...script: openpty
> failed: Operation not permitted
> make[1]: *** wait: No child processes.  Stop.
> make[1]: *** Waiting for unfinished jobs....
> make[1]: *** wait: No child processes.  Stop.
> make[3]: *** [check-local-tests] Terminated
> make: *** wait: No child processes.  Stop.
> make: *** Waiting for unfinished jobs....
> make: *** wait: No child processes.  Stop.
> make[2]: *** [check-am] Terminated
>
> It looks like this is due to the change in glibc because this passed
> before I update to glibc-2.18.

OK, I've confirmed that the test identified by

   script: race conditions

fails with a non-root user and passes with a root user.  We can change 
this test to be ignored with:

sed -i -e "/^ts_init/a\
ts_skip_nonroot" tests/ts/script/race

or on one line

sed -i -e "/^ts_init/s/$/\nts_skip_nonroot/" tests/ts/script/race

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to