all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Katherine Cox-Buday <cox.katherine.e@gmail.com>
To: 65317@debbugs.gnu.org
Subject: [bug#65317] [PATCH v2 1/1] gnu: Add go-1.21.
Date: Tue, 15 Aug 2023 17:29:29 -0600	[thread overview]
Message-ID: <ubh1op$ges$1@ciao.gmane.io> (raw)
In-Reply-To: <20230815232142.79498-1-cox.katherine.e@gmail.com>

This version solves the problem by reversing the symlinking done during 
install as suggested in https://github.com/golang/go/issues/61921. 
Instead of:

- mv bin $out/bin
- ln -s ../../bin $out/lib/go/bin

we need to do:
- mv bin $out/lib/go/
- ln -s lib/go/bin $out/bin

This is because GOROOT_FINAL no longer has the intended effect and the 
binaries are expecting binaries to be run from GOROOT which is $out/lib/go.





  reply	other threads:[~2023-08-15 23:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-15 19:53 [bug#65317] [PATCH 1/1] gnu: Add go-1.21 Katherine Cox-Buday
     [not found] ` <handler.65317.B.16921292097969.ack@debbugs.gnu.org>
2023-08-15 22:03   ` [bug#65317] Acknowledgement ([PATCH 1/1] gnu: Add go-1.21.) Katherine Cox-Buday
2023-08-15 23:20 ` [bug#65317] [PATCH v2 1/1] gnu: Add go-1.21 Katherine Cox-Buday
2023-08-15 23:29   ` Katherine Cox-Buday [this message]
2023-08-17 19:40   ` Katherine Cox-Buday
2023-08-17 19:43 ` [bug#65317] [PATCH v3 " Katherine Cox-Buday
2023-11-13 12:05   ` Mekeor Melire
2023-11-22 20:21 ` [bug#65317] [PATCH] " VÖRÖSKŐI András
2023-12-31 20:45 ` bug#65317: " John Kehayias via Guix-patches via

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='ubh1op$ges$1@ciao.gmane.io' \
    --to=cox.katherine.e@gmail.com \
    --cc=65317@debbugs.gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.