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

Bug#1063643: marked as done (gcc-14: Fix disabling go and m2 according to OS)



Your message dated Wed, 21 Feb 2024 23:52:31 +0000
with message-id <E1rcwO7-007qXZ-2Z@fasolo.debian.org>
and subject line Bug#1063643: fixed in gcc-14 14-20240221-1
has caused the Debian Bug report #1063643,
regarding gcc-14: Fix disabling go and m2 according to OS
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.)


-- 
1063643: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063643
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: gcc-14
Version: 14-20240201-3
Severity: important
Tags: patch
User: debian-hurd@lists.debian.org
Usertags: hurd

Hello,

There was a typo in rules.defs concerning go_no_systems and
m2_no_systems: they are still compared against DEB_TARGET_ARCH_OS,
while their content is gnu-system-like (kfreebsd-gnu, gnu), and
indeed all other foo_no_systems variables are compared against
DEB_TARGET_GNU_SYSTEM.

This was making the hurd-i386 build get stuck while building m2, the
attached patch fixes it.

Samuel

-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'unreleased'), (500, 'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500, 'oldoldstable-proposed-updates'), (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.7.0 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN, 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

-- 
Samuel
---
Pour une évaluation indépendante, transparente et rigoureuse !
Je soutiens la Commission d'Évaluation de l'Inria.
diff --git a/debian/rules.defs b/debian/rules.defs
index 2810b233..1bb4b96e 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -989,7 +989,7 @@ endif
 ifneq (,$(filter $(DEB_TARGET_ARCH),$(go_no_cpus)))
   with_go := disabled for arch $(DEB_TARGET_ARCH)
 endif
-ifneq (,$(findstring $(DEB_TARGET_ARCH_OS),$(go_no_systems)))
+ifneq (,$(findstring $(DEB_TARGET_GNU_SYSTEM),$(go_no_systems)))
   with_go := disabled for system $(DEB_TARGET_GNU_SYSTEM)
 endif
 ifeq ($(go_no_cross)-$(DEB_CROSS),yes-yes)
@@ -1189,7 +1189,7 @@ n2_no_systems = gnu
 ifneq (,$(filter $(DEB_TARGET_ARCH_CPU),$(m2_no_cpus)))
   with_m2 := disabled for cpu $(DEB_TARGET_ARCH_CPU)
 endif
-ifneq (,$(findstring $(DEB_TARGET_ARCH_OS),$(m2_no_systems)))
+ifneq (,$(findstring $(DEB_TARGET_GNU_SYSTEM),$(m2_no_systems)))
   with_m2 := disabled for system $(DEB_TARGET_GNU_SYSTEM)
 endif
 ifeq ($(m2_no_cross)-$(DEB_CROSS),yes-yes)

--- End Message ---
--- Begin Message ---
Source: gcc-14
Source-Version: 14-20240221-1
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 1063643@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: Thu, 22 Feb 2024 00:27:13 +0100
Source: gcc-14
Architecture: source
Version: 14-20240221-1
Distribution: experimental
Urgency: medium
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Closes: 1063643
Changes:
 gcc-14 (14-20240221-1) experimental; urgency=medium
 .
   * Snapshot, taken from the trunk 20240221.
 .
   * Proposed fix for PR d/113772.
   * Fix disabling go and m2 according to OS (Samuel Thibault). Closes: #1063643.
   * Pass -D_TIME_BITS=64 together with -D_FILE_OFFSET_BITS=64 by default
     on the 32bit architectures armel, armhf, hppa, m68k, mips, mipsel,
     powerpc (-m32 only) and sh4.
   * PR libstdc++/99832, std::chrono::system_clock::{from,to}_time_t:
     Add ABI tag for timet64.
   * Fix libsanitizer build with _TIME_BITS set.
Checksums-Sha1:
 264bc5dceb7e4b1fc2cef705385f4ea2d6dbac91 46505 gcc-14_14-20240221-1.dsc
 52d97846401f230aca67fed77bbff9f8535e1123 92471799 gcc-14_14-20240221.orig.tar.gz
 39e374035b26641ad73c4c890fcdcc0600d4f00f 536764 gcc-14_14-20240221-1.debian.tar.xz
 35907be8f93a2c88c00b5a89ceeec17da35f4e81 9685 gcc-14_14-20240221-1_source.buildinfo
Checksums-Sha256:
 1eb1851849b42279fe4d27aac85df3af60afc9425d364b816d2517d0da3dd171 46505 gcc-14_14-20240221-1.dsc
 632e4fd9e5afe8bd3e14bebc34ce0848fd37c4fe2f9f56156fdd1763bfb72ae1 92471799 gcc-14_14-20240221.orig.tar.gz
 dd6f7f984f0a3dcfc5b9f67e5772f9938cb210d84d8c5c3183a9ee1d5618398d 536764 gcc-14_14-20240221-1.debian.tar.xz
 cdd64f041bdf50f7bae2d7767779c830ad78ebc8bcdf55335f7d34ab16374894 9685 gcc-14_14-20240221-1_source.buildinfo
Files:
 4489e7deed956196018d36e6dfb961c8 46505 devel optional gcc-14_14-20240221-1.dsc
 23e9e8cec7521f0980e19729c7c2e803 92471799 devel optional gcc-14_14-20240221.orig.tar.gz
 57785078989cbb20af2992fb85ab1997 536764 devel optional gcc-14_14-20240221-1.debian.tar.xz
 fe63e1727400cd0f65ed63d18e56ab5f 9685 devel optional gcc-14_14-20240221-1_source.buildinfo

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

iQJEBAEBCgAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAmXWiB0QHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9dPND/452CmiOGX908zUNZ9A0BgkmZO9oIQmYWlS
JSzXVhI8yiU8WOzCwnTfCPyhVGVKuxNRsyZO9LghpO8/HPIYu/DF4MFz/c6RCtJu
AGhqNz2qFsL4zL3Bxd6mq9LJ0r3IipV+G5IoeApau81zaDK9edW74d85f5n7WGUi
dZpvWokaWeh5FjsJWuOvImQ0pzXX/rYLNtytLiKqARUQ/BtQ3gPQpO7PI1whW9le
6Zj9sAQVPt+X91gboGOsSDDLWX9918fEvDf/y48YmAFjTW+shHEI0a/9CuHWI/6A
TU8M0dMV8sj/h1leqfJ3MmA3gYVdx2911UFgI65/ZtQAs9AV4jfxma05xSsVh4VD
yECwcV32NIvNyCm4f0q5uYG9trtmgPI/h0zly3xidawV/jDHz5RUxhOmcX6E92RT
9mo1vanZoZIFwmOLLazAIKNL9uHh88qREYxTyTNCNPZjaSX2nM483Fj5nB8wZWa+
WyZLXm8vbwR8Q6Raf7tfzdv9YgMMcJudMQc7YpKoUujQWpjyCDQ85h3VHnJQdqPI
z6y9GMi+drAck/FBpUpuTPGC51H9Tk/4xSkQLu2EycMvDhq06ehr4A40y0OXShyW
cAjc9ZMhDQcDEb+poA3mjky9PZ/XcmVLJ/1DAXtBvfBjZ7izK70iXgljr310jGYP
UX3mNXbT9g==
=aFIr
-----END PGP SIGNATURE-----

Attachment: pgpVRMxmUB7bp.pgp
Description: PGP signature


--- End Message ---

Reply to: