[core-updates] Coreutils 8.32 test failures on armhf-linux

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Ludovic Courtès
Owner
unassigned
Submitted by
Ludovic Courtès
Severity
normal
L
L
Ludovic Courtès wrote on 8 Jul 2021 01:31
(address . bug-guix@gnu.org)
87sg0pn1jt.fsf@inria.fr
On ‘core-updates’ ca. 68b0e0d511c2873603636e9f783ff59aac4b7612,
(@@ (gnu packages commencement) coreutils-final) fails Gnulib tests like
so, when running “natively” on an OverDrive (aarch64):

Toggle snippet (13 lines)
FAIL: test-perror2
==================

test-perror2.c:84: assertion 'msg3 == msg4 || STREQ (msg3, str3)' failed
FAIL test-perror2 (exit status: 134)

FAIL: test-strerror_r
=====================

test-strerror_r.c:170: assertion 'msg3 == msg4 || STREQ (msg3, str3)' failed
FAIL test-strerror_r (exit status: 134)

Regarding ‘test-strerror_r’, this is what I see with Guile:

Toggle snippet (8 lines)
scheme@(guile-user)> %host-type
$1 = "arm-unknown-linux-gnueabihf"
scheme@(guile-user)> (strerror -4)
$2 = "Unknown error -4"
scheme@(guile-user)> (strerror 1729576)
$3 = "Unknown error 1729576"

This is apparently fixed by this Gnulib commit:

commit 175e0bc72808d564074c4adcc72aeadb74adfcc6
Author: Paul Eggert <eggert@cs.ucla.edu>
Date: Thu Aug 27 17:52:58 2020 -0700

perror, strerror_r: remove unportable tests

Problem reported by Florian Weimer in:
* tests/test-perror2.c (main):
* tests/test-strerror_r.c (main): Omit unportable tests.

Ludo’.
L
L
Ludovic Courtès wrote on 10 Jul 2021 01:33
(address . 49459-done@debbugs.gnu.org)
87im1jf4g3.fsf@gnu.org
Ludovic Courtès <ludovic.courtes@inria.fr> skribis:

Toggle quote (13 lines)
> This is apparently fixed by this Gnulib commit:
>
> commit 175e0bc72808d564074c4adcc72aeadb74adfcc6
> Author: Paul Eggert <eggert@cs.ucla.edu>
> Date: Thu Aug 27 17:52:58 2020 -0700
>
> perror, strerror_r: remove unportable tests
>
> Problem reported by Florian Weimer in:
> https://lists.gnu.org/r/bug-gnulib/2020-08/msg00220.html
> * tests/test-perror2.c (main):
> * tests/test-strerror_r.c (main): Omit unportable tests.

Fixed by c823b958256ba1db6cf896400fae218e4261266e.

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 49459@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 49459
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch