You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to musl not having backtrace support, systems such as Void (musl) and Alpine that use musl instead of glibc cannot build.
[se@xps ~]$ go get github.com/keroserene/go-webrtc
# github.com/keroserene/go-webrtc
go/src/github.com/keroserene/go-webrtc/lib/libwebrtc-linux-amd64-magic.a(checks.o): In function `rtc::DumpBacktrace()':
../../webrtc/base/checks.cc:(.text._ZN3rtc13DumpBacktraceEv+0x30): undefined reference to `backtrace'
../../webrtc/base/checks.cc:(.text._ZN3rtc13DumpBacktraceEv+0x3c): undefined reference to `backtrace_symbols'
collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered:
Due to musl not having backtrace support, systems such as Void (musl) and Alpine that use musl instead of glibc cannot build.
The text was updated successfully, but these errors were encountered: