guix-devel
[Top][All Lists]
Advanced

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

Re: Understanding a Golang importer error


From: Attila Lendvai
Subject: Re: Understanding a Golang importer error
Date: Mon, 22 May 2023 14:44:58 +0000

> The command
> 
> guix import go -r github.com/google/certificate-transparency-go
> 
> produces the output below. Which repo is missing the v0.41.1 tag,
> please? Thanks!

i have a series of go importer fixes that is long overdue for a cleanup and 
filing a v2.0 of them:

https://issues.guix.gnu.org/55242

but until then i've run the following import:

RUN=1
clear && ./pre-inst-env guix import go -r --pin-versions 
github.com/google/certificate-transparency-go > >(tee -a 
~/workspace/guix/importing/certificate-transparency-go-${RUN}.scm) 2> >(tee -a 
~/workspace/guix/importing/certificate-transparency-go-${RUN}.log >&2) && beep

and without --pin-versions:

RUN=2
clear && ./pre-inst-env guix import go -r 
github.com/google/certificate-transparency-go > >(tee -a 
~/workspace/guix/importing/certificate-transparency-go-${RUN}.scm) 2> >(tee -a 
~/workspace/guix/importing/certificate-transparency-go-${RUN}.log >&2) && beep

whose output i'll send you in a private mail due to their size.

HTH,

-- 
• attila lendvai
• PGP: 963F 5D5F 45C7 DFCD 0A39
--
“I would rather have questions that can't be answered than answers that can't 
be questioned.”
        — Richard Feynman (1918–1988)




reply via email to

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