unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#49459: [core-updates] Coreutils 8.32 test failures on armhf-linux
@ 2021-07-07 23:31 Ludovic Courtès
  2021-07-09 23:33 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Ludovic Courtès @ 2021-07-07 23:31 UTC (permalink / raw)
  To: 49459

On ‘core-updates’ ca. 68b0e0d511c2873603636e9f783ff59aac4b7612,
(@@ (gnu packages commencement) coreutils-final) fails Gnulib tests like
so, when running “natively” on an OverDrive (aarch64):

--8<---------------cut here---------------start------------->8---
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)
--8<---------------cut here---------------end--------------->8---

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

--8<---------------cut here---------------start------------->8---
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"
--8<---------------cut here---------------end--------------->8---

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.

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#49459: [core-updates] Coreutils 8.32 test failures on armhf-linux
  2021-07-07 23:31 bug#49459: [core-updates] Coreutils 8.32 test failures on armhf-linux Ludovic Courtès
@ 2021-07-09 23:33 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-07-09 23:33 UTC (permalink / raw)
  To: 49459-done

Ludovic Courtès <ludovic.courtes@inria.fr> skribis:

> 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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-09 23:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-07 23:31 bug#49459: [core-updates] Coreutils 8.32 test failures on armhf-linux Ludovic Courtès
2021-07-09 23:33 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).