-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.log
2793 lines (2758 loc) · 90.1 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 tinc configure UNKNOWN, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --disable-curses --disable-readline
## --------- ##
## Platform. ##
## --------- ##
hostname = nas
uname -m = amd64
uname -r = 12.1-RELEASE
uname -s = FreeBSD
uname -v = FreeBSD 12.1-RELEASE r354233 GENERIC
/usr/bin/uname -p = amd64
/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: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /root/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2423: checking for a BSD-compatible install
configure:2491: result: /usr/bin/install -c
configure:2502: checking whether build environment is sane
configure:2557: result: yes
configure:2708: checking for a thread-safe mkdir -p
configure:2747: result: ./install-sh -c -d
configure:2754: checking for gawk
configure:2784: result: no
configure:2754: checking for mawk
configure:2784: result: no
configure:2754: checking for nawk
configure:2770: found /usr/bin/nawk
configure:2781: result: nawk
configure:2792: checking whether make sets $(MAKE)
configure:2814: result: yes
configure:2843: checking whether make supports nested variables
configure:2860: result: yes
configure:3000: checking whether make supports nested variables
configure:3017: result: yes
configure:3044: checking for style of include used by make
configure:3072: result: GNU
configure:3143: checking for gcc
configure:3173: result: no
configure:3236: checking for cc
configure:3257: found /usr/bin/cc
configure:3280: result: cc
configure:3399: checking for C compiler version
configure:3408: cc --version >&5
FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM 8.0.1)
Target: x86_64-unknown-freebsd12.1
Thread model: posix
InstalledDir: /usr/bin
configure:3419: $? = 0
configure:3408: cc -v >&5
FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM 8.0.1)
Target: x86_64-unknown-freebsd12.1
Thread model: posix
InstalledDir: /usr/bin
configure:3419: $? = 0
configure:3408: cc -V >&5
cc: error: argument to '-V' is missing (expected 1 value)
cc: error: no input files
configure:3419: $? = 1
configure:3408: cc -qversion >&5
cc: error: unknown argument '-qversion', did you mean '--version'?
cc: error: no input files
configure:3419: $? = 1
configure:3439: checking whether the C compiler works
configure:3461: cc -g -I/usr/local/include -L/usr/local/lib conftest.c >&5
configure:3465: $? = 0
configure:3513: result: yes
configure:3516: checking for C compiler default output file name
configure:3518: result: a.out
configure:3524: checking for suffix of executables
configure:3531: cc -o conftest -g -I/usr/local/include -L/usr/local/lib conftest.c >&5
configure:3535: $? = 0
configure:3557: result:
configure:3579: checking whether we are cross compiling
configure:3587: cc -o conftest -g -I/usr/local/include -L/usr/local/lib conftest.c >&5
configure:3591: $? = 0
configure:3598: ./conftest
configure:3602: $? = 0
configure:3617: result: no
configure:3622: checking for suffix of object files
configure:3644: cc -c -g -I/usr/local/include conftest.c >&5
configure:3648: $? = 0
configure:3669: result: o
configure:3673: checking whether we are using the GNU C compiler
configure:3692: cc -c -g -I/usr/local/include conftest.c >&5
configure:3692: $? = 0
configure:3701: result: yes
configure:3710: checking whether cc accepts -g
configure:3730: cc -c -g conftest.c >&5
configure:3730: $? = 0
configure:3771: result: yes
configure:3788: checking for cc option to accept ISO C89
configure:3851: cc -c -g -I/usr/local/include conftest.c >&5
configure:3851: $? = 0
configure:3864: result: none needed
configure:3889: checking whether cc understands -c and -o together
configure:3911: cc -c conftest.c -o conftest2.o
configure:3914: $? = 0
configure:3911: cc -c conftest.c -o conftest2.o
configure:3914: $? = 0
configure:3926: result: yes
configure:3945: checking dependency style of cc
configure:4056: result: gcc3
configure:4077: checking how to run the C preprocessor
configure:4108: cc -E conftest.c
configure:4108: $? = 0
configure:4122: cc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:4122: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tinc"
| #define PACKAGE_TARNAME "tinc"
| #define PACKAGE_VERSION "UNKNOWN"
| #define PACKAGE_STRING "tinc UNKNOWN"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tinc"
| #define VERSION "UNKNOWN"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4147: result: cc -E
configure:4167: cc -E conftest.c
configure:4167: $? = 0
configure:4181: cc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:4181: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tinc"
| #define PACKAGE_TARNAME "tinc"
| #define PACKAGE_VERSION "UNKNOWN"
| #define PACKAGE_STRING "tinc UNKNOWN"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tinc"
| #define VERSION "UNKNOWN"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4210: checking for grep that handles long lines and -e
configure:4268: result: /usr/bin/grep
configure:4273: checking for egrep
configure:4335: result: /usr/bin/grep -E
configure:4340: checking for ANSI C header files
configure:4360: cc -c -g -I/usr/local/include conftest.c >&5
configure:4360: $? = 0
configure:4433: cc -o conftest -g -I/usr/local/include -L/usr/local/lib conftest.c >&5
configure:4433: $? = 0
configure:4433: ./conftest
configure:4433: $? = 0
configure:4444: result: yes
configure:4457: checking for sys/types.h
configure:4457: cc -c -g -I/usr/local/include conftest.c >&5
configure:4457: $? = 0
configure:4457: result: yes
configure:4457: checking for sys/stat.h
configure:4457: cc -c -g -I/usr/local/include conftest.c >&5
configure:4457: $? = 0
configure:4457: result: yes
configure:4457: checking for stdlib.h
configure:4457: cc -c -g -I/usr/local/include conftest.c >&5
configure:4457: $? = 0
configure:4457: result: yes
configure:4457: checking for string.h
configure:4457: cc -c -g -I/usr/local/include conftest.c >&5
configure:4457: $? = 0
configure:4457: result: yes
configure:4457: checking for memory.h
configure:4457: cc -c -g -I/usr/local/include conftest.c >&5
configure:4457: $? = 0
configure:4457: result: yes
configure:4457: checking for strings.h
configure:4457: cc -c -g -I/usr/local/include conftest.c >&5
configure:4457: $? = 0
configure:4457: result: yes
configure:4457: checking for inttypes.h
configure:4457: cc -c -g -I/usr/local/include conftest.c >&5
configure:4457: $? = 0
configure:4457: result: yes
configure:4457: checking for stdint.h
configure:4457: cc -c -g -I/usr/local/include conftest.c >&5
configure:4457: $? = 0
configure:4457: result: yes
configure:4457: checking for unistd.h
configure:4457: cc -c -g -I/usr/local/include conftest.c >&5
configure:4457: $? = 0
configure:4457: result: yes
configure:4470: checking minix/config.h usability
configure:4470: cc -c -g -I/usr/local/include conftest.c >&5
conftest.c:54:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^~~~~~~~~~~~~~~~
1 error generated.
configure:4470: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tinc"
| #define PACKAGE_TARNAME "tinc"
| #define PACKAGE_VERSION "UNKNOWN"
| #define PACKAGE_STRING "tinc UNKNOWN"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tinc"
| #define VERSION "UNKNOWN"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4470: result: no
configure:4470: checking minix/config.h presence
configure:4470: cc -E conftest.c
conftest.c:21:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^~~~~~~~~~~~~~~~
1 error generated.
configure:4470: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tinc"
| #define PACKAGE_TARNAME "tinc"
| #define PACKAGE_VERSION "UNKNOWN"
| #define PACKAGE_STRING "tinc UNKNOWN"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tinc"
| #define VERSION "UNKNOWN"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:4470: result: no
configure:4470: checking for minix/config.h
configure:4470: result: no
configure:4491: checking whether it is safe to define __EXTENSIONS__
configure:4509: cc -c -g -I/usr/local/include conftest.c >&5
configure:4509: $? = 0
configure:4516: result: yes
configure:4535: checking for cc option to accept ISO C99
configure:4684: cc -c -g -I/usr/local/include conftest.c >&5
configure:4684: $? = 0
configure:4697: result: none needed
configure:4717: checking how to run the C preprocessor
configure:4787: result: cc -E
configure:4807: cc -E conftest.c
configure:4807: $? = 0
configure:4821: cc -E conftest.c
conftest.c:27:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:4821: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tinc"
| #define PACKAGE_TARNAME "tinc"
| #define PACKAGE_VERSION "UNKNOWN"
| #define PACKAGE_STRING "tinc UNKNOWN"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tinc"
| #define VERSION "UNKNOWN"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define __USE_BSD 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4852: checking for a sed that does not truncate output
configure:4916: result: /usr/bin/sed
configure:4934: checking whether to build with code coverage support
configure:4954: result: no
configure:5300: checking build system type
configure:5314: result: x86_64-unknown-freebsd12.1
configure:5334: checking host system type
configure:5347: result: x86_64-unknown-freebsd12.1
configure:5701: checking CFLAGS for maximum warnings
configure:5721: cc -c -g -I/usr/local/include -warn all -warn all conftest.c >&5
cc: error: unknown argument: '-warn'
cc: error: unknown argument: '-warn'
cc: error: no such file or directory: 'all'
cc: error: no such file or directory: 'all'
configure:5721: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tinc"
| #define PACKAGE_TARNAME "tinc"
| #define PACKAGE_VERSION "UNKNOWN"
| #define PACKAGE_STRING "tinc UNKNOWN"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tinc"
| #define VERSION "UNKNOWN"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define __USE_BSD 1
| #define HAVE_FREEBSD 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:5721: cc -c -g -I/usr/local/include -pedantic -Wall conftest.c >&5
configure:5721: $? = 0
configure:5729: result: -Wall
configure:5749: : CFLAGS="$CFLAGS"
configure:5752: $? = 0
configure:5784: checking whether C compiler accepts -DFORTIFY_SOURCE=2
configure:5803: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 conftest.c >&5
configure:5803: $? = 0
configure:5811: result: yes
configure:5819: checking whether C compiler accepts -fwrapv
configure:5838: cc -c -g -I/usr/local/include -Wall -fwrapv -DFORTIFY_SOURCE=2 conftest.c >&5
configure:5838: $? = 0
configure:5846: result: yes
configure:5964: checking whether C compiler accepts -fPIE
configure:5983: cc -c -g -I/usr/local/include -Wall -fPIE -DFORTIFY_SOURCE=2 -fwrapv conftest.c >&5
configure:5983: $? = 0
configure:5991: result: yes
configure:5999: checking whether the linker accepts -pie
configure:6018: cc -o conftest -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE -L/usr/local/lib -pie conftest.c >&5
configure:6018: $? = 0
configure:6027: result: yes
configure:6037: checking whether the linker accepts -Wl,-z,relro
configure:6056: cc -o conftest -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE -L/usr/local/lib -pie -Wl,-z,relro conftest.c >&5
configure:6056: $? = 0
configure:6065: result: yes
configure:6073: checking whether the linker accepts -Wl,-z,now
configure:6092: cc -o conftest -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE -L/usr/local/lib -pie -Wl,-z,relro -Wl,-z,now conftest.c >&5
configure:6092: $? = 0
configure:6101: result: yes
configure:6117: checking syslog.h usability
configure:6117: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking syslog.h presence
configure:6117: cc -E -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking for syslog.h
configure:6117: result: yes
configure:6117: checking sys/file.h usability
configure:6117: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking sys/file.h presence
configure:6117: cc -E -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking for sys/file.h
configure:6117: result: yes
configure:6117: checking sys/ioctl.h usability
configure:6117: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking sys/ioctl.h presence
configure:6117: cc -E -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking for sys/ioctl.h
configure:6117: result: yes
configure:6117: checking sys/mman.h usability
configure:6117: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking sys/mman.h presence
configure:6117: cc -E -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking for sys/mman.h
configure:6117: result: yes
configure:6117: checking sys/param.h usability
configure:6117: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking sys/param.h presence
configure:6117: cc -E -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking for sys/param.h
configure:6117: result: yes
configure:6117: checking sys/resource.h usability
configure:6117: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking sys/resource.h presence
configure:6117: cc -E -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking for sys/resource.h
configure:6117: result: yes
configure:6117: checking sys/socket.h usability
configure:6117: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking sys/socket.h presence
configure:6117: cc -E -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking for sys/socket.h
configure:6117: result: yes
configure:6117: checking sys/time.h usability
configure:6117: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking sys/time.h presence
configure:6117: cc -E -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking for sys/time.h
configure:6117: result: yes
configure:6117: checking sys/un.h usability
configure:6117: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking sys/un.h presence
configure:6117: cc -E -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking for sys/un.h
configure:6117: result: yes
configure:6117: checking sys/wait.h usability
configure:6117: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking sys/wait.h presence
configure:6117: cc -E -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking for sys/wait.h
configure:6117: result: yes
configure:6117: checking netdb.h usability
configure:6117: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking netdb.h presence
configure:6117: cc -E -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking for netdb.h
configure:6117: result: yes
configure:6117: checking arpa/inet.h usability
configure:6117: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking arpa/inet.h presence
configure:6117: cc -E -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking for arpa/inet.h
configure:6117: result: yes
configure:6117: checking dirent.h usability
configure:6117: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking dirent.h presence
configure:6117: cc -E -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking for dirent.h
configure:6117: result: yes
configure:6117: checking getopt.h usability
configure:6117: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking getopt.h presence
configure:6117: cc -E -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c
configure:6117: $? = 0
configure:6117: result: yes
configure:6117: checking for getopt.h
configure:6117: result: yes
configure:6130: checking for net/if.h
configure:6130: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6130: $? = 0
configure:6130: result: yes
configure:6130: checking for net/if_types.h
configure:6130: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6130: $? = 0
configure:6130: result: yes
configure:6130: checking for net/ethernet.h
configure:6130: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6130: $? = 0
configure:6130: result: yes
configure:6130: checking for net/if_arp.h
configure:6130: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6130: $? = 0
configure:6130: result: yes
configure:6130: checking for netinet/in_systm.h
configure:6130: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6130: $? = 0
configure:6130: result: yes
configure:6130: checking for netinet/in.h
configure:6130: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6130: $? = 0
configure:6130: result: yes
configure:6130: checking for netinet/in6.h
configure:6130: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
conftest.c:51:10: fatal error: 'netinet/in6.h' file not found
#include <netinet/in6.h>
^~~~~~~~~~~~~~~
1 error generated.
configure:6130: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tinc"
| #define PACKAGE_TARNAME "tinc"
| #define PACKAGE_VERSION "UNKNOWN"
| #define PACKAGE_STRING "tinc UNKNOWN"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tinc"
| #define VERSION "UNKNOWN"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define __USE_BSD 1
| #define HAVE_FREEBSD 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NET_IF_TYPES_H 1
| #define HAVE_NET_ETHERNET_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| /* end confdefs.h. */
| #include "./src/have.h"
|
|
| #include <netinet/in6.h>
configure:6130: result: no
configure:6130: checking for netpacket/packet.h
configure:6130: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
conftest.c:51:10: fatal error: 'netpacket/packet.h' file not found
#include <netpacket/packet.h>
^~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:6130: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tinc"
| #define PACKAGE_TARNAME "tinc"
| #define PACKAGE_VERSION "UNKNOWN"
| #define PACKAGE_STRING "tinc UNKNOWN"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tinc"
| #define VERSION "UNKNOWN"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define __USE_BSD 1
| #define HAVE_FREEBSD 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NET_IF_TYPES_H 1
| #define HAVE_NET_ETHERNET_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| /* end confdefs.h. */
| #include "./src/have.h"
|
|
| #include <netpacket/packet.h>
configure:6130: result: no
configure:6145: checking for netinet/if_ether.h
configure:6145: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6145: $? = 0
configure:6145: result: yes
configure:6145: checking for netinet/ip.h
configure:6145: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6145: $? = 0
configure:6145: result: yes
configure:6145: checking for netinet/ip6.h
configure:6145: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6145: $? = 0
configure:6145: result: yes
configure:6145: checking for resolv.h
configure:6145: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6145: $? = 0
configure:6145: result: yes
configure:6160: checking for netinet/tcp.h
configure:6160: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6160: $? = 0
configure:6160: result: yes
configure:6160: checking for netinet/ip_icmp.h
configure:6160: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6160: $? = 0
configure:6160: result: yes
configure:6160: checking for netinet/icmp6.h
configure:6160: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6160: $? = 0
configure:6160: result: yes
configure:6174: checking for working __malloc__ attribute
configure:6188: cc -c -g -I/usr/local/include -Wall -Wall -Werror -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6188: $? = 0
configure:6198: result: yes
configure:6208: checking for working __warn_unused_result__ attribute
configure:6222: cc -c -g -I/usr/local/include -Wall -Wall -Werror -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6222: $? = 0
configure:6232: result: yes
configure:6242: checking for struct ether_header
configure:6242: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6242: $? = 0
configure:6242: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
conftest.c:61:34: error: expected expression
if (sizeof ((struct ether_header)))
^
1 error generated.
configure:6242: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tinc"
| #define PACKAGE_TARNAME "tinc"
| #define PACKAGE_VERSION "UNKNOWN"
| #define PACKAGE_STRING "tinc UNKNOWN"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tinc"
| #define VERSION "UNKNOWN"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define __USE_BSD 1
| #define HAVE_FREEBSD 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NET_IF_TYPES_H 1
| #define HAVE_NET_ETHERNET_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_ICMP6_H 1
| /* end confdefs.h. */
| #include "./src/have.h"
|
|
| int
| main ()
| {
| if (sizeof ((struct ether_header)))
| return 0;
| ;
| return 0;
| }
configure:6242: result: yes
configure:6253: checking for struct arphdr
configure:6253: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6253: $? = 0
configure:6253: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
conftest.c:62:28: error: expected expression
if (sizeof ((struct arphdr)))
^
1 error generated.
configure:6253: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tinc"
| #define PACKAGE_TARNAME "tinc"
| #define PACKAGE_VERSION "UNKNOWN"
| #define PACKAGE_STRING "tinc UNKNOWN"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tinc"
| #define VERSION "UNKNOWN"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define __USE_BSD 1
| #define HAVE_FREEBSD 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NET_IF_TYPES_H 1
| #define HAVE_NET_ETHERNET_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_STRUCT_ETHER_HEADER 1
| /* end confdefs.h. */
| #include "./src/have.h"
|
|
| int
| main ()
| {
| if (sizeof ((struct arphdr)))
| return 0;
| ;
| return 0;
| }
configure:6253: result: yes
configure:6264: checking for struct ether_arp
configure:6264: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6264: $? = 0
configure:6264: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
conftest.c:63:31: error: expected expression
if (sizeof ((struct ether_arp)))
^
1 error generated.
configure:6264: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tinc"
| #define PACKAGE_TARNAME "tinc"
| #define PACKAGE_VERSION "UNKNOWN"
| #define PACKAGE_STRING "tinc UNKNOWN"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tinc"
| #define VERSION "UNKNOWN"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define __USE_BSD 1
| #define HAVE_FREEBSD 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NET_IF_TYPES_H 1
| #define HAVE_NET_ETHERNET_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IP6_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IP_ICMP_H 1
| #define HAVE_NETINET_ICMP6_H 1
| #define HAVE_STRUCT_ETHER_HEADER 1
| #define HAVE_STRUCT_ARPHDR 1
| /* end confdefs.h. */
| #include "./src/have.h"
|
|
| int
| main ()
| {
| if (sizeof ((struct ether_arp)))
| return 0;
| ;
| return 0;
| }
configure:6264: result: yes
configure:6275: checking for struct ip
configure:6275: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
configure:6275: $? = 0
configure:6275: cc -c -g -I/usr/local/include -Wall -DFORTIFY_SOURCE=2 -fwrapv -fPIE conftest.c >&5
conftest.c:64:24: error: expected expression
if (sizeof ((struct ip)))
^
1 error generated.
configure:6275: $? = 1