commit:     e3722148932b514097e195b8794cc8cdc366a8a0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 22:30:09 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 22:30:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3722148

profiles/arch/powerpc/ppc64: mask symengine[tcmalloc]

Quoting Chris in the bug:
```
/var/tmp/portage/dev-python/symengine-0.9.2-r1/work/symengine.py-0.9.2-python3_10
 # ./install/usr/bin/python
Python 3.10.6 (main, Aug 14 2022, 19:50:55) [GCC 11.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import symengine
>>> import scipy
>>> import scipy.fft
src/tcmalloc.cc:333] Attempt to free invalid pointer 0x1197b73f0
Aborted (core dumped)
```

Bug: https://bugs.gentoo.org/871921
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/powerpc/ppc64/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/powerpc/ppc64/package.use.mask 
b/profiles/arch/powerpc/ppc64/package.use.mask
index 1400293fb5b5..ef0c262fbba1 100644
--- a/profiles/arch/powerpc/ppc64/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <[email protected]> (2022-10-13)
+# Causes segfaults, bug #871921
+sci-libs/symengine tcmalloc
+
 # Georgy Yakovlev <[email protected]> (2022-09-29)
 # USE=fix requires ring crate, which is not portable
 # https://github.com/rustsec/rustsec/issues/707

Reply via email to