New comment by anjandev on void-packages repository https://github.com/void-linux/void-packages/pull/18648#issuecomment-580094432 Comment: @Johnnynator This advice fixed alot of the issues I was getting but I still have the following error: ``` /usr/bin/ld: /usr/lib/gcc/x86_64-unknown-linux-gnu/9.2.0/../../../../lib/libsignal-protocol-c.a(curve.c.o): relocation R_X86_64_PC32 against symbol `ec_public_key_destroy' 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]: *** [plugins/omemo/CMakeFiles/omemo.dir/build.make:626: plugins/omemo.so] Error 1 make[2]: Leaving directory '/builddir/dino-0.1.0' make[1]: *** [CMakeFiles/Makefile2:731: plugins/omemo/CMakeFiles/omemo.dir/all] Error 2 make[1]: Leaving directory '/builddir/dino-0.1.0' make: *** [Makefile:130: all] Error 2 => ERROR: dino-0.1.0_1: do_build: 'make' exited with 2 => ERROR: in do_build() at srcpkgs/dino/template:18 The command "if [ -z "$XLINT" ]; then docker exec -t void hostrepo/common/travis/build.sh $BOOTSTRAP $ARCH; fi" exited with 1. ``` Any ideas?