https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sci-libs/libqalculate-4.8.1 fails tests. Discovered on: amd64 (internal ref: tinderbox_musl) System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Created attachment 885376 [details] build.log build log and emerge --info
Created attachment 885377 [details] 1-test-suite.log 1-test-suite.log
What about 5.0.0b?
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa98b7704d8e61e42128737272a6020aa491bc9e commit fa98b7704d8e61e42128737272a6020aa491bc9e Author: Christopher Fore <csfore@posteo.net> AuthorDate: 2024-10-15 06:06:53 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-10-15 06:19:05 +0000 sci-libs/libqalculate: Increase stack size on musl Originally discovered through unittests, certain equations given to libqalculate will result in a stack overflow, as witnessed using ASAN. ASAN output example: ==8920==ERROR: AddressSanitizer: stack-overflow on address 0x7f6a6a4f4e38 (pc 0x7f6a6ab4b695 bp 0x7f6a6a4f6180 sp 0x7f6a6a4f4e00 T1) #0 0x7f6a6ab4b695 in MathStructure::merge_multiplication( MathStructure&, EvaluationOptions const&, MathStructure*, unsigned long, unsigned long, bool, bool) (/lib/libqalculate.so.23+0x54b695) Closes: https://bugs.gentoo.org/924939 Signed-off-by: Christopher Fore <csfore@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/38996 Signed-off-by: Sam James <sam@gentoo.org> sci-libs/libqalculate/libqalculate-5.3.0-r1.ebuild | 87 ++++++++++++++++++++++ 1 file changed, 87 insertions(+)