Skip to content

Commit

Permalink
memtest86: Mark as broken
Browse files Browse the repository at this point in the history
It fails with hardening-related errors like:

reloc.o: In function `.L41':
reloc.c:(.text+0x452): undefined reference to `__stack_chk_fail_local'

... and several others as well!

Since nobody has noticed that this package has been broken the entire
16.09 release, it's probably not worth to try fixing it.

(Note that this is a different package from memtest86plus!)
  • Loading branch information
dezgeg committed Mar 1, 2017
1 parent 3373564 commit 8dcfa44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/misc/memtest86/default.nix
Expand Up @@ -27,5 +27,6 @@ stdenv.mkDerivation {
meta = {
homepage = http://memtest86.com/;
description = "A tool to detect memory errors, to be run from a bootloader";
broken = true;
};
}

0 comments on commit 8dcfa44

Please sign in to comment.