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

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



Your message dated Sat, 02 Dec 2023 23:04:17 +0000
with message-id <E1r9Z21-004iJS-0B@fasolo.debian.org>
and subject line Bug#1056769: fixed in gcc-13 13.2.0-8
has caused the Debian Bug report #1056769,
regarding gcc-13: 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.)


-- 
1056769: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056769
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: gcc-13
Source-Version: 13.2.0-7
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 6a26179c55840f1bcd494b302cd3d213c4d85cfa 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 9b89a24..0d63582 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 4e02bf5..768fc24 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 59f8991..c83cede 100644
--- a/debian/rules2
+++ b/debian/rules2
@@ -563,10 +563,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-13
Source-Version: 13.2.0-8
Done: Matthias Klose <doko@debian.org>

We believe that the bug you reported is fixed in the latest version of
gcc-13, 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 1056769@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-13 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: Sat, 02 Dec 2023 23:46:29 +0100
Source: gcc-13
Architecture: source
Version: 13.2.0-8
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Closes: 1056769 1057004
Changes:
 gcc-13 (13.2.0-8) unstable; urgency=medium
 .
   * Update to git 20231202 from the gcc-13 branch.
     - Fix PR middle-end/111497, PR tree-optimization/111465,
       PR tree-optimization/111137, PR c++/111703, PR c++/107939, PR c++/112269,
       PR fortran/111880, PR fortran/112764, PR libstdc++/112607.
   * Add changes for hurd-amd64 (Samuel Thibault). Closes: #1057004.
   * Remove references to obsolete CPUs m32r and tilegx. Closes: #1056769.
   * Make the libsframe and gprofng toplevel directories known.
   * Build the nvptx offload compiler on arm64.
   * Add support to build from a combined binutils/GCC tree.
Checksums-Sha1:
 317931f29316e7045adf34d4b3a7b8467a41f6c3 27262 gcc-13_13.2.0-8.dsc
 7953527d7eb3333026f99ef9c048c78d76ec32d8 1727980 gcc-13_13.2.0-8.debian.tar.xz
 cd6edf1a861703b0b8dc2d3325183ed9535b8ed0 9633 gcc-13_13.2.0-8_source.buildinfo
Checksums-Sha256:
 311479f2fc0fc1c768d017e34cc1d598d4db2b7b1e80fe5c29596f0743a15f1d 27262 gcc-13_13.2.0-8.dsc
 6b2f14d2070755aef55a64cbecc3ecff0be3bedfa5fd4f068b7db83171f94802 1727980 gcc-13_13.2.0-8.debian.tar.xz
 9449a99ac8c6dcb941aeffd7c86af5000e22ff996a774b4560de928ad903d337 9633 gcc-13_13.2.0-8_source.buildinfo
Files:
 df7aecdf8fc7d64def294ddb2f10c5aa 27262 devel optional gcc-13_13.2.0-8.dsc
 2b43ad492d2af795e73e07d13669c2fc 1727980 devel optional gcc-13_13.2.0-8.debian.tar.xz
 cce67c1c4a0c6e5d5208610a4ec5c3cf 9633 devel optional gcc-13_13.2.0-8_source.buildinfo

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

iQJEBAEBCgAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAmVrtAQQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9UlrD/9vNkIj3NuAjglR8gPUS6KZ+sNsfd2Y4PRt
QZSJeGd2DPknLMpoXmiIPQm/0tWY/Q+7e3qMYHDFUUHaXsUraiZy7L3gMkDWHn9E
9JbhH7+dluGuagF8XRLlAeyXoecp7g0AkrgxFpxXbEtj16nH1uvNR5BlMdQs+acI
d0tNid6a4j8kbwNc3jUzLqLjwcxW8+dS3t3YmrVe9ZmPTIfD+d7yFnjoVmQq1vun
mUtW6EZFEkDFIsXlfKo39qd8pnwZ7Vun3PlPXOulSar09rKRf7+MbuNcd7ph42rm
2zjgQoKFszEuISk/A3+UGVTdgzUoImqf1Y4w99znKaeW9sZ5FFOqc5DehAR78gsN
u8UP1YM/UGjgfMbGwRlLxQuUr/vb/hYrwoNOFPcfNds8mxosvupdd1t1/51w2iqW
wine/7jEOTTo9ES1PKTbgBskCG3OPMSc3xE8ZOT0my2bJA5WI3BLoKzfGZ86kpLv
Fh61GNHTrP/dUBEDy46i0HNyPGjTr8DuAeWLh1oLgh2edKuDHPWU0CAbat+mBasr
QhGWYk9B+BETWkXwjCN+87kzTPZfHkBULSpGRSWlv0FBSFiCm1ubJ5wQRfC0FmqU
c1rSDLdLkqrf9Qar+rWLuoeBxevbsPRsQnrSkkVi++aIutLO9y7WDEHXBSV6kkq/
/m9bFisVBg==
=aJMa
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: