-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
syslinux: 2015-11-09 -> 2019-02-07 #77703
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
Conversation
Hi, thanks for the PR! I don't know if you had seen #55500, which had to be reverted? I haven't followed through and re-updated, so that's a great help. Though, noted there:
I had to go with b40487005223a78c3bb4c300ef6c436b3f6ec1f7, as the next commit didn't boot once built. diff --git a/pkgs/os-specific/linux/syslinux/default.nix b/pkgs/os-specific/linux/syslinux/default.nix
index 0e0f4c945b6..e36a9274b65 100644
--- a/pkgs/os-specific/linux/syslinux/default.nix
+++ b/pkgs/os-specific/linux/syslinux/default.nix
@@ -3,10 +3,12 @@
stdenv.mkDerivation {
name = "syslinux-2019-02-06";
+ # This is syslinux-6.04-pre3^1; syslinux-6.04-pre3 fails to run.
+ # Same issue here https://www.syslinux.org/archives/2019-February/026330.html
src = fetchFromRepoOrCz {
repo = "syslinux";
- rev = "05ac953c23f90b2328d393f7eecde96e41aed067";
- sha256 = "07a9jfm5957daziq28vdnb21gnlfsvc85aqyf3fz8hxbpx1krl1l";
+ rev = "b40487005223a78c3bb4c300ef6c436b3f6ec1f7";
+ sha256 = "1qrxl1114sr2i2791z9rf8v53g200aq30f08808d7i8qnmgvxl2w";
};
patches = let This can be tested using:
Which ends hanging at:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(See other comment.)
I missed #55500. With I think this is good to go for |
Question: why staging? This is has a really limited rebuild impact. Additionally it doesn't have a wide-ranging impact that needs to be tested with other packages, mainly bootloader tests and the isos. Am I missing something? |
(Waiting on the answer to my question, otherwise it tests fine)
@GrahamcOfBorg eval Something's weird with the eval. Likely the branch switch-a-roo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, looks like your fixes as previously requested were lost. Compare with the previous force push. It's currently like the initial PR state.
- Version number has reverted.
- Revision has reverted.
Likely trivial to fix :).
I accidentally pushed the old branch, now it should be ok. |
Made a small whitespace correction. Didn't have the heart to "reject" the PR for only a byte :). |
@vcunat I still don't know what happened the last time we bumped syslinux that needed it to be reverted. If things break again, this PR updated syslinux. |
Last time |
Motivation for this change
Bump syslinux to 2019-02-06 following debian packaging:
syslinux is blocker for #66528
Thanks!
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)