Your message dated Mon, 30 Dec 2024 11:20:04 +0000 with message-id <E1tSDoa-0018UL-VZ@fasolo.debian.org> and subject line Bug#1089930: fixed in gcc-14 14.2.0-12 has caused the Debian Bug report #1089930, regarding gcc-14: Add missing gnat build-dep on hurd-amd64 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.) -- 1089930: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1089930 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: gcc-14: Add missing gnat build-dep on hurd-amd64
- From: Samuel Thibault <sthibault@debian.org>
- Date: Sat, 14 Dec 2024 19:01:44 +0100
- Message-id: <[🔎] Z13ICEsZfPGWXwpk@begin>
Package: gcc-14 Version: 14.2.0-8 Severity: important Tags: patch Hello, In my previous report, I missed that the gnat build-dep was hand-excluded for hurd-amd64, here is a fix. Thanks, Samuel -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'oldstable-proposed-updates-debug'), (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, arm64 Kernel: Linux 6.12.0 (SMP w/8 CPU threads; PREEMPT) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages gcc-14 depends on: ii binutils 2.43.50.20241204-2 ii cpp-14 14.2.0-8 ii gcc-14-base 14.2.0-8 ii gcc-14-x86-64-linux-gnu 14.2.0-8 Versions of packages gcc-14 recommends: ii libc6-dev 2.40-4 Versions of packages gcc-14 suggests: ii gcc-14-doc 14.2.0-1 pn gcc-14-locales <none> pn gcc-14-multilib <none> -- no debconf information -- Samuel *** s has joined channel #ens-mim <N> re <s> pfff <s> mare de la pfp. <s> pas commencer et j'en ai deja marre. <s> bon ct juste un cou de gueule ++ *** s has left channel #ens-mim (s) -+- #ens-mim et la peufeupeu -+-diff --git a/debian/rules.conf b/debian/rules.conf index 38ab7a85..6c42c511 100644 --- a/debian/rules.conf +++ b/debian/rules.conf @@ -544,7 +544,7 @@ else ifneq (,$(filter $(distrelease), impish)) gdc_build_dep := gdc-11$(NT) [$(d_no_archs)] else ifneq (,$(filter $(distrelease), trixie)) # FIXME: bump to 14 on all archs before release - gnat_build_dep := gnat-13$(NT) [$(ada_no_archs) !loong64 !hurd-amd64], g++-13$(NT) [!loong64], gnat-14$(NT) [loong64], g++-14$(NT) [loong64] + gnat_build_dep := gnat-13$(NT) [$(ada_no_archs) !loong64], g++-13$(NT) [!loong64], gnat-14$(NT) [loong64], g++-14$(NT) [loong64] gdc_build_dep := gdc-13$(NT) [$(d_no_archs) !loong64], gdc-14$(NT) [loong64] else gnat_build_dep := gnat-14$(NT) [$(ada_no_archs)], g++-14$(NT)
--- End Message ---
--- Begin Message ---
- To: 1089930-close@bugs.debian.org
- Subject: Bug#1089930: fixed in gcc-14 14.2.0-12
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Mon, 30 Dec 2024 11:20:04 +0000
- Message-id: <E1tSDoa-0018UL-VZ@fasolo.debian.org>
- Reply-to: Matthias Klose <doko@debian.org>
Source: gcc-14 Source-Version: 14.2.0-12 Done: Matthias Klose <doko@debian.org> We believe that the bug you reported is fixed in the latest version of gcc-14, 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 1089930@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-14 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: Mon, 30 Dec 2024 11:54:30 +0100 Source: gcc-14 Architecture: source Version: 14.2.0-12 Distribution: unstable Urgency: medium Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org> Changed-By: Matthias Klose <doko@debian.org> Closes: 1089930 1090824 Changes: gcc-14 (14.2.0-12) unstable; urgency=medium . * Update to git 20241230 from the gcc-14 branch. - Fix PR c++/118069, PR target/114801 (ARM), PR target/117675 (ARM), PR fortran/117797, PR fortran/117897, PR fortran/117730, PR fortran/84674, PR modula2/117120. * Add missing build dependency on gnat [hurd-amd64] (Samuel Thibault). Closes: #1089930. * Use GCC 14 as build dependency except on m68k. * d/control: Add Rules-Requires-Root: binary-targets. Too late for trixie. * Run the testsuite in parallel again. * Apply proposed patch for PR modula2/118045. * Drop the package-metadata spec, now implemented in the linkers. Closes: #1090824. * Fix check for assembler section merging support on ARM, see binutils PR ld/32491. Checksums-Sha1: 41b8555b76be749b583dcc5c289615f8691b055e 47361 gcc-14_14.2.0-12.dsc c2a105ccba563a12b4856ded5e2001382b2378a4 2476312 gcc-14_14.2.0-12.debian.tar.xz f95cf7369e59a5a33f8c037600bcf787b1d30ba8 10175 gcc-14_14.2.0-12_source.buildinfo Checksums-Sha256: bd9560d7103cf389e090c15a8466ffa98a4992282a0d03a4d5f86e59e4cfe22a 47361 gcc-14_14.2.0-12.dsc 5468b4d838a7b168ecfcc031c50f7c9c33ff35e29545508a9979afe7667b7fc2 2476312 gcc-14_14.2.0-12.debian.tar.xz e13bb76c5d9887377db419db77e25af72b00e00d74503a8dff6ba8326f582864 10175 gcc-14_14.2.0-12_source.buildinfo Files: 45cefe664cfbdc817d72daddc83e1c25 47361 devel optional gcc-14_14.2.0-12.dsc 80df415e02de9f20410f6d1b73becc1a 2476312 devel optional gcc-14_14.2.0-12.debian.tar.xz 757db063e5ce82a55f59734b3a578168 10175 devel optional gcc-14_14.2.0-12_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCgAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAmdyfm8QHGRva29AZGVi aWFuLm9yZwAKCRC9fqpgd4+m9RA0EACY3avoYLkTuDQtPdfpYnC3QCWcaAw+X4jJ 1FCnLufUjoenFxecTajwT6Z5sxV/dGcVs1dDG6EVTiDXWmEKUO1VewwbMQftY+3W JZ5KJ4Nlr3PwISh7A2GgBrMAeXM+NcGsj9w76gE/QyT63SjhjSU0dZEajjFiptVi KZirIgMWzpSNuWmIzOaz0d7HLXYDl4OfzZL6RmSJ3BM/D1Ruklq6tfKO0kVJNm9+ 0fBo5jbJGHfZvDkE6NXTerPnhmTzpJ7mUzqlYOli9SJ/IFvM6r4n6pDNrmkVhfCr 0OYMH3zR1IQ/RkX7S2Bm97+8jVKOiDsPOoS4tgv2usQSvyZtbYPIrjQhSIJTOJJr F/C2tpZApl+uicO2dwlG/XsgxIz+GjhlVpSej9VpbX7bcr3FK8HA5bDuNb+Q5x42 C5C7HQqP9JTSoAgt9wSQ+P1dC7qBBGKDHPUVKQ1h7G9qGg/JDZAXwK4u/PCZHiR6 800OxmYhWJR60ifIhI/CxVIoA1MGxwEcCuUl/yLke20Ho1T3T3+yFk7N/d2HRq53 8F+2lQdut84GF5QnmINgWvwX2AxdIS5I1B0sr5JoB9ny6MrXnvvuLnRdLJHHaduX zT7OtiOciQ1JY30IHpUW+AIpLAJzcH4uTjr8tXyu1JIBSg0ECi+3lkP5Qqql+tI8 hnwUColklw== =lMbu -----END PGP SIGNATURE-----Attachment: pgpiqhcPjCDQb.pgp
Description: PGP signature
--- End Message ---