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

nix-exec broken on master, fine on release-16.09 #22315

Closed
jpierre03 opened this issue Jan 31, 2017 · 1 comment · Fixed by shlevy/nix-exec#9
Closed

nix-exec broken on master, fine on release-16.09 #22315

jpierre03 opened this issue Jan 31, 2017 · 1 comment · Fixed by shlevy/nix-exec#9

Comments

@jpierre03
Copy link
Contributor

Issue description

Nix-exec package can't be built on master branch.
Broken for i686 https://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.nix-exec.i686-linux/all and x86_64 https://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.nix-exec.x86_64-linux/all since 2016-12-11

It seems related to a nix langage API change, commit NixOS/nix@cb5e725.

https://hydra.nixos.org/build/44683739/nixlog/1

/nix/store/add4869c9wrvg611l2py4j3hhb6wd5vp-nix-1.12pre4911_b30d1e7-dev/include/nix/util.hh:172:10: error: 'void nix::AutoCloseFD::close()' is private
     void close();
          ^
src/fetchgit.cc:99:27: error: within this context
       pipe.readSide.close();

cc @shlevy

Technical details

  • System: NixOS official hydra & local build with nix-shell -p nox --run "nox-review wip"
  • Nixpkgs version: 17.03pre99759.f66d782
@jpierre03
Copy link
Contributor Author

@shlevy thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant