Replies: 1 comment
-
|
Hi @guskovd! It looks like you are trying to build skopeo which is a Go application.
If you are trying to build skopeo from source, I'd recommend looking into Hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build crane with nixpkgs version 25.11. I get the error:
nix log /nix/store/78iki4a1s8kl5mll8f0f82hsbmwcqkmw-skopeo-1.20.0.drv Running phase: unpackPhase @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking source archive /nix/store/pdxs915naz6n5q9x5y0xx1lhb2rp0yp5-source source root is source Running phase: patchPhase @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: buildPhase @nix { "action": "setPhase", "phase": "buildPhase" } patching file nix/transport.go /tmp/nix-build-skopeo-1.20.0.drv-0/source patching script interpreter paths in . ./contrib/cirrus/mac_cleanup.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/bash" ./contrib/cirrus/runner.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/bash" ./systemtest/make-noarch-manifest: interpreter directive changed from "#!/bin/sh" to "/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/sh" ./systemtest/run-tests: interpreter directive changed from "#!/bin/bash" to "/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/bash" ./hack/man-page-checker: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/bash" ./hack/libsubid_tag.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/bash" ./hack/validate-git-marks.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/bash" ./hack/get_fqin.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/bash" ./hack/warn-destructive-tests.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/bash" ./hack/get_ci_vm.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/bash" ./hack/tree_status.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/bash" ./hack/validate-gofmt.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/bash" ./hack/btrfs_installed_tag.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/bash" ./hack/sqlite_tag.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/bash" ./hack/test-integration.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/bash" ./hack/test-system.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/bash" ./hack/validate-vet.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/bash" go build "-buildmode=pie" -ldflags '-X main.gitCommit= ' -gcflags "" -tags " " -o bin/skopeo ./cmd/skopeo go: ignoring package github.com/containers/image/v5/nix which exists in the vendor directory but is missing from vendor/modules.txt. To sync the vendor directory run go mod vendor. vendor/github.com/containers/image/v5/transports/alltransports/alltransports.go:21:1: cannot find module providing package github.com/containers/image/v5/nix: import lookup disabled by -mod=vendor make: *** [Makefile:134: bin/skopeo] Error 1Beta Was this translation helpful? Give feedback.
All reactions