Your message dated Sat, 02 Nov 2024 15:34:31 +0000
with message-id <e1t7g91-009zp4...@fasolo.debian.org>
and subject line Bug#1086475: fixed in gcc-14 14.2.0-8
has caused the Debian Bug report #1086475,
regarding gcc-14: go support for 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 ow...@bugs.debian.org
immediately.)


-- 
1086475: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086475
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-14
Version: 14.2.0-6
Severity: normal
Tags: upstream patch fixed-upstream

Hello,

Could you apply the attach patch, already commited upstream? This fixes
go on hurd-amd64.

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.11.4-amd64 (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.1-5
ii  cpp-14                   14.2.0-6
ii  gcc-14-base              14.2.0-6
ii  gcc-14-x86-64-linux-gnu  14.2.0-6

Versions of packages gcc-14 recommends:
ii  libc6-dev  2.40-3

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
RK > Some "PC speakers" are actually buzzers in some cases rather than
RK > real loudspeakers which give a squark rather than a beep.
DW They're not _that_ bad. Even on most recent hardware, mp3s played
DW through the PC speaker are relatively recognisable :)
 -+- lkml -+- 
commit aad9de322774c25e80f3ade6ecd96f45b62bf40a
Author: Ian Lance Taylor <i...@golang.org>
Date:   Tue Oct 29 15:39:02 2024 -0700

    syscall: don't define syscall stub on Hurd
    
    Patch from Samuel Thibault.
    
    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/623415

diff --git a/libgo/go/syscall/syscall_funcs.go 
b/libgo/go/syscall/syscall_funcs.go
index a906fa5a42e..fc14cb18286 100644
--- a/libgo/go/syscall/syscall_funcs.go
+++ b/libgo/go/syscall/syscall_funcs.go
@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-//go:build darwin || dragonfly || freebsd || hurd || linux || netbsd || 
openbsd || solaris
-// +build darwin dragonfly freebsd hurd linux netbsd openbsd solaris
+//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || 
solaris
+// +build darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package syscall
 
diff --git a/libgo/go/syscall/syscall_funcs_stubs.go 
b/libgo/go/syscall/syscall_funcs_stubs.go
index 11f12bd9ae3..e37a6483b02 100644
--- a/libgo/go/syscall/syscall_funcs_stubs.go
+++ b/libgo/go/syscall/syscall_funcs_stubs.go
@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-//go:build aix || rtems
-// +build aix rtems
+//go:build aix || hurd || rtems
+// +build aix hurd rtems
 
 // These are stubs.
 
diff --git a/libgo/runtime/go-nosys.c b/libgo/runtime/go-nosys.c
index 30222df7815..cd3e7664ca0 100644
--- a/libgo/runtime/go-nosys.c
+++ b/libgo/runtime/go-nosys.c
@@ -504,7 +504,7 @@ strerror_r (int errnum, char *buf, size_t buflen)
 
 #endif /* ! HAVE_STRERROR_R */
 
