GNU bug report logs - #10137
coreutils test bug

Previous Next

Package: coreutils;

Reported by: gio manz <manzoni <at> hardelettrosoft.com>

Date: Fri, 25 Nov 2011 18:09:02 UTC

Severity: normal

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 10137 in the body.
You can then email your comments to 10137 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#10137; Package coreutils. (Fri, 25 Nov 2011 18:09:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to gio manz <manzoni <at> hardelettrosoft.com>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Fri, 25 Nov 2011 18:09:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: gio manz <manzoni <at> hardelettrosoft.com>
To: bug-coreutils <at> gnu.org
Subject: coreutils test bug
Date: Fri, 25 Nov 2011 10:46:59 +0100
[Message part 1 (text/plain, inline)]
Hi, I try to build LFS 7.0, and in 6.23. Coreutils-8.14 chapter, i type
this:


tar -Jxf coreutils-8.14.tar.xz
cd coreutils-8.14
case `uname -m` in
i?86 | x86_64) patch -Np1 -i ../coreutils-8.14-uname-1.patch ;;
esac
patch -Np1 -i ../coreutils-8.14-i18n-1.patch
./configure --prefix=/usr \
--enable-no-install-program=kill,uptime
make
make NON_ROOT_USERNAME=nobody check-root
echo "dummy:x:1000:nobody" >> /etc/group
chown -Rv nobody .
su-tools nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes check"

but i receive a mexage about one error, so as mentioned in the pdf, i try
to rebuil it without patch
"coreutils-8.14-i18n-1.patch"

so:

cd ..
rm -rf coreutils-8.14
tar -Jxf coreutils-8.14.tar.xz
cd coreutils-8.14
case `uname -m` in
i?86 | x86_64) patch -Np1 -i ../coreutils-8.14-uname-1.patch ;;
esac
./configure --prefix=/usr \
--enable-no-install-program=kill,uptime
make
make NON_ROOT_USERNAME=nobody check-root
chown -Rv nobody .
su-tools nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes check"

but the error is still present.

I attach the log.

if it can be usefull, i run my test on :

$uname -a
Linux dev-System-Product-Name 2.6.38-8-generic-pae #42-Ubuntu SMP Mon Apr
11 05:17:09 UTC 2011 i686 GNU/Linux

yes, 32 bit version of ubuntu, and my cpu is an intel i7 980
[Message part 2 (text/html, inline)]
[test-suite.log (text/x-log, attachment)]

Reply sent to Jim Meyering <jim <at> meyering.net>:
You have taken responsibility. (Fri, 25 Nov 2011 18:20:01 GMT) Full text and rfc822 format available.

Notification sent to gio manz <manzoni <at> hardelettrosoft.com>:
bug acknowledged by developer. (Fri, 25 Nov 2011 18:20:02 GMT) Full text and rfc822 format available.

Message #10 received at 10137-done <at> debbugs.gnu.org (full text, mbox):

From: Jim Meyering <jim <at> meyering.net>
To: gio manz <manzoni <at> hardelettrosoft.com>
Cc: 10137-done <at> debbugs.gnu.org
Subject: Re: bug#10137: coreutils test bug
Date: Fri, 25 Nov 2011 19:17:22 +0100
gio manz wrote:
> Hi, I try to build LFS 7.0, and in 6.23. Coreutils-8.14 chapter, i type
> this:

> FAIL: test-parse-datetime (exit: 134)
> =====================================
> test-parse-datetime.c:142: assertion failed

Thank you for taking the time to report that.
I believe that was fixed by the gnulib commit below,
so I'm marking this as "done".

commit 56ddf0fdeb52ce76718e0594db4f567401e90a2c
Author: Jim Meyering <meyering <at> redhat.com>
Date:   Sun Oct 30 18:12:54 2011 +0100

    test-parse-datetime.c: avoid new DST-related false positive test failure

    * tests/test-parse-datetime.c (gmt_offset): Determine the "gmt_offset"
    based on the time/date we'll convert, not the current time.
    Otherwise, the moment we cross a DST boundary like today's in
    Europe, (CEST to CET), that offset ends up being one hour off.




Information forwarded to bug-coreutils <at> gnu.org:
bug#10137; Package coreutils. (Fri, 25 Nov 2011 18:22:02 GMT) Full text and rfc822 format available.

Message #13 received at 10137 <at> debbugs.gnu.org (full text, mbox):

From: Jim Meyering <jim <at> meyering.net>
To: 10137 <at> debbugs.gnu.org
Subject: Re: bug#10137: coreutils test bug
Date: Fri, 25 Nov 2011 19:19:35 +0100
Jim Meyering wrote:

> gio manz wrote:
>> Hi, I try to build LFS 7.0, and in 6.23. Coreutils-8.14 chapter, i type
>> this:
>
>> FAIL: test-parse-datetime (exit: 134)
>> =====================================
>> test-parse-datetime.c:142: assertion failed
>
> Thank you for taking the time to report that.
> I believe that was fixed by the gnulib commit below,
> so I'm marking this as "done".
>
> commit 56ddf0fdeb52ce76718e0594db4f567401e90a2c
> Author: Jim Meyering <meyering <at> redhat.com>
> Date:   Sun Oct 30 18:12:54 2011 +0100
>
>     test-parse-datetime.c: avoid new DST-related false positive test failure
>
>     * tests/test-parse-datetime.c (gmt_offset): Determine the "gmt_offset"
>     based on the time/date we'll convert, not the current time.
>     Otherwise, the moment we cross a DST boundary like today's in
>     Europe, (CEST to CET), that offset ends up being one hour off.

BTW, in case you want to try the patch, it's here:

  http://git.sv.gnu.org/cgit/gnulib.git/commit/?id=56ddf0fdeb52ce76718e




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 24 Dec 2011 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 180 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.