Summary: | sci-physics/root-6.04.06 - /usr/lib64/libicuuc.so.58: undefined reference to `operator delete(void*, unsigned long)@CXXABI_1.3.9' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Juergen Rose <rose> |
Component: | Current packages | Assignee: | Andrew Savchenko <bircoph> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein, sci-physics |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Juergen Rose
2016-11-09 11:04:59 UTC
This looks like an upstream bug to me. Can you report this to upstream and link the ticket here? Is there a patch available, that can be used for gentoo? /usr/lib64/libicuuc.so.58: undefined reference to `operator delete(void*, unsigned long)@CXXABI_1.3.9' ^^^ This bothers me. Looks like you have C++ ABI mismatch. Have you updated your gcc recently? Try to rebuild dev-libs/icu first (or run system-wide rebuild of @preserved-rebuild and run revdep-rebuild afterwards) with the same compiler version as used for root. Please note that after icu rebuild you may have similar failures with other libraries, so they should be all rebuild with the same version of gcc. Also please note that >=gcc-5 is not supported for >=root-6, so you'll have to build most of your C++ libs with gcc-4.x or downgrade to root-5. Looks like root-6.08 has this issue fixed: https://sft.its.cern.ch/jira/browse/ROOT-7947 at least for C++11, they still have trouble with C++14: https://sft.its.cern.ch/jira/browse/ROOT-8270 Considering enormous complexity of ROOT these days it will take some serious time to add 6.08 to the tree. *** This bug has been marked as a duplicate of bug 596290 *** The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=819d5014a7859a590292287d76e5a708daf230c0 commit 819d5014a7859a590292287d76e5a708daf230c0 Author: Guilherme Amadio <amadio@gentoo.org> AuthorDate: 2017-12-14 16:05:56 +0000 Commit: Guilherme Amadio <amadio@gentoo.org> CommitDate: 2017-12-15 11:56:09 +0000 sci-physics/root: version bump to 6.12.04 Closes: https://bugs.gentoo.org/622034 Closes: https://bugs.gentoo.org/617160 Closes: https://bugs.gentoo.org/599274 Closes: https://bugs.gentoo.org/596290 Package-Manager: Portage-2.3.18, Repoman-2.3.6 sci-physics/root/Manifest | 1 + sci-physics/root/files/root-6.11.02-hsimple.patch | 34 +++ sci-physics/root/metadata.xml | 32 +- sci-physics/root/root-6.12.04.ebuild | 345 ++++++++++++++++++++++ 4 files changed, 403 insertions(+), 9 deletions(-) |