Your message dated Mon, 30 Dec 2024 11:20:05 +0000
with message-id <e1tsdob-0018uq...@fasolo.debian.org>
and subject line Bug#1090824: fixed in gcc-14 14.2.0-12
has caused the Debian Bug report #1090824,
regarding gcc-14: still tries to use ld --package-metadata if backported to 
bullseye
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 ow...@bugs.debian.org
immediately.)


-- 
1090824: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090824
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gcc-14
Version: 14.2.0-8
Severity: minor
Tags: patch

The gcc packaging is designed to accommodate backports to older
distribution branches, but bullseye is missing from the list of older
branches whose ld doesn't support --package-metadata, resulting in a
build failure while rebuilding trixie's gcc for a bullseye derivative
(the error I encountered was that libgomp/configure diagnosed the compiler
as unable to produce working executables). Please consider applying the
attached patch or something similar.

Thanks,
    smcv
>From c520de321f433eba2a83927a3671bd1d3e2f6044 Mon Sep 17 00:00:00 2001
From: Simon McVittie <s...@collabora.com>
Date: Thu, 19 Dec 2024 17:05:48 +0000
Subject: [PATCH] d/rules.patch: Don't assume bullseye binutils supports
 --package-metadata
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

As clarified by the commit message, the intention here was to enable
--package-metadata by default in Debian ≥ trixie and Ubuntu ≥ noble,
but Debian bullseye was mistakenly omitted from the list of older suites.

Fixes: dbc30403 "Pass --package-metadata on distros with supporting linkers"
Signed-off-by: Simon McVittie <s...@collabora.com>
---
 debian/rules.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules.patch b/debian/rules.patch
index 163352df..060072f6 100644
--- a/debian/rules.patch
+++ b/debian/rules.patch
@@ -373,7 +373,7 @@ ifneq (,$(filter $(derivative),Ubuntu))
 	     >> $(srcdir)/gcc/distro-defaults.h
   endif
 else ifneq (,$(filter $(derivative),Debian))
-  ifeq (,$(filter $(distrelease),lenny squeeze wheezy jessie stretch buster bookworm))
+  ifeq (,$(filter $(distrelease),lenny squeeze wheezy jessie stretch buster bullseye bookworm))
 	echo '#define DIST_DEFAULT_PKG_METADATA_SPEC 1' \
 	     >> $(srcdir)/gcc/distro-defaults.h
   endif
-- 
2.39.5


--- End Message ---
--- Begin Message ---
Source: gcc-14
Source-Version: 14.2.0-12
Done: Matthias Klose <d...@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 1090...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <d...@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 ftpmas...@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 <d...@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: pgpz2ORx9EORO.pgp
Description: PGP signature


--- End Message ---

Reply via email to