-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no module was cached matching given package zombiezen.com/go/capnproto2/capnpc-go #100
Comments
Thanks for pointing. Indeed there is bug with |
Fixes #100 Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
Done 🤗 xmas fixes #107 |
Fixes #100 Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
Fixes #100 Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
@martin-sucha, sorry, does the latest patch, work for you? I believe I missed a very obvious step. This is what I do in my repro repo: https://github.com/dio/bingo-test/blob/953c78ecfbfe7ecc77d2795bd4c3f63bc4e5f0dd/.github/workflows/test.yaml#L14-L16. The complete logs (just in case the log from this job is expired https://pipelines.actions.githubusercontent.com/eFoaTFl87N8LgkMgEWLJ52O5vGzfqmel4JyKWxbvvYqVS1ivln/_apis/pipelines/1/runs/5/signedlogcontent/2?urlExpires=2021-12-30T02%3A25%3A18.3866979Z&urlSigningMethod=HMACV1&urlSignature=iR6Mo00Bh%2FQJ2qTamsYSEacFm0PjjMH27ZYQP2sumjM%3D):
Thank you! |
Ah, NVM I think I need to explicitly set the |
bingo version
output:go version
output:What happened:
What you expected to happen:
Install capnpc-go command.
How to reproduce it (as minimally and precisely as possible):
bingo get zombiezen.com/go/capnproto2/capnpc-go@v2.18.2
Logs (use
bingo get -v <thing you do>
for verbose output):Logs
Anything else we need to know:
resolveInGoModCache
fails to resolvezombiezen.com/go/capnproto2/capnpc-go
because it is looking in$GOPATH/pkg/mod/cache/download/zombiezen.com/go/capnproto2/@v/
for filev2.18.2.info
, but there is onlyv2.18.2+incompatible.info
file.Running
bingo get zombiezen.com/go/capnproto2/capnpc-go@v2.18.2+incompatible
successfully installs the tool as$GOBIN/capnpc-go-v2.18.2+incompatible
.Perhaps bingo should handle the
+incompatible
suffix when looking up info files?This issue might be related to #99 I wasn't 100% sure whether it is the same issue or not.
The text was updated successfully, but these errors were encountered: