[MacPorts] #71672: gmp fails on macos sequoia
MacPorts
noreply at macports.org
Sat Dec 28 18:42:14 UTC 2024
#71672: gmp fails on macos sequoia
-----------------------+----------------------
Reporter: mstecker | Owner: mascguy
Type: defect | Status: accepted
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: |
-----------------------+----------------------
Changes (by mstecker):
* port: gmp =>
Comment:
contents of config.log
----------------------
matthew at MacBookAir gmp-6.3.0 % cat config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GNU MP configure 6.3.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/opt/local --host=applem1-apple-darwin24
--enable-cxx
## --------- ##
## Platform. ##
## --------- ##
hostname = MacBookAir.localdomain
uname -m = arm64
uname -r = 24.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 24.2.0: Fri Dec 6 18:40:14 PST 2024;
root:xnu-11215.61.5~2/RELEASE_ARM64_T8103
/usr/bin/uname -p = arm
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 24.2.0: Fri Dec 6 18:40:14 PST 2024;
root:xnu-11215.61.5~2/RELEASE_ARM64_T8103
Kernel configured for up to 8 processors.
8 processors are physically available.
8 processors are logically available.
Processor type: arm64e (ARM64E)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 8.00 gigabytes
Default processor set: 687 tasks, 2885 threads, 8 processors
Load average: 2.74, Mach factor: 5.35
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3056: checking build system type
configure:3070: result: applem1-apple-darwin24.2.0
configure:3090: checking host system type
configure:3103: result: applem1-apple-darwin24
configure:3140: checking for a BSD-compatible install
configure:3208: result: /usr/bin/install -c
configure:3219: checking whether build environment is sane
configure:3274: result: yes
configure:3333: checking for applem1-apple-darwin24-strip
configure:3363: result: no
configure:3373: checking for strip
configure:3389: found /usr/bin/strip
configure:3400: result: strip
configure:3425: checking for a thread-safe mkdir -p
configure:3464: result: ./install-sh -c -d
configure:3471: checking for gawk
configure:3501: result: no
configure:3471: checking for mawk
configure:3501: result: no
configure:3471: checking for nawk
configure:3501: result: no
configure:3471: checking for awk
configure:3487: found /usr/bin/awk
configure:3498: result: awk
configure:3509: checking whether make sets $(MAKE)
configure:3531: result: yes
configure:3560: checking whether make supports nested variables
configure:3577: result: yes
configure:3706: checking whether to enable maintainer-specific portions of
Makefiles
configure:3715: result: no
User:
ABI=64
CC=/usr/bin/clang -arch arm64
CFLAGS=(unset)
CPPFLAGS=(unset)
MPN_PATH=
GMP:
abilist=64
cclist=gcc cc
configure:5889: /usr/bin/clang -arch arm64 -c conftest.c >&5
configure:5892: $? = 0
configure:5895: checking whether /usr/bin/clang -arch arm64 is gcc
configure:5897: result: yes
configure:5911: /usr/bin/clang -arch arm64 2>&1 | grep xlc >/dev/null
configure:5914: $? = 1
configure:5968: checking compiler /usr/bin/clang -arch arm64 -O2 -pedantic
Test compile:
configure:5982: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5
conftest.c:2:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
2 | int main () { return 0; }
| ^
| void
1 warning generated.
configure:5985: $? = 0
Test compile: function pointer return
configure:6036: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5
conftest.c:3:8: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
3 | void *g() { return (void *) 0; }
| ^
| void
conftest.c:4:8: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
4 | void *f() { return g(); }
| ^
| void
conftest.c:6:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
6 | int main () { return 0; }
| ^
| void
3 warnings generated.
configure:6039: $? = 0
Test compile: cmov instruction
configure:6092: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5
conftest.c:6:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
6 | int cmov () { return (n >= 0 ? n : 0); }
| ^
| void
conftest.c:8:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
8 | int main () { return 0; }
| ^
| void
2 warnings generated.
configure:6095: $? = 0
Test compile: double -> ulong conversion
configure:6149: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5
conftest.c:7:22: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
7 | unsigned long gcc303 () { return (unsigned long) d; }
| ^
| void
conftest.c:9:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
9 | int main () { return 0; }
| ^
| void
2 warnings generated.
configure:6152: $? = 0
Test compile: double negation
configure:6204: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5
conftest.c:5:20: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
5 | unsigned long fneg () { return -fneg_data; }
| ^
| void
conftest.c:7:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
7 | int main () { return 0; }
| ^
| void
2 warnings generated.
configure:6207: $? = 0
Test compile: double -> float conversion
configure:6260: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5
conftest.c:6:12: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
6 | float ftod () { return (float) ftod_data; }
| ^
| void
conftest.c:8:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
8 | int main () { return 0; }
| ^
| void
2 warnings generated.
configure:6263: $? = 0
Test compile: gnupro alpha ev6 char spilling
configure:6345: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5
conftest.c:16:12: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
16 | param_init ()
| ^
| void
conftest.c:37:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
37 | int main () { return 0; }
| ^
| void
2 warnings generated.
configure:6348: $? = 0
Test compile: __builtin_alloca availability
configure:6396: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5
conftest.c:1:16: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
1 | int k; int foo () { __builtin_alloca (k); }
| ^
| void
conftest.c:1:43: warning: non-void function does not return a value
[-Wreturn-type]
1 | int k; int foo () { __builtin_alloca (k); }
| ^
2 warnings generated.
Undefined symbols for architecture arm64:
"_main", referenced from:
<initial-undefines>
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
configure:6399: $? = 1
failed program was:
int k; int foo () { __builtin_alloca (k); }
Test compile: abs int -> double conversion
configure:6520: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5
conftest.c:13:7: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
13 | int f ()
| ^
| void
conftest.c:20:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
20 | int main () { return 0; }
| ^
| void
2 warnings generated.
configure:6523: $? = 0
Test compile: long long reliability test 1
configure:6585: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5
conftest.c:7:7: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
7 | void g(){}
| ^
| void
conftest.c:8:7: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
8 | void h(){}
| ^
| void
conftest.c:11:7: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
11 | void f(){static const struct{t1 n;t1 src[9];t1
want[9];}d[]={{1,{0},{1}},};t1 got[9];int i;
| ^
| void
conftest.c:12:83: warning: too many arguments in call to 'g'
12 |
for(i=0;i<1;i++){if(e(got,got,9,d[i].n)==0)h();g(i,d[i].src,d[i].n,got,d[i].want,9);if(d[i].n)h();}}
| ~
^
conftest.c:12:49: warning: passing arguments to 'g' without a prototype is
deprecated in all versions of C and is not supported in C2x [-Wdeprecated-
non-prototype]
12 |
for(i=0;i<1;i++){if(e(got,got,9,d[i].n)==0)h();g(i,d[i].src,d[i].n,got,d[i].want,9);if(d[i].n)h();}}
| ^
conftest.c:17:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
17 | int main () { return 0; }
| ^
| void
6 warnings generated.
configure:6588: $? = 0
Test compile: long long reliability test 2
configure:6646: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5
conftest.c:6:6: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
6 | int g();
| ^
| void
conftest.c:8:6: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
8 | int g(){return 0;}
| ^
| void
conftest.c:13:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
13 | int main () { return 0; }
| ^
| void
3 warnings generated.
configure:6649: $? = 0
Test compile: freebsd hacked gcc
configure:6707: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5
conftest.c:13:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
13 | int main () { return 0; }
| ^
| void
1 warning generated.
configure:6710: $? = 0
Test compile: mpn_lshift_com optimization
configure:6806: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5
conftest.c:12:1: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x [-Wdeprecated-
non-prototype]
12 | lshift_com (rp, up, n, cnt)
| ^
conftest.c:34:6: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
34 | main ()
| ^
| void
2 warnings generated.
configure:6809: $? = 0
Test compile: mpn_lshift_com optimization 2
configure:6915: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5
conftest.c:10:1: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x [-Wdeprecated-
non-prototype]
10 | lshift_com (rp, up, n, cnt)
| ^
conftest.c:33:6: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
33 | main ()
| ^
| void
2 warnings generated.
configure:6918: $? = 0
configure:7072: result: yes
configure:7180: checking whether ARM gcc unsigned division works
Apple clang version 16.0.0 (clang-1600.0.26.6)
Target: arm64-apple-darwin24.2.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:7192: result: yes
configure:7587: checking compiler /usr/bin/clang -arch arm64 -O2 -pedantic
-march=armv8-a
Test compile:
configure:7601: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a
conftest.c >&5
conftest.c:2:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
2 | int main () { return 0; }
| ^
| void
1 warning generated.
configure:7604: $? = 0
Test compile: function pointer return
configure:7655: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a
conftest.c >&5
conftest.c:3:8: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
3 | void *g() { return (void *) 0; }
| ^
| void
conftest.c:4:8: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
4 | void *f() { return g(); }
| ^
| void
conftest.c:6:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
6 | int main () { return 0; }
| ^
| void
3 warnings generated.
configure:7658: $? = 0
Test compile: cmov instruction
configure:7711: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a
conftest.c >&5
conftest.c:6:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
6 | int cmov () { return (n >= 0 ? n : 0); }
| ^
| void
conftest.c:8:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
8 | int main () { return 0; }
| ^
| void
2 warnings generated.
configure:7714: $? = 0
Test compile: double -> ulong conversion
configure:7768: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a
conftest.c >&5
conftest.c:7:22: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
7 | unsigned long gcc303 () { return (unsigned long) d; }
| ^
| void
conftest.c:9:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
9 | int main () { return 0; }
| ^
| void
2 warnings generated.
configure:7771: $? = 0
Test compile: double negation
configure:7823: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a
conftest.c >&5
conftest.c:5:20: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
5 | unsigned long fneg () { return -fneg_data; }
| ^
| void
conftest.c:7:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
7 | int main () { return 0; }
| ^
| void
2 warnings generated.
configure:7826: $? = 0
Test compile: double -> float conversion
configure:7879: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a
conftest.c >&5
conftest.c:6:12: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
6 | float ftod () { return (float) ftod_data; }
| ^
| void
conftest.c:8:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
8 | int main () { return 0; }
| ^
| void
2 warnings generated.
configure:7882: $? = 0
Test compile: gnupro alpha ev6 char spilling
configure:7964: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a
conftest.c >&5
conftest.c:16:12: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
16 | param_init ()
| ^
| void
conftest.c:37:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
37 | int main () { return 0; }
| ^
| void
2 warnings generated.
configure:7967: $? = 0
Test compile: __builtin_alloca availability
configure:8015: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a
conftest.c >&5
conftest.c:1:16: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
1 | int k; int foo () { __builtin_alloca (k); }
| ^
| void
conftest.c:1:43: warning: non-void function does not return a value
[-Wreturn-type]
1 | int k; int foo () { __builtin_alloca (k); }
| ^
2 warnings generated.
Undefined symbols for architecture arm64:
"_main", referenced from:
<initial-undefines>
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
configure:8018: $? = 1
failed program was:
int k; int foo () { __builtin_alloca (k); }
Test compile: abs int -> double conversion
configure:8139: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a
conftest.c >&5
conftest.c:13:7: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
13 | int f ()
| ^
| void
conftest.c:20:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
20 | int main () { return 0; }
| ^
| void
2 warnings generated.
configure:8142: $? = 0
Test compile: long long reliability test 1
configure:8204: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a
conftest.c >&5
conftest.c:7:7: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
7 | void g(){}
| ^
| void
conftest.c:8:7: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
8 | void h(){}
| ^
| void
conftest.c:11:7: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
11 | void f(){static const struct{t1 n;t1 src[9];t1
want[9];}d[]={{1,{0},{1}},};t1 got[9];int i;
| ^
| void
conftest.c:12:83: warning: too many arguments in call to 'g'
12 |
for(i=0;i<1;i++){if(e(got,got,9,d[i].n)==0)h();g(i,d[i].src,d[i].n,got,d[i].want,9);if(d[i].n)h();}}
| ~
^
conftest.c:12:49: warning: passing arguments to 'g' without a prototype is
deprecated in all versions of C and is not supported in C2x [-Wdeprecated-
non-prototype]
12 |
for(i=0;i<1;i++){if(e(got,got,9,d[i].n)==0)h();g(i,d[i].src,d[i].n,got,d[i].want,9);if(d[i].n)h();}}
| ^
conftest.c:17:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
17 | int main () { return 0; }
| ^
| void
6 warnings generated.
configure:8207: $? = 0
Test compile: long long reliability test 2
configure:8265: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a
conftest.c >&5
conftest.c:6:6: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
6 | int g();
| ^
| void
conftest.c:8:6: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
8 | int g(){return 0;}
| ^
| void
conftest.c:13:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
13 | int main () { return 0; }
| ^
| void
3 warnings generated.
configure:8268: $? = 0
Test compile: freebsd hacked gcc
configure:8326: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a
conftest.c >&5
conftest.c:13:10: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
13 | int main () { return 0; }
| ^
| void
1 warning generated.
configure:8329: $? = 0
Test compile: mpn_lshift_com optimization
configure:8425: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a
conftest.c >&5
conftest.c:12:1: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x [-Wdeprecated-
non-prototype]
12 | lshift_com (rp, up, n, cnt)
| ^
conftest.c:34:6: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
34 | main ()
| ^
| void
2 warnings generated.
configure:8428: $? = 0
Test compile: mpn_lshift_com optimization 2
configure:8534: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a
conftest.c >&5
conftest.c:10:1: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x [-Wdeprecated-
non-prototype]
10 | lshift_com (rp, up, n, cnt)
| ^
conftest.c:33:6: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
33 | main ()
| ^
| void
2 warnings generated.
configure:8537: $? = 0
configure:8691: result: yes
configure:8804: checking for applem1-apple-darwin24-gcc
configure:8831: result: /usr/bin/clang -arch arm64
configure:9100: checking for C compiler version
configure:9109: /usr/bin/clang -arch arm64 --version >&5
Apple clang version 16.0.0 (clang-1600.0.26.6)
Target: arm64-apple-darwin24.2.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:9120: $? = 0
configure:9109: /usr/bin/clang -arch arm64 -v >&5
Apple clang version 16.0.0 (clang-1600.0.26.6)
Target: arm64-apple-darwin24.2.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:9120: $? = 0
configure:9109: /usr/bin/clang -arch arm64 -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:9120: $? = 1
configure:9109: /usr/bin/clang -arch arm64 -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no input files
configure:9120: $? = 1
configure:9140: checking whether the C compiler works
configure:9162: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a
-Wl,-headerpad_max_install_names conftest.c >&5
conftest.c:15:6: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
15 | main ()
| ^
| void
1 warning generated.
configure:9166: $? = 0
configure:9214: result: yes
configure:9217: checking for C compiler default output file name
configure:9219: result: a.out
configure:9225: checking for suffix of executables
configure:9232: /usr/bin/clang -arch arm64 -o conftest -O2 -pedantic
-march=armv8-a -Wl,-headerpad_max_install_names conftest.c >&5
conftest.c:15:6: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
15 | main ()
| ^
| void
1 warning generated.
configure:9236: $? = 0
configure:9258: result:
configure:9280: checking whether we are cross compiling
configure:9288: /usr/bin/clang -arch arm64 -o conftest -O2 -pedantic
-march=armv8-a -Wl,-headerpad_max_install_names conftest.c >&5
conftest.c:15:6: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
15 | main ()
| ^
| void
1 warning generated.
configure:9292: $? = 0
configure:9299: ./conftest
configure:9303: $? = 0
configure:9318: result: no
configure:9323: checking for suffix of object files
configure:9345: /usr/bin/clang -arch arm64 -c -O2 -pedantic -march=armv8-a
conftest.c >&5
conftest.c:15:6: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
15 | main ()
| ^
| void
1 warning generated.
configure:9349: $? = 0
configure:9370: result: o
configure:9374: checking whether we are using the GNU C compiler
configure:9393: /usr/bin/clang -arch arm64 -c -O2 -pedantic -march=armv8-a
conftest.c >&5
conftest.c:15:6: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
15 | main ()
| ^
| void
1 warning generated.
configure:9393: $? = 0
configure:9402: result: yes
configure:9411: checking whether /usr/bin/clang -arch arm64 accepts -g
configure:9431: /usr/bin/clang -arch arm64 -c -g conftest.c >&5
configure:9431: $? = 0
configure:9472: result: yes
configure:9489: checking for /usr/bin/clang -arch arm64 option to accept
ISO C89
configure:9552: /usr/bin/clang -arch arm64 -c -O2 -pedantic
-march=armv8-a conftest.c >&5
conftest.c:19:14: warning: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x [-Wdeprecated-
non-prototype]
19 | static char *e (p, i)
| ^
conftest.c:56:6: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
56 | main ()
| ^
| void
2 warnings generated.
configure:9552: $? = 0
configure:9565: result: none needed
configure:9590: checking whether /usr/bin/clang -arch arm64 understands -c
and -o together
configure:9612: /usr/bin/clang -arch arm64 -c conftest.c -o conftest2.o
configure:9615: $? = 0
configure:9612: /usr/bin/clang -arch arm64 -c conftest.c -o conftest2.o
configure:9615: $? = 0
configure:9627: result: yes
configure:9644: checking for /usr/bin/clang -arch arm64 option to accept
ISO C99
configure:9793: /usr/bin/clang -arch arm64 -c -O2 -pedantic
-march=armv8-a conftest.c >&5
conftest.c:108:6: warning: a function declaration without a prototype is
deprecated in all versions of C [-Wstrict-prototypes]
108 | main ()
| ^
| void
1 warning generated.
configure:9793: $? = 0
configure:9806: result: none needed
configure:9826: checking how to run the C preprocessor
configure:9857: /usr/bin/clang -arch arm64 -E conftest.c
configure:9857: $? = 0
configure:9871: /usr/bin/clang -arch arm64 -E conftest.c
conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
13 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
1 error generated.
configure:9871: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.3.0"
| #define PACKAGE_STRING "GNU MP 6.3.0"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org (see
https://gmplib.org/manual/Reporting-Bugs.html)"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.3.0"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_applem1 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9896: result: /usr/bin/clang -arch arm64 -E
configure:9916: /usr/bin/clang -arch arm64 -E conftest.c
configure:9916: $? = 0
configure:9930: /usr/bin/clang -arch arm64 -E conftest.c
conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
13 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
1 error generated.
configure:9930: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.3.0"
| #define PACKAGE_STRING "GNU MP 6.3.0"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org (see
https://gmplib.org/manual/Reporting-Bugs.html)"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.3.0"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_applem1 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9966: checking build system compiler /usr/bin/clang -arch arm64
configure:9979: /usr/bin/clang -arch arm64 conftest.c
configure:9982: $? = 0
configure:9989: result: yes
configure:10073: checking for build system preprocessor
configure:10102: result: /usr/bin/cpp
configure:10109: checking for build system executable suffix
configure:10123: /usr/bin/clang -arch arm64 conftest.c -o conftest.exe
configure:10126: $? = 0
./configure: line 10128: ./conftest: No such file or directory
configure:10123: /usr/bin/clang -arch arm64 conftest.c -o conftest,ff8
configure:10126: $? = 0
./configure: line 10128: ./conftest: No such file or directory
configure:10123: /usr/bin/clang -arch arm64 conftest.c -o conftest
configure:10126: $? = 0
configure:10140: result:
configure:10146: checking whether build system compiler is ANSI
configure:10159: /usr/bin/clang -arch arm64 conftest.c
configure:10162: $? = 0
configure:10171: result: yes
configure:10181: checking for build system compiler math library
configure:10201: /usr/bin/clang -arch arm64 conftest.c -lm
configure:10204: $? = 0
configure:10213: result: -lm
configure:10348: checking for C++ compiler version
configure:10357: /usr/bin/clang++ -stdlib=libc++ -arch arm64 --version >&5
Apple clang version 16.0.0 (clang-1600.0.26.6)
Target: arm64-apple-darwin24.2.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:10368: $? = 0
configure:10357: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -v >&5
Apple clang version 16.0.0 (clang-1600.0.26.6)
Target: arm64-apple-darwin24.2.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
clang++: warning: argument unused during compilation: '-stdlib=libc++'
[-Wunused-command-line-argument]
configure:10368: $? = 0
configure:10357: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -V >&5
clang++: error: argument to '-V' is missing (expected 1 value)
clang++: error: no input files
configure:10368: $? = 1
configure:10357: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -qversion >&5
clang++: error: unknown argument '-qversion'; did you mean '--version'?
clang++: error: no input files
configure:10368: $? = 1
configure:10372: checking whether we are using the GNU C++ compiler
configure:10391: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -c
conftest.cpp >&5
configure:10391: $? = 0
configure:10400: result: yes
configure:10409: checking whether /usr/bin/clang++ -stdlib=libc++ -arch
arm64 accepts -g
configure:10429: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -c -g
conftest.cpp >&5
configure:10429: $? = 0
configure:10470: result: yes
CXXFLAGS chosen by autoconf: -g -O2
configure:10520: checking C++ compiler /usr/bin/clang++ -stdlib=libc++
-arch arm64 -O2 -pedantic -march=armv8-a
Test compile:
configure:10534: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -O2
-pedantic -march=armv8-a conftest.cc >&5
configure:10537: $? = 0
configure:10541: ./a.out || ./b.out || ./a.exe || ./a_out.exe ||
./conftest
configure:10544: $? = 0
Test compile: namespace
configure:10574: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -O2
-pedantic -march=armv8-a conftest.cc >&5
configure:10577: $? = 0
configure:10581: ./a.out || ./b.out || ./a.exe || ./a_out.exe ||
./conftest
configure:10584: $? = 0
Test compile: std iostream
configure:10620: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -O2
-pedantic -march=armv8-a conftest.cc >&5
conftest.cc:3:10: fatal error: 'iostream' file not found
3 | #include <iostream>
| ^~~~~~~~~~
1 error generated.
configure:10623: $? = 1
failed program was:
/* This test rejects g++ 2.7.2 which doesn't have <iostream>, only a
pre-standard iostream.h. */
#include <iostream>
/* This test rejects OSF 5.1 Compaq C++ in its default pre-standard
iostream
mode, since that mode puts cout in the global namespace, not "std". */
void someoutput (void) { std::cout << 123; }
int main (void) { return 0; }
configure:10649: result: no, std iostream
configure:10520: checking C++ compiler /usr/bin/clang++ -stdlib=libc++
-arch arm64 -g -O2
Test compile:
configure:10534: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -g -O2
conftest.cc >&5
configure:10537: $? = 0
configure:10541: ./a.out || ./b.out || ./a.exe || ./a_out.exe ||
./conftest
configure:10544: $? = 0
Test compile: namespace
configure:10574: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -g -O2
conftest.cc >&5
configure:10577: $? = 0
configure:10581: ./a.out || ./b.out || ./a.exe || ./a_out.exe ||
./conftest
configure:10584: $? = 0
Test compile: std iostream
configure:10620: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -g -O2
conftest.cc >&5
conftest.cc:3:10: fatal error: 'iostream' file not found
3 | #include <iostream>
| ^~~~~~~~~~
1 error generated.
configure:10623: $? = 1
failed program was:
/* This test rejects g++ 2.7.2 which doesn't have <iostream>, only a
pre-standard iostream.h. */
#include <iostream>
/* This test rejects OSF 5.1 Compaq C++ in its default pre-standard
iostream
mode, since that mode puts cout in the global namespace, not "std". */
void someoutput (void) { std::cout << 123; }
int main (void) { return 0; }
configure:10649: result: no, std iostream
configure:10665: error: C++ compiler not available, see config.log for
details
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=applem1-apple-darwin24.2.0
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_ABI_set=set
ac_cv_env_ABI_value=64
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_FOR_BUILD_set=set
ac_cv_env_CC_FOR_BUILD_value='/usr/bin/clang -arch arm64'
ac_cv_env_CC_set=set
ac_cv_env_CC_value='/usr/bin/clang -arch arm64'
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_FOR_BUILD_set=set
ac_cv_env_CPP_FOR_BUILD_value=/usr/bin/cpp
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value='/usr/bin/clang++ -stdlib=libc++ -arch arm64'
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-Wl,-headerpad_max_install_names
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_M4_set=set
ac_cv_env_M4_value=/opt/local/bin/gm4
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=applem1-apple-darwin24
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=applem1-apple-darwin24
ac_cv_objext=o
ac_cv_prog_AWK=awk
ac_cv_prog_CC='/usr/bin/clang -arch arm64'
ac_cv_prog_CPP='/usr/bin/clang -arch arm64 -E'
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
gmp_cv_c_for_build_ansi=yes
gmp_cv_check_libm_for_build=-lm
gmp_cv_prog_exeext_for_build=
## ----------------- ##
## Output variables. ##
## ----------------- ##
ABI='64'
ACLOCAL='${SHELL}
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.3.0/missing
aclocal-1.15'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR=''
AS=''
ASMFLAGS=''
AUTOCONF='${SHELL}
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.3.0/missing
autoconf'
AUTOHEADER='${SHELL}
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.3.0/missing
autoheader'
AUTOMAKE='${SHELL}
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.3.0/missing
automake-1.15'
AWK='awk'
CALLING_CONVENTIONS_OBJS=''
CC='/usr/bin/clang -arch arm64'
CCAS='/usr/bin/clang -arch arm64 -c'
CC_FOR_BUILD='/usr/bin/clang -arch arm64'
CFLAGS='-O2 -pedantic -march=armv8-a'
CPP='/usr/bin/clang -arch arm64 -E'
CPPFLAGS=''
CPP_FOR_BUILD='/usr/bin/cpp'
CXX='/usr/bin/clang++ -stdlib=libc++ -arch arm64'
CXXCPP=''
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFN_LONG_LONG_LIMB='/* #undef _LONG_LONG_LIMB */'
DEFS=''
DLLTOOL=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP=''
ENABLE_STATIC_FALSE=''
ENABLE_STATIC_TRUE=''
EXEEXT=''
EXEEXT_FOR_BUILD=''
FGREP=''
GMP_LDFLAGS=''
GMP_LIMB_BITS=''
GMP_NAIL_BITS='0'
GREP=''
HAVE_CLOCK_01=''
HAVE_CPUTIME_01=''
HAVE_GETRUSAGE_01=''
HAVE_GETTIMEOFDAY_01=''
HAVE_HOST_CPU_FAMILY_power='0'
HAVE_HOST_CPU_FAMILY_powerpc='0'
HAVE_SIGACTION_01=''
HAVE_SIGALTSTACK_01=''
HAVE_SIGSTACK_01=''
HAVE_STACK_T_01=''
HAVE_SYS_RESOURCE_H_01=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD=''
LDFLAGS='-Wl,-headerpad_max_install_names'
LEX=''
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBCURSES=''
LIBGMPXX_LDFLAGS=''
LIBGMP_DLL=''
LIBGMP_LDFLAGS=''
LIBM=''
LIBM_FOR_BUILD='-lm'
LIBOBJS=''
LIBREADLINE=''
LIBS=''
LIBTOOL=''
LIPO=''
LN_S=''
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
M4='/opt/local/bin/gm4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL}
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.3.0/missing
makeinfo'
MANIFEST_TOOL=''
MKDIR_P='./install-sh -c -d'
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='gmp'
PACKAGE_BUGREPORT='gmp-bugs at gmplib.org (see https://gmplib.org/manual
/Reporting-Bugs.html)'
PACKAGE_NAME='GNU MP'
PACKAGE_STRING='GNU MP 6.3.0'
PACKAGE_TARNAME='gmp'
PACKAGE_URL='http://www.gnu.org/software/gmp/'
PACKAGE_VERSION='6.3.0'
PATH_SEPARATOR=':'
RANLIB=''
SED=''
SET_MAKE=''
SHELL='/bin/sh'
SPEED_CYCLECOUNTER_OBJ=''
STRIP='strip'
TAL_OBJECT=''
TUNE_LIBS=''
TUNE_SQR_OBJ=''
U_FOR_BUILD=''
VERSION='6.3.0'
WANT_CXX_FALSE=''
WANT_CXX_TRUE=''
WITH_READLINE_01=''
YACC=''
YFLAGS=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__isrc=''
am__leading_dot='.'
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='applem1-apple-darwin24.2.0'
build_alias=''
build_cpu='applem1'
build_os='darwin24.2.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
gmp_srclinks=''
host='applem1-apple-darwin24'
host_alias='applem1-apple-darwin24'
host_cpu='applem1'
host_os='darwin24'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL}
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.3.0
/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
mpn_objects=''
mpn_objs_in_libgmp=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/opt/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "GNU MP"
#define PACKAGE_TARNAME "gmp"
#define PACKAGE_VERSION "6.3.0"
#define PACKAGE_STRING "GNU MP 6.3.0"
#define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org (see
https://gmplib.org/manual/Reporting-Bugs.html)"
#define PACKAGE_URL "http://www.gnu.org/software/gmp/"
#define PACKAGE "gmp"
#define VERSION "6.3.0"
#define WANT_FFT 1
#define HAVE_HOST_CPU_applem1 1
configure: exit 1
matthew at MacBookAir gmp-6.3.0 %
--
Ticket URL: <https://trac.macports.org/ticket/71672#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list