Bug 280428 - multimedia/ringrtc: build failure 13.3-RELEASE
Summary: multimedia/ringrtc: build failure 13.3-RELEASE
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mikael Urankar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-24 09:28 UTC by Martin Filla
Modified: 2024-07-25 21:19 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (mikael)


Attachments
make.log (765.56 KB, text/plain)
2024-07-24 12:06 UTC, Martin Filla
no flags Details
make2.log (437.72 KB, text/plain)
2024-07-24 12:07 UTC, Martin Filla
no flags Details
logfile.log (103.23 KB, text/plain)
2024-07-24 13:25 UTC, Martin Filla
no flags Details
build.log.tar-gz (103.37 KB, application/gzip)
2024-07-25 07:55 UTC, Martin Filla
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Filla 2024-07-24 09:28:50 UTC
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:
Comment 1 Mikael Urankar freebsd_committer freebsd_triage 2024-07-24 10:07:39 UTC
(In reply to Martin Filla from comment #0)
Do you have a full log?
Comment 2 Martin Filla 2024-07-24 12:06:46 UTC
Created attachment 252254 [details]
make.log
Comment 3 Martin Filla 2024-07-24 12:07:16 UTC
Created attachment 252255 [details]
make2.log
Comment 4 Mikael Urankar freebsd_committer freebsd_triage 2024-07-24 12:33:36 UTC
(In reply to Martin Filla from comment #3)
can you also grab stderr?
Comment 5 Martin Filla 2024-07-24 13:25:26 UTC
Created attachment 252257 [details]
logfile.log
Comment 6 Mikael Urankar freebsd_committer freebsd_triage 2024-07-24 14:12:56 UTC
(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
Comment 7 Martin Filla 2024-07-24 14:27:12 UTC
(In reply to Mikael Urankar from comment #6)
How to grab stdout and stderr ? make 2>&1 | tee /tmp/out.txt ?
Comment 8 Mikael Urankar freebsd_committer freebsd_triage 2024-07-24 19:24:40 UTC
(In reply to Martin Filla from comment #7)
with sh: make > build.log 2>&1
Comment 9 Martin Filla 2024-07-24 20:21:25 UTC
(In reply to Mikael Urankar from comment #8)
 make > build.log 2>&1
Ambiguous output redirect.
Comment 10 Mikael Urankar freebsd_committer freebsd_triage 2024-07-25 06:36:27 UTC
(In reply to Martin Filla from comment #9)
You have to use sh:
sh
make > build.log 2>&1
Comment 11 Martin Filla 2024-07-25 07:55:13 UTC
Created attachment 252268 [details]
build.log.tar-gz
Comment 12 Mikael Urankar freebsd_committer freebsd_triage 2024-07-25 12:44:25 UTC
Are you building with WITH_DEBUG or something like that?
Comment 13 Martin Filla 2024-07-25 12:52:28 UTC
(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
Comment 14 Mikael Urankar freebsd_committer freebsd_triage 2024-07-25 15:06:32 UTC
(In reply to Martin Filla from comment #13)
Why do you build with WITH_DEBUG? ringrtc currently doesn't build with DEBUG.
Comment 15 Martin Filla 2024-07-25 21:19:54 UTC
(In reply to Mikael Urankar from comment #14)
for debug symbols