summaryrefslogtreecommitdiff
path: root/abi-tracker/build_logs/gnutls/3.4.7/build
blob: 2fa1bc0ab1b7ed92c32e840d6ce14079a5e924e9 (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
***
*** Checking for compilation programs...

checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking dependency style of gcc... gcc3
checking the archiver (ar) interface... ar
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for bison... bison -y
checking for a sed that does not truncate output... /bin/sed
checking for inline... inline
checking for ANSI C header files... (cached) yes
checking cpuid.h usability... yes
checking cpuid.h presence... yes
checking for cpuid.h... yes
checking for getrandom... no
checking for getentropy... no
checking for NETTLE... yes
checking for HOGWEED... yes
checking for __gmpz_cmp in -lgmp... yes
checking whether to use the included minitasn1... yes
checking whether C99 macros are supported... yes
checking whether to disable DTLS-SRTP extension... no
checking whether to disable ALPN extension... no
checking whether to disable TLS heartbeat support... yes
checking whether to disable SRP authentication support... no
checking whether to disable PSK authentication support... no
checking whether to disable anonymous authentication support... no
checking whether to disable DHE support... no
checking whether to disable ECDHE support... no
checking whether to disable OpenPGP Certificate authentication support... no
checking whether to add cryptodev support... no
checking whether to disable OCSP support... no
checking whether to disable session tickets support... no
checking size of void *... 8
checking size of long long... 8
checking size of long... 8
checking size of int... 4
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking for inttypes.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking stdio_ext.h usability... yes
checking stdio_ext.h presence... yes
checking for stdio_ext.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for library containing setsockopt... none needed
checking whether to build OpenSSL compatibility layer... no
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... no
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking whether byte ordering is bigendian... no
checking for fork... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for getrusage... yes
checking for getpwuid_r... yes
checking for nanosleep... yes
checking for daemon... yes
checking for getpid... yes
checking for clock_gettime... yes
checking for iconv... yes
checking for localtime... yes
checking for vasprintf... yes
checking for __register_atfork... yes
checking for librt... yes
checking how to link with librt... -lrt
checking for pthread_mutex_lock... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for C/C++ restrict keyword... __restrict
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking for complete errno.h... yes
checking for _set_invalid_parameter_handler... no
checking for getdelim... yes
checking for gettimeofday... yes
checking for mprotect... yes
checking for snprintf... yes
checking for strndup... yes
checking for localtime_r... yes
checking for vasnprintf... no
checking for shutdown... yes
checking for __fsetlocking... yes
checking for tcgetattr... yes
checking for tcsetattr... yes
checking for nanotime... no
checking for setenv... yes
checking for strdup... yes
checking whether stat file-mode macros are broken... no
checking for mode_t... yes
checking for nlink_t... yes
checking whether fchmodat is declared without a macro... yes
checking whether fstat is declared without a macro... yes
checking whether fstatat is declared without a macro... yes
checking whether futimens is declared without a macro... yes
checking whether lchmod is declared without a macro... yes
checking whether lstat is declared without a macro... yes
checking whether mkdirat is declared without a macro... yes
checking whether mkfifo is declared without a macro... yes
checking whether mkfifoat is declared without a macro... yes
checking whether mknod is declared without a macro... yes
checking whether mknodat is declared without a macro... yes
checking whether stat is declared without a macro... yes
checking whether utimensat is declared without a macro... yes
checking whether stdin defaults to large file offsets... yes
checking for pid_t... yes
checking whether ftello is declared... yes
checking for ftello... yes
checking whether ftello works... yes
checking whether getdelim is declared... yes
checking whether getline is declared... yes
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether gettimeofday is declared without a macro... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether memmem is declared... yes
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking whether snprintf returns a byte count as in C99... yes
checking whether snprintf is declared... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for wchar_t... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking whether stdint.h conforms to C99... yes
checking whether ffsl is declared without a macro... yes
checking whether ffsll is declared without a macro... yes
checking whether memmem is declared without a macro... yes
checking whether mempcpy is declared without a macro... yes
checking whether memrchr is declared without a macro... yes
checking whether rawmemchr is declared without a macro... yes
checking whether stpcpy is declared without a macro... yes
checking whether stpncpy is declared without a macro... yes
checking whether strchrnul is declared without a macro... yes
checking whether strdup is declared without a macro... yes
checking whether strncat is declared without a macro... yes
checking whether strndup is declared without a macro... yes
checking whether strnlen is declared without a macro... yes
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... yes
checking whether strcasestr is declared without a macro... yes
checking whether strtok_r is declared without a macro... yes
checking whether strerror_r is declared without a macro... yes
checking whether strsignal is declared without a macro... yes
checking whether strverscmp is declared without a macro... yes
checking whether ffs is declared without a macro... yes
checking whether strcasecmp is declared without a macro... yes
checking whether strncasecmp is declared without a macro... yes
checking whether strndup is declared... (cached) yes
checking whether strnlen is declared... (cached) yes
checking whether strtok_r is declared... (cached) yes
checking whether <sys/socket.h> is self-contained... yes
checking for shutdown... (cached) yes
checking whether <sys/socket.h> defines the SHUT_* macros... yes
checking for struct sockaddr_storage... yes
checking for sa_family_t... yes
checking for struct sockaddr_storage.ss_family... yes
checking whether socket is declared without a macro... yes
checking whether connect is declared without a macro... yes
checking whether accept is declared without a macro... yes
checking whether bind is declared without a macro... yes
checking whether getpeername is declared without a macro... yes
checking whether getsockname is declared without a macro... yes
checking whether getsockopt is declared without a macro... yes
checking whether listen is declared without a macro... yes
checking whether recv is declared without a macro... yes
checking whether send is declared without a macro... yes
checking whether recvfrom is declared without a macro... yes
checking whether sendto is declared without a macro... yes
checking whether setsockopt is declared without a macro... yes
checking whether shutdown is declared without a macro... yes
checking whether accept4 is declared without a macro... yes
checking for struct timespec in <time.h>... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking where to find the exponent in a 'double'... word 1 bit 20
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking whether vsnprintf is declared... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking for working fcntl.h... yes
checking whether ungetc works on arbitrary bytes... yes
checking whether imaxabs is declared without a macro... yes
checking whether imaxdiv is declared without a macro... yes
checking whether strtoimax is declared without a macro... yes
checking whether strtoumax is declared without a macro... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for alloca as a compiler built-in... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking whether conversion from 'int' to 'long double' works... yes
checking for ftello... (cached) yes
checking whether ftello works... (cached) yes
checking whether __func__ is available... yes
checking for working getdelim function... yes
checking for getline... yes
checking for working getline function... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... almost
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking if gcc/ld supports -Wl,--output-def... no
checking if LD -Wl,--version-script works... yes
checking whether lseek detects pipes... yes
checking for memmem... yes
checking whether memmem works... yes
checking whether getaddrinfo is declared without a macro... yes
checking whether freeaddrinfo is declared without a macro... yes
checking whether gai_strerror is declared without a macro... yes
checking whether getnameinfo is declared without a macro... yes
checking whether <netinet/in.h> is self-contained... yes
checking for pmccabe... false
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for snprintf... (cached) yes
checking whether snprintf respects a size of 1... yes
checking whether printf supports POSIX/XSI format strings with positions... yes
checking for socklen_t... yes
checking for ssize_t... yes
checking for working stdalign.h... yes
checking for max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking which flavor of printf attribute matches inttypes macros... system
checking whether dprintf is declared without a macro... yes
checking whether fpurge is declared without a macro... no
checking whether fseeko is declared without a macro... yes
checking whether ftello is declared without a macro... yes
checking whether getdelim is declared without a macro... yes
checking whether getline is declared without a macro... yes
checking whether gets is declared without a macro... no
checking whether pclose is declared without a macro... yes
checking whether popen is declared without a macro... yes
checking whether renameat is declared without a macro... yes
checking whether snprintf is declared without a macro... yes
checking whether tmpfile is declared without a macro... yes
checking whether vdprintf is declared without a macro... yes
checking whether vsnprintf is declared without a macro... yes
checking whether _Exit is declared without a macro... yes
checking whether atoll is declared without a macro... yes
checking whether canonicalize_file_name is declared without a macro... yes
checking whether getloadavg is declared without a macro... yes
checking whether getsubopt is declared without a macro... yes
checking whether grantpt is declared without a macro... yes
checking whether initstate is declared without a macro... yes
checking whether initstate_r is declared without a macro... yes
checking whether mkdtemp is declared without a macro... yes
checking whether mkostemp is declared without a macro... yes
checking whether mkostemps is declared without a macro... yes
checking whether mkstemp is declared without a macro... yes
checking whether mkstemps is declared without a macro... yes
checking whether posix_openpt is declared without a macro... yes
checking whether ptsname is declared without a macro... yes
checking whether ptsname_r is declared without a macro... yes
checking whether random is declared without a macro... yes
checking whether random_r is declared without a macro... yes
checking whether realpath is declared without a macro... yes
checking whether rpmatch is declared without a macro... yes
checking whether secure_getenv is declared without a macro... yes
checking whether setenv is declared without a macro... yes
checking whether setstate is declared without a macro... yes
checking whether setstate_r is declared without a macro... yes
checking whether srandom is declared without a macro... yes
checking whether srandom_r is declared without a macro... yes
checking whether strtod is declared without a macro... yes
checking whether strtoll is declared without a macro... yes
checking whether strtoull is declared without a macro... yes
checking whether unlockpt is declared without a macro... yes
checking whether unsetenv is declared without a macro... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... (cached) yes
checking for working strndup... yes
checking for working strnlen... yes
checking for strtok_r... yes
checking whether strtok_r works... yes
checking for strverscmp... yes
checking for nlink_t... (cached) yes
checking whether fchmodat is declared without a macro... (cached) yes
checking whether fstat is declared without a macro... (cached) yes
checking whether fstatat is declared without a macro... (cached) yes
checking whether futimens is declared without a macro... (cached) yes
checking whether lchmod is declared without a macro... (cached) yes
checking whether lstat is declared without a macro... (cached) yes
checking whether mkdirat is declared without a macro... (cached) yes
checking whether mkfifo is declared without a macro... (cached) yes
checking whether mkfifoat is declared without a macro... (cached) yes
checking whether mknod is declared without a macro... (cached) yes
checking whether mknodat is declared without a macro... (cached) yes
checking whether stat is declared without a macro... (cached) yes
checking whether utimensat is declared without a macro... (cached) yes
checking whether localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking whether chdir is declared without a macro... yes
checking whether chown is declared without a macro... yes
checking whether dup is declared without a macro... yes
checking whether dup2 is declared without a macro... yes
checking whether dup3 is declared without a macro... yes
checking whether environ is declared without a macro... yes
checking whether euidaccess is declared without a macro... yes
checking whether faccessat is declared without a macro... yes
checking whether fchdir is declared without a macro... yes
checking whether fchownat is declared without a macro... yes
checking whether fdatasync is declared without a macro... yes
checking whether fsync is declared without a macro... yes
checking whether ftruncate is declared without a macro... yes
checking whether getcwd is declared without a macro... yes
checking whether getdomainname is declared without a macro... yes
checking whether getdtablesize is declared without a macro... yes
checking whether getgroups is declared without a macro... yes
checking whether gethostname is declared without a macro... yes
checking whether getlogin is declared without a macro... yes
checking whether getlogin_r is declared without a macro... yes
checking whether getpagesize is declared without a macro... yes
checking whether getusershell is declared without a macro... yes
checking whether setusershell is declared without a macro... yes
checking whether endusershell is declared without a macro... yes
checking whether group_member is declared without a macro... yes
checking whether isatty is declared without a macro... yes
checking whether lchown is declared without a macro... yes
checking whether link is declared without a macro... yes
checking whether linkat is declared without a macro... yes
checking whether lseek is declared without a macro... yes
checking whether pipe is declared without a macro... yes
checking whether pipe2 is declared without a macro... yes
checking whether pread is declared without a macro... yes
checking whether pwrite is declared without a macro... yes
checking whether readlink is declared without a macro... yes
checking whether readlinkat is declared without a macro... yes
checking whether rmdir is declared without a macro... yes
checking whether sethostname is declared without a macro... yes
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... yes
checking whether symlinkat is declared without a macro... yes
checking whether ttyname_r is declared without a macro... yes
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... yes
checking whether usleep is declared without a macro... yes
checking for valgrind... valgrind
checking whether self tests are run under valgrind... yes
checking for ptrdiff_t... yes
checking for vasprintf... (cached) yes
checking for vsnprintf... yes
checking whether snprintf respects a size of 1... (cached) yes
checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... yes
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... yes
checking whether wcwidth is declared without a macro... yes
checking whether wmemchr is declared without a macro... yes
checking whether wmemcmp is declared without a macro... yes
checking whether wmemcpy is declared without a macro... yes
checking whether wmemmove is declared without a macro... yes
checking whether wmemset is declared without a macro... yes
checking whether wcslen is declared without a macro... yes
checking whether wcsnlen is declared without a macro... yes
checking whether wcscpy is declared without a macro... yes
checking whether wcpcpy is declared without a macro... yes
checking whether wcsncpy is declared without a macro... yes
checking whether wcpncpy is declared without a macro... yes
checking whether wcscat is declared without a macro... yes
checking whether wcsncat is declared without a macro... yes
checking whether wcscmp is declared without a macro... yes
checking whether wcsncmp is declared without a macro... yes
checking whether wcscasecmp is declared without a macro... yes
checking whether wcsncasecmp is declared without a macro... yes
checking whether wcscoll is declared without a macro... yes
checking whether wcsxfrm is declared without a macro... yes
checking whether wcsdup is declared without a macro... yes
checking whether wcschr is declared without a macro... yes
checking whether wcsrchr is declared without a macro... yes
checking whether wcscspn is declared without a macro... yes
checking whether wcsspn is declared without a macro... yes
checking whether wcspbrk is declared without a macro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... yes
checking for stdint.h... (cached) yes
checking whether fcntl is declared without a macro... yes
checking whether openat is declared without a macro... yes
checking whether fdopen sets errno... yes
checking for getpagesize... yes
checking whether getpagesize is declared... (cached) yes
checking whether INT32_MAX < INTMAX_MAX... yes
checking whether INT64_MAX == LONG_MAX... yes
checking whether UINT32_MAX < UINTMAX_MAX... yes
checking whether UINT64_MAX == ULONG_MAX... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for valgrind... (cached) valgrind
checking whether self tests are run under valgrind... yes
checking if environ is properly declared... yes
checking whether strerror_r is declared... (cached) yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking whether fseeko is declared... (cached) yes
checking for fseeko... yes
checking for library containing gethostbyname... none required
checking for gethostbyname... yes
checking for library containing getservbyname... none required
checking for getservbyname... yes
checking for library containing inet_ntop... none required
checking whether inet_ntop is declared... yes
checking for IPv4 sockets... yes
checking for IPv6 sockets... yes
checking whether getpass is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether flockfile is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether funlockfile is declared... yes
checking whether putc_unlocked is declared... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether alarm is declared... yes
checking for compound literals... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_gmtoff... yes
checking whether <sys/select.h> is self-contained... yes
checking whether pselect is declared without a macro... yes
checking whether select is declared without a macro... yes
checking whether setenv is declared... (cached) yes
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking for tsearch... yes
checking for sigset_t... yes
checking for uid_t in sys/types.h... yes
checking whether strdup is declared... (cached) yes
checking whether strerror(0) succeeds... yes
checking whether unsetenv is declared... (cached) yes
checking for alloca as a compiler built-in... (cached) yes
checking whether inet_ntop is declared without a macro... yes
checking whether inet_pton is declared without a macro... yes
checking for library containing clock_gettime... none required
checking for clock_gettime... (cached) yes
checking for clock_settime... yes
checking whether dup2 works... yes
checking for error_at_line... yes
checking whether conversion from 'int' to 'long double' works... (cached) yes
checking for fseeko... (cached) yes
checking for ftello... (cached) yes
checking whether ftello works... (cached) yes
configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo
checking for library containing getaddrinfo... none required
checking for getaddrinfo... yes
checking whether gai_strerror is declared... (cached) yes
checking whether gai_strerrorA is declared... no
checking for gai_strerror with POSIX signature... yes
checking for struct sockaddr.sa_len... no
checking whether getaddrinfo is declared... (cached) yes
checking whether freeaddrinfo is declared... (cached) yes
checking whether getnameinfo is declared... (cached) yes
checking for struct addrinfo... yes
checking for working getdelim function... (cached) yes
checking for getline... (cached) yes
checking for working getline function... (cached) yes
checking for getpass... yes
checking whether gettimeofday clobbers localtime buffer... (cached) no
checking for gettimeofday with POSIX signature... (cached) almost
checking for library containing gethostbyname... (cached) none required
checking for gethostbyname... (cached) yes
checking for library containing inet_ntop... (cached) none required
checking whether inet_ntop is declared... (cached) yes
checking for library containing inet_pton... none required
checking whether inet_pton is declared... (cached) yes
checking whether lseek detects pipes... (cached) yes
checking for working mktime... yes
checking whether getaddrinfo is declared without a macro... (cached) yes
checking whether freeaddrinfo is declared without a macro... (cached) yes
checking whether gai_strerror is declared without a macro... (cached) yes
checking whether getnameinfo is declared without a macro... (cached) yes
checking whether <netinet/in.h> is self-contained... (cached) yes
checking for struct tm.tm_zone... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking whether select supports a 0 argument... yes
checking whether select detects invalid fds... yes
checking for library containing getservbyname... (cached) none required
checking for getservbyname... (cached) yes
checking whether setenv validates arguments... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking whether pthread_sigmask is declared without a macro... yes
checking whether sigaction is declared without a macro... yes
checking whether sigaddset is declared without a macro... yes
checking whether sigdelset is declared without a macro... yes
checking whether sigemptyset is declared without a macro... yes
checking whether sigfillset is declared without a macro... yes
checking whether sigismember is declared without a macro... yes
checking whether sigpending is declared without a macro... yes
checking whether sigprocmask is declared without a macro... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... (cached) yes
checking for snprintf... (cached) yes
checking whether snprintf respects a size of 1... (cached) yes
checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
checking for socklen_t... (cached) yes
checking for ssize_t... (cached) yes
checking for working stdalign.h... (cached) yes
checking for max_align_t... (cached) yes
checking whether NULL can be used in arbitrary expressions... (cached) yes
checking which flavor of printf attribute matches inttypes macros... (cached) system
checking whether dprintf is declared without a macro... (cached) yes
checking whether fpurge is declared without a macro... (cached) no
checking whether fseeko is declared without a macro... (cached) yes
checking whether ftello is declared without a macro... (cached) yes
checking whether getdelim is declared without a macro... (cached) yes
checking whether getline is declared without a macro... (cached) yes
checking whether gets is declared without a macro... (cached) no
checking whether pclose is declared without a macro... (cached) yes
checking whether popen is declared without a macro... (cached) yes
checking whether renameat is declared without a macro... (cached) yes
checking whether snprintf is declared without a macro... (cached) yes
checking whether tmpfile is declared without a macro... (cached) yes
checking whether vdprintf is declared without a macro... (cached) yes
checking whether vsnprintf is declared without a macro... (cached) yes
checking whether _Exit is declared without a macro... (cached) yes
checking whether atoll is declared without a macro... (cached) yes
checking whether canonicalize_file_name is declared without a macro... (cached) yes
checking whether getloadavg is declared without a macro... (cached) yes
checking whether getsubopt is declared without a macro... (cached) yes
checking whether grantpt is declared without a macro... (cached) yes
checking whether initstate is declared without a macro... (cached) yes
checking whether initstate_r is declared without a macro... (cached) yes
checking whether mkdtemp is declared without a macro... (cached) yes
checking whether mkostemp is declared without a macro... (cached) yes
checking whether mkostemps is declared without a macro... (cached) yes
checking whether mkstemp is declared without a macro... (cached) yes
checking whether mkstemps is declared without a macro... (cached) yes
checking whether posix_openpt is declared without a macro... (cached) yes
checking whether ptsname is declared without a macro... (cached) yes
checking whether ptsname_r is declared without a macro... (cached) yes
checking whether random is declared without a macro... (cached) yes
checking whether random_r is declared without a macro... (cached) yes
checking whether realpath is declared without a macro... (cached) yes
checking whether rpmatch is declared without a macro... (cached) yes
checking whether secure_getenv is declared without a macro... (cached) yes
checking whether setenv is declared without a macro... (cached) yes
checking whether setstate is declared without a macro... (cached) yes
checking whether setstate_r is declared without a macro... (cached) yes
checking whether srandom is declared without a macro... (cached) yes
checking whether srandom_r is declared without a macro... (cached) yes
checking whether strtod is declared without a macro... (cached) yes
checking whether strtoll is declared without a macro... (cached) yes
checking whether strtoull is declared without a macro... (cached) yes
checking whether unlockpt is declared without a macro... (cached) yes
checking whether unsetenv is declared without a macro... (cached) yes
checking for working strerror function... yes
checking whether <sys/select.h> is self-contained... (cached) yes
checking whether pselect is declared without a macro... (cached) yes
checking whether select is declared without a macro... (cached) yes
checking for nlink_t... (cached) yes
checking whether fchmodat is declared without a macro... (cached) yes
checking whether fstat is declared without a macro... (cached) yes
checking whether fstatat is declared without a macro... (cached) yes
checking whether futimens is declared without a macro... (cached) yes
checking whether lchmod is declared without a macro... (cached) yes
checking whether lstat is declared without a macro... (cached) yes
checking whether mkdirat is declared without a macro... (cached) yes
checking whether mkfifo is declared without a macro... (cached) yes
checking whether mkfifoat is declared without a macro... (cached) yes
checking whether mknod is declared without a macro... (cached) yes
checking whether mknodat is declared without a macro... (cached) yes
checking whether stat is declared without a macro... (cached) yes
checking whether utimensat is declared without a macro... (cached) yes
checking whether localtime_r is declared... (cached) yes
checking whether localtime_r is compatible with its POSIX signature... (cached) yes
checking whether chdir is declared without a macro... (cached) yes
checking whether chown is declared without a macro... (cached) yes
checking whether dup is declared without a macro... (cached) yes
checking whether dup2 is declared without a macro... (cached) yes
checking whether dup3 is declared without a macro... (cached) yes
checking whether environ is declared without a macro... (cached) yes
checking whether euidaccess is declared without a macro... (cached) yes
checking whether faccessat is declared without a macro... (cached) yes
checking whether fchdir is declared without a macro... (cached) yes
checking whether fchownat is declared without a macro... (cached) yes
checking whether fdatasync is declared without a macro... (cached) yes
checking whether fsync is declared without a macro... (cached) yes
checking whether ftruncate is declared without a macro... (cached) yes
checking whether getcwd is declared without a macro... (cached) yes
checking whether getdomainname is declared without a macro... (cached) yes
checking whether getdtablesize is declared without a macro... (cached) yes
checking whether getgroups is declared without a macro... (cached) yes
checking whether gethostname is declared without a macro... (cached) yes
checking whether getlogin is declared without a macro... (cached) yes
checking whether getlogin_r is declared without a macro... (cached) yes
checking whether getpagesize is declared without a macro... (cached) yes
checking whether getusershell is declared without a macro... (cached) yes
checking whether setusershell is declared without a macro... (cached) yes
checking whether endusershell is declared without a macro... (cached) yes
checking whether group_member is declared without a macro... (cached) yes
checking whether isatty is declared without a macro... (cached) yes
checking whether lchown is declared without a macro... (cached) yes
checking whether link is declared without a macro... (cached) yes
checking whether linkat is declared without a macro... (cached) yes
checking whether lseek is declared without a macro... (cached) yes
checking whether pipe is declared without a macro... (cached) yes
checking whether pipe2 is declared without a macro... (cached) yes
checking whether pread is declared without a macro... (cached) yes
checking whether pwrite is declared without a macro... (cached) yes
checking whether readlink is declared without a macro... (cached) yes
checking whether readlinkat is declared without a macro... (cached) yes
checking whether rmdir is declared without a macro... (cached) yes
checking whether sethostname is declared without a macro... (cached) yes
checking whether sleep is declared without a macro... (cached) yes
checking whether symlink is declared without a macro... (cached) yes
checking whether symlinkat is declared without a macro... (cached) yes
checking whether ttyname_r is declared without a macro... (cached) yes
checking whether unlink is declared without a macro... (cached) yes
checking whether unlinkat is declared without a macro... (cached) yes
checking whether usleep is declared without a macro... (cached) yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv obeys POSIX... yes
checking for ptrdiff_t... (cached) yes
checking whether btowc is declared without a macro... (cached) yes
checking whether wctob is declared without a macro... (cached) yes
checking whether mbsinit is declared without a macro... (cached) yes
checking whether mbrtowc is declared without a macro... (cached) yes
checking whether mbrlen is declared without a macro... (cached) yes
checking whether mbsrtowcs is declared without a macro... (cached) yes
checking whether mbsnrtowcs is declared without a macro... (cached) yes
checking whether wcrtomb is declared without a macro... (cached) yes
checking whether wcsrtombs is declared without a macro... (cached) yes
checking whether wcsnrtombs is declared without a macro... (cached) yes
checking whether wcwidth is declared without a macro... (cached) yes
checking whether wmemchr is declared without a macro... (cached) yes
checking whether wmemcmp is declared without a macro... (cached) yes
checking whether wmemcpy is declared without a macro... (cached) yes
checking whether wmemmove is declared without a macro... (cached) yes
checking whether wmemset is declared without a macro... (cached) yes
checking whether wcslen is declared without a macro... (cached) yes
checking whether wcsnlen is declared without a macro... (cached) yes
checking whether wcscpy is declared without a macro... (cached) yes
checking whether wcpcpy is declared without a macro... (cached) yes
checking whether wcsncpy is declared without a macro... (cached) yes
checking whether wcpncpy is declared without a macro... (cached) yes
checking whether wcscat is declared without a macro... (cached) yes
checking whether wcsncat is declared without a macro... (cached) yes
checking whether wcscmp is declared without a macro... (cached) yes
checking whether wcsncmp is declared without a macro... (cached) yes
checking whether wcscasecmp is declared without a macro... (cached) yes
checking whether wcsncasecmp is declared without a macro... (cached) yes
checking whether wcscoll is declared without a macro... (cached) yes
checking whether wcsxfrm is declared without a macro... (cached) yes
checking whether wcsdup is declared without a macro... (cached) yes
checking whether wcschr is declared without a macro... (cached) yes
checking whether wcsrchr is declared without a macro... (cached) yes
checking whether wcscspn is declared without a macro... (cached) yes
checking whether wcsspn is declared without a macro... (cached) yes
checking whether wcspbrk is declared without a macro... (cached) yes
checking whether wcsstr is declared without a macro... (cached) yes
checking whether wcstok is declared without a macro... (cached) yes
checking whether wcswidth is declared without a macro... (cached) yes
checking for stdint.h... (cached) yes
checking whether C compiler handles -Werror -Wunknown-warning-option... no
checking whether C compiler handles -Wframe-larger-than=2048... yes
checking whether -Wno-missing-field-initializers is supported... yes
checking whether -Wno-missing-field-initializers is needed... no
checking whether -Wuninitialized is supported... yes
checking whether C compiler handles -W... yes
checking whether C compiler handles -Wabi... yes
checking whether C compiler handles -Waddress... yes
checking whether C compiler handles -Waggressive-loop-optimizations... yes
checking whether C compiler handles -Wall... yes
checking whether C compiler handles -Wattributes... yes
checking whether C compiler handles -Wbad-function-cast... yes
checking whether C compiler handles -Wbool-compare... yes
checking whether C compiler handles -Wbuiltin-macro-redefined... yes
checking whether C compiler handles -Wcast-align... yes
checking whether C compiler handles -Wchar-subscripts... yes
checking whether C compiler handles -Wchkp... yes
checking whether C compiler handles -Wclobbered... yes
checking whether C compiler handles -Wcomment... yes
checking whether C compiler handles -Wcomments... yes
checking whether C compiler handles -Wcoverage-mismatch... yes
checking whether C compiler handles -Wcpp... yes
checking whether C compiler handles -Wdate-time... yes
checking whether C compiler handles -Wdeprecated... yes
checking whether C compiler handles -Wdeprecated-declarations... yes
checking whether C compiler handles -Wdesignated-init... yes
checking whether C compiler handles -Wdisabled-optimization... yes
checking whether C compiler handles -Wdiscarded-array-qualifiers... yes
checking whether C compiler handles -Wdiscarded-qualifiers... yes
checking whether C compiler handles -Wdiv-by-zero... yes
checking whether C compiler handles -Wdouble-promotion... yes
checking whether C compiler handles -Wempty-body... yes
checking whether C compiler handles -Wendif-labels... yes
checking whether C compiler handles -Wenum-compare... yes
checking whether C compiler handles -Wextra... yes
checking whether C compiler handles -Wformat-contains-nul... yes
checking whether C compiler handles -Wformat-extra-args... yes
checking whether C compiler handles -Wformat-security... yes
checking whether C compiler handles -Wformat-zero-length... yes
checking whether C compiler handles -Wfree-nonheap-object... yes
checking whether C compiler handles -Wignored-qualifiers... yes
checking whether C compiler handles -Wimplicit... yes
checking whether C compiler handles -Wimplicit-function-declaration... yes
checking whether C compiler handles -Wimplicit-int... yes
checking whether C compiler handles -Wincompatible-pointer-types... yes
checking whether C compiler handles -Winit-self... yes
checking whether C compiler handles -Wint-conversion... yes
checking whether C compiler handles -Wint-to-pointer-cast... yes
checking whether C compiler handles -Winvalid-memory-model... yes
checking whether C compiler handles -Winvalid-pch... yes
checking whether C compiler handles -Wjump-misses-init... yes
checking whether C compiler handles -Wlogical-not-parentheses... yes
checking whether C compiler handles -Wlogical-op... yes
checking whether C compiler handles -Wmain... yes
checking whether C compiler handles -Wmaybe-uninitialized... yes
checking whether C compiler handles -Wmemset-transposed-args... yes
checking whether C compiler handles -Wmissing-braces... yes
checking whether C compiler handles -Wmissing-declarations... yes
checking whether C compiler handles -Wmissing-field-initializers... yes
checking whether C compiler handles -Wmissing-include-dirs... yes
checking whether C compiler handles -Wmissing-parameter-type... yes
checking whether C compiler handles -Wmissing-prototypes... yes
checking whether C compiler handles -Wmultichar... yes
checking whether C compiler handles -Wnarrowing... yes
checking whether C compiler handles -Wnested-externs... yes
checking whether C compiler handles -Wnonnull... yes
checking whether C compiler handles -Wodr... yes
checking whether C compiler handles -Wold-style-declaration... yes
checking whether C compiler handles -Wold-style-definition... yes
checking whether C compiler handles -Wopenmp-simd... yes
checking whether C compiler handles -Woverflow... yes
checking whether C compiler handles -Woverride-init... yes
checking whether C compiler handles -Wpacked... yes
checking whether C compiler handles -Wpacked-bitfield-compat... yes
checking whether C compiler handles -Wparentheses... yes
checking whether C compiler handles -Wpointer-arith... yes
checking whether C compiler handles -Wpointer-sign... yes
checking whether C compiler handles -Wpointer-to-int-cast... yes
checking whether C compiler handles -Wpragmas... yes
checking whether C compiler handles -Wreturn-local-addr... yes
checking whether C compiler handles -Wreturn-type... yes
checking whether C compiler handles -Wsequence-point... yes
checking whether C compiler handles -Wshadow... yes
checking whether C compiler handles -Wshift-count-negative... yes
checking whether C compiler handles -Wshift-count-overflow... yes
checking whether C compiler handles -Wsizeof-array-argument... yes
checking whether C compiler handles -Wsizeof-pointer-memaccess... yes
checking whether C compiler handles -Wstrict-aliasing... yes
checking whether C compiler handles -Wstrict-prototypes... yes
checking whether C compiler handles -Wsuggest-attribute=format... yes
checking whether C compiler handles -Wsuggest-final-methods... yes
checking whether C compiler handles -Wsuggest-final-types... yes
checking whether C compiler handles -Wswitch... yes
checking whether C compiler handles -Wswitch-bool... yes
checking whether C compiler handles -Wsync-nand... yes
checking whether C compiler handles -Wtrampolines... yes
checking whether C compiler handles -Wtrigraphs... yes
checking whether C compiler handles -Wtype-limits... yes
checking whether C compiler handles -Wuninitialized... yes
checking whether C compiler handles -Wunknown-pragmas... yes
checking whether C compiler handles -Wunsafe-loop-optimizations... yes
checking whether C compiler handles -Wunused... yes
checking whether C compiler handles -Wunused-but-set-parameter... yes
checking whether C compiler handles -Wunused-but-set-variable... yes
checking whether C compiler handles -Wunused-function... yes
checking whether C compiler handles -Wunused-label... yes
checking whether C compiler handles -Wunused-local-typedefs... yes
checking whether C compiler handles -Wunused-macros... yes
checking whether C compiler handles -Wunused-parameter... yes
checking whether C compiler handles -Wunused-result... yes
checking whether C compiler handles -Wunused-value... yes
checking whether C compiler handles -Wunused-variable... yes
checking whether C compiler handles -Wvarargs... yes
checking whether C compiler handles -Wvariadic-macros... yes
checking whether C compiler handles -Wvector-operation-performance... yes
checking whether C compiler handles -Wvolatile-register-var... yes
checking whether C compiler handles -Wwrite-strings... yes
checking whether C compiler handles -Warray-bounds=2... yes
checking whether C compiler handles -Wnormalized=nfc... yes
checking whether C compiler handles -Wno-missing-field-initializers... yes
checking whether C compiler handles -Wno-format-y2k... yes
checking whether C compiler handles -Wno-unused-value... yes
checking whether C compiler handles -Wno-unused-result... yes
checking whether C compiler handles -Wno-unused-parameter... yes
checking whether C compiler handles -Wno-stack-protector... yes
checking whether C compiler handles -Wno-int-to-pointer-cast... yes
checking whether C compiler handles -fdiagnostics-show-option... yes
checking whether ln -s works... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for LIBIDN... yes
checking whether to build libdane... no
checking for tss library... yes
checking for working stdnoreturn.h... yes
checking for ssize_t... yes
checking size of unsigned long int... 8
checking size of unsigned int... 4
checking whether to include zlib compression support... yes
checking for libz... yes
checking how to link with libz... -lz
checking whether building Guile bindings... no
***
*** Checking dependencies for crywrap...

checking for arpa/inet.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking return type of signal handlers... void
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for alarm... yes
checking for atexit... yes
checking for dup2... yes
checking for epoll_create... yes
checking for kqueue... no
checking for memchr... yes
checking for memset... yes
checking for munmap... yes
checking for putenv... yes
checking for regcomp... yes
checking for scandir... yes
checking for select... yes
checking for socket... yes
checking for strcasecmp... (cached) yes
checking for strchr... yes
checking for strdup... (cached) yes
checking for strerror... yes
checking for strncasecmp... (cached) yes
checking for strrchr... yes
checking for strstr... yes
checking for strtoul... yes
checking for uname... yes
checking for argp_usage... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating guile/pre-inst-guile
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/credentials/Makefile
config.status: creating doc/credentials/openpgp/Makefile
config.status: creating doc/credentials/srp/Makefile
config.status: creating doc/credentials/x509/Makefile
config.status: creating doc/cyclo/Makefile
config.status: creating doc/doxygen/Doxyfile
config.status: creating doc/examples/Makefile
config.status: creating doc/latex/Makefile
config.status: creating doc/manpages/Makefile
config.status: creating doc/reference/Makefile
config.status: creating doc/reference/version.xml
config.status: creating doc/scripts/Makefile
config.status: creating extra/Makefile
config.status: creating extra/includes/Makefile
config.status: creating libdane/Makefile
config.status: creating libdane/includes/Makefile
config.status: creating libdane/gnutls-dane.pc
config.status: creating gl/Makefile
config.status: creating gl/tests/Makefile
config.status: creating guile/Makefile
config.status: creating guile/modules/Makefile
config.status: creating guile/src/Makefile
config.status: creating guile/tests/Makefile
config.status: creating lib/Makefile
config.status: creating lib/accelerated/Makefile
config.status: creating lib/accelerated/x86/Makefile
config.status: creating lib/algorithms/Makefile
config.status: creating lib/auth/Makefile
config.status: creating lib/ext/Makefile
config.status: creating lib/extras/Makefile
config.status: creating lib/gnutls.pc
config.status: creating lib/includes/Makefile
config.status: creating lib/includes/gnutls/gnutls.h
config.status: creating lib/minitasn1/Makefile
config.status: creating lib/nettle/Makefile
config.status: creating lib/opencdk/Makefile
config.status: creating lib/openpgp/Makefile
config.status: creating lib/x509/Makefile
config.status: creating po/Makefile.in
config.status: creating src/Makefile
config.status: creating src/crywrap/Makefile
config.status: creating src/gl/Makefile
config.status: creating tests/Makefile
config.status: creating tests/cert-tests/Makefile
config.status: creating tests/dsa/Makefile
config.status: creating tests/dtls/Makefile
config.status: creating tests/srp/Makefile
config.status: creating tests/ecdsa/Makefile
config.status: creating tests/key-tests/Makefile
config.status: creating tests/openpgp-certs/Makefile
config.status: creating tests/pkcs1-padding/Makefile
config.status: creating tests/pkcs12-decode/Makefile
config.status: creating tests/pkcs8-decode/Makefile
config.status: creating tests/rsa-md5-collision/Makefile
config.status: creating tests/safe-renegotiation/Makefile
config.status: creating tests/scripts/Makefile
config.status: creating tests/sha2/Makefile
config.status: creating tests/slow/Makefile
config.status: creating tests/suite/Makefile
config.status: creating tests/userid/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing libtool commands
configure: summary of build options:

  version:              3.4.7 shared 35:0:5
  Host/Target system:   x86_64-unknown-linux-gnu
  Build system:         x86_64-unknown-linux-gnu
  Install prefix:       /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7
  Compiler:             gcc
  CFlags:               -g -Og -fpermissive -w
  Library types:        Shared=yes, Static=no
  Local libopts:        yes
  Local libtasn1:       yes
  Use nettle-mini:      no

configure: External hardware support:

  /dev/crypto:          no
  Hardware accel:       x86-64
  Padlock accel:        yes
  getrandom variant:    no
  PKCS#11 support:      no
  TPM support:          yes

configure:
  TPM library:          /usr/lib/libtspi.so.1

configure: Optional features:
(note that included applications might not compile properly
if features are disabled)

  DTLS-SRTP support:    yes
  ALPN support:         yes
  OCSP support:         yes
  Ses. ticket support:  yes
  OpenPGP support:      yes
  SRP support:          yes
  PSK support:          yes
  DHE support:          yes
  ECDHE support:        yes
  Anon auth support:    yes
  Heartbeat support:    yes
  IDNA support:         yes
  Unicode support:      yes
  Self checks:          no
  Non-SuiteB curves:    yes
  FIPS140 mode:         no

configure: Optional applications:

  crywrap app:          yes

configure: Optional libraries:

  Guile wrappers:       no
  C++ library:          no
  DANE library:         no
  OpenSSL compat:       no

configure: System files:

  Trust store pkcs11:   
  Trust store dir:      
  Trust store file:     /etc/ssl/certs/ca-certificates.crt
  Blacklist file:       
  CRL file:             
  Priority file:        /etc/gnutls/default-priorities
  DNSSEC root key file: /usr/share/dns/root.key

sed: can't read lib/gl/stdio.in.h: No such file or directory
make[1]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7'
make  all-recursive
make[2]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7'
Making all in gl
make[3]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl'
  GEN      alloca.h
  GEN      c++defs.h
  GEN      arg-nonnull.h
  GEN      warn-on-use.h
  GEN      netdb.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      strings.h
  GEN      sys/socket.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      sys/uio.h
  GEN      time.h
  GEN      unistd.h
  GEN      wchar.h
make  all-recursive
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl'
Making all in tests
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl/tests'
  GEN      c++defs.h
  GEN      arg-nonnull.h
  GEN      warn-on-use.h
  GEN      fcntl.h
  GEN      inttypes.h
make  all-recursive
make[6]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl/tests'
Making all in .
make[7]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl/tests'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl/tests'
make[6]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl/tests'
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl/tests'
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl'
  CC       base64.lo
  CC       c-ctype.lo
  CC       hash-pjw-bare.lo
  CC       read-file.lo
  CC       sys_socket.lo
  CC       unistd.lo
  CC       xsize.lo
  CC       asnprintf.lo
  CC       printf-args.lo
  CC       printf-parse.lo
  CC       vasnprintf.lo
  CCLD     libgnu.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl'
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl'
make[3]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl'
Making all in lib
make[3]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib'
make  all-recursive
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib'
Making all in includes
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/includes'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/includes'
Making all in x509
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/x509'
  CC       common.lo
  CC       key_encode.lo
  CC       key_decode.lo
  CC       crl.lo
  CC       crl_write.lo
  CC       crq.lo
  CC       dn.lo
  CC       extensions.lo
  CC       mpi.lo
  CC       output.lo
  CC       pkcs12.lo
  CC       pkcs12_bag.lo
  CC       pkcs12_encr.lo
  CC       pkcs7.lo
  CC       pkcs7-attrs.lo
  CC       privkey.lo
  CC       privkey_pkcs8.lo
  CC       privkey_openssl.lo
  CC       hostname-verify.lo
  CC       sign.lo
  CC       verify.lo
  CC       x509.lo
  CC       x509_dn.lo
  CC       x509_write.lo
  CC       name_constraints.lo
  CC       verify-high.lo
  CC       verify-high2.lo
  CC       x509_ext.lo
  CC       email-verify.lo
  CC       pkcs7-output.lo
  CC       ocsp.lo
  CC       ocsp_output.lo
  CCLD     libgnutls_x509.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/x509'
Making all in auth
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/auth'
  CC       anon.lo
  CC       cert.lo
  CC       dh_common.lo
  CC       dhe.lo
  CC       rsa_psk.lo
  CC       dhe_psk.lo
  CC       psk.lo
  CC       psk_passwd.lo
  CC       rsa.lo
  CC       srp.lo
  CC       srp_passwd.lo
  CC       srp_rsa.lo
  CC       srp_sb64.lo
  CC       anon_ecdh.lo
  CC       ecdhe.lo
  CCLD     libgnutls_auth.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/auth'
Making all in ext
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/ext'
  CC       max_record.lo
  CC       cert_type.lo
  CC       server_name.lo
  CC       signature.lo
  CC       safe_renegotiation.lo
  CC       session_ticket.lo
  CC       srp.lo
  CC       ecc.lo
  CC       heartbeat.lo
  CC       status_request.lo
  CC       dumbfw.lo
  CC       ext_master_secret.lo
  CC       etm.lo
  CC       alpn.lo
  CC       srtp.lo
  CCLD     libgnutls_ext.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/ext'
Making all in algorithms
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/algorithms'
  CC       cert_types.lo
  CC       ciphers.lo
  CC       ciphersuites.lo
  CC       ecc.lo
  CC       kx.lo
  CC       mac.lo
  CC       protocols.lo
  CC       publickey.lo
  CC       secparams.lo
  CC       sign.lo
  CCLD     libgnutls_alg.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/algorithms'
Making all in extras
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/extras'
  CC       randomart.lo
  CC       hex.lo
  CCLD     libgnutls_extras.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/extras'
Making all in accelerated
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/accelerated'
Making all in x86
make[6]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/accelerated/x86'
  CC       x86-common.lo
  CC       sha-x86-ssse3.lo
  CC       hmac-x86-ssse3.lo
  CC       aes-gcm-x86-ssse3.lo
  CC       aes-gcm-x86-aesni.lo
  CC       aes-cbc-x86-ssse3.lo
  CC       aes-cbc-x86-aesni.lo
  CC       aes-ccm-x86-aesni.lo
  CC       sha-padlock.lo
  CC       hmac-padlock.lo
  CC       aes-padlock.lo
  CC       aes-gcm-padlock.lo
  CC       aes-gcm-x86-pclmul.lo
  CCAS     elf/aesni-x86_64.lo
  CCAS     elf/cpuid-x86_64.lo
  CCAS     elf/ghash-x86_64.lo
  CCAS     elf/sha1-ssse3-x86_64.lo
  CCAS     elf/sha512-ssse3-x86_64.lo
  CCAS     elf/aes-ssse3-x86_64.lo
  CCAS     elf/e_padlock-x86_64.lo
  CCLD     libx86.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[6]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/accelerated/x86'
make[6]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/accelerated'
  CC       accelerated.lo
  CC       cryptodev.lo
  CC       cryptodev-gcm.lo
  CCLD     libaccelerated.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[6]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/accelerated'
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/accelerated'
Making all in minitasn1
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/minitasn1'
  CC       decoding.lo
  CC       gstr.lo
  CC       errors.lo
  CC       parser_aux.lo
  CC       structure.lo
  CC       element.lo
  CC       coding.lo
  CC       version.lo
  CCLD     libminitasn1.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/minitasn1'
Making all in opencdk
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/opencdk'
  CC       armor.lo
  CC       kbnode.lo
  CC       sig-check.lo
  CC       keydb.lo
  CC       pubkey.lo
  CC       stream.lo
  CC       write-packet.lo
  CC       misc.lo
  CC       seskey.lo
  CC       literal.lo
  CC       new-packet.lo
  CC       read-packet.lo
  CCLD     libminiopencdk.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/opencdk'
Making all in openpgp
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/openpgp'
  CC       pgp.lo
  CC       pgpverify.lo
  CC       extras.lo
  CC       compat.lo
  CC       privkey.lo
  CC       output.lo
  CC       gnutls_openpgp.lo
  CCLD     libgnutls_openpgp.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/openpgp'
Making all in nettle
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/nettle'
  CC       pk.lo
  CC       mpi.lo
  CC       mac.lo
  CC       cipher.lo
  CC       init.lo
  CC       egd.lo
  CC       rnd-common.lo
  CC       rnd.lo
  CCLD     libcrypto.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/nettle'
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib'
  CC       gnutls_range.lo
  CC       gnutls_record.lo
  CC       gnutls_compress.lo
  CC       debug.lo
  CC       gnutls_cipher.lo
  CC       gnutls_mbuffers.lo
  CC       gnutls_buffers.lo
  CC       gnutls_handshake.lo
  CC       gnutls_num.lo
  CC       gnutls_errors.lo
  CC       gnutls_dh.lo
  CC       gnutls_kx.lo
  CC       gnutls_priority.lo
  CC       gnutls_hash_int.lo
  CC       gnutls_cipher_int.lo
  CC       gnutls_session.lo
  CC       gnutls_db.lo
  CC       x509_b64.lo
  CC       gnutls_extensions.lo
  CC       gnutls_auth.lo
  CC       gnutls_v2_compat.lo
  CC       gnutls_datum.lo
  CC       gnutls_session_pack.lo
  CC       gnutls_mpi.lo
  CC       gnutls_pk.lo
  CC       gnutls_cert.lo
  CC       gnutls_global.lo
  CC       gnutls_constate.lo
  CC       gnutls_anon_cred.lo
  CC       pkix_asn1_tab.lo
  CC       gnutls_asn1_tab.lo
  CC       gnutls_mem.lo
  CC       gnutls_ui.lo
  CC       vasprintf.lo
  CC       gnutls_sig.lo
  CC       gnutls_ecc.lo
  CC       gnutls_alert.lo
  CC       gnutls_privkey_raw.lo
  CC       system.lo
  CC       inet_ntop.lo
  CC       gnutls_str.lo
  CC       gnutls_state.lo
  CC       gnutls_x509.lo
  CC       gnutls_helper.lo
  CC       gnutls_supplemental.lo
  CC       random.lo
  CC       crypto-api.lo
  CC       gnutls_privkey.lo
  CC       gnutls_pcert.lo
  CC       gnutls_pubkey.lo
  CC       locks.lo
  CC       gnutls_dtls.lo
  CC       system_override.lo
  CC       crypto-backend.lo
  CC       verify-tofu.lo
  CC       pin.lo
  CC       tpm.lo
  CC       fips.lo
  CC       safe-memfuncs.lo
  CC       inet_pton.lo
  CC       atfork.lo
  CC       urls.lo
  CC       auto-verify.lo
  CC       system-keys-dummy.lo
  CC       gnutls_srp.lo
  CC       gnutls_psk.lo
  CCLD     libgnutls.la
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib'
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib'
make[3]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib'
Making all in extra
make[3]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/extra'
Making all in includes
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/extra/includes'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/extra/includes'
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/extra'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/extra'
make[3]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/extra'
Making all in po
make[3]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/po'
make[3]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/po'
Making all in src/gl
make[3]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/src/gl'
  GEN      alloca.h
  GEN      c++defs.h
  GEN      warn-on-use.h
  GEN      arg-nonnull.h
  GEN      arpa/inet.h
  GEN      netdb.h
  GEN      signal.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/select.h
  GEN      sys/socket.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      sys/uio.h
  GEN      time.h
  GEN      unistd.h
  GEN      wchar.h
make  all-recursive
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/src/gl'
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/src/gl'
  CC       c-ctype.lo
  CC       exitfail.lo
  CC       fd-hook.lo
  CC       gettime.lo
  CC       malloca.lo
  CC       parse-datetime.lo
  CC       progname.lo
  CC       read-file.lo
  CC       sockets.lo
  CC       sys_socket.lo
  CC       timespec.lo
  CC       unistd.lo
  CC       xmalloc.lo
  CC       xalloc-die.lo
  CC       xsize.lo
  CC       asnprintf.lo
  CC       printf-args.lo
  CC       printf-parse.lo
  CC       vasnprintf.lo
  CCLD     libgnu_gpl.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/src/gl'
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/src/gl'
make[3]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/src/gl'
make[3]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7'
make[2]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7'
make[1]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7'
make[1]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7'
Making install in gl
make[2]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl'
make  install-recursive
make[3]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl'
Making install in tests
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl/tests'
make  install-recursive
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl/tests'
Making install in .
make[6]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl/tests'
make[7]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl/tests'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl/tests'
make[6]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl/tests'
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl/tests'
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl/tests'
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl'
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl'
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl'
make[3]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl'
make[2]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/gl'
Making install in lib
make[2]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib'
make  install-recursive
make[3]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib'
Making install in includes
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/includes'
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/includes'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/include'
 /bin/mkdir -p '/home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/include/gnutls'
 /usr/bin/install -c -m 644  gnutls/x509.h gnutls/pkcs12.h gnutls/compat.h gnutls/openpgp.h gnutls/crypto.h gnutls/pkcs11.h gnutls/abstract.h gnutls/dtls.h gnutls/ocsp.h gnutls/tpm.h gnutls/x509-ext.h gnutls/self-test.h gnutls/system-keys.h gnutls/urls.h gnutls/pkcs7.h '/home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/include/gnutls'
 /bin/mkdir -p '/home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/include'
 /bin/mkdir -p '/home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/include/gnutls'
 /usr/bin/install -c -m 644  gnutls/gnutls.h '/home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/include/gnutls'
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/includes'
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/includes'
Making install in x509
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/x509'
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/x509'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/x509'
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/x509'
Making install in auth
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/auth'
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/auth'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/auth'
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/auth'
Making install in ext
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/ext'
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/ext'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/ext'
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/ext'
Making install in algorithms
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/algorithms'
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/algorithms'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/algorithms'
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/algorithms'
Making install in extras
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/extras'
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/extras'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/extras'
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/extras'
Making install in accelerated
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/accelerated'
Making install in x86
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/accelerated/x86'
make[6]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/accelerated/x86'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/accelerated/x86'
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/accelerated/x86'
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/accelerated'
make[6]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/accelerated'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/accelerated'
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/accelerated'
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/accelerated'
Making install in minitasn1
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/minitasn1'
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/minitasn1'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/minitasn1'
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/minitasn1'
Making install in opencdk
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/opencdk'
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/opencdk'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/opencdk'
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/opencdk'
Making install in openpgp
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/openpgp'
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/openpgp'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/openpgp'
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/openpgp'
Making install in nettle
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/nettle'
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/nettle'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/nettle'
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib/nettle'
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib'
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib'
 /bin/mkdir -p '/home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libgnutls.la '/home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/lib'
libtool: install: /usr/bin/install -c .libs/libgnutls.so.30.5.0 /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/lib/libgnutls.so.30.5.0
libtool: install: (cd /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/lib && { ln -s -f libgnutls.so.30.5.0 libgnutls.so.30 || { rm -f libgnutls.so.30 && ln -s libgnutls.so.30.5.0 libgnutls.so.30; }; })
libtool: install: (cd /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/lib && { ln -s -f libgnutls.so.30.5.0 libgnutls.so || { rm -f libgnutls.so && ln -s libgnutls.so.30.5.0 libgnutls.so; }; })
libtool: install: /usr/bin/install -c .libs/libgnutls.lai /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/lib/libgnutls.la
libtool: finish: PATH="/home/nmav/perl5/bin:/opt/open64-5.0/bin:/home/nmav/cvs/gnulib:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/nmav/android/adt-bundle-linux-x86_64-20130917/sdk/tools:/sbin" ldconfig -n /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/mkdir -p '/home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/lib/pkgconfig'
 /usr/bin/install -c -m 644 gnutls.pc '/home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/lib/pkgconfig'
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib'
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib'
make[3]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib'
make[2]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/lib'
Making install in extra
make[2]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/extra'
Making install in includes
make[3]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/extra/includes'
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/extra/includes'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/extra/includes'
make[3]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/extra/includes'
make[3]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/extra'
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/extra'
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/extra'
make[3]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/extra'
make[2]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/extra'
Making install in po
make[2]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/po'
installing en@boldquot.gmo as /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo
installing en@quot.gmo as /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/share/locale/en@quot/LC_MESSAGES/gnutls.mo
installing cs.gmo as /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/share/locale/cs/LC_MESSAGES/gnutls.mo
installing de.gmo as /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/share/locale/de/LC_MESSAGES/gnutls.mo
installing eo.gmo as /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/share/locale/eo/LC_MESSAGES/gnutls.mo
installing fi.gmo as /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/share/locale/fi/LC_MESSAGES/gnutls.mo
installing fr.gmo as /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/share/locale/fr/LC_MESSAGES/gnutls.mo
installing it.gmo as /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/share/locale/it/LC_MESSAGES/gnutls.mo
installing ms.gmo as /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/share/locale/ms/LC_MESSAGES/gnutls.mo
installing nl.gmo as /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/share/locale/nl/LC_MESSAGES/gnutls.mo
installing pl.gmo as /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/share/locale/pl/LC_MESSAGES/gnutls.mo
installing sv.gmo as /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/share/locale/sv/LC_MESSAGES/gnutls.mo
installing uk.gmo as /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/share/locale/uk/LC_MESSAGES/gnutls.mo
installing vi.gmo as /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/share/locale/vi/LC_MESSAGES/gnutls.mo
installing zh_CN.gmo as /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/share/locale/zh_CN/LC_MESSAGES/gnutls.mo
if test "gnutls" = "gettext-tools"; then \
  /bin/mkdir -p /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 ./$file \
		    /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/nmav/cvs/gnutls-web/abi-tracker/installed/gnutls/3.4.7/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[2]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/po'
Making install in src/gl
make[2]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/src/gl'
make  install-recursive
make[3]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/src/gl'
make[4]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/src/gl'
make[5]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/src/gl'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/src/gl'
make[4]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/src/gl'
make[3]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/src/gl'
make[2]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7/src/gl'
make[2]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7'
make[3]: Entering directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7'
make[2]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7'
make[1]: Leaving directory '/tmp/8x0CseTrI9/build/gnutls-3.4.7'