2022-11-04T15:25:08 nanodbc 2.13.0 -> 2.14.0 https://github.com/nanodbc/nanodbc/releases 2022-11-04T15:25:10 attrpath: nanodbc 2022-11-04T15:25:10 Checking auto update branch... 2022-11-04T15:25:10 No auto update branch exists 2022-11-04T15:25:14 [version] 2022-11-04T15:25:37 [version] updated version and sha256 2022-11-04T15:25:37 [rustCrateVersion] 2022-11-04T15:25:37 [rustCrateVersion] No cargoSha256 found 2022-11-04T15:25:37 [golangModuleVersion] 2022-11-04T15:25:37 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-04T15:25:37 [updateScript] 2022-11-04T15:25:37 [updateScript] skipping because derivation has no updateScript 2022-11-04T15:25:37 2022-11-04T15:25:37 [quotedUrls] 2022-11-04T15:25:37 [quotedUrls] nothing found to replace 2022-11-04T15:25:37 Diff after rewrites: diff --git a/pkgs/development/libraries/nanodbc/default.nix b/pkgs/development/libraries/nanodbc/default.nix index 64f362e3520..a01bf514847 100644 --- a/pkgs/development/libraries/nanodbc/default.nix +++ b/pkgs/development/libraries/nanodbc/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "nanodbc"; - version = "2.13.0"; + version = "2.14.0"; src = fetchFromGitHub { owner = "nanodbc"; repo = "nanodbc"; rev = "v${version}"; - sha256 = "1q80p7yv9mcl4hyvnvcjdr70y8nc940ypf368lp97vpqn5yckkgm"; + sha256 = "sha256-dVUOwA7LfLqcQq2nc6OAha0krmgTy5RUHupBVrNdo4g="; }; nativeBuildInputs = [ cmake ]; 2022-11-04T15:27:33 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A nanodbc nix build failed. from /build/source/test/utility_test.cpp:2: /nix/store/rxsp481311w6d2ci16q2c0mx9wv46bjw-glibc-2.35-163-dev/include/unistd.h:640:17: note: 'long int sysconf(int)' declared here 640 | extern long int sysconf (int __name) __THROW; | ^~~~~~~ In file included from /build/source/test/utility_test.cpp:2: /build/source/test/catch/catch.hpp:8031:45: error: size of array 'altStackMem' is not an integral constant-expression 8031 | char FatalConditionHandler::altStackMem[sigStackSize] = {}; | ^~~~~~~~~~~~ [ 79%] Built target example_rowset_iteration [ 79%] Built target example_usage [ 79%] Built target example_table_schema make[2]: *** [test/CMakeFiles/mysql_tests.dir/build.make:76: test/CMakeFiles/mysql_tests.dir/main.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [test/CMakeFiles/sqlite_tests.dir/build.make:76: test/CMakeFiles/sqlite_tests.dir/main.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [test/CMakeFiles/vertica_tests.dir/build.make:76: test/CMakeFiles/vertica_tests.dir/main.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [test/CMakeFiles/utility_tests.dir/build.make:76: test/CMakeFiles/utility_tests.dir/utility_test.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:234: test/CMakeFiles/utility_tests.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... make[2]: *** [test/CMakeFiles/postgresql_tests.dir/build.make:76: test/CMakeFiles/postgresql_tests.dir/main.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [test/CMakeFiles/mssql_tests.dir/build.make:76: test/CMakeFiles/mssql_tests.dir/main.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [CMakeFiles/Makefile2:624: test/CMakeFiles/vertica_tests.dir/all] Error 2 make[1]: *** [CMakeFiles/Makefile2:390: test/CMakeFiles/mysql_tests.dir/all] Error 2 make[1]: *** [CMakeFiles/Makefile2:546: test/CMakeFiles/sqlite_tests.dir/all] Error 2 make[1]: *** [CMakeFiles/Makefile2:468: test/CMakeFiles/postgresql_tests.dir/all] Error 2 make[1]: *** [CMakeFiles/Makefile2:312: test/CMakeFiles/mssql_tests.dir/all] Error 2 make: *** [Makefile:146: all] Error 2