Mac M1 on MacOS Ventura fails "make check" tests

Howard Trickey howard.trickey at gmail.com
Mon Jan 9 00:17:09 CET 2023


I just built gmp from the gmp-6.2.1.tar.xz
<https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz> dated 14-Nov-2020 19:17,
and after a no-argument configure and make, the make check failed 32 tests.
I've seen a couple other threads on this but it is not clear whether people
think this is resolved.  It seems not. I attach the resulting
tests/mpn/test-suite.log,
and the output of "./configure" as configure.out.

Other information:
gcc -v output:
Apple clang version 14.0.0 (clang-1400.0.29.202)
Target: arm64-apple-darwin22.2.0
Thread model: posix
InstalledDir:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

uname -a output:
Darwin XXX.fios-router.home 22.2.0 Darwin Kernel Version 22.2.0: Fri Nov 11
02:03:51 PST 2022; root:xnu-8792.61.2~4/RELEASE_ARM64_T6000 arm64

output of config.guess (configfsf.guess output is the same):
aarch64-apple-darwin22.2.0

About this Mac:
Chip: Apple M1 Max
Memory: 64GB
MacOS: 13.1 (22C65)

If I use --disable-assembly when configuring, then all tests pass.

I am currently using GMP in some code I wrote for the open source Blender
<https://www.blender.org/> program, and it crashes when using the GMP code,
but works ok with the currently 6.2.1 library compiled with
--disable-assembly (or the 6.2.0 library).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test-suite.log
Type: application/octet-stream
Size: 251457 bytes
Desc: not available
URL: <https://gmplib.org/list-archives/gmp-bugs/attachments/20230108/354eb787/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure.out
Type: application/octet-stream
Size: 26128 bytes
Desc: not available
URL: <https://gmplib.org/list-archives/gmp-bugs/attachments/20230108/354eb787/attachment-0003.obj>


More information about the gmp-bugs mailing list