Can't build qt6-base

I'm trying to build qt6-base using my poudriere server and I get this error:

Code:
ld: error: can't create dynamic relocation R_X86_64_32S against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output
>>> defined in /usr/local/lib/libzstd.a(error_private.o)
>>> referenced by error_private.c
>>>               error_private.o:(ERR_getErrorString) in archive /usr/local/lib/libzstd.a

So I tried building using ports and I get this error:

Code:
ninja: build stopped: subcommand failed.
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.

So I retried using the suggestion MAKE_JOBS_UNSAFE=yes and then I get the exact same error as my poudriere server.
 
Back
Top