retitle 1005297 gcc-12-12-29229214: FTBFS on hurd-i386 thanks On Thu, 2022-02-10 at 19:34 +0100, Svante Signell wrote: > Source: gcc-12 > Version: 12_12-20220206-1 > Severity: important > Tags: patch > User: debian-hurd@lists.debian.org > Usertags: hurd Hi again, Attached are patches to successfully build gcc-12-12-20220214-1 from source: debian_rules.patch.patch: Adds hurd-specific patches to to debian/rules.patch. gcc_config_gnu.h.diff: Re-enables split-stack support. The patches below are needed for a successful build of libgo.so.21.0.0: libgo_go_net_unixsock_readmsg_cloexec.go.diff libgo_go_runtime_netpoll_hurd.go.diff libgo_go_runtime_os_hurd.go.diff libgo_go_syscall_exec_bsd.go.diff libgo_go_syscall_exec_hurd.go.diff libgo_go_os_user_cgo_listgroups_unix.go.diff libgo_go_os_user_getgrouplist_unix.go.diff libgo_go_internal_testenv_testenv_unix.go.diff libgo_go_os_exec_internal_fdtest_exists_unix.go.diff Makefile.in.diff: This patch is modified from the upstream patch src_Makefile.in.diff since the Debian-specific patch gm2.diff makes changes to src/Makefile.in before Makefile.in.diff is applied. All patches have been submitted upstream in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104290 The patch, libgo_go_net_unixsock_readmsg_cloexec.go.diff, has already been committed upstream by Ian. Thanks!