2022-11-14T10:01:48 copper 4.6 -> 5.0 https://repology.org/metapackage/copper/versions 2022-11-14T10:01:50 attrpath: copper 2022-11-14T10:01:51 Checking auto update branch... 2022-11-14T10:01:51 No auto update branch exists 2022-11-14T10:01:54 [version] 2022-11-14T10:01:57 [version] updated version and sha256 2022-11-14T10:01:57 [rustCrateVersion] 2022-11-14T10:01:57 [rustCrateVersion] No cargoSha256 found 2022-11-14T10:01:57 [golangModuleVersion] 2022-11-14T10:01:57 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-14T10:01:57 [updateScript] 2022-11-14T10:01:57 [updateScript] skipping because derivation has no updateScript 2022-11-14T10:01:57 2022-11-14T10:01:57 [quotedUrls] 2022-11-14T10:01:57 [quotedUrls] nothing found to replace 2022-11-14T10:01:57 Diff after rewrites: diff --git a/pkgs/development/compilers/copper/default.nix b/pkgs/development/compilers/copper/default.nix index 67d31f6f5e1..fa7d5879770 100644 --- a/pkgs/development/compilers/copper/default.nix +++ b/pkgs/development/compilers/copper/default.nix @@ -4,10 +4,10 @@ }: stdenv.mkDerivation rec { pname = "copper"; - version = "4.6"; + version = "5.0"; src = fetchurl { url = "https://tibleiz.net/download/copper-${version}-src.tar.gz"; - sha256 = "sha256-tyxAMJp4H50eBz8gjt2O3zj5fq6nOIXKX47wql8aUUg="; + sha256 = "sha256-aaE+ogga40ldGpGviJKKZ2pJehfmOIvAs+0TiQbFZuU="; }; buildInputs = [ libffi 2022-11-14T10:03:32 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 copper nix build failed. --elf64 Use the ELF-64 backend (default). --llvm Use the LLVM backend. --cc Use the C backend. -D NAME[=VALUE] Add a define for the compiler. -I PATH Add the path to the search path for imports. -g, --debug Generates debug info (elf64 only). --no-std Do not link with the standard library. --no-sys Do not add the system include path. -v Print the executed commands. Linker options: -l LIBRARY Link with library Development options: --compiler FILE Force the compiler to use. --dump Dump the internal representation of the generated code. The format depends on the backend. Environment variables: COPPER_BINDIR A path to copper binaries (default is to search in the path). COPPER_INCLUDE Alternative to the system include path. It can contain multiple paths, each one must be preceded with '-I'. If not set, use '/usr/local/share/copper/include'. This include path is ignored with the --no-sys option. COPPER_LIBRARY Additional libraries to pass to the linker (with -L). make[1]: *** [Makefile:122: obj] Error 1 make[1]: Leaving directory '/build/copper-5.0' make: *** [Makefile:80: boot-elf64] Error 2