emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#49917: closed ([PATCH core-updates-frozen] gnu: go-1.14: Fix test fa


From: GNU bug Tracking System
Subject: bug#49917: closed ([PATCH core-updates-frozen] gnu: go-1.14: Fix test failure with GCC 9+.)
Date: Sun, 08 Aug 2021 12:17:02 +0000

Your message dated Sun, 8 Aug 2021 15:14:40 +0300
with message-id <YQ/KsEeg2qkiN7te@3900XT>
and subject line Re: [bug#49917] [PATCH core-updates-frozen] gnu: go-1.14: Fix 
test failure with GCC 9+.
has caused the debbugs.gnu.org bug report #49917,
regarding [PATCH core-updates-frozen] gnu: go-1.14: Fix test failure with GCC 
9+.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49917: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49917
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH core-updates-frozen] gnu: go-1.14: Fix test failure with GCC 9+. Date: Fri, 6 Aug 2021 14:40:17 -0700
With GCC 9+, go-1.14 fails a test when the gold linker is not
available (https://github.com/golang/go/issues/39157). Backport the fix
for that from https://github.com/golang/go/commit/4ec4a79.

gnu/packages/golang.scm (go-1.14)[arguments]<#:phases>{prebuild}:
Fix test failure with GCC 9+.
---
Hello Guix,

This fixes the CI failure at

  https://ci.guix.gnu.org/build/725502/details

and probably for other platforms as well. This should also probably go to
core-updates.

--
Sarah

 gnu/packages/golang.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index d3ef39a2e6..cbcd9adb4c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1247,6 +1247,11 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
                    (("/bin/pwd") (which "pwd"))
                    (("/bin/sh") (which "sh")))
 
+                 ;; Backport fix for go-1.14 with GCC 9+
+                 ;; https://github.com/golang/go/issues/39157
+                 (substitute* "cmd/go/note_test.go"
+                   (("cannot find 'ld'") "cannot find [‘']ld[’']"))
+
                  ;; Add libgcc to runpath
                  (substitute* "cmd/link/internal/ld/lib.go"
                    (("!rpath.set") "true"))

base-commit: b2a5a180cfa56e55bc8078d606a971e34e326967
-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#49917] [PATCH core-updates-frozen] gnu: go-1.14: Fix test failure with GCC 9+. Date: Sun, 8 Aug 2021 15:14:40 +0300
Thanks. Patch pushed.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]