Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zlib: 1.2.12 -> 1.2.13 #196167

Merged
merged 1 commit into from
Oct 16, 2022
Merged

zlib: 1.2.12 -> 1.2.13 #196167

merged 1 commit into from
Oct 16, 2022

Conversation

Artturin
Copy link
Member

Description of changes
Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 22.11 Release Notes (or backporting 22.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
    • (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • Fits CONTRIBUTING.md.

@Artturin
Copy link
Member Author

@ofborg build pkgsCross.aarch64-multiplatform.zlib zlib

@Artturin
Copy link
Member Author

@ofborg build pkgsCross.aarch64-embedded.zlib

still fails (not a regression)

$ nix build ".#pkgsCross.aarch64-embedded.zlib"
this derivation will be built:
  /nix/store/wgdffdnhr1m8ndgiby9c37846abc69k9-zlib-aarch64-none-elf-1.2.13.drv
building '/nix/store/wgdffdnhr1m8ndgiby9c37846abc69k9-zlib-aarch64-none-elf-1.2.13.drv'...
unpacking sources
unpacking source archive /nix/store/3yhi12pgsmv2dz0x2ialvjw51lnv4jw8-zlib-1.2.13.tar.gz
source root is zlib-1.2.13
setting SOURCE_DATE_EPOCH to timestamp 1665637615 of file zlib-1.2.13/zlib.h
patching sources
updateAutotoolsGnuConfigScriptsPhase
configuring
configure flags: --prefix=/nix/store/x7mbd975q6l250y7j77afbfzb82pmirb-zlib-aarch64-none-elf-1.2.13 --static --shared
Using aarch64-none-elf-ar
Using aarch64-none-elf-ranlib
Using aarch64-none-elf-nm
Checking for shared library support...
Building shared library libz.so.1.2.13 with aarch64-none-elf-gcc.
Checking for size_t... Yes.
Checking for off64_t... No.
Checking for fseeko... No.
Checking for strerror... No.
Checking for unistd.h... Yes.
Checking for stdarg.h... Yes.
Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().
Checking for vsnprintf() in stdio.h... No.
  WARNING: vsnprintf() not found, falling back to vsprintf(). zlib
  can build but will be open to possible buffer-overflow security
  vulnerabilities.
Checking for return value of vsprintf()... Yes.
Checking for attribute(visibility) support... Yes.
building
build flags: -j24 SHELL=/nix/store/xgbhamv5lfny916h2j591kr1l0gg26qd-bash-5.1-p16/bin/bash PREFIX=aarch64-none-elf- SHARED_MODE=1
aarch64-none-elf-gcc -O3 -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -I. -c -o example.o test/example.c
aarch64-none-elf-gcc -O3 -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -c -o adler32.o adler32.c
aarch64-none-elf-gcc -O3 -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -c -o crc32.o crc32.c
aarch64-none-elf-gcc -O3 -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -c -o deflate.o deflate.c
aarch64-none-elf-gcc -O3 -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -c -o infback.o infback.c
aarch64-none-elf-gcc -O3 -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -c -o inffast.o inffast.c
aarch64-none-elf-gcc -O3 -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -c -o inflate.o inflate.c
aarch64-none-elf-gcc -O3 -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -c -o inftrees.o inftrees.c
aarch64-none-elf-gcc -O3 -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -c -o trees.o trees.c
aarch64-none-elf-gcc -O3 -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -c -o zutil.o zutil.c
aarch64-none-elf-gcc -O3 -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -c -o compress.o compress.c
aarch64-none-elf-gcc -O3 -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -c -o uncompr.o uncompr.c
aarch64-none-elf-gcc -O3 -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -c -o gzclose.o gzclose.c
aarch64-none-elf-gcc -O3 -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -c -o gzlib.o gzlib.c
aarch64-none-elf-gcc -O3 -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -c -o gzread.o gzread.c
aarch64-none-elf-gcc -O3 -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -c -o gzwrite.o gzwrite.c
aarch64-none-elf-gcc -O3 -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -I. -c -o minigzip.o test/minigzip.c
aarch64-none-elf-gcc -O3 -fPIC -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -DPIC -c -o objs/adler32.o adler32.c
aarch64-none-elf-gcc -O3 -fPIC -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -DPIC -c -o objs/crc32.o crc32.c
aarch64-none-elf-gcc -O3 -fPIC -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -DPIC -c -o objs/deflate.o deflate.c
aarch64-none-elf-gcc -O3 -fPIC -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -DPIC -c -o objs/infback.o infback.c
aarch64-none-elf-gcc -O3 -fPIC -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -DPIC -c -o objs/inffast.o inffast.c
aarch64-none-elf-gcc -O3 -fPIC -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -DPIC -c -o objs/inflate.o inflate.c
aarch64-none-elf-gcc -O3 -fPIC -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -DPIC -c -o objs/inftrees.o inftrees.c
aarch64-none-elf-gcc -O3 -fPIC -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -DPIC -c -o objs/trees.o trees.c
aarch64-none-elf-gcc -O3 -fPIC -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -DPIC -c -o objs/zutil.o zutil.c
aarch64-none-elf-gcc -O3 -fPIC -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -DPIC -c -o objs/compress.o compress.c
aarch64-none-elf-gcc -O3 -fPIC -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -DPIC -c -o objs/uncompr.o uncompr.c
aarch64-none-elf-gcc -O3 -fPIC -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -DPIC -c -o objs/gzclose.o gzclose.c
aarch64-none-elf-gcc -O3 -fPIC -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -DPIC -c -o objs/gzlib.o gzlib.c
aarch64-none-elf-gcc -O3 -fPIC -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -DPIC -c -o objs/gzread.o gzread.c
aarch64-none-elf-gcc -O3 -fPIC -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN  -DPIC -c -o objs/gzwrite.o gzwrite.c
aarch64-none-elf-ar rc libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o
aarch64-none-elf-gcc -O3 -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -o example example.o  -L. libz.a
aarch64-none-elf-gcc -O3 -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -o minigzip minigzip.o  -L. libz.a
aarch64-none-elf-gcc -shared -O3 -fPIC -DNO_FSEEKO -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -o libz.so.1.2.13 adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zutil.lo compress.lo uncompr.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo  -lc
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: warning: -z relro ignored
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-exit.o): in function `exit':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/exit.c:64: undefined reference to `_exit'
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-sbrkr.o): in function `_sbrk_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/sbrkr.c:51: undefined reference to `_sbrk'
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-writer.o): in function `_write_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/writer.c:49: undefined reference to `_write'
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-closer.o): in function `_close_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/closer.c:47: undefined reference to `_close'
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-lseekr.o): in function `_lseek_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/lseekr.c:49: undefined reference to `_lseek'
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-openr.o): in function `_open_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/openr.c:50: undefined reference to `_open'
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-readr.o): in function `_read_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/readr.c:49: undefined reference to `_read'
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-fstatr.o): in function `_fstat_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/fstatr.c:55: undefined reference to `_fstat'
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-isattyr.o): in function `_isatty_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/isattyr.c:52: undefined reference to `_isatty'
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-abort.o): in function `abort':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/abort.c:59: undefined reference to `_exit'
/nix/store//nixmy1svk5n5kwg9jygd83c6ni37m9agg25/-storeaarch64/-my1svk5n5kwg9jygd83c6ni37m9agg25none--aarch64elf--nonebinutils--elf2.39-/binutilsbin-/2.39aarch64/-binnone/-aarch64elf--noneld-:elf -/ldnix:/ storewarning/:3qx7yhkdklbslrcb88si4vqbkbkn074c --newlibz- aarch64relro- noneignored-
elf/-nix4.1.0//storeaarch64/-my1svk5n5kwg9jygd83c6ni37m9agg25none--aarch64elf-/nonelib-/elflibc.a-(binutilslib_a--2.39signalr.o/)bin:/ aarch64in- nonefunction- elf`-ld_kill_r:' :/
nix//buildstore//newlib3qx7yhkdklbslrcb88si4vqbkbkn074c--4.1.0newlib/-aarch64aarch64--nonenone--elfelf/-newlib4.1.0//libcaarch64/-reentnone/-.elf.//lib./.libc.a/(.lib_a.-/exit.o.).:/ .in/ newlibfunction/ libc`/exitreent'/:signalr.c
:/53build:/ newlibundefined- 4.1.0reference/ aarch64to- none`-_killelf'/
newlib//nixlibc//storestdlib//my1svk5n5kwg9jygd83c6ni37m9agg25.-.aarch64/-.none.-/elf.-.binutils/-.2.39.//bin.//aarch64newlib-/nonelibc-/elfstdlib-/ldexit.c:: 64/:nix /undefinedstore /reference3qx7yhkdklbslrcb88si4vqbkbkn074c -tonewlib -`aarch64_exit-'none
-/elfnix-/4.1.0store//aarch64my1svk5n5kwg9jygd83c6ni37m9agg25--noneaarch64--elfnone/-libelf/-libc.abinutils(-lib_a2.39-/signalr.obin)/:aarch64 -innone -functionelf -`ld_getpid_r:' :/
nix//buildstore//newlib3qx7yhkdklbslrcb88si4vqbkbkn074c--4.1.0newlib/-aarch64aarch64--nonenone--elfelf/-newlib4.1.0//libcaarch64/-reentnone/-.elf.//lib./.libc.a/(.lib_a.-/fstatr.o.).:/ .in/newlibfunction/ libc`/_fstat_rreent'/:signalr.c
:/83build:/ newlibundefined- 4.1.0reference/ aarch64to- none`-_getpidelf'/
newlib/libc/reent/../../../.././collect2: error: ld returned 1 exit status
newlib/libc/reent/fstatr.c:55: undefined reference to `_fstat'
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-openr.o): in function `_open_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/openr.c:50: undefined reference to `_open'
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-sbrkr.o): in function `_sbrk_r'make: *** [Makefile:285: example] Error 1
:
/build/newlib-4.1.0/aarch64-none-make: *** Waiting for unfinished jobs....
elf/newlib/libc/reent/../../../.././newlib/libc/reent/sbrkr.c:51: undefined reference to `_sbrk'
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-unlinkr.o): in function `_unlink_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/unlinkr.c:47: undefined reference to `_unlink'
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-writer.o): in function `_write_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/writer.c:49: undefined reference to `_write'
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-closer.o): in function `_close_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/closer.c:47: undefined reference to `_close'
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-isattyr.o): in function `_isatty_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/isattyr.c:52: undefined reference to `_isatty'
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-lseekr.o): in function `_lseek_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/lseekr.c:49: undefined reference to `_lseek'
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-readr.o): in function `_read_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/readr.c:49: undefined reference to `_read'
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-abort.o): in function `abort':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/abort.c:59: undefined reference to `_exit'
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-signalr.o): in function `_kill_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/signalr.c:53: undefined reference to `_kill'
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-/nonenix-/elfstore//libmy1svk5n5kwg9jygd83c6ni37m9agg25/-libc.aaarch64(-lib_anone--signalr.oelf)-:binutils -in2.39 /functionbin /`aarch64_getpid_r-'none:-
elf/-buildld/:newlib -warning4.1.0:/ aarch64--znone -relroelf /ignorednewlib
//libcnix//reentstore//.my1svk5n5kwg9jygd83c6ni37m9agg25.-/aarch64.-.none/-.elf.-/binutils.-.2.39//.bin//newlibaarch64/-libcnone/-reentelf/-signalr.cld::83 :/ nixundefined/ storereference/ 3qx7yhkdklbslrcb88si4vqbkbkn074cto- newlib`-_getpidaarch64'-
none-elf-4.1.0/aarch64-nonecollect2: error: ld returned 1 exit status
-elf/lib/libc.a(lib_a-__call_atexit.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_global_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-__call_atexit.o): in function `__call_exitprocs':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/__call_atexit.c:86:(.text+0x2c): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elfmake: *** [Makefile:288: minigzip] Error 1
-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-__call_atexit.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__libc_fini_array' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-__call_atexit.o): in function `register_fini':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/__call_atexit.c:54:(.text.startup+0xc): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-exit.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_global_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-exit.o): in function `exit':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/exit.c:62:(.text+0x18): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-malloc.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-malloc.o): in function `malloc':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/malloc.c:164:(.text+0x0): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-malloc.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-malloc.o): in function `free':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/malloc.c:170:(.text+0x10): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-mlock.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__lock___malloc_recursive_mutex' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-mlock.o): in function `__malloc_lock':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/mlock.c:44:(.text+0x0): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-mlock.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__lock___malloc_recursive_mutex' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-mlock.o): in function `__malloc_unlock':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/mlock.c:53:(.text+0x10): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-sbrkr.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `errno' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-sbrkr.o): in function `_sbrk_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/sbrkr.c:50:(.text+0xc): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-sprintf.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-sprintf.o): in function `sprintf':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/sprintf.c:618:(.text+0xa4): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-sysclose.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-sysclose.o): in function `close':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/syscalls/../../../.././newlib/libc/syscalls/sysclose.c:9:(.text+0x0): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-syslseek.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-syslseek.o): in function `lseek':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/syscalls/../../../.././newlib/libc/syscalls/syslseek.c:11:(.text+0x0): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-sysopen.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-sysopen.o): in function `open':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/syscalls/../../../.././newlib/libc/syscalls/sysopen.c:19:(.text+0x4): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-sysread.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-sysread.o): in function `read':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/syscalls/../../../.././newlib/libc/syscalls/sysread.c:11:(.text+0x4): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-syswrite.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-syswrite.o): in function `write':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/syscalls/../../../.././newlib/libc/syscalls/syswrite.c:11:(.text+0x4): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-vsprintf.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-vsprintf.o): in function `vsprintf':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vsprintf.c:38:(.text+0x60): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-writer.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `errno' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-writer.o): in function `_write_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/writer.c:48:(.text+0xc): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-__atexit.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__atexit_recursive_mutex' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-__atexit.o): in function `__register_exitproc':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/__atexit.c:77:(.text+0xc): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-__atexit.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_global_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/__atexit.c:80:(.text+0x30): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-closer.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `errno' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-closer.o): in function `_close_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/closer.c:46:(.text+0xc): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-dtoa.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__mprec_tens' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-dtoa.o): in function `_dtoa_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:360:(.text+0x350): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-dtoa.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__mprec_tens' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:440:(.text+0x458): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-dtoa.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__mprec_bigtens' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:446:(.text+0x46c): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-dtoa.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__mprec_bigtens' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:453:(.text+0x484): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-dtoa.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__mprec_tens' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:489:(.text+0x4f8): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-dtoa.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__mprec_tens' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:459:(.text+0xaa8): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-dtoa.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__mprec_bigtens' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:464:(.text+0xac8): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-dtoa.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__mprec_tens' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:548:(.text+0xb0c): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-dtoa.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__mprec_tens' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:548:(.text+0xfb0): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-freer.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__malloc_av_' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-freer.o): in function `_malloc_trim_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/mallocr.c:3335:(.text+0xc): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-freer.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__malloc_current_mallinfo' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/mallocr.c:3377:(.text+0x94): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-freer.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__malloc_sbrk_base' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/mallocr.c:3365:(.text+0xec): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-freer.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__malloc_current_mallinfo' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/mallocr.c:3365:(.text+0xf8): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-freer.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__malloc_av_' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-freer.o): in function `_free_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/mallocr.c:2672:(.text+0x134): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-freer.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__malloc_av_' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/mallocr.c:2702:(.text+0x168): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-freer.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__malloc_av_' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/mallocr.c:2710:(.text+0x200): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-freer.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__malloc_trim_threshold' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/mallocr.c:2686:(.text+0x30c): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-freer.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__malloc_top_pad' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/mallocr.c:2687:(.text+0x328): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-localeconv.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__global_locale' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-localeconv.o): in function `_localeconv_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/locale/../../../.././newlib/libc/locale/localeconv.c:59:(.text+0x8): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-localeconv.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__global_locale' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-localeconv.o): in function `localeconv':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/locale/../../../.././newlib/libc/locale/localeconv.c:66:(.text+0x18): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-lseekr.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `errno' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-lseekr.o): in function `_lseek_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/lseekr.c:48:(.text+0xc): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-openr.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `errno' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-openr.o): in function `_open_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/openr.c:49:(.text+0xc): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-readr.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `errno' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-readr.o): in function `_read_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/readr.c:48:(.text+0xc): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-reent.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-reent.o): in function `_reclaim_reent':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/reent.c:46:(.text+0x3c): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-assert.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-assert.o): in function `__assert_func':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/assert.c:58:(.text+0x4): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-errno.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-errno.o): in function `__errno':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/errno/../../../.././newlib/libc/errno/errno.c:13:(.text+0x0): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-fiprintf.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-fiprintf.o): in function `fiprintf':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/fiprintf.c:48:(.text+0x74): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-locale.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-locale.o): in function `setlocale':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/locale/../../../.././newlib/libc/locale/locale.c:1005:(.text+0x88): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-mbtowc_r.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__global_locale' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-mbtowc_r.o): in function `_mbtowc_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/mbtowc_r.c:17:(.text+0x0): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-reallocr.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__malloc_av_' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-reallocr.o): in function `_realloc_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/mallocr.c:2867:(.text+0x64): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-vfiprintf.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-vfiprintf.o): in function `vfiprintf':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:647:(.text+0x16f0): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-wctomb_r.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__global_locale' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-wctomb_r.o): in function `_wctomb_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/wctomb_r.c:15:(.text+0x0): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-wsetup.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-wsetup.o): in function `__swsetup_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/wsetup.c:38:(.text+0x4): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-fflush.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-fflush.o): in function `fflush':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/fflush.c:291:(.text+0x2d8): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-fflush.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_global_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/fflush.c:289:(.text+0x2e4): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-fflush.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_fflush_r' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/fflush.c:289:(.text+0x2e8): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__sread' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): in function `std':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/findfp.c:62:(.text+0x44): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__swrite' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/findfp.c:64:(.text+0x48): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__sseek' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/findfp.c:70:(.text+0x54): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__sclose' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/findfp.c:72:(.text+0x58): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_fclose_r' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): in function `_cleanup_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/findfp.c:229:(.text+0x80): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_global_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): in function `_cleanup':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/findfp.c:236:(.text+0x160): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_fclose_r' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): in function `_cleanup_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/findfp.c:229:(.text+0x164): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__lock___sinit_recursive_mutex' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): in function `__sinit_lock_acquire':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/findfp.c:322:(.text+0x188): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_cleanup_r' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): in function `__sinit':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/findfp.c:256:(.text+0x1ac): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__lock___sfp_recursive_mutex' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): in function `__sfp_lock_acquire':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/findfp.c:310:(.text+0x214): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_global_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): in function `__sfp':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/findfp.c:155:(.text+0x22c): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__lock___sfp_recursive_mutex' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): in function `__sfp_lock_acquire':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/findfp.c:310:(.text+0x328): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__lock___sfp_recursive_mutex' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): in function `__sfp_lock_release':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/findfp.c:316:(.text+0x338): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__lock___sinit_recursive_mutex' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): in function `__sinit_lock_acquire':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/findfp.c:322:(.text+0x348): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__lock___sinit_recursive_mutex' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): in function `__sinit_lock_release':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/findfp.c:328:(.text+0x358): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__lock___sfp_recursive_mutex' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): in function `__sfp_lock_acquire':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/findfp.c:310:(.text+0x36c): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): in function `__fp_lock_all':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/findfp.c:356:(.text+0x380): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): in function `__fp_unlock_all':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/findfp.c:362:(.text+0x39c): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__lock___sfp_recursive_mutex' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-findfp.o): in function `__sfp_lock_release':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/findfp.c:316:(.text+0x3b8): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-fputwc.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-fputwc.o): in function `fputwc':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/fputwc.c:182:(.text+0x1bc): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-makebuf.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_cleanup_r' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-makebuf.o): in function `__smakebuf_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/makebuf.c:64:(.text+0x10c): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-signal.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-signal.o): in function `raise':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/signal/../../../.././newlib/libc/signal/signal.c:199:(.text+0x238): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-signal.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-signal.o): in function `signal':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/signal/../../../.././newlib/libc/signal/signal.c:206:(.text+0x24c): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-signal.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-signal.o): in function `_init_signal':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/signal/../../../.././newlib/libc/signal/signal.c:212:(.text+0x2c0): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-signal.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-signal.o): in function `__sigtramp':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/signal/../../../.././newlib/libc/signal/signal.c:218:(.text+0x2e0): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-signalr.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `errno' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-signalr.o): in function `_kill_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/signalr.c:52:(.text+0xc): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-wbuf.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-wbuf.o): in function `__swbuf':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/wbuf.c:93:(.text+0x140): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-wcrtomb.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__global_locale' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-wcrtomb.o): in function `_wcrtomb_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/wcrtomb.c:14:(.text+0x4): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-wcrtomb.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-wcrtomb.o): in function `wcrtomb':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/wcrtomb.c:51:(.text+0x74): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-wcrtomb.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__global_locale' which may bind externally can not be used when making a shared object; recompile with -fPIC
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/wcrtomb.c:51:(.text+0x78): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-fclose.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_impure_ptr' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-fclose.o): in function `fclose':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/fclose.c:125:(.text+0x158): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-fstatr.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `errno' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-fstatr.o): in function `_fstat_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/fstatr.c:54:(.text+0xc): dangerous relocation: unsupported relocation
/nix/store/my1svk5n5kwg9jygd83c6ni37m9agg25-aarch64-none-elf-binutils-2.39/bin/aarch64-none-elf-ld: /nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-isattyr.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `errno' which may bind externally can not be used when making a shared object; recompile with -fPIC
/nix/store/3qx7yhkdklbslrcb88si4vqbkbkn074c-newlib-aarch64-none-elf-4.1.0/aarch64-none-elf/lib/libc.a(lib_a-isattyr.o): in function `_isatty_r':
/build/newlib-4.1.0/aarch64-none-elf/newlib/libc/reent/../../../.././newlib/libc/reent/isattyr.c:51:(.text+0xc): dangerous relocation: unsupported relocation
collect2: error: ld returned 1 exit status
make: *** [Makefile:278: libz.so.1.2.13] Error 1

@Artturin
Copy link
Member Author

qt5.qtbase builds

@risicle
Copy link
Contributor

risicle commented Oct 16, 2022

Successfully built curl.tests.withCheck on macos 10.15

@Artturin Artturin merged commit 8ad4603 into NixOS:staging Oct 16, 2022
@Artturin Artturin deleted the zlibupdate1 branch October 16, 2022 23:09
@trofi
Copy link
Contributor

trofi commented Oct 17, 2022

Does it fetch for you successfully? When I try to fetch it in staging it fails checksums as:

$ nix build -f. zlib
error: hash mismatch in fixed-output derivation '/nix/store/83xzps1p1075867ha8wiwfv46r7i0n37-zlib-1.2.13.tar.gz.drv':
         specified: sha256-s6JN6XqP28g1uYMxaVAQMLiXcDG8tUs7OsE3QPhGqzA=
            got:    sha256-xS3K0fQGl3ZJh+bg3Pj5Z5JNa9YiIOKYXfAN9wcuYYw=
error: 1 dependencies of derivation '/nix/store/5qkq9b3pmzvf46minxfgj3jabhr5i0bi-zlib-1.2.13.drv' failed to build

@vcunat
Copy link
Member

vcunat commented Oct 17, 2022

Looks OK to me

$ nix-prefetch-url https://www.zlib.net/fossils/zlib-1.2.13.tar.gz |  xargs nix hash to-sri --type sha256
path is '/nix/store/3yhi12pgsmv2dz0x2ialvjw51lnv4jw8-zlib-1.2.13.tar.gz'
sha256-s6JN6XqP28g1uYMxaVAQMLiXcDG8tUs7OsE3QPhGqzA=

However, on sourceforge I see only versions up to 1.2.11: https://sourceforge.net/projects/libpng/files/zlib/

@trofi
Copy link
Contributor

trofi commented Oct 17, 2022

Hm:

$ nix-prefetch-url https://www.zlib.net/fossils/zlib-1.2.13.tar.gz |  xargs nix hash to-sri --type sha256 | cat
path is '/nix/store/8dqk7dzy3jbvs557k3381x1wlwrpnyba-zlib-1.2.13.tar.gz'
sha256-xS3K0fQGl3ZJh+bg3Pj5Z5JNa9YiIOKYXfAN9wcuYYw=

Looks like I'm catpcha'd:

$ head -n 100 /nix/store/8dqk7dzy3jbvs557k3381x1wlwrpnyba-zlib-1.2.13.tar.gz
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Captcha</title>
    <link rel="stylesheet"
          href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
          integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
          crossorigin="anonymous">
    <link href="data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAF0lEQVRIx2NgGAWjYBSMglEwCkbBSAcACBAAAeaR9cIAAAAASUVORK5CYII="
          rel="icon" type="image/x-icon"/>
    <link href="https://fonts.googleapis.com/css?family=Noto+Sans"
          rel="stylesheet">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>

    <script src="https://www.google.com/recaptcha/api.js?hl=en"
            async defer>
    </script>
...

Apologies for the noise.

@@ -23,14 +23,14 @@ assert splitStaticOutput -> static;

stdenv.mkDerivation (rec {
pname = "zlib";
version = "1.2.12";
version = "1.2.13";

src = fetchurl {
urls =
[ "https://www.zlib.net/fossils/zlib-${version}.tar.gz" # stable archive path
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's bad, as that URL disappears on every release. They only keep the last one there.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's why the "stable archive path" comment is there.

@SuperSandro2000
Copy link
Member

Looks like I'm catpcha'd:

That's a bit of a problem. Could we maybe fallback to a mirror? or reach out to upstream?

@vcunat
Copy link
Member

vcunat commented Oct 20, 2022

E.g. like this? #196910

SuperSandro2000 pushed a commit that referenced this pull request Oct 20, 2022
On sourceforge I see only versions up to 1.2.11:
  https://sourceforge.net/projects/libpng/files/zlib/
and the order is switched to avoid captcha (I didn't encounter it):
  #196167 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants