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

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



Your message dated Sun, 03 Dec 2023 15:34:53 +0000
with message-id <E1r9oUf-008GTV-KL@fasolo.debian.org>
and subject line Bug#1056768: fixed in gcc-12 12.3.0-12
has caused the Debian Bug report #1056768,
regarding gcc-12: 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.)


-- 
1056768: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056768
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: gcc-12
Source-Version: 12.3.0-11
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 c3ce5e819640376b2728077257383bce9de6d55a 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 a9fb081..ba9fc88 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-12:native [!arc !ia64 !loong64 !m32r !sh3 !sh3eb !sh4eb], g++-12:native, netbase, gdc-12:native [!arc !ia64 !loong64 !m68k !sh4 !s390 !sparc64 !alpha !hurd-alpha !hurd-amd64 !hurd-i386 !hurd-alpha !kfreebsd-amd64 !kfreebsd-i386 !kfreebsd-alpha], python3:any, 
+  procps, gnat-12:native [!arc !ia64 !loong64 !sh3 !sh3eb !sh4eb], g++-12:native, netbase, gdc-12:native [!arc !ia64 !loong64 !m68k !sh4 !s390 !sparc64 !alpha !hurd-alpha !hurd-amd64 !hurd-i386 !hurd-alpha !kfreebsd-amd64 !kfreebsd-i386 !kfreebsd-alpha], 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 <!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 6559414..9532bc5 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -847,7 +847,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_systems	:= 
 ada_no_cross	:= no
 ada_no_snap	:= no
diff --git a/debian/rules2 b/debian/rules2
index c37e266..3aa408d 100644
--- a/debian/rules2
+++ b/debian/rules2
@@ -559,10 +559,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-12
Source-Version: 12.3.0-12
Done: Matthias Klose <doko@debian.org>

We believe that the bug you reported is fixed in the latest version of
gcc-12, 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 1056768@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-12 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:44:44 +0100
Source: gcc-12
Architecture: source
Version: 12.3.0-12
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Closes: 1056768
Changes:
 gcc-12 (12.3.0-12) unstable; urgency=medium
 .
   * Update to git 20231203 from the gcc-12 branch.
     - Fix PR tree-optimization/111917, PR middle-end/111818,
       PR tree-optimization/111614, PR tree-optimization/111764,
       PR tree-optimization/111445, PR tree-optimization/111019,
       PR tree-optimization/110702, PR tree-optimization/110556,
       PR tree-optimization/110515, PR debug/110295, PR ipa/109983,
       PR tree-optimization/109143, PR target/112672 (x86),
       PR target/111815 (vax), PR target/111828 (PPC), PR target/112443 (x86),
       PR c++/111703, PR c++/107939, PR c++/112269, PR c++/112301,
       PR c++/102191, PR c++/33799, PR d/110712, PR d/112270,
       PR fortran/111880, PR libstdc++/112491, PR libstdc++/112348,
       PR libstdc++/112491, PR libbacktrace/111315, PR libbacktrace/112263.
   * Add support to build from a combined binutils/GCC tree.
   * Remove references to obsolete CPUs m32r and tilegx. Closes: #1056768.
Checksums-Sha1:
 d53ddca1468e3400b3ea497761cc2b8f632a363b 21870 gcc-12_12.3.0-12.dsc
 f7e940ca9c6e58e46b73990c4cd7d38ca9122975 854644 gcc-12_12.3.0-12.debian.tar.xz
 f5566ac7b0baf0962823d862d07033dd33aa4f31 9637 gcc-12_12.3.0-12_source.buildinfo
Checksums-Sha256:
 e4cfc5d85b2530a198495f424cb111c20c150ac2e7531a1641cdf3a93a9a9584 21870 gcc-12_12.3.0-12.dsc
 d7402ca44b6318efe90414234de11fad35a2b7ad443e8550cf945a8a23133ef0 854644 gcc-12_12.3.0-12.debian.tar.xz
 f8e28d9ae69f0ec54e9287f8807a9a8f7832585ef9f342806c1540e40eeb4cb9 9637 gcc-12_12.3.0-12_source.buildinfo
Files:
 0c7189536dad0d66cea62907cbdada1e 21870 devel optional gcc-12_12.3.0-12.dsc
 1e9df406e639c36d405b00479486d55a 854644 devel optional gcc-12_12.3.0-12.debian.tar.xz
 f82289df0fdb31e01270287beaaf4a79 9637 devel optional gcc-12_12.3.0-12_source.buildinfo

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

iQJEBAEBCgAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAmVsmYcQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9Z4eEACWJuen5zbu20IzK+wHi7sUJhib2hNB104y
sPdTrNrWtqSDoMrfQ2kHz4UbjsKxkJnhaO0Zwouou18QMHm95D0VtanFTC3Rq4w6
nPWND2YaRE+NiK3G8dD4df2dFp0B+zsGTC8WVN+96DzJXwCvipwURzzB9W27Fpky
PpZPIqZADRD4UckjAQzIiWPYhzyMGJjXQfIOULyWtR1oe7ghEcnQ9R62JcNiZFPu
D+oFqxO2cpVG1AyC2ytEjZZJBtvhT2npyT08JhJ0VBve3mDexAS9eF7k8fQ0W0xM
hFcETbFjULzDsFiFdGRKcyKZvmLukgIGVYyQOG/AtZVgxV1kNZ9zRwZav7vJE4fV
DuWKCDyCXTIOYbCIxG6+J0atqPfym/BcpWSL2PKFO/jTnAbwkgFQTHTiXLtDVBH6
iYemKoPy9iAwYEE9lj90D8YjF761kTlFeyiO1AnD7hv177Q+V6r/NRtZQMOylpy6
DFA2NY+5mx8Um3jIEkXAF5kGMmVpyA7qAXBgWaG8JywPbw/4X26TpiZztsz9gH4n
Ipen/yebiedsuGGG0P74MYN6iB9eVclE3QKJ+U7u/0hR31XMm0V+6dYhnKut7gbx
q2r+aes32Y5Iu+t7JC0YSbl8KqErrrvcCcZH4dc/Wjcfq6NodxNfD/z4GE+kIm3c
V/C8JqPj0A==
=mDFZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: