2022-11-09T11:24:17 cxxtools 2.2.1 -> 3.0 https://repology.org/metapackage/cxxtools/versions 2022-11-09T11:24:19 attrpath: cxxtools 2022-11-09T11:24:20 Checking auto update branch... 2022-11-09T11:24:20 No auto update branch exists 2022-11-09T11:24:24 [version] 2022-11-09T11:24:27 [version] updated version and sha256 2022-11-09T11:24:27 [rustCrateVersion] 2022-11-09T11:24:27 [rustCrateVersion] No cargoSha256 found 2022-11-09T11:24:27 [golangModuleVersion] 2022-11-09T11:24:27 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-09T11:24:27 [updateScript] 2022-11-09T11:24:27 [updateScript] skipping because derivation has no updateScript 2022-11-09T11:24:27 2022-11-09T11:24:27 [quotedUrls] 2022-11-09T11:24:27 [quotedUrls] nothing found to replace 2022-11-09T11:24:27 Diff after rewrites: diff --git a/pkgs/development/libraries/cxxtools/default.nix b/pkgs/development/libraries/cxxtools/default.nix index 50417dab1fe..79e5b60fb1c 100644 --- a/pkgs/development/libraries/cxxtools/default.nix +++ b/pkgs/development/libraries/cxxtools/default.nix @@ -1,12 +1,12 @@ { lib, stdenv, fetchurl }: stdenv.mkDerivation rec { - version = "2.2.1"; + version = "3.0"; pname = "cxxtools"; src = fetchurl { url = "http://www.tntnet.org/download/${pname}-${version}.tar.gz"; - sha256 = "0hp3qkyhidxkdf8qgkwrnqq5bpahink55mf0yz23rjd7rpbbdswc"; + sha256 = "sha256-B7GAN/sJg/YpL1yNU+I2np56lxHfLJrVCDiqy8jGL3w="; }; configureFlags = lib.optional stdenv.isAarch64 "--with-atomictype=pthread"; 2022-11-09T11:26:07 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 cxxtools nix build failed. checking sys/sendfile.h usability... yes checking sys/sendfile.h presence... yes checking for sys/sendfile.h... yes checking for setsockopt in -lnsl... no checking for accept in -lsocket... no checking for sem_destroy in -lrt... yes checking for library containing dlopen... none required checking for library containing inet_ntop... none required checking for library containing clock_gettime... none required checking for inet_ntop... yes checking for accept4... yes checking for clock_gettime... yes checking for nanosleep... yes checking for sendfile... yes checking for ppoll... yes checking for unsigned long long int... yes checking for long long int... yes checking for unsigned long long int... (cached) yes checking for the pthreads library -lpthreads... no checking for the pthreads library -lpthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for cc_r... gcc checking for CC_r... g++ configure: checking for suseconds_t... checking for suseconds_t... yes checking openssl/ssl.h usability... no checking openssl/ssl.h presence... no checking for openssl/ssl.h... no configure: error: header for openssl not found; install openssl developent package or use --without-ssl