Your message dated Sat, 13 Feb 2021 13:07:12 +0000 with message-id <[email protected]> and subject line Bug#954831: Removed package(s) from unstable has caused the Debian Bug report #917115, regarding gcc-8: --fno-math-errno causes GCC to consider that malloc does not set errno to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 917115: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917115 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: libc6-armhf-cross Version: 2.28-2cross2 Severity: normal Dear Maintainer, currently strerror(-3) sets errno unexpectedly to ENOMEM (12). The expected errno value would be either EINVAL or not touching errno at all. This behavior is relatively new and causes some CI cross builds to fail. The failing test is a gnulib test (test-strerror.c). The behavior is not seen on an i368 cross build, while on all our other cross builds, which are arm-linux-gnueabihf, mips-linux-gnu, aarch64-linux-gnu. Here is a small reproducer: include <stdio.h> #include <string.h> #include <errno.h> int main(void) { errno=0; char *msg=strerror(-3); printf("errno=%d, msg=%s\n",errno,msg); return 0; } Test it with: $ arm-linux-gnueabihf-gcc -Wextra x.c -o x $ ./x errno=12, msg=Unknown error -3 You need the binfmt/qemu stuff set up to execute the cross-compiled binary. Regards, Tim -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.18.0-3-amd64 (SMP w/12 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
--- End Message ---
--- Begin Message ---Version: 1:8.4.0-7+rm Dear submitter, as the package gcc-8 has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/954831 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Joerg Jaspert (the ftpmaster behind the curtain)
--- End Message ---

