Skip to content
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

Build failure: ncdns #331188

Closed
ShamrockLee opened this issue Jul 31, 2024 · 1 comment · Fixed by #331542
Closed

Build failure: ncdns #331188

ShamrockLee opened this issue Jul 31, 2024 · 1 comment · Fixed by #331542
Labels
0.kind: build failure A package fails to build

Comments

@ShamrockLee
Copy link
Contributor

Steps To Reproduce

Steps to reproduce the behavior:

  1. Checkout 3d7db28
  2. build ncdns.goModules with nix-build --check or nix build --rebuild

Build log

error: builder for '/nix/store/kwnycmxfzfbpr41179imm6slybvwrmjh-ncdns-unstable-2022-10-07-go-modules.drv' failed with exit code 1;
       last 10 log lines:
       > go: found gopkg.in/hlandau/svcutils.v1/dupfd in gopkg.in/hlandau/svcutils.v1 v1.0.11
       > go: found gopkg.in/hlandau/svcutils.v1/setuid in gopkg.in/hlandau/svcutils.v1 v1.0.11
       > go: found github.com/erikdubbelboer/gspt in github.com/erikdubbelboer/gspt v0.0.0-20210805194459-ce36a5128377
       > go: found github.com/namecoin/crosssignnameconstraint in github.com/namecoin/crosssignnameconstraint v0.0.3
       > go: github.com/namecoin/x509-compressed/ncdns imports
       > 	gopkg.in/hlandau/easyconfig.v1 imports
       > 	gopkg.in/hlandau/easyconfig.v1/adaptflag imports
       > 	gopkg.in/alecthomas/kingpin.v2: gopkg.in/alecthomas/kingpin.v2@v2.4.0: parsing go.mod:
       > 	module declares its path as: github.com/alecthomas/kingpin/v2
       > 	       but was required as: gopkg.in/alecthomas/kingpin.v2
       For full logs, run 'nix log /nix/store/kwnycmxfzfbpr41179imm6slybvwrmjh-ncdns-unstable-2022-10-07-go-modules.drv'.

Additional context

Add any other context about the problem here.

Notify maintainers

@rnhmjoj

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.37, NixOS, 24.05 (Uakari), 24.05.20240707.1948467`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.4`
 - nixpkgs: `/nix/store/2nnisw4pxbifisbkg58hrnis9ycs5ah1-source`

Add a 👍 reaction to issues you find important.

@ShamrockLee ShamrockLee added the 0.kind: build failure A package fails to build label Jul 31, 2024
@rnhmjoj
Copy link
Contributor

rnhmjoj commented Jul 31, 2024

The goModules derivation can't be built since go 1.17, see namecoin/ncdns#156 (comment).
I don't think I can fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: build failure A package fails to build
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants