emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49459: closed ([core-updates] Coreutils 8.32 test failures on armhf-


From: GNU bug Tracking System
Subject: bug#49459: closed ([core-updates] Coreutils 8.32 test failures on armhf-linux)
Date: Fri, 09 Jul 2021 23:34:01 +0000

Your message dated Sat, 10 Jul 2021 01:33:16 +0200
with message-id <87im1jf4g3.fsf@gnu.org>
and subject line Re: bug#49459: [core-updates] Coreutils 8.32 test failures on 
armhf-linux
has caused the debbugs.gnu.org bug report #49459,
regarding [core-updates] Coreutils 8.32 test failures on armhf-linux
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49459: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49459
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [core-updates] Coreutils 8.32 test failures on armhf-linux Date: Thu, 08 Jul 2021 01:31:50 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
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’.



--- End Message ---
--- Begin Message --- Subject: Re: bug#49459: [core-updates] Coreutils 8.32 test failures on armhf-linux Date: Sat, 10 Jul 2021 01:33:16 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]