Created attachment 265750 [details] Full Poudriere Build Log ld -o internalsecret.so internalsecret.xo -shared -Wl,-rpath,/usr/local/lib ld -o configaccess.so configaccess.xo -shared -Wl,-rpath,/usr/local/lib ld -o atomicslotmigration.so atomicslotmigration.xo -shared -Wl,-rpath,/usr/local/lib ld: error: unknown argument '-Wl,-rpath,/usr/local/lib' gmake[2]: *** [Makefile:100: scan.so] Error 1 gmake[2]: *** Waiting for unfinished jobs.... ld: error: unknown argument '-Wl,-rpath,/usr/local/lib' ld: error: unknown argument '-Wl,-rpath,/usr/local/lib' ld: error: unknown argument '-Wl,-rpath,/usr/local/lib' ld: error: unknown argument '-Wl,-rpath,/usr/local/lib' ld: error: unknown argument '-Wl,-rpath,/usr/local/lib' ld: error: unknown argument '-Wl,-rpath,/usr/local/lib' gmake[2]: *** [Makefile:100: commandfilter.so] Error 1 ld: error: unknown argument '-Wl,-rpath,/usr/local/lib' gmake[2]: *** [Makefile:100: datatype.so] Error 1 gmake[2]: *** [Makefile:100: blockedclient.so] Error 1 ld: error: unknown argument '-Wl,-rpath,/usr/local/lib' ld: error: unknown argument '-Wl,-rpath,/usr/local/lib' gmake[2]: *** [Makefile:100: basics.so] Error 1
See also bug 276891
I tried updating to 8.4.0 and encountered the same issue. In my /etc/make.conf, I have specified DEFAULT_VERSIONS+=ssl=openssl35. It seems that the build fails when using openssl35. If I disable TLS in the Redis build options, the build succeeds. /var/db/ports/databases_redis/options OPTIONS_FILE_UNSET+=TLS
In the report for bug 276891, a patch with a proper fix is included.
This PR looks to me like a duplicate of bug 276891
*** This bug has been marked as a duplicate of bug 276891 ***