https://sourceware.org/bugzilla/show_bug.cgi?id=32969
Bug ID: 32969
Summary: Build of BCC fails with relocation of misaligned
symbol during link on s390x
Product: binutils
Version: 2.44
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: jremus at linux dot ibm.com
Target Milestone: ---
Ilya Leoshkevich <[email protected]> reported the issue and provided the
following instructions for reproduction:
$ docker run -it --rm debian:trixie
# apt-get update && apt-get install -y cmake g++ git libclang-19-dev libelf-dev
libpolly-19-dev llvm-19-dev python3-setuptools zip
# git clone --branch=v0.34.0 --depth=1 https://github.com/iovisor/bcc.git
# cd bcc
# cmake .
# make -j"$(nproc)"
/usr/bin/ld:
/usr/lib/gcc/s390x-linux-gnu/14/libstdc++.a(shared_ptr.o)(.text._ZNSt19_Sp_make_shared_tag5_S_eqERKSt9type_info+0x2):
misaligned symbol `_ZTSSt19_Sp_make_shared_tag' (0x8574f77) for relocation
R_390_PC32DBL
--
You are receiving this mail because:
You are on the CC list for the bug.