From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id cD4BHt1NKmFPDgAAgWs5BA (envelope-from ) for ; Sat, 28 Aug 2021 16:53:17 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id gGnFGd1NKmE6DgAA1q6Kng (envelope-from ) for ; Sat, 28 Aug 2021 14:53:17 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 4147F195F6 for ; Sat, 28 Aug 2021 16:53:17 +0200 (CEST) Received: from localhost ([::1]:52070 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mJzhs-0000el-DW for larch@yhetil.org; Sat, 28 Aug 2021 10:53:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60964) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mJzhe-0000cv-Ft for guix-patches@gnu.org; Sat, 28 Aug 2021 10:53:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43255) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mJzhe-0006qA-8F for guix-patches@gnu.org; Sat, 28 Aug 2021 10:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mJzhd-00036U-TY for guix-patches@gnu.org; Sat, 28 Aug 2021 10:53:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50227] [PATCH 0/3] go-build-system and GOPATH improvements Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 28 Aug 2021 14:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50227 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Sarah Morgensen Cc: 50227@debbugs.gnu.org Received: via spool by 50227-submit@debbugs.gnu.org id=B50227.163016236511906 (code B ref 50227); Sat, 28 Aug 2021 14:53:01 +0000 Received: (at 50227) by debbugs.gnu.org; 28 Aug 2021 14:52:45 +0000 Received: from localhost ([127.0.0.1]:54801 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mJzhN-00035x-5M for submit@debbugs.gnu.org; Sat, 28 Aug 2021 10:52:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44810) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mJzhK-00035k-4E for 50227@debbugs.gnu.org; Sat, 28 Aug 2021 10:52:43 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38488) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mJzhE-0006Vj-Dl; Sat, 28 Aug 2021 10:52:36 -0400 Received: from host-37-191-231-185.lynet.no ([37.191.231.185]:38018 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mJzhE-0006kX-0p; Sat, 28 Aug 2021 10:52:36 -0400 From: Marius Bakke In-Reply-To: <86mtp248ku.fsf@mgsn.dev> References: <86mtp248ku.fsf@mgsn.dev> Date: Sat, 28 Aug 2021 16:52:31 +0200 Message-ID: <87r1edmxjk.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.00 Authentication-Results: aspmx1.migadu.com; none X-Migadu-Queue-Id: 4147F195F6 X-Spam-Score: -4.00 X-Migadu-Scanner: scn0.migadu.com X-TUID: 8FSLdoqhPt3y --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Sarah, Sarah Morgensen skriver: > Hello Marius, > > (Apologies in advance for the length of this treatise! I did not have > the time to be concise.) No hurries, the insightful feedback is much appreciated. > Marius Bakke writes: > >> These patches adjust the Go build system to use Guix's regular >> native-search-paths mechanism instead of ad-hoc GOPATH trickery. > > I have been working on overhauling the Go build system behind the > scenes; I expected to have a patch ready last week, but I fell down the > "modules" rabbit hole after learning GOPATH is expected to be deprecated > as soon as 1.18. Sorry for the duplicated work! (I also have a Go 1.17 > ready to launch, but I've been attempting to nail down Go build system > changes first so I didn't introduce anything incompatible.) That is excellent news, thank you! I briefly looked into "modules" while researching this, but realized that the rabbit hole would be too deep for me. I did not notice that GOPATH was being deprecated however. > In any case, I hadn't thought of using search paths, that's quite > clever! I like it. > > Before falling down the "modules" rabbit-hole, here is what was working > for my GOPATH-based Go build system: > > 1. Install source in "out/share/go/src" rather than "out/src", and then > simply create a directory union of "/share/go/src" from inputs. This > avoids accidentally including non-go packages with a "/src" directory. > If you did this, then you could make the GOPATH search path be > "/share/go/..". > > 2. Split the GOPATH as you have done (except with only two components; > one for the package we're building and one for the union in 1). Installing to $out/share/go is much nicer indeed. > 3. Reuse build artifacts by copying the $GOPATH[0]/pkg directory to > "out/share/go/pkg" in the install phase. They will be transparently > used since they will be in GOPATH. (You can use "out/lib/go/pkg", but > you must set 'strip-directories' to avoid stripping Go archives, and > then include "/lib/go/.." in the GOPATH search path.) However, "go > install" will eventually deprecate installing archives [0], perhaps even > before GOPATH is deprecated. Right. The churn in Go's build tooling is surprising, I would expect it to slow down at this point! I suppose we can ignore the "pkg" artifacts for now, or keep them in "share/go" as a stop-gap, since they will be deprecated soon. > 4. Use -trimpath instead of remove-go-references, as you did. Also, to > avoid rebuilding the standard library with '-trimpath' for every package > (since the Go build cache does not persist between build environments): > > a) modify the Go package to build standard libraries with -trimpath, > which would unfortunately mean most users of the Go package would > find that ~180MB of space wasted; or >=20=20=20 > b) build a '-trimpath' version of the standard library separately and > use it with '-pkgdir' (which would prevent #3 from working) or by > building a directory union of Go and Go-std-library-with-trimpath > and setting GOROOT=3D/path/to/union. > > Personally, I'm partial to a), along with removing the pre-compiled > standard library from the Go package since it ends up recompiled more > often than not, is very fast to recompile, and it will eventually no > longer be distributed or used by Go [0]. Removing the compiled libraries sounds fine to me. I suppose we'll still need -trimpath for executables ("main.go")? >> The context is that I needed to hack on a Go package, and was somewhat >> surprised that my usual workflow of "guix environment PKG" did not work. >> >> It still does not work "out of the box", but these patches bring it a >> step further. Now "all" that is needed is to: >> >> $ cd ~/src/go-foo >> $ guix environment go-example-com-foo >> $ MYGOPATH=3D"$HOME/tmp/go" >> $ NAMESPACE=3D"$MYGOPATH/src/example.com/foo" >> $ mkdir -p $(dirname $NAMESPACE) >> $ ln -s $PWD $NAMESPACE # or git worktree add $NAMESPACE >> $ export GOPATH=3D"$MYGOPATH:$GOPATH" >> $ go build # no 'go get' necessary! > > Interesting. I hadn't thought of the use-case for actually hacking on go > packages like this! I'll have to think of how modules-mode can be made > to work with this. It's not a very important feature, and I'm happy to scratch that itch again once gomodules are first-class. :-) > (A digression: the current issue with fully implementing module-aware > mode is that Go really wants a specific version for each dependency. If > we just populate the module cache with the versions we have, it will > inevitable complain when a package we try to build wants a version we do > not have. I see a few solutions: > > 1. Put all dependencies in the module cache, and rewrite the main > module's go.mod (that is, add replace directives) to replace all > dependencies with the versions we have. > > 2. Rewrite the go.mod to replace all dependencies with the local > filesystem path of the versions we have. > > 3. Put all dependencies in the vendor/ directory, and use -mod=3Dvendor. > Any pre-existing vendor directory must be handled properly. > > These three solutions fail to allow re-using the build cache (and > therefore build artifacts), because Go computes the build cache keys > differently for main and non-main modules. Building in Go is generally > fast, so we probably shouldn't compromise much to enable reusing the > build cache, but a few ideas for doing so: > > 4. Set up a dummy go.mod out of the source tree, which 'replace's all > dependencies AND the module we're building like in 1) or 2). This may > have to account for replace directives in the go.mod of the module we're > building, though. > > 5. Put the module we're building in the module cache, and build it with > "go install module@version". The same caveat as in 4) applies, as well > as that "go install module@version" only works for main packages (that > is, packages which produce an executable).) Thank you for this analysis. The vendoring option is compelling, if it does not require patching the go.mod files, and can work also for packages where unbundling is not feasible (or downstream channels with less strict packaging policies). For reusing build artifacts, perhaps we can piggy-back on whatever is implemented for Bazel as mentioned in [0]. >> I don't know how feasible it is to avoid making a local directory and >> symlinking the project to the expected namespace. Still a complete Go >> newbie, but this approach feels more natural and idiomatic Guix-wise. > > My intuition is that if you're working in GOPATH-mode, you already have > a ~/go/src directory or similar, and your project is probably under > ~/go/src/my-project. Then, in order to hack on it Guix-like, you would > > $ cd ~/go/src/my-project > $ guix environment go-github-com-me-my-project > $ export GOPATH=3D~/go:$GOPATH > $ go build That is much easier. You can tell I never hacked on Go before. :-) > I'm not sure what a similar idiom for Guix-like hacking in module-aware > mode would be; we'd have to set GOMODCACHE or something, but it would be > very easy for Go to overwrite (or fail to overwrite) things without > GOPROXY=3Doff. Alternatively, if we make a "full" go proxy directory > layout, we can do > > GOPROXY=3Dfile://path/to/gomodcache > > or even a search path like > > GOPROXY=3Dfile:///gnu/store/p1/gomodcache|file://gnu/store/p2/gomodcache > > though I'm not sure how well that would scale w.r.t. number of packages. > > Both of these GOPROXY methods have the advantage over setting GOMODCACHE > that the user could modify GOPROXY to include the default proxy, and > would still be able to get packages and versions not packaged by Guix. > > I suppose there's no reason we couldn't set both GOPATH and > e.g. GOPROXY. GOPROXY seems like a great middle ground for local development. Given the conflicting work here, what do you think we should do? I'm happy to scrap this PR as it was largely an exercise to learn go-build-system, in addition to scratching a very minor itch. Is the reduced complexity worth it while waiting for the gomodules rewrite, and if so, are there parts that can be merged with your work such as using $out/share/go? Let me know if I can be of assistance. :-) > [0] https://github.com/golang/go/issues/47257 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEARYKAC0WIQRNTknu3zbaMQ2ddzTocYulkRQQdwUCYSpNrw8cbWFyaXVzQGdu dS5vcmcACgkQ6HGLpZEUEHd1NwEAips91ZItQ8lyCOvqy99JEgtStC5K0TaQVnMQ 6EaFHBgA/Rk5pg/pxBbyPEE+rZLfdYq7U+1/N3BwtmwiTiN6SSMC =/UXy -----END PGP SIGNATURE----- --=-=-=--