Summary: | dev-db/mysql-8.0.32-r2 failed to rebuild after system update | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Leonid Kopylov <leonchik1976> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Leonid Kopylov
2023-08-20 05:41:33 UTC
Created attachment 868236 [details]
build.log
ld.lld: [0;31merror: [0mundefined reference due to --no-allow-shlib-undefined: std::ios_base_library_init()@GLIBCXX_3.4.32
>>> referenced by /usr/lib64/libicuio.so
This looks like you built ICU with GCC 13 and then you tried to build MySQL with GCC 12.
(In reply to Sam James from comment #2) > ld.lld: [0;31merror: [0mundefined reference due to > --no-allow-shlib-undefined: std::ios_base_library_init()@GLIBCXX_3.4.32 > >>> referenced by /usr/lib64/libicuio.so > > This looks like you built ICU with GCC 13 and then you tried to build MySQL > with GCC 12. because of this: https://bugs.gentoo.org/905209 i build mysql with gcc 12, maybe at some point icu was rebuilt, will try to rebuild icu with gcc 12 |