-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.log
2752 lines (2728 loc) · 93.7 KB
/
config.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by cgminer configure 2.10.4, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ ./configure --disable-adl --enable-cpumining --enable-scrypt
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost
uname -m = aarch64
uname -r = 4.19.157-perf-g949c2ea2232f
uname -s = Linux
uname -v = #1 SMP PREEMPT Fri May 13 18:58:23 CST 2022
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /data/data/com.termux/files/usr/bin/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2985: looking for aux files: compile missing install-sh config.guess config.sub
configure:2998: trying ./
configure:3027: ./compile found
configure:3027: ./missing found
configure:3009: ./install-sh found
configure:3027: ./config.guess found
configure:3027: ./config.sub found
configure:3147: checking build system type
configure:3162: result: aarch64-unknown-linux-gnu
configure:3182: checking host system type
configure:3196: result: aarch64-unknown-linux-gnu
configure:3216: checking target system type
configure:3230: result: aarch64-unknown-linux-gnu
configure:3279: checking for a BSD-compatible install
configure:3352: result: /data/data/com.termux/files/usr/bin/install -c
configure:3363: checking whether build environment is sane
configure:3418: result: yes
configure:3577: checking for a race-free mkdir -p
configure:3621: result: /data/data/com.termux/files/usr/bin/mkdir -p
configure:3629: checking for gawk
configure:3650: found /data/data/com.termux/files/usr/bin/gawk
configure:3661: result: gawk
configure:3672: checking whether make sets $(MAKE)
configure:3695: result: yes
configure:3725: checking whether make supports nested variables
configure:3743: result: yes
configure:3891: checking whether make supports nested variables
configure:3909: result: yes
configure:3933: checking whether make supports the include directive
configure:3948: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:3951: $? = 0
configure:3970: result: yes (GNU style)
configure:4046: checking for gcc
configure:4067: found /data/data/com.termux/files/usr/bin/gcc
configure:4078: result: gcc
configure:4431: checking for C compiler version
configure:4440: gcc --version >&5
gcc (GCC) 11.1.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4451: $? = 0
configure:4440: gcc -v >&5
Reading specs from /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/11.1.0/specs
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/data/data/com.termux/files/usr/libexec/gcc/aarch64-linux-android/11.1.0/lto-wrapper
Target: aarch64-linux-android
Configured with: /home/builder/.termux-build/gcc-11/src/configure --disable-dependency-tracking --prefix=/data/data/com.termux/files/usr --libdir=/data/data/com.termux/files/usr/lib --sbindir=/data/data/com.termux/files/usr/bin --disable-rpath --disable-rpath-hack --host=aarch64-linux-android --enable-languages=c,c++,fortran,jit,objc,ada --with-system-zlib --disable-multilib --target=aarch64-linux-android --with-libgfortran --enable-static --with-gmp=/data/data/com.termux/files/usr --with-mpfr=/data/data/com.termux/files/usr --with-mpc=/data/data/com.termux/files/usr --with-isl-include=/data/data/com.termux/files/usr/include --with-isl-lib=/data/data/com.termux/files/usr/lib --disable-isl-version-check --disable-libssp --with-stage1-ldflags=-specs=/home/builder/.termux-build/gcc-11/tmp/specs --disable-tls --enable-lto --enable-gold=yes --enable-libatomic --program-suffix=-11 --enable-libbacktrace --enable-host-shared --enable-host-libquadmath --enable-libatomic-ifuncs=no --enable-default-pie ac_cv_c_bigendian=no --with-libatomic --disable-libstdcxx --enable-version-specific-runtime-libs --enable-eh-frame-hdr-for-static --disable-libmpx -with-gxx-include-dir=/data/data/com.termux/files/usr/include/c++/v1 --with-arch=armv8-a --enable-fix-cortex-a53-835769 --enable-fix-cortex-a53-843419 --enable-libssp --disable-nls --enable-shared --enable-static --libexecdir=/data/data/com.termux/files/usr/libexec
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.1.0 (GCC)
configure:4451: $? = 0
configure:4440: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4451: $? = 1
configure:4440: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4451: $? = 1
configure:4440: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:4451: $? = 1
configure:4471: checking whether the C compiler works
configure:4493: gcc -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 -L/data/data/com.termux/files/usr/lib conftest.c >&5
configure:4497: $? = 0
configure:4547: result: yes
configure:4550: checking for C compiler default output file name
configure:4552: result: a.out
configure:4558: checking for suffix of executables
configure:4565: gcc -o conftest -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 -L/data/data/com.termux/files/usr/lib conftest.c >&5
configure:4569: $? = 0
configure:4592: result:
configure:4614: checking whether we are cross compiling
configure:4622: gcc -o conftest -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 -L/data/data/com.termux/files/usr/lib conftest.c >&5
configure:4626: $? = 0
configure:4633: ./conftest
configure:4637: $? = 0
configure:4652: result: no
configure:4657: checking for suffix of object files
configure:4680: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:4684: $? = 0
configure:4706: result: o
configure:4710: checking whether the compiler supports GNU C
configure:4730: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:4730: $? = 0
configure:4740: result: yes
configure:4751: checking whether gcc accepts -g
configure:4772: gcc -c -g conftest.c >&5
configure:4772: $? = 0
configure:4816: result: yes
configure:4836: checking for gcc option to enable C11 features
configure:4851: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:4851: $? = 0
configure:4869: result: none needed
configure:4985: checking whether gcc understands -c and -o together
configure:5008: gcc -c conftest.c -o conftest2.o
configure:5011: $? = 0
configure:5008: gcc -c conftest.c -o conftest2.o
configure:5011: $? = 0
configure:5023: result: yes
configure:5042: checking dependency style of gcc
configure:5154: result: gcc3
configure:5174: checking for stdio.h
configure:5174: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:5174: $? = 0
configure:5174: result: yes
configure:5174: checking for stdlib.h
configure:5174: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:5174: $? = 0
configure:5174: result: yes
configure:5174: checking for string.h
configure:5174: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:5174: $? = 0
configure:5174: result: yes
configure:5174: checking for inttypes.h
configure:5174: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:5174: $? = 0
configure:5174: result: yes
configure:5174: checking for stdint.h
configure:5174: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:5174: $? = 0
configure:5174: result: yes
configure:5174: checking for strings.h
configure:5174: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:5174: $? = 0
configure:5174: result: yes
configure:5174: checking for sys/stat.h
configure:5174: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:5174: $? = 0
configure:5174: result: yes
configure:5174: checking for sys/types.h
configure:5174: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:5174: $? = 0
configure:5174: result: yes
configure:5174: checking for unistd.h
configure:5174: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:5174: $? = 0
configure:5174: result: yes
configure:5202: checking for minix/config.h
configure:5202: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
conftest.c:49:10: fatal error: minix/config.h: No such file or directory
49 | #include <minix/config.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:5202: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cgminer"
| #define PACKAGE_TARNAME "cgminer"
| #define PACKAGE_VERSION "2.10.4"
| #define PACKAGE_STRING "cgminer 2.10.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "cgminer"
| #define VERSION "2.10.4"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:5202: result: no
configure:5231: checking whether it is safe to define __EXTENSIONS__
configure:5250: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:5250: $? = 0
configure:5258: result: yes
configure:5299: checking whether to enable maintainer-specific portions of Makefiles
configure:5309: result: no
configure:5376: checking for gcc
configure:5408: result: gcc
configure:5761: checking for C compiler version
configure:5770: gcc --version >&5
gcc (GCC) 11.1.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:5781: $? = 0
configure:5770: gcc -v >&5
Reading specs from /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/11.1.0/specs
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/data/data/com.termux/files/usr/libexec/gcc/aarch64-linux-android/11.1.0/lto-wrapper
Target: aarch64-linux-android
Configured with: /home/builder/.termux-build/gcc-11/src/configure --disable-dependency-tracking --prefix=/data/data/com.termux/files/usr --libdir=/data/data/com.termux/files/usr/lib --sbindir=/data/data/com.termux/files/usr/bin --disable-rpath --disable-rpath-hack --host=aarch64-linux-android --enable-languages=c,c++,fortran,jit,objc,ada --with-system-zlib --disable-multilib --target=aarch64-linux-android --with-libgfortran --enable-static --with-gmp=/data/data/com.termux/files/usr --with-mpfr=/data/data/com.termux/files/usr --with-mpc=/data/data/com.termux/files/usr --with-isl-include=/data/data/com.termux/files/usr/include --with-isl-lib=/data/data/com.termux/files/usr/lib --disable-isl-version-check --disable-libssp --with-stage1-ldflags=-specs=/home/builder/.termux-build/gcc-11/tmp/specs --disable-tls --enable-lto --enable-gold=yes --enable-libatomic --program-suffix=-11 --enable-libbacktrace --enable-host-shared --enable-host-libquadmath --enable-libatomic-ifuncs=no --enable-default-pie ac_cv_c_bigendian=no --with-libatomic --disable-libstdcxx --enable-version-specific-runtime-libs --enable-eh-frame-hdr-for-static --disable-libmpx -with-gxx-include-dir=/data/data/com.termux/files/usr/include/c++/v1 --with-arch=armv8-a --enable-fix-cortex-a53-835769 --enable-fix-cortex-a53-843419 --enable-libssp --disable-nls --enable-shared --enable-static --libexecdir=/data/data/com.termux/files/usr/libexec
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.1.0 (GCC)
configure:5781: $? = 0
configure:5770: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5781: $? = 1
configure:5770: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:5781: $? = 1
configure:5770: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:5781: $? = 1
configure:5785: checking whether the compiler supports GNU C
configure:5815: result: yes
configure:5826: checking whether gcc accepts -g
configure:5891: result: yes
configure:5911: checking for gcc option to enable C11 features
configure:5944: result: none needed
configure:6060: checking whether gcc understands -c and -o together
configure:6098: result: yes
configure:6117: checking dependency style of gcc
configure:6229: result: gcc3
configure:6292: checking for ranlib
configure:6313: found /data/data/com.termux/files/usr/bin/ranlib
configure:6324: result: ranlib
configure:6376: checking how to run the C preprocessor
configure:6402: gcc -E conftest.c
configure:6402: $? = 0
configure:6417: gcc -E conftest.c
conftest.c:29:10: fatal error: ac_nonexistent.h: No such file or directory
29 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6417: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cgminer"
| #define PACKAGE_TARNAME "cgminer"
| #define PACKAGE_VERSION "2.10.4"
| #define PACKAGE_STRING "cgminer 2.10.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "cgminer"
| #define VERSION "2.10.4"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define CGMINER_MAJOR_VERSION 2
| #define CGMINER_MINOR_VERSION 10
| #define CGMINER_MINOR_SUBVERSION 4
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6444: result: gcc -E
configure:6458: gcc -E conftest.c
configure:6458: $? = 0
configure:6473: gcc -E conftest.c
conftest.c:29:10: fatal error: ac_nonexistent.h: No such file or directory
29 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6473: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cgminer"
| #define PACKAGE_TARNAME "cgminer"
| #define PACKAGE_VERSION "2.10.4"
| #define PACKAGE_STRING "cgminer 2.10.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "cgminer"
| #define VERSION "2.10.4"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define CGMINER_MAJOR_VERSION 2
| #define CGMINER_MINOR_VERSION 10
| #define CGMINER_MINOR_SUBVERSION 4
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6504: checking for grep that handles long lines and -e
configure:6568: result: /data/data/com.termux/files/usr/bin/grep
configure:6573: checking for egrep
configure:6641: result: /data/data/com.termux/files/usr/bin/grep -E
configure:6647: checking whether gcc needs -traditional
conftest.c:29:10: fatal error: sgtty.h: No such file or directory
29 | #include <sgtty.h>
| ^~~~~~~~~
compilation terminated.
configure:6684: result: no
configure:6740: checking for ranlib
configure:6772: result: ranlib
configure:6809: checking for sys/mman.h
configure:6809: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:6809: $? = 0
configure:6809: result: yes
configure:6809: checking for wchar.h
configure:6809: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:6809: $? = 0
configure:6809: result: yes
configure:6809: checking for stdint.h
configure:6809: result: yes
configure:6831: checking for mprotect
configure:6831: gcc -o conftest -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 -L/data/data/com.termux/files/usr/lib conftest.c >&5
configure:6831: $? = 0
configure:6831: result: yes
configure:6831: checking for sigaction
configure:6831: gcc -o conftest -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 -L/data/data/com.termux/files/usr/lib conftest.c >&5
configure:6831: $? = 0
configure:6831: result: yes
configure:6831: checking for sigaltstack
configure:6831: gcc -o conftest -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 -L/data/data/com.termux/files/usr/lib conftest.c >&5
configure:6831: $? = 0
configure:6831: result: yes
configure:6831: checking for siginterrupt
configure:6831: gcc -o conftest -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 -L/data/data/com.termux/files/usr/lib conftest.c >&5
configure:6831: $? = 0
configure:6831: result: yes
configure:6923: checking for mmap
configure:6923: gcc -o conftest -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 -L/data/data/com.termux/files/usr/lib conftest.c >&5
configure:6923: $? = 0
configure:6923: result: yes
configure:6935: checking for MAP_ANONYMOUS
configure:6974: result: yes
configure:7008: checking whether memchr works
configure:7073: gcc -o conftest -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 -L/data/data/com.termux/files/usr/lib conftest.c >&5
configure:7073: $? = 0
configure:7073: ./conftest
configure:7073: $? = 0
configure:7084: result: yes
configure:7091: checking for gcc options needed to detect all undeclared functions
configure:7113: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
conftest.c: In function 'main':
conftest.c:41:8: error: 'strchr' undeclared (first use in this function)
41 | (void) strchr;
| ^~~~~~
conftest.c:1:1: note: 'strchr' is defined in header '<string.h>'; did you forget to '#include <string.h>'?
1 | /* confdefs.h */
conftest.c:41:8: note: each undeclared identifier is reported only once for each function it appears in
41 | (void) strchr;
| ^~~~~~
configure:7113: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cgminer"
| #define PACKAGE_TARNAME "cgminer"
| #define PACKAGE_VERSION "2.10.4"
| #define PACKAGE_STRING "cgminer 2.10.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "cgminer"
| #define VERSION "2.10.4"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define CGMINER_MAJOR_VERSION 2
| #define CGMINER_MINOR_VERSION 10
| #define CGMINER_MINOR_SUBVERSION 4
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_MPROTECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_MAP_ANONYMOUS 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
| (void) strchr;
| ;
| return 0;
| }
configure:7140: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:7140: $? = 0
configure:7157: result: none needed
configure:7172: checking whether memmem is declared
configure:7172: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:7172: $? = 0
configure:7172: result: yes
configure:7186: checking for memmem
configure:7186: gcc -o conftest -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 -L/data/data/com.termux/files/usr/lib conftest.c >&5
configure:7186: $? = 0
configure:7186: result: yes
configure:7208: checking whether memmem works
configure:7275: gcc -o conftest -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 -L/data/data/com.termux/files/usr/lib conftest.c >&5
configure:7275: $? = 0
configure:7275: ./conftest
configure:7275: $? = 0
configure:7287: result: yes
configure:7305: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
conftest.c:40:10: error: unknown type name 'not'
40 | not a universal capable compiler
| ^~~
conftest.c:40:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
40 | not a universal capable compiler
| ^~~~~~~~~
conftest.c:40:16: error: unknown type name 'universal'
configure:7305: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cgminer"
| #define PACKAGE_TARNAME "cgminer"
| #define PACKAGE_VERSION "2.10.4"
| #define PACKAGE_STRING "cgminer 2.10.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "cgminer"
| #define VERSION "2.10.4"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define CGMINER_MAJOR_VERSION 2
| #define CGMINER_MINOR_VERSION 10
| #define CGMINER_MINOR_SUBVERSION 4
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_MPROTECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:7357: checking for C/C++ restrict keyword
configure:7387: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:7387: $? = 0
configure:7396: result: __restrict__
configure:7407: checking for uid_t in sys/types.h
configure:7428: result: yes
configure:7439: checking for inline
configure:7456: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:7456: $? = 0
configure:7465: result: inline
configure:7498: checking whether the preprocessor supports include_next
configure:7537: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 -Iconftestd1b -Iconftestd2 conftest.c >&5
configure:7537: $? = 0
configure:7560: result: yes
configure:7581: checking whether system header files limit the line length
configure:7606: result: no
configure:7620: checking for wchar_t
configure:7638: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:7638: $? = 0
configure:7646: result: yes
configure:7655: checking for unsigned long long int
configure:7695: gcc -o conftest -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 -L/data/data/com.termux/files/usr/lib conftest.c >&5
configure:7695: $? = 0
configure:7705: result: yes
configure:7715: checking for long long int
configure:7755: gcc -o conftest -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 -L/data/data/com.termux/files/usr/lib conftest.c >&5
configure:7755: $? = 0
configure:7755: ./conftest
configure:7755: $? = 0
configure:7768: result: yes
configure:7906: checking whether stdint.h conforms to C99
configure:8078: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
conftest.c:157:7: error: negative width in bit-field 'check_WINT'
157 | int check_WINT:
| ^~~~~~~~~~
conftest.c:186:7: error: negative width in bit-field 'check_uint_fast16'
186 | int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;
| ^~~~~~~~~~~~~~~~~
conftest.c:187:7: error: negative width in bit-field 'check_uint_fast32'
187 | int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;
| ^~~~~~~~~~~~~~~~~
configure:8078: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cgminer"
| #define PACKAGE_TARNAME "cgminer"
| #define PACKAGE_VERSION "2.10.4"
| #define PACKAGE_STRING "cgminer 2.10.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "cgminer"
| #define VERSION "2.10.4"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define CGMINER_MAJOR_VERSION 2
| #define CGMINER_MINOR_VERSION 10
| #define CGMINER_MINOR_SUBVERSION 4
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_MPROTECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define restrict __restrict__
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h. */
|
|
| #define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */
| #define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */
| #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */
| #include <stdint.h>
| /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */
| #if !(defined WCHAR_MIN && defined WCHAR_MAX)
| #error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>"
| #endif
|
|
| /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. */
| #include <stddef.h>
| #include <signal.h>
| #if HAVE_WCHAR_H
| # include <stdio.h>
| # include <time.h>
| # include <wchar.h>
| #endif
|
|
| #ifdef INT8_MAX
| int8_t a1 = INT8_MAX;
| int8_t a1min = INT8_MIN;
| #endif
| #ifdef INT16_MAX
| int16_t a2 = INT16_MAX;
| int16_t a2min = INT16_MIN;
| #endif
| #ifdef INT32_MAX
| int32_t a3 = INT32_MAX;
| int32_t a3min = INT32_MIN;
| #endif
| #ifdef INT64_MAX
| int64_t a4 = INT64_MAX;
| int64_t a4min = INT64_MIN;
| #endif
| #ifdef UINT8_MAX
| uint8_t b1 = UINT8_MAX;
| #else
| typedef int b1[(unsigned char) -1 != 255 ? 1 : -1];
| #endif
| #ifdef UINT16_MAX
| uint16_t b2 = UINT16_MAX;
| #endif
| #ifdef UINT32_MAX
| uint32_t b3 = UINT32_MAX;
| #endif
| #ifdef UINT64_MAX
| uint64_t b4 = UINT64_MAX;
| #endif
| int_least8_t c1 = INT8_C (0x7f);
| int_least8_t c1max = INT_LEAST8_MAX;
| int_least8_t c1min = INT_LEAST8_MIN;
| int_least16_t c2 = INT16_C (0x7fff);
| int_least16_t c2max = INT_LEAST16_MAX;
| int_least16_t c2min = INT_LEAST16_MIN;
| int_least32_t c3 = INT32_C (0x7fffffff);
| int_least32_t c3max = INT_LEAST32_MAX;
| int_least32_t c3min = INT_LEAST32_MIN;
| int_least64_t c4 = INT64_C (0x7fffffffffffffff);
| int_least64_t c4max = INT_LEAST64_MAX;
| int_least64_t c4min = INT_LEAST64_MIN;
| uint_least8_t d1 = UINT8_C (0xff);
| uint_least8_t d1max = UINT_LEAST8_MAX;
| uint_least16_t d2 = UINT16_C (0xffff);
| uint_least16_t d2max = UINT_LEAST16_MAX;
| uint_least32_t d3 = UINT32_C (0xffffffff);
| uint_least32_t d3max = UINT_LEAST32_MAX;
| uint_least64_t d4 = UINT64_C (0xffffffffffffffff);
| uint_least64_t d4max = UINT_LEAST64_MAX;
| int_fast8_t e1 = INT_FAST8_MAX;
| int_fast8_t e1min = INT_FAST8_MIN;
| int_fast16_t e2 = INT_FAST16_MAX;
| int_fast16_t e2min = INT_FAST16_MIN;
| int_fast32_t e3 = INT_FAST32_MAX;
| int_fast32_t e3min = INT_FAST32_MIN;
| int_fast64_t e4 = INT_FAST64_MAX;
| int_fast64_t e4min = INT_FAST64_MIN;
| uint_fast8_t f1 = UINT_FAST8_MAX;
| uint_fast16_t f2 = UINT_FAST16_MAX;
| uint_fast32_t f3 = UINT_FAST32_MAX;
| uint_fast64_t f4 = UINT_FAST64_MAX;
| #ifdef INTPTR_MAX
| intptr_t g = INTPTR_MAX;
| intptr_t gmin = INTPTR_MIN;
| #endif
| #ifdef UINTPTR_MAX
| uintptr_t h = UINTPTR_MAX;
| #endif
| intmax_t i = INTMAX_MAX;
| uintmax_t j = UINTMAX_MAX;
|
| #include <limits.h> /* for CHAR_BIT */
| #define TYPE_MINIMUM(t) ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ TYPE_MAXIMUM (t)))
| #define TYPE_MAXIMUM(t) ((t) ((t) 0 < (t) -1 ? (t) -1 : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1)))
| struct s {
| int check_PTRDIFF:
| PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t)
| && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t)
| ? 1 : -1;
| /* Detect bug in FreeBSD 6.0 / ia64. */
| int check_SIG_ATOMIC:
| SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t)
| && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t)
| ? 1 : -1;
| int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1;
| int check_WCHAR:
| WCHAR_MIN == TYPE_MINIMUM (wchar_t)
| && WCHAR_MAX == TYPE_MAXIMUM (wchar_t)
| ? 1 : -1;
| /* Detect bug in mingw. */
| int check_WINT:
| WINT_MIN == TYPE_MINIMUM (wint_t)
| && WINT_MAX == TYPE_MAXIMUM (wint_t)
| ? 1 : -1;
|
| /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */
| int check_UINT8_C:
| (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
| int check_UINT16_C:
| (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
|
| /* Detect bugs in OpenBSD 3.9 stdint.h. */
| #ifdef UINT8_MAX
| int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1;
| #endif
| #ifdef UINT16_MAX
| int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;
| #endif
| #ifdef UINT32_MAX
| int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
| #endif
| #ifdef UINT64_MAX
| int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;
| #endif
| int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
| int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
| int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;
| int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;
| int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;
| int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;
| int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;
| int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;
| int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
| int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
| int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
| };
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:8175: result: no
configure:8181: checking for sys/inttypes.h
configure:8181: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
conftest.c:71:10: fatal error: sys/inttypes.h: No such file or directory
71 | #include <sys/inttypes.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:8181: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cgminer"
| #define PACKAGE_TARNAME "cgminer"
| #define PACKAGE_VERSION "2.10.4"
| #define PACKAGE_STRING "cgminer 2.10.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "cgminer"
| #define VERSION "2.10.4"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define CGMINER_MAJOR_VERSION 2
| #define CGMINER_MINOR_VERSION 10
| #define CGMINER_MINOR_SUBVERSION 4
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_MPROTECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define restrict __restrict__
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/inttypes.h>
configure:8181: result: no
configure:8187: checking for sys/bitypes.h
configure:8187: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
conftest.c:71:10: fatal error: sys/bitypes.h: No such file or directory
71 | #include <sys/bitypes.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
configure:8187: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cgminer"
| #define PACKAGE_TARNAME "cgminer"
| #define PACKAGE_VERSION "2.10.4"
| #define PACKAGE_STRING "cgminer 2.10.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "cgminer"
| #define VERSION "2.10.4"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define CGMINER_MAJOR_VERSION 2
| #define CGMINER_MINOR_VERSION 10
| #define CGMINER_MINOR_SUBVERSION 4
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_MPROTECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define restrict __restrict__
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/bitypes.h>
configure:8187: result: no
configure:8213: checking for bit size of ptrdiff_t
configure:8219: gcc -o conftest -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 -L/data/data/com.termux/files/usr/lib conftest.c >&5
configure:8219: $? = 0
configure:8219: ./conftest
configure:8219: $? = 0
configure:8241: result: 64
configure:8213: checking for bit size of size_t
configure:8219: gcc -o conftest -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 -L/data/data/com.termux/files/usr/lib conftest.c >&5
configure:8219: $? = 0
configure:8219: ./conftest
configure:8219: $? = 0
configure:8241: result: 64
configure:8258: checking for bit size of sig_atomic_t
configure:8264: gcc -o conftest -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 -L/data/data/com.termux/files/usr/lib conftest.c >&5
configure:8264: $? = 0
configure:8264: ./conftest
configure:8264: $? = 0
configure:8286: result: 32
configure:8258: checking for bit size of wchar_t
configure:8264: gcc -o conftest -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 -L/data/data/com.termux/files/usr/lib conftest.c >&5
configure:8264: $? = 0
configure:8264: ./conftest
configure:8264: $? = 0
configure:8286: result: 32
configure:8258: checking for bit size of wint_t
configure:8264: gcc -o conftest -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 -L/data/data/com.termux/files/usr/lib conftest.c >&5
configure:8264: $? = 0
configure:8264: ./conftest
configure:8264: $? = 0
configure:8286: result: 32
configure:8302: checking whether sig_atomic_t is signed
configure:8330: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
configure:8330: $? = 0
configure:8341: result: yes
configure:8302: checking whether wchar_t is signed
configure:8330: gcc -c -O3 -Wall -march=armv8-a+crypto -mtune=cortex-a77 conftest.c >&5
conftest.c:60:17: error: size of array 'verify' is negative
60 | int verify[2 * ((wchar_t) -1 < (wchar_t) 0) - 1];
| ^~~~~~
configure:8330: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cgminer"
| #define PACKAGE_TARNAME "cgminer"
| #define PACKAGE_VERSION "2.10.4"
| #define PACKAGE_STRING "cgminer 2.10.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""