Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 546700 - [4.9] libubsan.la broken reference to libstdc++.la
Summary: [4.9] libubsan.la broken reference to libstdc++.la
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-16 01:40 UTC by Mihai Moldovan
Modified: 2015-04-20 16:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Also make sure to remove ubsan la files (and generally something named XXsan.la) (toolchain.diff,521 bytes, patch)
2015-04-16 01:42 UTC, Mihai Moldovan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mihai Moldovan 2015-04-16 01:40:02 UTC
This is in some sense a continuation of #487550.

* sys-devel/gcc-4.9.2::installed
    /usr/lib64/gcc/x86_64-pc-linux-gnu/4.9.2/32/libubsan.la (requires /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/libstdc++.la)
    /usr/lib64/gcc/x86_64-pc-linux-gnu/4.9.2/libubsan.la (requires /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/libstdc++.la)

The patch is rather trivial.
Comment 1 Mihai Moldovan 2015-04-16 01:42:51 UTC
Created attachment 401294 [details, diff]
Also make sure to remove ubsan la files (and generally something named XXsan.la)
Comment 2 SpanKY gentoo-dev 2015-04-20 09:00:58 UTC
i changed it to delete all lib*san.la files since the likelihood of a non-sanitizer lib with a name like that is pretty low </lastwords>

http://sources.gentoo.org/eclass/toolchain.eclass?r1=1.662&r2=1.663
Comment 3 Mihai Moldovan 2015-04-20 16:47:20 UTC
"No, sanitizers, I expect you to die."

We shall see how that works out. ;)