Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 10.5.5
-
Fix Version/s: N/A
-
Component/s: Compiling
-
Labels:None
Description
10.5 fails to build on Debian 9:
"undefined reference to symbol '__bss_start' /usr/lib/x86_64-linux-gnu/libgmp.so.10:
error adding symbols: DSO missing from command line "
The issue was fixed in 10.2 but not merged to 10.5 (MDEV-10943):
Linux does not actually use bss_start;
Put bss_start into #ifndef _linux_ section.
Attachments
Issue Links
- duplicates
-
MDEV-23491 __bss_start breaks compilation of various platforms
-
- Closed
-
- is caused by
-
MDEV-15961 Fix stacktraces under FreeBSD
-
- Closed
-