public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/files/, dev-lang/go/
Date: Mon, 08 Sep 2025 20:12:54 +0000 (UTC)	[thread overview]
Message-ID: <1757362360.44f89a6708d5e69c91e609c715bf1d276b0f9d55.williamh@gentoo> (raw)

commit:     44f89a6708d5e69c91e609c715bf1d276b0f9d55
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  8 20:09:35 2025 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Sep  8 20:12:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f89a67

dev-lang/go: disable dwarf5 generation for now

Bug: https://bugs.gentoo.org/961745
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-lang/go/files/go-1.25-no-dwarf5.patch | 15 +++++++++++++++
 dev-lang/go/go-1.25.1.ebuild              |  1 +
 2 files changed, 16 insertions(+)

diff --git a/dev-lang/go/files/go-1.25-no-dwarf5.patch b/dev-lang/go/files/go-1.25-no-dwarf5.patch
new file mode 100644
index 000000000000..72c2bab24ad3
--- /dev/null
+++ b/dev-lang/go/files/go-1.25-no-dwarf5.patch
@@ -0,0 +1,15 @@
+diff --git a/go.env b/go.env
+index 6ff2b921d4..e8959a72c7 100644
+--- a/go.env
++++ b/go.env
+@@ -2,6 +2,10 @@
+ # Values set by 'go env -w' and written to the user's go/env file override these.
+ # The environment overrides everything else.
+ 
++#This can be removed when debugedit is fixed to support dwarf5
++# https://sourceware.org/bugzilla/show_bug.cgi?id=33204
++GOEXPERIMENT=nodwarf5
++
+ # Use the Go module mirror and checksum database by default.
+ # See https://proxy.golang.org for details.
+ GOPROXY=https://proxy.golang.org,direct

diff --git a/dev-lang/go/go-1.25.1.ebuild b/dev-lang/go/go-1.25.1.ebuild
index ea320f14b604..1461ffc59218 100644
--- a/dev-lang/go/go-1.25.1.ebuild
+++ b/dev-lang/go/go-1.25.1.ebuild
@@ -67,6 +67,7 @@ go_cross_compile() {
 PATCHES=(
 	"${FILESDIR}"/go-1.24-skip-gdb-tests.patch
 	"${FILESDIR}"/go-1.24-dont-force-gold-arm.patch
+	"${FILESDIR}"/go-1.25-no-dwarf5.patch
 	"${FILESDIR}"/go-never-download-newer-toolchains.patch
 )
 


             reply	other threads:[~2025-09-08 20:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-08 20:12 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-24 16:19 [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/files/, dev-lang/go/ James Le Cuirot
2024-01-10 20:46 William Hubbs
2020-12-07  1:44 William Hubbs
2017-01-12 21:35 William Hubbs
2016-07-28 15:59 William Hubbs
2016-05-18 17:30 William Hubbs
2016-04-02 18:36 William Hubbs
2016-01-15 18:42 William Hubbs
2015-11-27 20:39 William Hubbs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1757362360.44f89a6708d5e69c91e609c715bf1d276b0f9d55.williamh@gentoo \
    --to=williamh@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox