clboss icon indicating copy to clipboard operation
clboss copied to clipboard

backtrace not available on alpine linux

Open ksedgwic opened this issue 4 months ago • 4 comments

reported by @king-11:

410.1 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: ./.libs/libclboss.a(libclboss_la-Signature.o):Signature.cpp:(.text._ZN4Util18BacktraceExceptionISt16invalid_argumentEC2IJRA23_KcEEEDpOT_[_ZN4Util18BacktraceExceptionISt16invalid_argumentEC5IJRA23_KcEEEDpOT_]+0x89): more undefined references to `backtrace' follow

RUN apk add --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libexecinfo-dev
RUN apk add elfutils-dev
before that the error was about missing header execinfo.h

ksedgwic avatar Oct 18 '24 18:10 ksedgwic