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)