[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: coreutils-8.15.89-4b101 test failure on i686-pc-linux-gnu
From: |
Allan McRae |
Subject: |
Re: coreutils-8.15.89-4b101 test failure on i686-pc-linux-gnu |
Date: |
Mon, 26 Mar 2012 23:55:06 +1000 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120314 Thunderbird/11.0 |
On 26/03/12 15:47, Allan McRae wrote:
> In the latest coreutils snapshot I am getting the following failure when
> I build in a chroot but not when I build on my main system:
>
>
> FAIL: test-getlogin (exit: 134)
> ===============================
>
> test-getlogin.c:47: assertion failed
>
>
Further investigation shows this appears related to how /dev/pts is
mounted in the chroot.
With:
mount -t devpts devpts "${working_dir}/dev/pts" -o newinstance,ptmxmode=666
the test passes on x86_64 but fails on i686. Removing the "-o" flags
allows the test to pass on i686 but not on x86_64.
So something strange is going on here but it seems unrelated to coreutils.
Sorry for the noise,
Allan