bug#49202: guix import go type error (failed regex match?)

2021-06-24 Thread Sarah Morgensen via Bug reports for GNU Guix
zimoun writes: > Hi, > > Thanks for the report. > > On Thu, 24 Jun 2021 at 02:11, raingloom wrote: > >> When I run >> guix import go -r github.com/golang-migrate/migrate/v4 >> it works for a looong time (something else to work on I guess. maybe >> fetching every git repo is not the best solution

bug#49202: guix import go type error (failed regex match?)

2021-06-24 Thread Sarah Morgensen via Bug reports for GNU Guix
Sarah Morgensen writes: > > // When updating replace rules, make sure to also update the rules in > integration/client/go.mod > replace ( > // prevent transitional dependencies due to containerd having a circular > // dependency on itself through plugins. see .empty-mod/go.mod for >

bug#49228: guix import go fails when module does not have a documenation on pkg.go.dev

2021-06-25 Thread Sarah Morgensen via Bug reports for GNU Guix
Hello, Thanks for the report. Björn Höfling writes: > $ ./pre-inst-env guix import go github.com/caspr-io/yamlpath > [...] > ice-9/eval.scm:619:8: Throw to key `match-error' with args `("match" "no > matching pattern" #f)'. > > If you look at the page > > https://pkg.go.dev/github.com/caspr-i

bug#49228: guix import go fails when module does not have a documenation on pkg.go.dev

2021-06-30 Thread Sarah Morgensen via Bug reports for GNU Guix
Hi, raingloom writes: >> If you look at the page >> >> https://pkg.go.dev/github.com/caspr-io/yamlpath >> >> It has no Description, because the site cannot parse license >> information correctly and thus conservatively does not display any >> info. > > Could we use godocs.io? It's more copylef

bug#30287: Go compiler tries writing to the store

2021-07-03 Thread Sarah Morgensen via Bug reports for GNU Guix
Hello, Looking through old Go bugs I found this. Is this still an issue for anyone? I just tested with go@1.14 and go@1.16 and I got expected behavior (binary was installed in ~/go/bin, since ~/go is the default GOPATH). Leo Famulari writes: > On Mon, Jan 29, 2018 at 10:50:10AM +0100, Peter Mik

bug#39400: Go retains a reference to GCC

2021-07-03 Thread Sarah Morgensen via Bug reports for GNU Guix
Hello all, (I have CC'd Tobias since we briefly discussed this on #guix recently.) Ludovic Courtès writes: > Hello! > > It seems that Go unduly retains a reference to GCC: > > $ guix size go > store item totalself > /gnu/store/g4rrz9rnr8

bug#36823: gcc bug prevents go program from starting newer gcc results in race condition

2021-07-04 Thread Sarah Morgensen via Bug reports for GNU Guix
Hello, Thanks for the report. Malte Frank Gerdes writes: > Hi, > > The precompiled version of Hugo-extended was not able to find some > runtime dependencies: >libstdc++.so.6 => not found >libgcc_s.so.1 => not found In case you haven't discovered this in the past two years (oops), t

bug#48111: tilde in Go package names (eg. sourcehut hosted packages)

2021-07-04 Thread Sarah Morgensen via Bug reports for GNU Guix
Hello, Leo Prikler writes: > Am Donnerstag, den 29.04.2021, 19:54 +0200 schrieb raingloom: >> Trying to import kineto and getting this error when building it: >> >> guix build: error: invalid character `~' in name >> `go-git-sr-ht-~sircmpwn-kineto-0.0.0-20210225135222-edd4fe31f16f- >> checkout.

bug#49350: gcc-toolchain compilation error with -nostdinc++

2021-07-06 Thread Sarah Morgensen via Bug reports for GNU Guix
Hello, Thanks for the report. Ontje Lünsdorf writes: > Hi all, > > > I've problems compiling LLVM manually with the gcc-toolchain. > sanitizer_posix_libcdep.cpp is build with -nostdinc++ and fails to find > bits/c++config.h. > > I think the issue can be reproduced with this example test.cpp: >

bug#49427: grpc build failure

2021-07-06 Thread Sarah Morgensen via Bug reports for GNU Guix
Hello, Thanks for taking the time to file a report! (Even if it turned out to be a non-issue) Andy Tai writes: > Never mind; after a new > > guix pull > > > this no longer happens. Please close this bug For future reference, to close a bug you can address your mail to nnn-d...@debbugs.gnu.org

bug#39400: Go retains a reference to GCC

2021-07-06 Thread Sarah Morgensen via Bug reports for GNU Guix
Hello, A quick addendum... Sarah Morgensen writes: > This means that even if the user provides a different CC, the > gcc-7.5.0-lib dir will also be in the runpath. I do not know if, or how > much, this would conflict with other gcc-lib runpaths. > I have just seen the consequences of this: the

bug#39400: Go retains a reference to GCC

2021-07-07 Thread Sarah Morgensen via Bug reports for GNU Guix
Hi, Ludovic Courtès writes: >> Go invokes gcc when compiling with cgo, and cgo (or at least the usage >> of standard libraries which use cgo) is getting fairly common. If we do >> not provide a default gcc with Go, a plain "go build" will produce an >> error if it encounters something which uses

bug#49613: On WSL1/2, guix install: error: cannot kill processes for uid `999': failed with exit code 1

2021-07-17 Thread Sarah Morgensen via Bug reports for GNU Guix
Hello Guix, Anadon writes: > Talking with iskarian on IRC, we've confirmed that guix successfully > installs, almost successfully sets up (the init.d isn't set up to > actually daemonize), but for `guix build`, `guix install` and `guix > pull` all fail with "guix : error: cannot kill processes f