View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017860 | CentOS-8 | gcc | public | 2020-11-16 18:07 | 2021-01-27 18:22 |
Reporter | nlescoua | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | x86_64 | OS | Centos8 | OS Version | AppStream |
Product Version | 8.2.2004 | ||||
Summary | 0017860: libasan.so.6 missing from gcc-toolset-10 | ||||
Description | gcc-toolset-10 set of packages is mising a package (libasan6) which has been compiled but not made available on AppStream. https://koji.mbox.centos.org/koji/buildinfo?buildID=13124 As a consequence, /opt/rh/gcc-toolset-10/root/usr/lib/gcc/x86_64-redhat-linux/10/libasan.so reference /usr/lib64/libasan.so.6 which is not installed/available, and asan cannot be used with gcc-toolset-10 | ||||
Steps To Reproduce | sudo dnf install centos-release-stream sudo dnf install gcc-toolset-10-gcc-c++ sudo dnf install gcc-toolset-10-gcc-libasan-devel source /opt/rh/gcc-toolset-10/enable echo "int main(void) {}" > t.c gcc -fsanitize=address -lasan t.c Output: /bin/ld: cannot find /usr/lib64/libasan.so.6 /bin/ld: cannot find /usr/lib64/libasan.so.6 collect2: error: ld returned 1 exit status | ||||
Tags | No tags attached. | ||||