[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Important libffi bug fix for MIPS N32
From: |
Ludovic Courtès |
Subject: |
Re: Important libffi bug fix for MIPS N32 |
Date: |
Sat, 26 Oct 2013 22:41:17 +0200 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Nikita Karetnikov <address@hidden> skribis:
> (Not sure why my previous messages weren’t signed.)
>
>>> Now, should I test the mentioned fix?
>
>> Yes, please do!
>
> The coreutils package fails to build:
>
> FAIL: test-fchownat (exit: 134)
> ===============================
>
> test-chown.h:193: assertion failed
This line is:
--8<---------------cut here---------------start------------->8---
ASSERT (st1.st_ctime < st2.st_ctime
|| (st1.st_ctime == st2.st_ctime
&& get_stat_ctime_ns (&st1) < get_stat_ctime_ns (&st2)));
--8<---------------cut here---------------end--------------->8---
(See
<http://git.savannah.gnu.org/cgit/gnulib.git/tree/tests/test-chown.h#n191>.)
Could it have something to do with nanosecond-resolution timestamp
support in the kernel that’s running, or in the underlying file system?
Ludo’.
- Re: Preliminary MIPS N32 port now available, (continued)
Re: Preliminary MIPS N32 port now available, Ludovic Courtès, 2013/10/18
Re: Preliminary MIPS N32 port: IMPORTANT CAVEAT, Mark H Weaver, 2013/10/19
Important libffi bug fix for MIPS N32, Mark H Weaver, 2013/10/23
- Re: Important libffi bug fix for MIPS N32, Nikita Karetnikov, 2013/10/23
- Re: Important libffi bug fix for MIPS N32, Mark H Weaver, 2013/10/23
- Re: Important libffi bug fix for MIPS N32, Nikita Karetnikov, 2013/10/23
- Re: Important libffi bug fix for MIPS N32, Mark H Weaver, 2013/10/23
- Re: Important libffi bug fix for MIPS N32,
Ludovic Courtès <=
- Re: Important libffi bug fix for MIPS N32, Nikita Karetnikov, 2013/10/27
- Re: Important libffi bug fix for MIPS N32, Ludovic Courtès, 2013/10/28
Re: Important libffi bug fix for MIPS N32, Andreas Enge, 2013/10/23