https://sourceware.org/bugzilla/show_bug.cgi?id=34550
Bug ID: 34550
Summary: incorrect sh_info on m68k ??
Product: binutils
Version: 2.47
Status: NEW
Severity: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: dilfridge at gentoo dot org
Target Milestone: ---
The build of systemd components (the Gentoo ebuild systemd-utils) fails on
m68k since the update to binutils-2.47 with
FAILED: [code=1] src/core/libsystemd-core-260.so
m68k-unknown-linux-gnu-gcc -o src/core/libsystemd-core-260.so -Wl,--as-needed
-Wl,--no-undefined -shared -fPIC -Wl,-soname,libsystemd-core-260.so
-Wl,--whole-archive -Wl,--start-group src/core
/libsystemd-core-260.a -Wl,--no-whole-archive -fstack-protector -pipe -O2
-Wl,-O1 -Wl,--as-needed '-Wl,-rpath,$ORIGIN/../shared'
src/shared/libsystemd-shared-260.so -shared -Wl,--version-script=
/var/tmp/portage/sys-apps/systemd-utils-260.1-r1/work/systemd-260.1/src/shared/libshared.sym
-ldl -lm -lrt -Wl,--end-group -pthread -Wl,--fatal-warnings -Wl,-z,now
-Wl,-z,relro -Wl,--gc-sections
-Wl,--warn-common
/usr/m68k-unknown-linux-gnu/binutils-bin/2.47/ld:
src/shared/libsystemd-shared-260.so: .dynsym local symbol at index 5712 (>=
sh_info of 2)
collect2: error: ld returned 1 exit status
The only external libraries linked in come from glibc, and I made sure to build
glibc with binutils-2.47 first - so this can't be caused by old leftover
binaries.
Files are available, please tell me what you exactly need.
--
You are receiving this mail because:
You are on the CC list for the bug.