13.3-RELEASE-p1 FreeBSD 13.3-RELEASE-p1 GENERIC amd64 cd /usr/port/net-im/signal-desktop sudo make 36abf6.rlib" "/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib/libcore-d704bc71d2c16608.rlib" "/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib/libcompiler_builtins-de4830da3c7a9019.rlib" "-Wl,-Bdynamic" "-lc" "-lrt" "-lutil" "-lexecinfo" "-lkvm" "-lmemstat" "-lkvm" "-lutil" "-lprocstat" "-lrt" "-ldevstat" "-lexecinfo" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lrt" "-lutil" "-lexecinfo" "-lkvm" "-lmemstat" "-lkvm" "-lutil" "-lprocstat" "-lrt" "-ldevstat" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib" "-o" "/usr/ports/multimedia/ringrtc/work/target/x86_64-unknown-freebsd/debug/deps/libringrtc.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "-fstack-protector-strong" "-L/usr/local/lib" = note: ld: error: unable to find library -lwebrtc cc: error: linker command failed with exit code 1 (use -v to see invocation) warning: `ringrtc` (lib) generated 1 warning error: could not compile `ringrtc` (lib) due to 1 previous error; 1 warning emitted Caused by:
(In reply to Martin Filla from comment #0) Do you have a full log?
Created attachment 252254 [details] make.log
Created attachment 252255 [details] make2.log
(In reply to Martin Filla from comment #3) can you also grab stderr?
Created attachment 252257 [details] logfile.log
(In reply to Martin Filla from comment #5) There is nothing valuable in the log make clean before + grab stdout and stderr or provide a poudriere build log
(In reply to Mikael Urankar from comment #6) How to grab stdout and stderr ? make 2>&1 | tee /tmp/out.txt ?
(In reply to Martin Filla from comment #7) with sh: make > build.log 2>&1
(In reply to Mikael Urankar from comment #8) make > build.log 2>&1 Ambiguous output redirect.
(In reply to Martin Filla from comment #9) You have to use sh: sh make > build.log 2>&1
Created attachment 252268 [details] build.log.tar-gz
Are you building with WITH_DEBUG or something like that?
(In reply to Mikael Urankar from comment #12) maxfx@hades ~> cat /etc/make.conf DEFAULT_VERSIONS+=ssl=openssl DISABLE_VULNERABILITIES=yes DEVELOPER=yes MAKE_FORCE_JOBS=yes WITH_DEBUG=yes MAKE_JOBS_UNSAFE=yes
(In reply to Martin Filla from comment #13) Why do you build with WITH_DEBUG? ringrtc currently doesn't build with DEBUG.
(In reply to Mikael Urankar from comment #14) for debug symbols
I upgraded to FreeBSD 14.1 Release