Bug 8507 - gcc address sanitizer libraries incorrectly linked
Summary: gcc address sanitizer libraries incorrectly linked
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Build system (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-04 14:50 CET by Pierre Ossman
Modified: 2025-02-11 13:13 CET (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2025-02-04 14:50:13 CET
Something is wrong with how we build libasan in our gcc. It seems to be built against the host system glibc, rather than the glibc in cenbuild.

The current version of libasan.so requires glibc 2.23, but we have glibc 2.12:

> /usr/lib/gcc/x86_64-unknown-linux-gnu/5.5.0/../../../../lib64/libasan.so: undefined reference to `__signgam@GLIBC_2.23'

Note You need to log in before you can comment on or make changes to this bug.