Ticket #66868: config.log

File config.log, 3.3 KB (added by amadeus24, 15 months ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by configure, which was
5generated by GNU Autoconf 2.52.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --mandir=/opt/local/share/man
8
9## ---------- ##
10## Platform.  ##
11## ---------- ##
12
13hostname = carthago.fritz.box
14uname -m = arm64
15uname -r = 22.3.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 22.3.0: Thu Jan  5 20:48:54 PST 2023; root:xnu-8792.81.2~2/RELEASE_ARM64_T6000
18
19/usr/bin/uname -p = arm
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25hostinfo               = Mach kernel version:
26         Darwin Kernel Version 22.3.0: Thu Jan  5 20:48:54 PST 2023; root:xnu-8792.81.2~2/RELEASE_ARM64_T6000
27Kernel configured for up to 10 processors.
2810 processors are physically available.
2910 processors are logically available.
30Processor type: arm64e (ARM64E)
31Processors active: 0 1 2 3 4 5 6 7 8 9
32Primary memory available: 64.00 gigabytes
33Default processor set: 810 tasks, 3283 threads, 10 processors
34Load average: 3.95, Mach factor: 6.04
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH = /opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin
40
41## ------------ ##
42## Core tests.  ##
43## ------------ ##
44
45configure:963: PATH=".;."; conftest.sh
46./configure: line 964: conftest.sh: command not found
47configure:966: $? = 127
48configure:1013: checking for a BSD compatible install
49configure:1062: result: /usr/bin/install -c
50configure:1073: checking whether build environment is sane
51configure:1116: result: yes
52configure:1131: checking whether make sets ${MAKE}
53configure:1151: result: yes
54configure:1179: checking for working aclocal-1.4
55configure:1190: result: missing
56configure:1194: checking for working autoconf
57configure:1201: result: found
58configure:1209: checking for working automake-1.4
59configure:1220: result: missing
60configure:1224: checking for working autoheader
61configure:1231: result: found
62configure:1239: checking for working makeinfo
63configure:1246: result: found
64configure:1264: checking build system type
65configure:1277: error: /bin/sh ./config.sub -apple-darwin22.3.0 failed.
66
67## ----------------- ##
68## Cache variables.  ##
69## ----------------- ##
70
71ac_cv_build='config.sub: invalid option -apple-darwin22.3.0
72ac_cv_build_alias=-apple-darwin22.3.0
73ac_cv_env_CC_set=set
74ac_cv_env_CC_value=/usr/bin/clang
75ac_cv_env_CFLAGS_set=set
76ac_cv_env_CFLAGS_value='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64'
77ac_cv_env_CPPFLAGS_set=set
78ac_cv_env_CPPFLAGS_value='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk'
79ac_cv_env_CPP_set=
80ac_cv_env_CPP_value=
81ac_cv_env_LDFLAGS_set=set
82ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64'
83ac_cv_env_build_alias_set=
84ac_cv_env_build_alias_value=
85ac_cv_env_host_alias_set=
86ac_cv_env_host_alias_value=
87ac_cv_env_target_alias_set=
88ac_cv_env_target_alias_value=
89ac_cv_prog_make_make_set=yes
90
91## ------------ ##
92## confdefs.h.  ##
93## ------------ ##
94
95#define PACKAGE "scanssh"
96#define VERSION "2.1"
97
98
99configure: exit 1