-#ifndef HAVE_SYSCALL
+#if !defined(HAVE_SYSCALL) && !defined(__GNU__) /* GNU/Hurd already has a stub 
*/
 int
 syscall(int number __attribute__ ((unused)), ...)
 {

--- End Message ---
--- Begin Message ---
Source: gcc-14
Source-Version: 14.2.0-8
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 1086...@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: Sat, 02 Nov 2024 14:48:28 +0100
Source: gcc-14
Architecture: source
Version: 14.2.0-8
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Closes: 1080974 1086022 1086120 1086475
Changes:
 gcc-14 (14.2.0-8) unstable; urgency=medium
 .
   * Update to git 20241102 from the gcc-14 branch.
     Fix PR target/114759 (PPC), PR jit/117275,
     PR rtl-optimization/116783 (closes: #1080974), PR target/117318 (x86),
     PR rtl-optimization/117327, PR target/116415 (PPC),
     PR middle-end/117249, PR sanitizer/117209, PR target/116953 (AVR),
     PR target/117240 (x86), PR middle-end/116891, PR middle-end/116891,
     PR tree-optimization/117104, PR tree-optimization/116982,
     PR tree-optimization/116907, PR tree-optimization/116481,
     PR tree-optimization/116290, PR middle-end/115110, PR target/117159 (x86),
     PR ada/116551, PR c/117230, PR c++/117259, PR c++/117107, PR c++/92687,
     PR c++/116929, PR fortran/84868, PR fortran/79685.
   * Re-enable rs on hurd-i386 and hurd-amd64 (Samuel Thibault).
     Closes: #1086120.
   * Add go support for hurd-amd64 (Samuel Thibault). Closes: #1086475.
   * Remove hurd-alpha references.
   * Disable the rust frontend on x32 temporarily (Adrian Glaubitz).
     Closes: #1086022.
Checksums-Sha1:
 ac16e0be6b2bafd1d0cad94983b5a56ba621f19b 46500 gcc-14_14.2.0-8.dsc
 0bccc79c3d4b6b60e6707ba42ea09cebf475c375 2051624 gcc-14_14.2.0-8.debian.tar.xz
 c4111d3c27954bb3df0e0cf5f752a4a186b3d8c1 8456 gcc-14_14.2.0-8_source.buildinfo
Checksums-Sha256:
 f5a3c1957c655537433d5785c0aecbda712838f770672c975fbd29a122a1f4c5 46500 
gcc-14_14.2.0-8.dsc
 54c045291eec3b92f721ff236f83635ce6bafaa3e34ddbd137fdad3854953eb8 2051624 
gcc-14_14.2.0-8.debian.tar.xz
 8baaeaad2d3f41e5e88ed48bb434bba987229040db7f177f229a5eb384addf73 8456 
gcc-14_14.2.0-8_source.buildinfo
Files:
 314f7699bde15952d72934c6c4e3418d 46500 devel optional gcc-14_14.2.0-8.dsc
 3c065cc296fe5820d07c93a5c15ac63f 2051624 devel optional 
gcc-14_14.2.0-8.debian.tar.xz
 6484aeba645897f2f010234f6e289c4d 8456 devel optional 
gcc-14_14.2.0-8_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQJEBAEBCgAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAmcmMb8QHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9SoTD/9g2/IybZ27wdaH7ET9n/1UgCULhIXglmo7
rAgyjxT1aKHCNWl2KqYgtK4trIqjRkTgJOxHLUofZA24vh1VPcjSELZ2u+WqJU3a
MJ96EaCdiw9nbfAmZwCTtrPwPeDjMIIHZTWIcL/cbUVFxcoGIabtv/KOGauCFleJ
6kiQ493hg15CuElvqeIHTwmJwVEquxq/hcwHzE0PQ7gPbIy8U3qXh2kOxeThDPhe
QC87A8hVYQ/iY3Q0t0Ywy/3darXXN1WNYe3KPBEh45SMtJ+TasNbBr9MRJiC5u0j
oGeCr9xhqSWxjE6pxZ5iNJlkq8vTk4cy1/DLUDPFSQwRj0ScfiB3GHFbUml1aWRq
CHk99ladPkKHfVr3d5MgT2eIKMaQ8SNv+dlJBsr94DYDRBlOFKyWHjLcSuMYIrnJ
e1bcijp92B9A/YO0lKtzRkQdDF4Dw/Q6URMSKpAiu3om/HdhCabPpdS8Mj20ophT
EaoCDWbY3DsAGiSKtHXHAlcoEWZTyjg5OniSj9KJsQXpsBtUgKjh8y8vVw+odyS3
L8m3ScmSor6eUl6Dxo01UkPxyELvoINTGc5W6SFmzZ2RG6+Bi9CKppB4fLraXlq1
7eA/GnWVoBliLf6X92E8yd1abGA97CVxmNOXSmPsrGauFGLjFeYw701p9qlbLEnB
1s6WZ9AYGA==
=fWc1
-----END PGP SIGNATURE-----

Attachment: pgpseDUmVgv58.pgp
Description: PGP signature


--- End Message ---

Reply via email to