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

Bug#1056767: marked as done (gcc-11: Remove references to obsolete dpkg m32r and tilegx arches)



Your message dated Sun, 03 Dec 2023 15:12:02 +0000
with message-id <E1r9o8Y-008ChQ-Ve@fasolo.debian.org>
and subject line Bug#1056767: fixed in gcc-11 11.4.0-6
has caused the Debian Bug report #1056767,
regarding gcc-11: Remove references to obsolete dpkg m32r and tilegx arches
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.)


-- 
1056767: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056767
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: gcc-11
Source-Version: 11.4.0-5
Severity: important
Tags: patch

Hi!

Support for these arches got removed in dpkg 1.22.0, which means that
once the host running dak gets its dpkg upgraded to that version it
might start being unhappy about the unknown architectures.

Attached an untested patch that removes references to these obsolete
arches.

Thanks,
Guillem
From 774a10b382999154a50710417e1721805fea0fd0 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@debian.org>
Date: Sun, 26 Nov 2023 00:16:51 +0100
Subject: [PATCH] Remove references to obsolete m32r and tilegx arches

Support for these arches got removed in dpkg 1.22.0, which means
that once the host running dak gets its dpkg upgraded to that version
it might start being unhappy about the unknown architectures.
---
 debian/control    | 2 +-
 debian/rules.defs | 2 +-
 debian/rules2     | 4 ----
 3 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index cc329cd..d751261 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9.20141010), dpkg-dev (>= 1.17.14), g++-multilib [a
   gperf (>= 3.0.1), bison (>= 1:2.3), flex, gettext, 
   gdb:native [!riscv64 !mipsel !mips64el], nvptx-tools [amd64 ppc64el], amdgcn-tools [amd64], 
   texinfo (>= 4.3), locales-all, sharutils, 
-  procps, gnat-11:native [!arc !ia64 !loong64 !m32r !sh3 !sh3eb !sh4eb !m68k], g++-11:native, netbase, python3:any, 
+  procps, gnat-11:native [!arc !ia64 !loong64 !sh3 !sh3eb !sh4eb !m68k], g++-11:native, netbase, python3:any, 
   libisl-dev (>= 0.20), libmpc-dev (>= 1.0), libmpfr-dev (>= 3.0.0-9~), libgmp-dev (>= 2:5.0.1~), lib32z1-dev [amd64 kfreebsd-amd64], lib64z1-dev [i386], unzip <!nocheck>, 
   dejagnu  [!alpha !hurd-alpha] <!nocheck>, coreutils (>= 2.26) | realpath (>= 1.9.12), chrpath, lsb-release, quilt, time, 
   pkg-config, libgc-dev, 
diff --git a/debian/rules.defs b/debian/rules.defs
index 494cfd1..4291a83 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -845,7 +845,7 @@ endif
 
 ifeq (,$(filter $(DEB_STAGE),stage1 stage2))
 # Ada --------------------
-ada_no_cpus	:= arc ia64 loong64 m32r sh3 sh3eb sh4eb
+ada_no_cpus	:= arc ia64 loong64 sh3 sh3eb sh4eb
 ada_no_cpus	+= m68k   # https://gcc.gnu.org/PR98341
 ada_no_systems	:= 
 ada_no_cross	:= no
diff --git a/debian/rules2 b/debian/rules2
index 1a151c1..6b5f77a 100644
--- a/debian/rules2
+++ b/debian/rules2
@@ -545,10 +545,6 @@ ifneq (,$(findstring m68k-linux,$(DEB_TARGET_GNU_TYPE)))
   CONFARGS += --disable-multilib
 endif
 
-ifneq (,$(filter tilegx,$(DEB_TARGET_GNU_CPU)))
-  CONFARGS += --disable-multilib
-endif
-
 ifneq (,$(findstring riscv64-linux,$(DEB_TARGET_GNU_TYPE)))
   CONFARGS += --disable-multilib
   CONFARGS += --with-arch=rv64gc --with-abi=lp64d
-- 
2.42.0


--- End Message ---
--- Begin Message ---
Source: gcc-11
Source-Version: 11.4.0-6
Done: Matthias Klose <doko@debian.org>

We believe that the bug you reported is fixed in the latest version of
gcc-11, 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 1056767@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-11 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: SHA512

Format: 1.8
Date: Sun, 03 Dec 2023 15:19:11 +0100
Source: gcc-11
Architecture: source
Version: 11.4.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Closes: 1056767
Changes:
 gcc-11 (11.4.0-6) unstable; urgency=medium
 .
   * Update to git 20231203 from the gcc-11 branch.
     - Fix PR target/112672 (x86), PR target/111815 (vax), PR fortran/111880,
       PR libstdc++/112491, PR libstdc++/112491.
   * Add support to build from a combined binutils/GCC tree.
   * Remove references to obsolete CPUs m32r and tilegx. Closes: #1056767.
Checksums-Sha1:
 d27a2dd74d45231978cd9aed4255270d145a0921 22382 gcc-11_11.4.0-6.dsc
 d3bb558aa33dc571c96f4eab762bd28d26a8bd9c 606312 gcc-11_11.4.0-6.debian.tar.xz
 b9285637f8ccecc96e172f156093c9e7c79afed4 9492 gcc-11_11.4.0-6_source.buildinfo
Checksums-Sha256:
 ae00fd3b67335e22cb9dc6cc52748f33256cefdb936d7f95a6ae4d0702ac81d0 22382 gcc-11_11.4.0-6.dsc
 d5bc51b48977abf3de853c207891be5bf1dd8375f20b57b26c7b5f6a1fb75e2f 606312 gcc-11_11.4.0-6.debian.tar.xz
 faba1b256f7ff0302de31530282080305197ee83f2245e2fe3c17677d41efe8e 9492 gcc-11_11.4.0-6_source.buildinfo
Files:
 7106c4954679a6563be0bcbfc6771850 22382 devel optional gcc-11_11.4.0-6.dsc
 d6265edd06776a2ef1744841acc0c974 606312 devel optional gcc-11_11.4.0-6.debian.tar.xz
 50cbd8209e3f001fb1a45684ac96994b 9492 devel optional gcc-11_11.4.0-6_source.buildinfo

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

iQJEBAEBCgAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAmVsktkQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9UaQD/0SExLyI8ljnJS05PAdl3okHPTdKM9PIITo
C3P1LyFLYCasLsq7jQKD5xakLqDUr8kNy13un8zBgwDujioHiFji6rDGRpSCCTbe
Wqv0KzZ6PQmr9QAZsAfK5dZ7/csAlL8qnHV1QmcEFSn1O2MrYJXpDE19rXES0nbB
F0ZeNH5uW7uAcIulx0zMwILF9dgqXxlIvYEVakUcUceri8KkeDBhpJup9wimZcVG
zYiDRkXNlj46VV2abKts/7RPKTORDJgt2EUztQ+MGTa7STiA798lDjdpU2MQ0y5I
UGJG9rTiOu7cUpek9LRmOACkC8co8ke55M1uZqU/udZ93KKHPprTHSCZ9vONhkf+
qc/QLAGLpao87AgoivjfCVZ0t+H6UpMekDcv8BMJ4DcLuNvdOgs2rcRZofRT/lpw
jrhUQk7BTrXlrHgZqNkH1HQFikXZd+AWp2rPrWbidoq4pnFAW0405+5IAQgNVOuo
9zV/Q5MQFqJk22nnXnqXJBSaWOOBqP7cy3iqmTQhKN4x8++gJvnWeZKFWDZO9dH6
izpj8wKP7gA8U3wuWOBFFh0xvPC/27EwZOJvNc5uO2v7eyBthyMKRFPP82HSxLkw
Kr6rw+FRml8CLmBWCtRdSDfYuyxLqHzfUkrvXPB8k5v5CWno39QgWltzvug4o8Mg
BLUejNPLsw==
=AFYr
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: