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

boehmgc-traceable_allocator-public.diff patch fails with latest nixpkgs #10647

Open
shyim opened this issue May 5, 2024 · 2 comments
Open

boehmgc-traceable_allocator-public.diff patch fails with latest nixpkgs #10647

shyim opened this issue May 5, 2024 · 2 comments
Labels

Comments

@shyim
Copy link
Member

shyim commented May 5, 2024

Describe the bug

When I overwrite the input to follow the latest Nixpkgs, it cannot be built anymore

error: builder for '/nix/store/l62fvmlm02fpn3isiqjjhw36ynr1idlh-boehm-gc-8.2.6.drv' failed with exit code 1;
       last 10 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/1knirm8jgazkcgnrv72bajb3vlg039wd-source
       > source root is source
       > Running phase: patchPhase
       > applying patch /nix/store/bj54wqjwik55hpiq7kgdi4j6wcw07hza-boehmgc-traceable_allocator-public.diff
       > patching file include/gc_allocator.h
       > Reversed (or previously applied) patch detected!  Assume -R? [n]
       > Apply anyway? [n]
       > Skipping patch.
       > 1 out of 1 hunk ignored -- saving rejects to file include/gc_allocator.h.rej
       For full logs, run 'nix log /nix/store/l62fvmlm02fpn3isiqjjhw36ynr1idlh-boehm-gc-8.2.6.drv'.

Expected behavior

A clear and concise description of what you expected to happen.

nix-env --version output

Additional context

Add any other context about the problem here.

Priorities

Add 👍 to issues you find important.

@shyim shyim added the bug label May 5, 2024
@not-matthias
Copy link

@not-matthias
Copy link

The solution for me was to remove inputs.nixpkgs.follows for the devenv flake dep.

not-matthias added a commit to not-matthias/dotfiles-nix that referenced this issue May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants