New comment by jtbx on void-packages repository https://github.com/void-linux/void-packages/pull/45973#issuecomment-1911572368 Comment: Is this still active? Building libcurl on your branch fails: ``` CC vssh/libcurl_la-libssh2.lo CC vssh/libcurl_la-libssh.lo CC vssh/libcurl_la-wolfssh.lo CCLD libcurl.la /usr/bin/ld: /usr/lib64/gcc/x86_64-unknown-linux-gnu/12.2.0/../../../../lib64/libnghttp2.a(nghttp2_map.o): warning: relocation against `stderr@@GLIBC_2.2.5' in read-only section `.text' /usr/bin/ld: /usr/lib64/gcc/x86_64-unknown-linux-gnu/12.2.0/../../../../lib64/libnghttp2.a(nghttp2_map.o): relocation R_X86_64_PC32 against symbol `stderr@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status make[2]: *** [Makefile:1696: libcurl.la] Error 1 make[2]: Leaving directory '/builddir/curl-8.4.0/lib' make[1]: *** [Makefile:1503: all] Error 2 make[1]: Leaving directory '/builddir/curl-8.4.0/lib' make: *** [Makefile:1273: all-recursive] Error 1 => ERROR: curl-8.4.0_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 2 => ERROR: in do_build() at common/build-style/gnu-configure.sh:15 ```