Go importer fails on projects located in a sub-directory of a repository

  • Open
  • quality assurance status badge
Details
One participant
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Nicolas Goaziou
Severity
normal

Debbugs page

Nicolas Goaziou wrote 3 years ago
(address . bug-guix@gnu.org)
87h7cppffh.fsf@nicolasgoaziou.fr
Hello,

It seems that Go importer errors on projects located in sub-directories
of a repository.

For example,

guix import go github.com/Azure/go-autorest/autorest/adal

fails with

#<<git-error> code: -3 message: "reference 'refs/tags/v0.9.17' not found" class: 4>

Other problematic projects include

- github.com/decred/dcrd/lru
- cloud.google.com/go/storage
- google.golang.org/grpc/cmd/protoc-gen-go-grpc

Regards,
--
Nicolas Goaziou
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 51633@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 51633
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help