atasm 1.23 -> 1.25 https://repology.org/project/atasm/versions attrpath: atasm 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/compilers/atasm/default.nix b/pkgs/development/compilers/atasm/default.nix index d79fc686b269..460a72f9a31c 100644 --- a/pkgs/development/compilers/atasm/default.nix +++ b/pkgs/development/compilers/atasm/default.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "atasm"; - version = "1.23"; + version = "1.25"; src = fetchFromGitHub { owner = "CycoPH"; repo = "atasm"; rev = "V${version}"; - hash = "sha256-U1HNYTiXO6WZEQJl2icY0ZEVy82CsL1mKR7Xgj9OZ14="; + hash = "sha256-24TRxS5AR602MWBiRZPo+N3ftdlXLegHkkDLBkZ1DjE="; }; makefile = "Makefile"; Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A atasm nix build failed. In function 'snprintf', inlined from 'macro_subst' at symbol.c:1077:7: /nix/store/s3pvsv4as7mc8i2nwnk2hnsyi2qdj4bq-glibc-2.39-31-dev/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 41 and 296 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 |  __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 |  __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cc -g -Wall -DZLIB_CAPABLE -I/nix/store/nw1bnjadmzk9hnd4nbvxmqlh074vr16j-zlib-1.3.1/include -DUNIX -c parser.c cc -g -Wall -DZLIB_CAPABLE -I/nix/store/nw1bnjadmzk9hnd4nbvxmqlh074vr16j-zlib-1.3.1/include -DUNIX -c setparse.c setparse.c: In function 'get_expression': setparse.c:187:13: warning: unused variable 'a' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] 187 | int a = 0; | ^ cc -g -Wall -DZLIB_CAPABLE -I/nix/store/nw1bnjadmzk9hnd4nbvxmqlh074vr16j-zlib-1.3.1/include -DUNIX -c state.c cc -g -Wall -DZLIB_CAPABLE -I/nix/store/nw1bnjadmzk9hnd4nbvxmqlh074vr16j-zlib-1.3.1/include -DUNIX -c dimage.c cc -g -Wall -DZLIB_CAPABLE -I/nix/store/nw1bnjadmzk9hnd4nbvxmqlh074vr16j-zlib-1.3.1/include -DUNIX -c inc_path.c cc -g -Wall -DZLIB_CAPABLE -I/nix/store/nw1bnjadmzk9hnd4nbvxmqlh074vr16j-zlib-1.3.1/include -DUNIX -c crc32.c cc -g -Wall -DZLIB_CAPABLE -I/nix/store/nw1bnjadmzk9hnd4nbvxmqlh074vr16j-zlib-1.3.1/include -DUNIX -c atasm_err.c cc -g -Wall -DZLIB_CAPABLE -I/nix/store/nw1bnjadmzk9hnd4nbvxmqlh074vr16j-zlib-1.3.1/include -DUNIX -c state2.c cc -o atasm asm.o symbol.o parser.o setparse.o state.o dimage.o inc_path.o crc32.o atasm_err.o state2.o -L/nix/store/nw1bnjadmzk9hnd4nbvxmqlh074vr16j-zlib-1.3.1/lib -lz /nix/store/nd7ass1isid4vswpkfm82za4mcdwhzsm-binutils-2.41/bin/ld: asm.o: in function `do_trig': /build/source/src/asm.c:2136:(.text+0x3cde): undefined reference to `cos' /nix/store/nd7ass1isid4vswpkfm82za4mcdwhzsm-binutils-2.41/bin/ld: /build/source/src/asm.c:2132:(.text+0x3e2b): undefined reference to `sin' /nix/store/nd7ass1isid4vswpkfm82za4mcdwhzsm-binutils-2.41/bin/ld: asm.o: in function `do_float_expr': /build/source/src/asm.c:2224:(.text+0x4109): undefined reference to `get_float_expression' collect2: error: ld returned 1 exit status make: *** [Makefile:44: prog] Error 1 make: Leaving directory '/build/source/src'