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

Bug#940600: marked as done (gcc-9: Please disable gm2 on hurd-i386 too)



Your message dated Tue, 08 Oct 2019 12:50:40 +0000
with message-id <E1iHowq-000Bsw-4Q@fasolo.debian.org>
and subject line Bug#940600: fixed in gcc-9 9.2.1-9
has caused the Debian Bug report #940600,
regarding gcc-9: Please disable gm2 on hurd-i386 too
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 owner@bugs.debian.org
immediately.)


-- 
940600: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=940600
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-9
Version: 9.2.1-4
Severity: important
Tags: patch

Hello,

mc hangs on hurd-i386, could you disable m2 there as the attached patch
does?

Samuel

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 'proposed-updates'), (500, 'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.3.0 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gcc-9 depends on:
ii  binutils      2.32.51.20190821-2
ii  cpp-9         9.2.1-4
ii  gcc-9-base    9.2.1-4
ii  libc6         2.29-1
ii  libcc1-0      9.2.1-4
ii  libgcc-9-dev  9.2.1-4
ii  libgcc1       1:9.2.1-4
ii  libgmp10      2:6.1.2+dfsg-4
ii  libisl19      0.20-2
ii  libmpc3       1.1.0-1
ii  libmpfr6      4.0.2-1
ii  libstdc++6    9.2.1-4
ii  zlib1g        1:1.2.11.dfsg-1+b1

Versions of packages gcc-9 recommends:
ii  libc6-dev  2.29-1

Versions of packages gcc-9 suggests:
ii  gcc-9-doc         9.2.0-1
pn  gcc-9-locales     <none>
ii  gcc-9-multilib    9.2.1-4
pn  libasan5-dbg      <none>
pn  libatomic1-dbg    <none>
pn  libgcc1-dbg       <none>
pn  libgomp1-dbg      <none>
pn  libitm1-dbg       <none>
pn  liblsan0-dbg      <none>
pn  libquadmath0-dbg  <none>
pn  libtsan0-dbg      <none>
pn  libubsan1-dbg     <none>

-- no debconf information

-- 
Samuel
<y> ça gaze ?
<l> prout
 -+- #ens-mim - ouvrez les fenêtres ! -+-
commit 5aabd4e720ac112f080aaca1e22e7de7887894d8
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Sep 12 08:53:23 2019 +0200

    Disable gm2 on hurd-i386, mc hangs there

diff --git a/debian/changelog b/debian/changelog
index 3e4df82..7700fdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 gcc-9 (9.2.1-9) UNRELEASED; urgency=medium
 
+  [ Matthias Klose ]
   * Update to SVN 20190917 (r275806) from the gcc-9-branch.
     - Fix PR libstdc++/91748, PR rtl-optimization/89795, PR c++/91705,
       PR fortran/91557, PR fortran/91553, PR fortran/91566, PR fortran/91642.
 
+  [ Samuel Thibault ]
+  * Disable gm2 on hurd-i386, mc hangs there.
+
  -- Matthias Klose <doko@debian.org>  Tue, 17 Sep 2019 17:10:04 +0200
 
 gcc-9 (9.2.1-8) unstable; urgency=medium
diff --git a/debian/rules.defs b/debian/rules.defs
index 54bad2a..dca283d 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -1195,7 +1195,7 @@ ifneq ($(with_base_only),yes)
     with_m2 := yes
   endif
 endif
-m2_no_archs = powerpc ppc64 sh4 x32 kfreebsd-amd64 kfreebsd-i386
+m2_no_archs = powerpc ppc64 sh4 x32 kfreebsd-amd64 kfreebsd-i386 hurd-i386
 ifneq (,$(filter $(DEB_TARGET_ARCH),$(m2_no_archs)))
     with_m2 := disabled for cpu $(DEB_TARGET_ARCH)
 endif

--- End Message ---
--- Begin Message ---
Source: gcc-9
Source-Version: 9.2.1-9

We believe that the bug you reported is fixed in the latest version of
gcc-9, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 940600@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <doko@debian.org> (supplier of updated gcc-9 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 08 Oct 2019 10:21:22 +0200
Source: gcc-9
Architecture: source
Version: 9.2.1-9
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Closes: 940600 941263
Changes:
 gcc-9 (9.2.1-9) unstable; urgency=medium
 .
   * Update to SVN 20191008 (r276687) from the gcc-9-branch.
     - Fix PR libstdc++/91748, PR rtl-optimization/89795, PR c++/91705,
       PR target/86805 (SH), PR target/80672 (SH), PR rtl-optimization/88751,
       PR target/91683 (riscv), PR target/91269 (SPARC),
       PR target/91635 (riscv), PR c++/91923, PR fortran/91557,
       PR fortran/91553, PR fortran/91566, PR fortran/91642, PR fortran/91588,
       PR fortran/91727, PR fortran/91550, PR target/91275 (PPC),
       PR target/91769 (MIPS), PR fortran/91716, PR target/88562 (SH),
       PR driver/69471, PR fortran/84487, PR fortran/47054, PR fortran/91942,
       PR fortran/91785, PR fortran/91864, PR fortran/91802, PR fortran/91714,
       PR fortran/91641.
     - Fix ICE on MIPS. Closes: #941263.
   * Disable gm2 on hurd-i386, mc hangs there (Samuel Thibault). Closes: #940600.
   * Apply proposed patch for PR target/92022. Addresses: #931815.
 .
   [ Nicolas Boulenguez ]
   * Update ada local patches.
Checksums-Sha1:
 d3b5e78c5ff0c3391a0d96da06cbd2caa3b5c23b 33838 gcc-9_9.2.1-9.dsc
 25426b27fb7b1a5d4ae62e014b0cea6d64c1e562 537816 gcc-9_9.2.1-9.debian.tar.xz
 41193fffc37c8a1541655cd9e3bf56102df6161b 11198 gcc-9_9.2.1-9_source.buildinfo
Checksums-Sha256:
 4164b3ad0e3661ca3de5646af2d981d285e53a4ccf933f8323d339cc2ecd2256 33838 gcc-9_9.2.1-9.dsc
 9db7efb364c5534b9bb2579a36bb2783131433073513868e25110dc1f2a3a059 537816 gcc-9_9.2.1-9.debian.tar.xz
 7ee888b9c2ed034c1fc0859cde2edda839603aa88ef823be8516bf6139409388 11198 gcc-9_9.2.1-9_source.buildinfo
Files:
 5ec122e893d7599f46609a51f90acc59 33838 devel optional gcc-9_9.2.1-9.dsc
 a2d26bd3d7338c9cbaff733401eeae52 537816 devel optional gcc-9_9.2.1-9.debian.tar.xz
 7fbdf2c2f9eb3d0fedd240e114e45355 11198 devel optional gcc-9_9.2.1-9_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAl2cgbcQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9aMxD/9UHcUdU9WsVdk2itpOw7IjAyUBuUnljBjL
1stksrsCtoCzzTCX6q8U7Y2fiQT2wyChJU8zEVLxTbfiSamn+9q9xisvUZSWWt0v
cOedFXOCjJBMRRRsMoUAfHtMqOVnISVWtx5DJyyv8YmvKwCsMoZiSPJNOpViT3g8
LrCvkL7udC54QtXl4uXdo+7RMQHqvoQ/Qai8X91wKuVUimLbZk4JUlaaMU62M7Z4
SO9h5IDrTspiw9BXPBIivXWh211TYnrpo+nWv+PBT4BzJS7TqvGx+6jsCmQItLzm
QvwPIXNQNCe4SG6oehIDaDjbFSCgMBfoPM9ondHZ1JKVEc+1DFqX349dBJ9B2xL9
jN6XM9e6pikExYULoJ9aWwCRG5vUBYUET+tJxkNBPlMjN2Y5rr4DWZj1K+DkmFid
T1LfPcpcwOVs30/CfpeSnfQoKFBpSrVuXeul6zmKTgJRmoDrrsqMjzlC2/7SzFst
FPaxq7PTGBtFXXAI5k5Jm4/kAgqYjoaMhEYoMlGs2L0i+r8G11dw8A9EIF3JxFyh
3M2BZI4PmqRrRLzaJEKSNqUGKeWOJYrGB78GFuKjifEQgWVSVlZs4UeCqoVvf75X
vdXBpdgLWOauk8INQwH1pEplNpT3EYWwAra9yl50O94fQ/JVg/KmkUdf7gVR76aW
yKF32lHRzQ==
=svds
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: