linuxConsoleTools 1.6.1 -> 1.8.1 https://repology.org/project/linuxconsoletools/versions attrpath: linuxConsoleTools Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/os-specific/linux/consoletools/default.nix b/pkgs/os-specific/linux/consoletools/default.nix index 8def013b956..03a645cc852 100644 --- a/pkgs/os-specific/linux/consoletools/default.nix +++ b/pkgs/os-specific/linux/consoletools/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "linuxconsoletools"; - version = "1.6.1"; + version = "1.8.1"; src = fetchurl { url = "mirror://sourceforge/linuxconsole/${pname}-${version}.tar.bz2"; - sha256 = "0d2r3j916fl2y7pk1y82b9fvbr10dgs1gw7rqwzfpispdidb1mp9"; + sha256 = "sha256-TaKXRceCt9sY9fN8Sed78WMSHdN2Hi/HY2+gy/NcJFY="; }; buildInputs = [ SDL ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A linuxConsoleTools nix build failed. inputattach.c:1214:13: warning: 'fd' may be used uninitialized []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] 1214 | if (ioctl(fd, TIOCSETD, &ldisc) < 0) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ inputattach.c:1019:13: note: 'fd' was declared here 1019 | int fd; | ^~ gcc inputattach.o -lm -o inputattach gcc -g -O2 -Wall -Wextra -c -o jstest.o jstest.c gcc -g -O2 -Wall -Wextra -c -o axbtnmap.o axbtnmap.c gcc jstest.o axbtnmap.o -o jstest gcc -g -O2 -Wall -Wextra -c -o jscal.o jscal.c jscal.c: In function 'wait_for_event': jscal.c:116:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 116 | read(0, &buf, 1); | ^~~~~~~~~~~~~~~~ gcc jscal.o axbtnmap.o -lm -o jscal sed "s^@@PREFIX@@^/usr/local^g" < jscal-restore.in > jscal-restore sed "s^@@PREFIX@@^/usr/local^g" < jscal-store.in > jscal-store gcc -g -O2 -Wall -Wextra evdev-joystick.c -o evdev-joystick gcc -g -O2 -Wall -Wextra -c -o fftest.o fftest.c gcc fftest.o -o fftest /nix/store/zlf0f88vj30sc7567b80l52d19pbdmy2-bash-5.2-p15/bin/bash: line 1: pkg-config: command not found gcc -g -O2 -Wall -Wextra -c -o ffmvforce.o ffmvforce.c ffmvforce.c:38:10: fatal error: SDL.h: No such file or directory 38 | #include  | ^~~~~~~ compilation terminated. make[1]: *** [: ffmvforce.o] Error 1 make[1]: Leaving directory '/build/linuxconsoletools-1.8.1/utils' make: *** [Makefile:29: compile] Error 2