-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Corrupt fix-sweave-exit-code.patch at R #25572
Comments
I can confirm. Have the same issue:
EDIT: R-3.4.0 from the unstable branch installs and works fine. so either commit 5e5d16f or d16c38a fixed it. |
Comparing master and 17.03 it seems that commit d16c38a is missing from the latter. Presumably, the patch was intended for version 3.4.0. @peti, could you, please, check? |
Fixed by 05b2da8. |
adrianpk
added a commit
to adrianpk/nixpkgs
that referenced
this issue
May 31, 2024
This reverts commit 76296ce. That patch is intended for R 3.4.0 only. Not sure this commit ever appeared here in this branch. It looks like *I* committed it??? Must have been confused. Closes NixOS#25572.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
Installing R fails, because fix-sweave-exit-code.patch cannot be applied:
applying patch /nix/store/wyfr6an0xj2iiwa8fkrryyzrrv5wnvnk-fix-sweave-exit-code.patch
patching file src/library/utils/R/Sweave.R
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 452.
Hunk #3 FAILED at 577.
3 out of 3 hunks FAILED -- saving rejects to file src/library/utils/R/Sweave.R.rej
builder for ‘/nix/store/y6n3klamjnqnw2mx6rlia5f7829amqnb-R-3.3.3.drv’ failed with exit code 1
Steps to reproduce
add pkgs.R to configuration.nix
nixos-rebuild test --show-trace
Technical details
The text was updated successfully, but these errors were encountered: