summaryrefslogtreecommitdiffstats
path: root/web/attachments/450266-nagios.build.txt
blob: e18df706aad3ad100557fd5bfccc3d15c0ac5ebb (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
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
./configure
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 build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
./configure: line 4100: gl_EARLY: command not found
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 whether gcc needs -traditional... no
checking how to print strings... printf
checking for a sed that does not truncate output... /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 whether ln -s works... yes
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 ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... 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 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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
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... yes
checking whether gcc and cc understand -c and -o together... yes
checking for error_at_line... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for working strtod... yes
checking for python... /usr/bin/python
checking for sh... /bin/sh
checking for perl... /usr/bin/perl
checking for libgnutls-config... no
checking for hostname... /bin/hostname
checking for basename... /usr/bin/basename
checking for main in -ldce... no
checking for main in -lnsl... yes
checking for socket in -lsocket... no
checking for main in -lresolv... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for floor in -lm... yes
checking mp.h usability... no
checking mp.h presence... no
checking for mp.h... no
checking for pow in -lbsd... no
checking for plan_tests in -ltap... no
checking for main in -lcrypt... yes
checking for PQsetdbLogin in -lpq... no
configure: WARNING: Skipping PostgreSQL plugin (check_pgsql)
configure: WARNING: LIBS="-lcrypt " CPPFLAGS=""
configure: WARNING: install PostgreSQL libs to compile this plugin (see REQUIREMENTS).
checking for dbi_initialize in -ldbi... no
configure: WARNING: Skipping dbi plugin
configure: WARNING: install DBI libs to compile this plugin (see REQUIREMENTS).
checking for rc_read_config in -lradiusclient... no
checking for rc_read_config in -lradiusclient-ng... no
configure: WARNING: Skipping radius plugin
configure: WARNING: install radius libs to compile this plugin (see REQUIREMENTS).
checking for main in -lldap... no
configure: WARNING: Skipping LDAP plugin
configure: WARNING: install LDAP libs to compile this plugin (see REQUIREMENTS).
checking linux/hdreg.h usability... yes
checking linux/hdreg.h presence... yes
checking for linux/hdreg.h... yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
./configure: line 13278: np_mysqlclient: command not found
./configure: line 13279: test: =: unary operator expected
checking for IPv6 support... yes
checking krb5.h usability... no
checking krb5.h presence... no
checking for krb5.h... no
checking krb5.h usability... no
checking krb5.h presence... no
checking for krb5.h... no
checking for dlopen in -ldl... yes
checking for shl_load in -ldl... no
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/x509.h usability... yes
checking openssl/x509.h presence... yes
checking for openssl/x509.h... yes
checking openssl/rsa.h usability... yes
checking openssl/rsa.h presence... yes
checking for openssl/rsa.h... yes
checking openssl/pem.h usability... yes
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking for CRYPTO_lock in -lcrypto... yes
checking for main in -lssl... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking uio.h usability... no
checking uio.h presence... no
checking for uio.h... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/unistd.h usability... yes
checking sys/unistd.h presence... yes
checking for sys/unistd.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for va_copy... yes
checking for memmove... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for floor... no
checking for poll... yes
checking return type of socket size... int
checking for ps... /bin/ps
checking for ps syntax... /bin/ps axwo 'stat uid pid ppid vsz rss pcpu comm args'
checking for ping... /bin/ping
checking for ping6... /bin/ping6
checking for ICMP ping syntax... /bin/ping -n -U -w %d -c %d %s
checking for ICMPv6 ping syntax... /bin/ping6 -n -U -w %d -c %d %s
checking for nslookup... /usr/bin/nslookup
checking for nslookup syntax... /usr/bin/nslookup -sil
checking for number of cpus... sysconf(_SC_NPROCESSORS_CONF)
checking for uptime... /usr/bin/uptime
checking for rpcinfo... /usr/bin/rpcinfo
checking for lmstat... no
configure: WARNING: Get lmstat from Globetrotter Software to monitor flexlm licenses
checking for smbclient... /usr/bin/smbclient
checking for who... /usr/bin/who
checking for snmpget... /usr/bin/snmpget
checking for snmpgetnext... /usr/bin/snmpgetnext
checking for Net::SNMP perl module... found
checking for quakestat... /usr/bin/quakestat
checking for qstat... no
checking for fping... /usr/bin/fping
checking for ssh... /usr/bin/ssh
checking for mailq... /usr/bin/mailq
checking for qmail-qstat... no
configure: WARNING: Could not find qmail-qstat or eqivalent
checking for swap... no
checking for swapinfo... no
checking for lsps... no
checking for sys/stat.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/swap.h... yes
checking whether swapctl is declared... no
checking for swaptbl_t... no
checking for swapent_t... no
checking for struct swapent.se_nblks... no
checking for /proc/meminfo... found /proc/meminfo
checking for dig... /usr/bin/dig
checking for apt-get... /usr/bin/apt-get
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... 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 -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) 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 for main in -lpthread... yes
./configure: line 18615: gl_INIT: command not found
configure: creating ./config.status
config.status: creating gl/Makefile
config.status: creating nagios-plugins.spec
config.status: creating Makefile
config.status: creating tap/Makefile
config.status: creating lib/Makefile
config.status: creating plugins/Makefile
config.status: creating lib/tests/Makefile
config.status: creating plugins-root/Makefile
config.status: creating plugins-scripts/Makefile
config.status: creating plugins-scripts/subst
config.status: creating plugins-scripts/utils.pm
config.status: creating plugins-scripts/utils.sh
config.status: creating perlmods/Makefile
config.status: creating command.cfg
config.status: creating test.pl
config.status: creating pkg/solaris/pkginfo
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
            --with-apt-get-command: /usr/bin/apt-get
              --with-ping6-command: /bin/ping6 -n -U -w %d -c %d %s
               --with-ping-command: /bin/ping -n -U -w %d -c %d %s
                       --with-ipv6: yes
                      --with-mysql:
                    --with-openssl: yes
                     --with-gnutls: no
               --enable-extra-opts: no
                       --with-perl: /usr/bin/perl
             --enable-perl-modules: no
                     --with-cgiurl: /nagios/cgi-bin
               --with-trusted-path: /bin:/sbin:/usr/bin:/usr/sbin
                   --enable-libtap: no
dataloader% make
make  all-recursive
make[1]: Entering directory `/home/bryan/tmp/nagiosplug'
Making all in gl
make[2]: Entering directory `/home/bryan/tmp/nagiosplug/gl'
rm -f configmake.h-t && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          echo '#define PREFIX "/usr/local/nagios"'; \
          echo '#define EXEC_PREFIX "/usr/local/nagios"'; \
          echo '#define BINDIR "/usr/local/nagios/bin"'; \
          echo '#define SBINDIR "/usr/local/nagios/sbin"'; \
          echo '#define LIBEXECDIR "/usr/local/nagios/libexec"'; \
          echo '#define DATAROOTDIR "/usr/local/nagios/share"'; \
          echo '#define DATADIR "/usr/local/nagios/share"'; \
          echo '#define SYSCONFDIR "/usr/local/nagios/etc"'; \
          echo '#define SHAREDSTATEDIR "/usr/local/nagios/com"'; \
          echo '#define LOCALSTATEDIR "/usr/local/nagios/var"'; \
          echo '#define INCLUDEDIR "/usr/local/nagios/include"'; \
          echo '#define OLDINCLUDEDIR "/usr/include"'; \
          echo '#define DOCDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
          echo '#define INFODIR "/usr/local/nagios/share/info"'; \
          echo '#define HTMLDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
          echo '#define DVIDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
          echo '#define PDFDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
          echo '#define PSDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
          echo '#define LIBDIR "/usr/local/nagios/lib"'; \
          echo '#define LISPDIR ""'; \
          echo '#define LOCALEDIR "/usr/local/nagios/share/locale"'; \
          echo '#define MANDIR "/usr/local/nagios/share/man"'; \
          echo '#define MANEXT ""'; \
          echo '#define PKGDATADIR "/usr/local/nagios/share/nagios-plugins"'; \
          echo '#define PKGINCLUDEDIR "/usr/local/nagios/include/nagios-plugins"'; \
          echo '#define PKGLIBDIR "/usr/local/nagios/lib/nagios-plugins"'; \
          echo '#define PKGLIBEXECDIR "/usr/local/nagios/libexec/nagios-plugins"'; \
        } | sed '/""/d' > configmake.h-t && \
        if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then \
          rm -f configmake.h-t; \
        else \
          rm -f configmake.h; mv configmake.h-t configmake.h; \
        fi
make  all-recursive
make[3]: Entering directory `/home/bryan/tmp/nagiosplug/gl'
make[4]: Entering directory `/home/bryan/tmp/nagiosplug/gl'
gcc -DHAVE_CONFIG_H -I. -I..  -I../intl   -g -O2 -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.c
In file included from base64.c:47:0:
base64.h:40:49: error: expected ‘;’, ‘,’ or ‘)’ before ‘in’
base64.h:48:53: error: expected ‘;’, ‘,’ or ‘)’ before ‘in’
In file included from base64.c:50:0:
./stdlib.h:20:1: error: stray ‘@’ in program
./stdlib.h:20:1: error: stray ‘@’ in program
In file included from base64.c:50:0:
./stdlib.h:43:7: error: operator '||' has no left operand
./stdlib.h:49:5: error: #if with no expression
./stdlib.h:53:7: error: operator '!' has no right operand
./stdlib.h:58:6: error: operator '!' has no right operand
./stdlib.h:71:7: error: operator '||' has no left operand
In file included from base64.c:50:0:
./stdlib.h:410:5: error: #if with no expression
./stdlib.h:426:5: error: #if with no expression
./stdlib.h:445:5: error: #if with no expression
./stdlib.h:469:5: error: #if with no expression
./stdlib.h:488:5: error: #if with no expression
./stdlib.h:516:5: error: #if with no expression
./stdlib.h:532:5: error: #if with no expression
./stdlib.h:551:5: error: #if with no expression
./stdlib.h:570:5: error: #if with no expression
./stdlib.h:597:5: error: #if with no expression
./stdlib.h:627:5: error: #if with no expression
./stdlib.h:658:5: error: #if with no expression
./stdlib.h:683:5: error: #if with no expression
./stdlib.h:699:5: error: #if with no expression
./stdlib.h:714:5: error: #if with no expression
./stdlib.h:722:5: error: #if with no expression
./stdlib.h:737:5: error: #if with no expression
./stdlib.h:754:5: error: #if with no expression
./stdlib.h:773:5: error: #if with no expression
./stdlib.h:791:5: error: #if with no expression
./stdlib.h:810:5: error: #if with no expression
./stdlib.h:834:5: error: #if with no expression
./stdlib.h:850:5: error: #if with no expression
./stdlib.h:881:5: error: #if with no expression
./stdlib.h:906:5: error: #if with no expression
./stdlib.h:931:5: error: #if with no expression
./stdlib.h:956:5: error: #if with no expression
./stdlib.h:972:5: error: #if with no expression
In file included from base64.c:55:0:
./string.h:23:1: error: stray ‘@’ in program
In file included from base64.c:50:0:
./stdlib.h:20:2: error: unknown type name ‘PRAGMA_SYSTEM_HEADER’
In file included from base64.c:55:0:
./string.h:23:1: error: stray ‘@’ in program
In file included from base64.c:55:0:
./string.h:36:6: error: operator '&&' has no left operand
./string.h:371:5: error: #if with no expression
./string.h:409:5: error: #if with no expression
./string.h:444:5: error: #if with no expression
./string.h:464:5: error: #if with no expression
./string.h:494:5: error: #if with no expression
./string.h:522:5: error: #if with no expression
./string.h:541:5: error: #if with no expression
./string.h:584:5: error: #if with no expression
./string.h:612:5: error: #if with no expression
./string.h:636:5: error: #if with no expression
./string.h:658:5: error: #if with no expression
./string.h:686:5: error: #if with no expression
./string.h:726:5: error: #if with no expression
./string.h:800:5: error: #if with no expression
./string.h:823:5: error: #if with no expression
./string.h:864:5: error: #if with no expression
./string.h:931:5: error: #if with no expression
./string.h:976:5: error: #if with no expression
./string.h:995:5: error: #if with no expression
./string.h:1002:5: error: #if with no expression
./string.h:1022:5: error: #if with no expression
./string.h:1042:5: error: #if with no expression
./string.h:1051:5: error: #if with no expression
./string.h:1062:5: error: #if with no expression
./string.h:1076:5: error: #if with no expression
./string.h:1090:5: error: #if with no expression
./string.h:1100:5: error: #if with no expression
./string.h:1110:5: error: #if with no expression
./string.h:1130:5: error: #if with no expression
./string.h:1140:5: error: #if with no expression
./string.h:1159:5: error: #if with no expression
./string.h:1181:5: error: #if with no expression
./string.h:1200:5: error: #if with no expression
./string.h:1224:5: error: #if with no expression
base64.c:58:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’
base64.c:69:37: error: expected ‘;’, ‘,’ or ‘)’ before ‘in’
base64.c: In function ‘base64_encode_alloc’:
base64.c:138:10: warning: incompatible implicit declaration of built-in function ‘malloc’ [enabled by default]
base64.c: At top level:
base64.c:321:29: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
base64.c:374:32: error: expected ‘;’, ‘,’ or ‘)’ before ‘in’
base64.c:460:41: error: expected ‘;’, ‘,’ or ‘)’ before ‘in’
base64.c: In function ‘base64_decode_alloc_ctx’:
base64.c:561:10: warning: incompatible implicit declaration of built-in function ‘malloc’ [enabled by default]
base64.c:567:7: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
make[4]: *** [base64.o] Error 1
make[4]: Leaving directory `/home/bryan/tmp/nagiosplug/gl'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/bryan/tmp/nagiosplug/gl'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/bryan/tmp/nagiosplug/gl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bryan/tmp/nagiosplug'
make: *** [all] Error 2
dataloader% make clean
Making clean in po
make[1]: Entering directory `/home/bryan/tmp/nagiosplug/po'
rm -f remove-potcdate.sed
rm -f stamp-poT
rm -f core core.* nagios-plugins.po nagios-plugins.1po nagios-plugins.2po *.new.po
rm -fr *.o
make[1]: Leaving directory `/home/bryan/tmp/nagiosplug/po'
Making clean in plugins-root
make[1]: Entering directory `/home/bryan/tmp/nagiosplug/plugins-root'
NP_VERSION = 1.4.16.29.g3c10
make[1]: Leaving directory `/home/bryan/tmp/nagiosplug/plugins-root'
make[1]: Entering directory `/home/bryan/tmp/nagiosplug/plugins-root'
rm -rf .libs _libs
rm -f NP-VERSION-FILE
 rm -f check_dhcp check_icmp
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/bryan/tmp/nagiosplug/plugins-root'
Making clean in plugins-scripts
make[1]: Entering directory `/home/bryan/tmp/nagiosplug/plugins-scripts'
NP_VERSION = 1.4.16.29.g3c10
make[1]: Leaving directory `/home/bryan/tmp/nagiosplug/plugins-scripts'
make[1]: Entering directory `/home/bryan/tmp/nagiosplug/plugins-scripts'
test -z "check_breeze check_disk_smb check_flexlm check_ircd check_log check_oracle check_rpc check_sensors check_wave check_ifstatus check_ifoperstatus check_mailq check_file_age utils.sh utils.pm" || rm -f check_breeze check_disk_smb check_flexlm check_ircd check_log check_oracle check_rpc check_sensors check_wave check_ifstatus check_ifoperstatus check_mailq check_file_age utils.sh utils.pm
rm -rf .libs _libs
rm -f NP-VERSION-FILE
rm -f *.lo
make[1]: Leaving directory `/home/bryan/tmp/nagiosplug/plugins-scripts'
Making clean in plugins
make[1]: Entering directory `/home/bryan/tmp/nagiosplug/plugins'
NP_VERSION = 1.4.16.29.g3c10
make[1]: Leaving directory `/home/bryan/tmp/nagiosplug/plugins'
make[1]: Entering directory `/home/bryan/tmp/nagiosplug/plugins'
 rm -f check_apt check_cluster check_disk check_dummy check_http check_load check_mrtg check_mrtgtraf check_ntp check_ntp_peer check_nwstat check_overcr check_ping check_real check_smtp check_ssh check_tcp check_time check_ntp_time check_ups check_users negate urlize check_ide_smart check_mysql check_mysql_query check_procs check_nagios check_dns check_hpjd check_snmp check_game check_fping check_by_ssh check_swap check_dig check_apt check_nt
rm -rf .libs _libs
rm -f check_ftp check_imap check_nntp check_pop check_udp check_clamd check_simap check_spop check_jabber check_nntps check_ssmtp
rm -f NP-VERSION-FILE
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/bryan/tmp/nagiosplug/plugins'
Making clean in lib
make[1]: Entering directory `/home/bryan/tmp/nagiosplug/lib'
Making clean in tests
make[2]: Entering directory `/home/bryan/tmp/nagiosplug/lib/tests'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[2]: Leaving directory `/home/bryan/tmp/nagiosplug/lib/tests'
Making clean in .
make[2]: Entering directory `/home/bryan/tmp/nagiosplug/lib'
rm -rf .libs _libs
test -z "libnagiosplug.a" || rm -f libnagiosplug.a
rm -f *.o
rm -f *.lo
make[2]: Leaving directory `/home/bryan/tmp/nagiosplug/lib'
make[1]: Leaving directory `/home/bryan/tmp/nagiosplug/lib'
Making clean in tap
make[1]: Entering directory `/home/bryan/tmp/nagiosplug/tap'
rm -rf .libs _libs
test -z "" || rm -f
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/bryan/tmp/nagiosplug/tap'
Making clean in gl
make[1]: Entering directory `/home/bryan/tmp/nagiosplug/gl'
Making clean in .
make[2]: Entering directory `/home/bryan/tmp/nagiosplug/gl'
test -z "configmake.h configmake.h-t charset.alias ref-add.sed ref-del.sed" || rm -f configmake.h configmake.h-t charset.alias ref-add.sed ref-del.sed
rm -rf .libs _libs
test -z "libgnu.a" || rm -f libgnu.a
test -z "" || rm -f
rm -f *.o
test -z "core *.stackdump alloca.h alloca.h-t arg-nonnull.h arg-nonnull.h-t arpa/inet.h arpa/inet.h-t c++defs.h c++defs.h-t errno.h errno.h-t fcntl.h fcntl.h-t float.h float.h-t getopt.h getopt.h-t langinfo.h langinfo.h-t locale.h locale.h-t math.h math.h-t netdb.h netdb.h-t netinet/in.h netinet/in.h-t stdbool.h stdbool.h-t stddef.h stddef.h-t stdint.h stdint.h-t stdio.h stdio.h-t stdlib.h stdlib.h-t string.h string.h-t sys/socket.h sys/socket.h-t sys/stat.h sys/stat.h-t time.h time.h-t unistd.h unistd.h-t warn-on-use.h warn-on-use.h-t wchar.h wchar.h-t wctype.h wctype.h-t" || rm -f core *.stackdump alloca.h alloca.h-t arg-nonnull.h arg-nonnull.h-t arpa/inet.h arpa/inet.h-t c++defs.h c++defs.h-t errno.h errno.h-t fcntl.h fcntl.h-t float.h float.h-t getopt.h getopt.h-t langinfo.h langinfo.h-t locale.h locale.h-t math.h math.h-t netdb.h netdb.h-t netinet/in.h netinet/in.h-t stdbool.h stdbool.h-t stddef.h stddef.h-t stdint.h stdint.h-t stdio.h stdio.h-t stdlib.h stdlib.h-t string.h string.h-t sys/socket.h sys/socket.h-t sys/stat.h sys/stat.h-t time.h time.h-t unistd.h unistd.h-t warn-on-use.h warn-on-use.h-t wchar.h wchar.h-t wctype.h wctype.h-t
rm -f *.lo
rmdir arpa
rmdir sys
make[2]: Leaving directory `/home/bryan/tmp/nagiosplug/gl'
make[1]: Leaving directory `/home/bryan/tmp/nagiosplug/gl'
Making clean in .
make[1]: Entering directory `/home/bryan/tmp/nagiosplug'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/home/bryan/tmp/nagiosplug'
dataloader% make
make  all-recursive
make[1]: Entering directory `/home/bryan/tmp/nagiosplug'
Making all in gl
make[2]: Entering directory `/home/bryan/tmp/nagiosplug/gl'
rm -f arg-nonnull.h-t arg-nonnull.h && \
        sed -n -e '/GL_ARG_NONNULL/,$p' \
          < ../build-aux/arg-nonnull.h \
          > arg-nonnull.h-t && \
        mv arg-nonnull.h-t arg-nonnull.h
rm -f warn-on-use.h-t warn-on-use.h && \
        sed -n -e '/^.ifndef/,$p' \
          < ../build-aux/warn-on-use.h \
          > warn-on-use.h-t && \
        mv warn-on-use.h-t warn-on-use.h
/bin/mkdir -p arpa
rm -f arpa/inet.h-t arpa/inet.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''INCLUDE_NEXT''@||g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
              -e 's|@''NEXT_ARPA_INET_H''@||g' \
              -e 's|@''HAVE_ARPA_INET_H''@||g' \
              -e 's|@''GNULIB_INET_NTOP''@||g' \
              -e 's|@''GNULIB_INET_PTON''@||g' \
              -e 's|@''HAVE_DECL_INET_NTOP''@||g' \
              -e 's|@''HAVE_DECL_INET_PTON''@||g' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < ./arpa_inet.in.h; \
        } > arpa/inet.h-t && \
        mv arpa/inet.h-t arpa/inet.h
rm -f c++defs.h-t c++defs.h && \
        sed -n -e '/_GL_CXXDEFS/,$p' \
          < ../build-aux/c++defs.h \
          > c++defs.h-t && \
        mv c++defs.h-t c++defs.h
rm -f configmake.h-t && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          echo '#define PREFIX "/usr/local/nagios"'; \
          echo '#define EXEC_PREFIX "/usr/local/nagios"'; \
          echo '#define BINDIR "/usr/local/nagios/bin"'; \
          echo '#define SBINDIR "/usr/local/nagios/sbin"'; \
          echo '#define LIBEXECDIR "/usr/local/nagios/libexec"'; \
          echo '#define DATAROOTDIR "/usr/local/nagios/share"'; \
          echo '#define DATADIR "/usr/local/nagios/share"'; \
          echo '#define SYSCONFDIR "/usr/local/nagios/etc"'; \
          echo '#define SHAREDSTATEDIR "/usr/local/nagios/com"'; \
          echo '#define LOCALSTATEDIR "/usr/local/nagios/var"'; \
          echo '#define INCLUDEDIR "/usr/local/nagios/include"'; \
          echo '#define OLDINCLUDEDIR "/usr/include"'; \
          echo '#define DOCDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
          echo '#define INFODIR "/usr/local/nagios/share/info"'; \
          echo '#define HTMLDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
          echo '#define DVIDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
          echo '#define PDFDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
          echo '#define PSDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
          echo '#define LIBDIR "/usr/local/nagios/lib"'; \
          echo '#define LISPDIR ""'; \
          echo '#define LOCALEDIR "/usr/local/nagios/share/locale"'; \
          echo '#define MANDIR "/usr/local/nagios/share/man"'; \
          echo '#define MANEXT ""'; \
          echo '#define PKGDATADIR "/usr/local/nagios/share/nagios-plugins"'; \
          echo '#define PKGINCLUDEDIR "/usr/local/nagios/include/nagios-plugins"'; \
          echo '#define PKGLIBDIR "/usr/local/nagios/lib/nagios-plugins"'; \
          echo '#define PKGLIBEXECDIR "/usr/local/nagios/libexec/nagios-plugins"'; \
        } | sed '/""/d' > configmake.h-t && \
        if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then \
          rm -f configmake.h-t; \
        else \
          rm -f configmake.h; mv configmake.h-t configmake.h; \
        fi
rm -f fcntl.h-t fcntl.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''INCLUDE_NEXT''@||g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
              -e 's|@''NEXT_FCNTL_H''@||g' \
              -e 's|@''GNULIB_FCNTL''@||g' \
              -e 's|@''GNULIB_OPEN''@||g' \
              -e 's|@''GNULIB_OPENAT''@||g' \
              -e 's|@''HAVE_FCNTL''@||g' \
              -e 's|@''HAVE_OPENAT''@||g' \
              -e 's|@''REPLACE_FCNTL''@||g' \
              -e 's|@''REPLACE_OPEN''@||g' \
              -e 's|@''REPLACE_OPENAT''@||g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < ./fcntl.in.h; \
        } > fcntl.h-t && \
        mv fcntl.h-t fcntl.h
rm -f langinfo.h-t langinfo.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''HAVE_LANGINFO_H''@||g' \
              -e 's|@''INCLUDE_NEXT''@||g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
              -e 's|@''NEXT_LANGINFO_H''@||g' \
              -e 's|@''GNULIB_NL_LANGINFO''@||g' \
              -e 's|@''HAVE_LANGINFO_CODESET''@||g' \
              -e 's|@''HAVE_LANGINFO_ERA''@||g' \
              -e 's|@''HAVE_NL_LANGINFO''@||g' \
              -e 's|@''REPLACE_NL_LANGINFO''@||g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < ./langinfo.in.h; \
        } > langinfo.h-t && \
        mv langinfo.h-t langinfo.h
rm -f locale.h-t locale.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's|@''INCLUDE_NEXT''@||g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
              -e 's|@''NEXT_LOCALE_H''@||g' \
              -e 's|@''GNULIB_DUPLOCALE''@||g' \
              -e 's|@''HAVE_DUPLOCALE''@||g' \
              -e 's|@''HAVE_XLOCALE_H''@||g' \
              -e 's|@''REPLACE_DUPLOCALE''@||g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < ./locale.in.h; \
        } > locale.h-t && \
        mv locale.h-t locale.h
rm -f math.h-t math.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@||g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
              -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@||g' \
              -e 's|@''GNULIB_ACOSL''@||g' \
              -e 's|@''GNULIB_ASINL''@||g' \
              -e 's|@''GNULIB_ATANL''@||g' \
              -e 's|@''GNULIB_CEILF''@||g' \
              -e 's|@''GNULIB_CEILL''@||g' \
              -e 's|@''GNULIB_COSL''@||g' \
              -e 's|@''GNULIB_EXPL''@||g' \
              -e 's|@''GNULIB_FLOORF''@||g' \
              -e 's|@''GNULIB_FLOORL''@||g' \
              -e 's|@''GNULIB_FREXP''@||g' \
              -e 's|@''GNULIB_FREXPL''@||g' \
              -e 's|@''GNULIB_ISFINITE''@||g' \
              -e 's|@''GNULIB_ISINF''@||g' \
              -e 's|@''GNULIB_ISNAN''@||g' \
              -e 's|@''GNULIB_ISNANF''@||g' \
              -e 's|@''GNULIB_ISNAND''@||g' \
              -e 's|@''GNULIB_ISNANL''@||g' \
              -e 's|@''GNULIB_LDEXPL''@||g' \
              -e 's|@''GNULIB_LOGB''@||g' \
              -e 's|@''GNULIB_LOGL''@||g' \
              -e 's|@''GNULIB_ROUND''@||g' \
              -e 's|@''GNULIB_ROUNDF''@||g' \
              -e 's|@''GNULIB_ROUNDL''@||g' \
              -e 's|@''GNULIB_SIGNBIT''@||g' \
              -e 's|@''GNULIB_SINL''@||g' \
              -e 's|@''GNULIB_SQRTL''@||g' \
              -e 's|@''GNULIB_TANL''@||g' \
              -e 's|@''GNULIB_TRUNC''@||g' \
              -e 's|@''GNULIB_TRUNCF''@||g' \
              -e 's|@''GNULIB_TRUNCL''@||g' \
              -e 's|@''HAVE_ACOSL''@||g' \
              -e 's|@''HAVE_ASINL''@||g' \
              -e 's|@''HAVE_ATANL''@||g' \
              -e 's|@''HAVE_COSL''@||g' \
              -e 's|@''HAVE_EXPL''@||g' \
              -e 's|@''HAVE_ISNANF''@||g' \
              -e 's|@''HAVE_ISNAND''@||g' \
              -e 's|@''HAVE_ISNANL''@||g' \
              -e 's|@''HAVE_LOGL''@||g' \
              -e 's|@''HAVE_SINL''@||g' \
              -e 's|@''HAVE_SQRTL''@||g' \
              -e 's|@''HAVE_TANL''@||g' \
              -e 's|@''HAVE_DECL_ACOSL''@||g' \
              -e 's|@''HAVE_DECL_ASINL''@||g' \
              -e 's|@''HAVE_DECL_ATANL''@||g' \
              -e 's|@''HAVE_DECL_CEILF''@||g' \
              -e 's|@''HAVE_DECL_CEILL''@||g' \
              -e 's|@''HAVE_DECL_COSL''@||g' \
              -e 's|@''HAVE_DECL_EXPL''@||g' \
              -e 's|@''HAVE_DECL_FLOORF''@||g' \
              -e 's|@''HAVE_DECL_FLOORL''@||g' \
              -e 's|@''HAVE_DECL_FREXPL''@||g' \
              -e 's|@''HAVE_DECL_LDEXPL''@||g' \
              -e 's|@''HAVE_DECL_LOGB''@||g' \
              -e 's|@''HAVE_DECL_LOGL''@||g' \
              -e 's|@''HAVE_DECL_ROUND''@||g' \
              -e 's|@''HAVE_DECL_ROUNDF''@||g' \
              -e 's|@''HAVE_DECL_ROUNDL''@||g' \
              -e 's|@''HAVE_DECL_SINL''@||g' \
              -e 's|@''HAVE_DECL_SQRTL''@||g' \
              -e 's|@''HAVE_DECL_TANL''@||g' \
              -e 's|@''HAVE_DECL_TRUNC''@||g' \
              -e 's|@''HAVE_DECL_TRUNCF''@||g' \
              -e 's|@''HAVE_DECL_TRUNCL''@||g' \
              -e 's|@''REPLACE_CEILF''@||g' \
              -e 's|@''REPLACE_CEILL''@||g' \
              -e 's|@''REPLACE_FLOORF''@||g' \
              -e 's|@''REPLACE_FLOORL''@||g' \
              -e 's|@''REPLACE_FREXP''@||g' \
              -e 's|@''REPLACE_FREXPL''@||g' \
              -e 's|@''REPLACE_HUGE_VAL''@||g' \
              -e 's|@''REPLACE_ISFINITE''@||g' \
              -e 's|@''REPLACE_ISINF''@||g' \
              -e 's|@''REPLACE_ISNAN''@||g' \
              -e 's|@''REPLACE_LDEXPL''@||g' \
              -e 's|@''REPLACE_NAN''@||g' \
              -e 's|@''REPLACE_ROUND''@||g' \
              -e 's|@''REPLACE_ROUNDF''@||g' \
              -e 's|@''REPLACE_ROUNDL''@||g' \
              -e 's|@''REPLACE_SIGNBIT''@||g' \
              -e 's|@''REPLACE_SIGNBIT_USING_GCC''@||g' \
              -e 's|@''REPLACE_TRUNCL''@||g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < ./math.in.h; \
        } > math.h-t && \
        mv math.h-t math.h
rm -f netdb.h-t netdb.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''INCLUDE_NEXT''@||g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
              -e 's|@''NEXT_NETDB_H''@||g' \
              -e 's|@''HAVE_NETDB_H''@||g' \
              -e 's|@''GNULIB_GETADDRINFO''@||g' \
              -e 's|@''HAVE_STRUCT_ADDRINFO''@||g' \
              -e 's|@''HAVE_DECL_FREEADDRINFO''@||g' \
              -e 's|@''HAVE_DECL_GAI_STRERROR''@||g' \
              -e 's|@''HAVE_DECL_GETADDRINFO''@||g' \
              -e 's|@''HAVE_DECL_GETNAMEINFO''@||g' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < ./netdb.in.h; \
        } > netdb.h-t && \
        mv netdb.h-t netdb.h
rm -f stdio.h-t stdio.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's|@''INCLUDE_NEXT''@||g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
              -e 's|@''NEXT_STDIO_H''@||g' \
              -e 's|@''GNULIB_DPRINTF''@||g' \
              -e 's|@''GNULIB_FCLOSE''@||g' \
              -e 's|@''GNULIB_FFLUSH''@||g' \
              -e 's|@''GNULIB_FOPEN''@||g' \
              -e 's|@''GNULIB_FPRINTF''@||g' \
              -e 's|@''GNULIB_FPRINTF_POSIX''@||g' \
              -e 's|@''GNULIB_FPURGE''@||g' \
              -e 's|@''GNULIB_FPUTC''@||g' \
              -e 's|@''GNULIB_FPUTS''@||g' \
              -e 's|@''GNULIB_FREOPEN''@||g' \
              -e 's|@''GNULIB_FSEEK''@||g' \
              -e 's|@''GNULIB_FSEEKO''@||g' \
              -e 's|@''GNULIB_FTELL''@||g' \
              -e 's|@''GNULIB_FTELLO''@||g' \
              -e 's|@''GNULIB_FWRITE''@||g' \
              -e 's|@''GNULIB_GETDELIM''@||g' \
              -e 's|@''GNULIB_GETLINE''@||g' \
              -e 's|@''GNULIB_OBSTACK_PRINTF''@||g' \
              -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@||g' \
              -e 's|@''GNULIB_PERROR''@||g' \
              -e 's|@''GNULIB_POPEN''@||g' \
              -e 's|@''GNULIB_PRINTF''@||g' \
              -e 's|@''GNULIB_PRINTF_POSIX''@||g' \
              -e 's|@''GNULIB_PUTC''@||g' \
              -e 's|@''GNULIB_PUTCHAR''@||g' \
              -e 's|@''GNULIB_PUTS''@||g' \
              -e 's|@''GNULIB_REMOVE''@||g' \
              -e 's|@''GNULIB_RENAME''@||g' \
              -e 's|@''GNULIB_RENAMEAT''@||g' \
              -e 's|@''GNULIB_SNPRINTF''@||g' \
              -e 's|@''GNULIB_SPRINTF_POSIX''@||g' \
              -e 's|@''GNULIB_STDIO_H_SIGPIPE''@||g' \
              -e 's|@''GNULIB_TMPFILE''@||g' \
              -e 's|@''GNULIB_VASPRINTF''@||g' \
              -e 's|@''GNULIB_VDPRINTF''@||g' \
              -e 's|@''GNULIB_VFPRINTF''@||g' \
              -e 's|@''GNULIB_VFPRINTF_POSIX''@||g' \
              -e 's|@''GNULIB_VPRINTF''@||g' \
              -e 's|@''GNULIB_VPRINTF_POSIX''@||g' \
              -e 's|@''GNULIB_VSNPRINTF''@||g' \
              -e 's|@''GNULIB_VSPRINTF_POSIX''@||g' \
              < ./stdio.in.h | \
          sed -e 's|@''HAVE_DECL_FPURGE''@||g' \
              -e 's|@''HAVE_DECL_GETDELIM''@||g' \
              -e 's|@''HAVE_DECL_GETLINE''@||g' \
              -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@||g' \
              -e 's|@''HAVE_DECL_SNPRINTF''@||g' \
              -e 's|@''HAVE_DECL_VSNPRINTF''@||g' \
              -e 's|@''HAVE_DPRINTF''@||g' \
              -e 's|@''HAVE_FSEEKO''@||g' \
              -e 's|@''HAVE_FTELLO''@||g' \
              -e 's|@''HAVE_RENAMEAT''@||g' \
              -e 's|@''HAVE_VASPRINTF''@||g' \
              -e 's|@''HAVE_VDPRINTF''@||g' \
              -e 's|@''REPLACE_DPRINTF''@||g' \
              -e 's|@''REPLACE_FCLOSE''@||g' \
              -e 's|@''REPLACE_FFLUSH''@||g' \
              -e 's|@''REPLACE_FOPEN''@||g' \
              -e 's|@''REPLACE_FPRINTF''@||g' \
              -e 's|@''REPLACE_FPURGE''@||g' \
              -e 's|@''REPLACE_FREOPEN''@||g' \
              -e 's|@''REPLACE_FSEEK''@||g' \
              -e 's|@''REPLACE_FSEEKO''@||g' \
              -e 's|@''REPLACE_FTELL''@||g' \
              -e 's|@''REPLACE_FTELLO''@||g' \
              -e 's|@''REPLACE_GETDELIM''@||g' \
              -e 's|@''REPLACE_GETLINE''@||g' \
              -e 's|@''REPLACE_OBSTACK_PRINTF''@||g' \
              -e 's|@''REPLACE_PERROR''@||g' \
              -e 's|@''REPLACE_POPEN''@||g' \
              -e 's|@''REPLACE_PRINTF''@||g' \
              -e 's|@''REPLACE_REMOVE''@||g' \
              -e 's|@''REPLACE_RENAME''@||g' \
              -e 's|@''REPLACE_RENAMEAT''@||g' \
              -e 's|@''REPLACE_SNPRINTF''@||g' \
              -e 's|@''REPLACE_SPRINTF''@||g' \
              -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@||g' \
              -e 's|@''REPLACE_TMPFILE''@||g' \
              -e 's|@''REPLACE_VASPRINTF''@||g' \
              -e 's|@''REPLACE_VDPRINTF''@||g' \
              -e 's|@''REPLACE_VFPRINTF''@||g' \
              -e 's|@''REPLACE_VPRINTF''@||g' \
              -e 's|@''REPLACE_VSNPRINTF''@||g' \
              -e 's|@''REPLACE_VSPRINTF''@||g' \
              -e 's|@''ASM_SYMBOL_PREFIX''@||g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
        } > stdio.h-t && \
        mv stdio.h-t stdio.h
rm -f stdlib.h-t stdlib.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's|@''INCLUDE_NEXT''@||g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
              -e 's|@''NEXT_STDLIB_H''@||g' \
              -e 's|@''GNULIB_ATOLL''@||g' \
              -e 's|@''GNULIB_CALLOC_POSIX''@||g' \
              -e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@||g' \
              -e 's|@''GNULIB_GETLOADAVG''@||g' \
              -e 's|@''GNULIB_GETSUBOPT''@||g' \
              -e 's|@''GNULIB_GRANTPT''@||g' \
              -e 's|@''GNULIB_MALLOC_POSIX''@||g' \
              -e 's|@''GNULIB_MKDTEMP''@||g' \
              -e 's|@''GNULIB_MKOSTEMP''@||g' \
              -e 's|@''GNULIB_MKOSTEMPS''@||g' \
              -e 's|@''GNULIB_MKSTEMP''@||g' \
              -e 's|@''GNULIB_MKSTEMPS''@||g' \
              -e 's|@''GNULIB_PTSNAME''@||g' \
              -e 's|@''GNULIB_PUTENV''@||g' \
              -e 's|@''GNULIB_RANDOM_R''@||g' \
              -e 's|@''GNULIB_REALLOC_POSIX''@||g' \
              -e 's|@''GNULIB_REALPATH''@||g' \
              -e 's|@''GNULIB_RPMATCH''@||g' \
              -e 's|@''GNULIB_SETENV''@||g' \
              -e 's|@''GNULIB_STRTOD''@||g' \
              -e 's|@''GNULIB_STRTOLL''@||g' \
              -e 's|@''GNULIB_STRTOULL''@||g' \
              -e 's|@''GNULIB_UNLOCKPT''@||g' \
              -e 's|@''GNULIB_UNSETENV''@||g' \
              -e 's|@''HAVE_ATOLL''@||g' \
              -e 's|@''HAVE_CALLOC_POSIX''@||g' \
              -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@||g' \
              -e 's|@''HAVE_DECL_GETLOADAVG''@||g' \
              -e 's|@''HAVE_GETSUBOPT''@||g' \
              -e 's|@''HAVE_GRANTPT''@||g' \
              -e 's|@''HAVE_MALLOC_POSIX''@||g' \
              -e 's|@''HAVE_MKDTEMP''@||g' \
              -e 's|@''HAVE_MKOSTEMP''@||g' \
              -e 's|@''HAVE_MKOSTEMPS''@||g' \
              -e 's|@''HAVE_MKSTEMP''@||g' \
              -e 's|@''HAVE_MKSTEMPS''@||g' \
              -e 's|@''HAVE_PTSNAME''@||g' \
              -e 's|@''HAVE_RANDOM_H''@||g' \
              -e 's|@''HAVE_RANDOM_R''@||g' \
              -e 's|@''HAVE_REALLOC_POSIX''@||g' \
              -e 's|@''HAVE_REALPATH''@||g' \
              -e 's|@''HAVE_RPMATCH''@||g' \
              -e 's|@''HAVE_SETENV''@||g' \
              -e 's|@''HAVE_STRTOD''@||g' \
              -e 's|@''HAVE_STRTOLL''@||g' \
              -e 's|@''HAVE_STRTOULL''@||g' \
              -e 's|@''HAVE_STRUCT_RANDOM_DATA''@||g' \
              -e 's|@''HAVE_SYS_LOADAVG_H''@||g' \
              -e 's|@''HAVE_UNLOCKPT''@||g' \
              -e 's|@''HAVE_UNSETENV''@||g' \
              -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@||g' \
              -e 's|@''REPLACE_MKSTEMP''@||g' \
              -e 's|@''REPLACE_PUTENV''@||g' \
              -e 's|@''REPLACE_REALPATH''@||g' \
              -e 's|@''REPLACE_SETENV''@||g' \
              -e 's|@''REPLACE_STRTOD''@||g' \
              -e 's|@''REPLACE_UNSETENV''@||g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < ./stdlib.in.h; \
        } > stdlib.h-t && \
        mv stdlib.h-t stdlib.h
rm -f string.h-t string.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's|@''INCLUDE_NEXT''@||g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
              -e 's|@''NEXT_STRING_H''@||g' \
              -e 's|@''GNULIB_MBSLEN''@||g' \
              -e 's|@''GNULIB_MBSNLEN''@||g' \
              -e 's|@''GNULIB_MBSCHR''@||g' \
              -e 's|@''GNULIB_MBSRCHR''@||g' \
              -e 's|@''GNULIB_MBSSTR''@||g' \
              -e 's|@''GNULIB_MBSCASECMP''@||g' \
              -e 's|@''GNULIB_MBSNCASECMP''@||g' \
              -e 's|@''GNULIB_MBSPCASECMP''@||g' \
              -e 's|@''GNULIB_MBSCASESTR''@||g' \
              -e 's|@''GNULIB_MBSCSPN''@||g' \
              -e 's|@''GNULIB_MBSPBRK''@||g' \
              -e 's|@''GNULIB_MBSSPN''@||g' \
              -e 's|@''GNULIB_MBSSEP''@||g' \
              -e 's|@''GNULIB_MBSTOK_R''@||g' \
              -e 's|@''GNULIB_MEMCHR''@||g' \
              -e 's|@''GNULIB_MEMMEM''@||g' \
              -e 's|@''GNULIB_MEMPCPY''@||g' \
              -e 's|@''GNULIB_MEMRCHR''@||g' \
              -e 's|@''GNULIB_RAWMEMCHR''@||g' \
              -e 's|@''GNULIB_STPCPY''@||g' \
              -e 's|@''GNULIB_STPNCPY''@||g' \
              -e 's|@''GNULIB_STRCHRNUL''@||g' \
              -e 's|@''GNULIB_STRDUP''@||g' \
              -e 's|@''GNULIB_STRNCAT''@||g' \
              -e 's|@''GNULIB_STRNDUP''@||g' \
              -e 's|@''GNULIB_STRNLEN''@||g' \
              -e 's|@''GNULIB_STRPBRK''@||g' \
              -e 's|@''GNULIB_STRSEP''@||g' \
              -e 's|@''GNULIB_STRSTR''@||g' \
              -e 's|@''GNULIB_STRCASESTR''@||g' \
              -e 's|@''GNULIB_STRTOK_R''@||g' \
              -e 's|@''GNULIB_STRERROR''@||g' \
              -e 's|@''GNULIB_STRSIGNAL''@||g' \
              -e 's|@''GNULIB_STRVERSCMP''@||g' \
              < ./string.in.h | \
          sed -e 's|@''HAVE_MBSLEN''@||g' \
              -e 's|@''HAVE_MEMCHR''@||g' \
              -e 's|@''HAVE_DECL_MEMMEM''@||g' \
              -e 's|@''HAVE_MEMPCPY''@||g' \
              -e 's|@''HAVE_DECL_MEMRCHR''@||g' \
              -e 's|@''HAVE_RAWMEMCHR''@||g' \
              -e 's|@''HAVE_STPCPY''@||g' \
              -e 's|@''HAVE_STPNCPY''@||g' \
              -e 's|@''HAVE_STRCHRNUL''@||g' \
              -e 's|@''HAVE_DECL_STRDUP''@||g' \
              -e 's|@''HAVE_DECL_STRNDUP''@||g' \
              -e 's|@''HAVE_DECL_STRNLEN''@||g' \
              -e 's|@''HAVE_STRPBRK''@||g' \
              -e 's|@''HAVE_STRSEP''@||g' \
              -e 's|@''HAVE_STRCASESTR''@||g' \
              -e 's|@''HAVE_DECL_STRTOK_R''@||g' \
              -e 's|@''HAVE_DECL_STRSIGNAL''@||g' \
              -e 's|@''HAVE_STRVERSCMP''@||g' \
              -e 's|@''REPLACE_STPNCPY''@||g' \
              -e 's|@''REPLACE_MEMCHR''@||g' \
              -e 's|@''REPLACE_MEMMEM''@||g' \
              -e 's|@''REPLACE_STRCASESTR''@||g' \
              -e 's|@''REPLACE_STRDUP''@||g' \
              -e 's|@''REPLACE_STRSTR''@||g' \
              -e 's|@''REPLACE_STRERROR''@||g' \
              -e 's|@''REPLACE_STRNCAT''@||g' \
              -e 's|@''REPLACE_STRNDUP''@||g' \
              -e 's|@''REPLACE_STRNLEN''@||g' \
              -e 's|@''REPLACE_STRSIGNAL''@||g' \
              -e 's|@''REPLACE_STRTOK_R''@||g' \
              -e 's|@''UNDEFINE_STRTOK_R''@||g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
              < ./string.in.h; \
        } > string.h-t && \
        mv string.h-t string.h
/bin/mkdir -p sys
rm -f sys/socket.h-t sys/socket.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''INCLUDE_NEXT''@||g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
              -e 's|@''NEXT_SYS_SOCKET_H''@||g' \
              -e 's|@''HAVE_SYS_SOCKET_H''@||g' \
              -e 's|@''GNULIB_CLOSE''@||g' \
              -e 's|@''GNULIB_SOCKET''@||g' \
              -e 's|@''GNULIB_CONNECT''@||g' \
              -e 's|@''GNULIB_ACCEPT''@||g' \
              -e 's|@''GNULIB_BIND''@||g' \
              -e 's|@''GNULIB_GETPEERNAME''@||g' \
              -e 's|@''GNULIB_GETSOCKNAME''@||g' \
              -e 's|@''GNULIB_GETSOCKOPT''@||g' \
              -e 's|@''GNULIB_LISTEN''@||g' \
              -e 's|@''GNULIB_RECV''@||g' \
              -e 's|@''GNULIB_SEND''@||g' \
              -e 's|@''GNULIB_RECVFROM''@||g' \
              -e 's|@''GNULIB_SENDTO''@||g' \
              -e 's|@''GNULIB_SETSOCKOPT''@||g' \
              -e 's|@''GNULIB_SHUTDOWN''@||g' \
              -e 's|@''GNULIB_ACCEPT4''@||g' \
              -e 's|@''HAVE_WINSOCK2_H''@||g' \
              -e 's|@''HAVE_WS2TCPIP_H''@||g' \
              -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@||g' \
              -e 's|@''HAVE_SA_FAMILY_T''@||g' \
              -e 's|@''HAVE_ACCEPT4''@||g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < ./sys_socket.in.h; \
        } > sys/socket.h-t && \
        mv -f sys/socket.h-t sys/socket.h
/bin/mkdir -p sys
rm -f sys/stat.h-t sys/stat.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''INCLUDE_NEXT''@||g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
              -e 's|@''NEXT_SYS_STAT_H''@||g' \
              -e 's|@''GNULIB_FCHMODAT''@||g' \
              -e 's|@''GNULIB_FSTATAT''@||g' \
              -e 's|@''GNULIB_FUTIMENS''@||g' \
              -e 's|@''GNULIB_LCHMOD''@||g' \
              -e 's|@''GNULIB_LSTAT''@||g' \
              -e 's|@''GNULIB_MKDIRAT''@||g' \
              -e 's|@''GNULIB_MKFIFO''@||g' \
              -e 's|@''GNULIB_MKFIFOAT''@||g' \
              -e 's|@''GNULIB_MKNOD''@||g' \
              -e 's|@''GNULIB_MKNODAT''@||g' \
              -e 's|@''GNULIB_STAT''@||g' \
              -e 's|@''GNULIB_UTIMENSAT''@||g' \
              -e 's|@''HAVE_FCHMODAT''@||g' \
              -e 's|@''HAVE_FSTATAT''@||g' \
              -e 's|@''HAVE_FUTIMENS''@||g' \
              -e 's|@''HAVE_LCHMOD''@||g' \
              -e 's|@''HAVE_LSTAT''@||g' \
              -e 's|@''HAVE_MKDIRAT''@||g' \
              -e 's|@''HAVE_MKFIFO''@||g' \
              -e 's|@''HAVE_MKFIFOAT''@||g' \
              -e 's|@''HAVE_MKNOD''@||g' \
              -e 's|@''HAVE_MKNODAT''@||g' \
              -e 's|@''HAVE_UTIMENSAT''@||g' \
              -e 's|@''REPLACE_FSTAT''@||g' \
              -e 's|@''REPLACE_FSTATAT''@||g' \
              -e 's|@''REPLACE_FUTIMENS''@||g' \
              -e 's|@''REPLACE_LSTAT''@||g' \
              -e 's|@''REPLACE_MKDIR''@||g' \
              -e 's|@''REPLACE_MKFIFO''@||g' \
              -e 's|@''REPLACE_MKNOD''@||g' \
              -e 's|@''REPLACE_STAT''@||g' \
              -e 's|@''REPLACE_UTIMENSAT''@||g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < ./sys_stat.in.h; \
        } > sys/stat.h-t && \
        mv sys/stat.h-t sys/stat.h
rm -f time.h-t time.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's|@''INCLUDE_NEXT''@||g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
              -e 's|@''NEXT_TIME_H''@||g' \
              -e 's|@''GNULIB_MKTIME''@||g' \
              -e 's|@''GNULIB_NANOSLEEP''@||g' \
              -e 's|@''GNULIB_STRPTIME''@||g' \
              -e 's|@''GNULIB_TIMEGM''@||g' \
              -e 's|@''GNULIB_TIME_R''@||g' \
              -e 's|@''HAVE_LOCALTIME_R''@||g' \
              -e 's|@''HAVE_NANOSLEEP''@||g' \
              -e 's|@''HAVE_STRPTIME''@||g' \
              -e 's|@''HAVE_TIMEGM''@||g' \
              -e 's|@''REPLACE_LOCALTIME_R''@||g' \
              -e 's|@''REPLACE_MKTIME''@||g' \
              -e 's|@''REPLACE_NANOSLEEP''@||g' \
              -e 's|@''REPLACE_TIMEGM''@||g' \
              -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@||g' \
              -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@||g' \
              -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@||g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < ./time.in.h; \
        } > time.h-t && \
        mv time.h-t time.h
rm -f unistd.h-t unistd.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''HAVE_UNISTD_H''@||g' \
              -e 's|@''INCLUDE_NEXT''@||g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
              -e 's|@''NEXT_UNISTD_H''@||g' \
              -e 's|@''GNULIB_CHOWN''@||g' \
              -e 's|@''GNULIB_CLOSE''@||g' \
              -e 's|@''GNULIB_DUP2''@||g' \
              -e 's|@''GNULIB_DUP3''@||g' \
              -e 's|@''GNULIB_ENVIRON''@||g' \
              -e 's|@''GNULIB_EUIDACCESS''@||g' \
              -e 's|@''GNULIB_FACCESSAT''@||g' \
              -e 's|@''GNULIB_FCHDIR''@||g' \
              -e 's|@''GNULIB_FCHOWNAT''@||g' \
              -e 's|@''GNULIB_FSYNC''@||g' \
              -e 's|@''GNULIB_FTRUNCATE''@||g' \
              -e 's|@''GNULIB_GETCWD''@||g' \
              -e 's|@''GNULIB_GETDOMAINNAME''@||g' \
              -e 's|@''GNULIB_GETDTABLESIZE''@||g' \
              -e 's|@''GNULIB_GETGROUPS''@||g' \
              -e 's|@''GNULIB_GETHOSTNAME''@||g' \
              -e 's|@''GNULIB_GETLOGIN''@||g' \
              -e 's|@''GNULIB_GETLOGIN_R''@||g' \
              -e 's|@''GNULIB_GETPAGESIZE''@||g' \
              -e 's|@''GNULIB_GETUSERSHELL''@||g' \
              -e 's|@''GNULIB_LCHOWN''@||g' \
              -e 's|@''GNULIB_LINK''@||g' \
              -e 's|@''GNULIB_LINKAT''@||g' \
              -e 's|@''GNULIB_LSEEK''@||g' \
              -e 's|@''GNULIB_PIPE2''@||g' \
              -e 's|@''GNULIB_PREAD''@||g' \
              -e 's|@''GNULIB_PWRITE''@||g' \
              -e 's|@''GNULIB_READLINK''@||g' \
              -e 's|@''GNULIB_READLINKAT''@||g' \
              -e 's|@''GNULIB_RMDIR''@||g' \
              -e 's|@''GNULIB_SLEEP''@||g' \
              -e 's|@''GNULIB_SYMLINK''@||g' \
              -e 's|@''GNULIB_SYMLINKAT''@||g' \
              -e 's|@''GNULIB_TTYNAME_R''@||g' \
              -e 's|@''GNULIB_UNISTD_H_GETOPT''@||g' \
              -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@||g' \
              -e 's|@''GNULIB_UNLINK''@||g' \
              -e 's|@''GNULIB_UNLINKAT''@||g' \
              -e 's|@''GNULIB_USLEEP''@||g' \
              -e 's|@''GNULIB_WRITE''@||g' \
              < ./unistd.in.h | \
          sed -e 's|@''HAVE_CHOWN''@||g' \
              -e 's|@''HAVE_DUP2''@||g' \
              -e 's|@''HAVE_DUP3''@||g' \
              -e 's|@''HAVE_EUIDACCESS''@||g' \
              -e 's|@''HAVE_FACCESSAT''@||g' \
              -e 's|@''HAVE_FCHDIR''@||g' \
              -e 's|@''HAVE_FCHOWNAT''@||g' \
              -e 's|@''HAVE_FSYNC''@||g' \
              -e 's|@''HAVE_FTRUNCATE''@||g' \
              -e 's|@''HAVE_GETDOMAINNAME''@||g' \
              -e 's|@''HAVE_GETDTABLESIZE''@||g' \
              -e 's|@''HAVE_GETGROUPS''@||g' \
              -e 's|@''HAVE_GETHOSTNAME''@||g' \
              -e 's|@''HAVE_GETLOGIN''@||g' \
              -e 's|@''HAVE_GETPAGESIZE''@||g' \
              -e 's|@''HAVE_LCHOWN''@||g' \
              -e 's|@''HAVE_LINK''@||g' \
              -e 's|@''HAVE_LINKAT''@||g' \
              -e 's|@''HAVE_PIPE2''@||g' \
              -e 's|@''HAVE_PREAD''@||g' \
              -e 's|@''HAVE_PWRITE''@||g' \
              -e 's|@''HAVE_READLINK''@||g' \
              -e 's|@''HAVE_READLINKAT''@||g' \
              -e 's|@''HAVE_SLEEP''@||g' \
              -e 's|@''HAVE_SYMLINK''@||g' \
              -e 's|@''HAVE_SYMLINKAT''@||g' \
              -e 's|@''HAVE_TTYNAME_R''@||g' \
              -e 's|@''HAVE_UNLINKAT''@||g' \
              -e 's|@''HAVE_USLEEP''@||g' \
              -e 's|@''HAVE_DECL_ENVIRON''@||g' \
              -e 's|@''HAVE_DECL_GETLOGIN_R''@||g' \
              -e 's|@''HAVE_DECL_GETPAGESIZE''@||g' \
              -e 's|@''HAVE_DECL_GETUSERSHELL''@||g' \
              -e 's|@''HAVE_OS_H''@||g' \
              -e 's|@''HAVE_SYS_PARAM_H''@||g' \
              -e 's|@''REPLACE_CHOWN''@||g' \
              -e 's|@''REPLACE_CLOSE''@||g' \
              -e 's|@''REPLACE_DUP''@||g' \
              -e 's|@''REPLACE_DUP2''@||g' \
              -e 's|@''REPLACE_FCHOWNAT''@||g' \
              -e 's|@''REPLACE_GETCWD''@||g' \
              -e 's|@''REPLACE_GETGROUPS''@||g' \
              -e 's|@''REPLACE_GETPAGESIZE''@||g' \
              -e 's|@''REPLACE_LCHOWN''@||g' \
              -e 's|@''REPLACE_LINK''@||g' \
              -e 's|@''REPLACE_LINKAT''@||g' \
              -e 's|@''REPLACE_LSEEK''@||g' \
              -e 's|@''REPLACE_PREAD''@||g' \
              -e 's|@''REPLACE_PWRITE''@||g' \
              -e 's|@''REPLACE_READLINK''@||g' \
              -e 's|@''REPLACE_RMDIR''@||g' \
              -e 's|@''REPLACE_SLEEP''@||g' \
              -e 's|@''REPLACE_SYMLINK''@||g' \
              -e 's|@''REPLACE_TTYNAME_R''@||g' \
              -e 's|@''REPLACE_UNLINK''@||g' \
              -e 's|@''REPLACE_UNLINKAT''@||g' \
              -e 's|@''REPLACE_USLEEP''@||g' \
              -e 's|@''REPLACE_WRITE''@||g' \
              -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@||g' \
              -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@||g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
        } > unistd.h-t && \
        mv unistd.h-t unistd.h
rm -f wchar.h-t wchar.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''INCLUDE_NEXT''@||g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
              -e 's|@''NEXT_WCHAR_H''@||g' \
              -e 's|@''HAVE_WCHAR_H''@||g' \
              -e 's|@''GNULIB_BTOWC''@||g' \
              -e 's|@''GNULIB_WCTOB''@||g' \
              -e 's|@''GNULIB_MBSINIT''@||g' \
              -e 's|@''GNULIB_MBRTOWC''@||g' \
              -e 's|@''GNULIB_MBRLEN''@||g' \
              -e 's|@''GNULIB_MBSRTOWCS''@||g' \
              -e 's|@''GNULIB_MBSNRTOWCS''@||g' \
              -e 's|@''GNULIB_WCRTOMB''@||g' \
              -e 's|@''GNULIB_WCSRTOMBS''@||g' \
              -e 's|@''GNULIB_WCSNRTOMBS''@||g' \
              -e 's|@''GNULIB_WCWIDTH''@||g' \
              -e 's|@''HAVE_WINT_T''@||g' \
              -e 's|@''HAVE_BTOWC''@||g' \
              -e 's|@''HAVE_MBSINIT''@||g' \
              -e 's|@''HAVE_MBRTOWC''@||g' \
              -e 's|@''HAVE_MBRLEN''@||g' \
              -e 's|@''HAVE_MBSRTOWCS''@||g' \
              -e 's|@''HAVE_MBSNRTOWCS''@||g' \
              -e 's|@''HAVE_WCRTOMB''@||g' \
              -e 's|@''HAVE_WCSRTOMBS''@||g' \
              -e 's|@''HAVE_WCSNRTOMBS''@||g' \
              -e 's|@''HAVE_DECL_WCTOB''@||g' \
              -e 's|@''HAVE_DECL_WCWIDTH''@||g' \
              -e 's|@''REPLACE_MBSTATE_T''@||g' \
              -e 's|@''REPLACE_BTOWC''@||g' \
              -e 's|@''REPLACE_WCTOB''@||g' \
              -e 's|@''REPLACE_MBSINIT''@||g' \
              -e 's|@''REPLACE_MBRTOWC''@||g' \
              -e 's|@''REPLACE_MBRLEN''@||g' \
              -e 's|@''REPLACE_MBSRTOWCS''@||g' \
              -e 's|@''REPLACE_MBSNRTOWCS''@||g' \
              -e 's|@''REPLACE_WCRTOMB''@||g' \
              -e 's|@''REPLACE_WCSRTOMBS''@||g' \
              -e 's|@''REPLACE_WCSNRTOMBS''@||g' \
              -e 's|@''REPLACE_WCWIDTH''@||g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
            < ./wchar.in.h; \
        } > wchar.h-t && \
        mv wchar.h-t wchar.h
rm -f wctype.h-t wctype.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's/@''HAVE_WCTYPE_H''@//g' \
              -e 's|@''INCLUDE_NEXT''@||g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
              -e 's|@''NEXT_WCTYPE_H''@||g' \
              -e 's/@''HAVE_ISWBLANK''@//g' \
              -e 's/@''HAVE_ISWCNTRL''@//g' \
              -e 's/@''HAVE_WINT_T''@//g' \
              -e 's/@''REPLACE_ISWCNTRL''@//g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < ./wctype.in.h; \
        } > wctype.h-t && \
        mv wctype.h-t wctype.h
make  all-recursive
make[3]: Entering directory `/home/bryan/tmp/nagiosplug/gl'
make[4]: Entering directory `/home/bryan/tmp/nagiosplug/gl'
gcc -DHAVE_CONFIG_H -I. -I..  -I../intl   -g -O2 -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.c
In file included from base64.c:47:0:
base64.h:40:49: error: expected ‘;’, ‘,’ or ‘)’ before ‘in’
base64.h:48:53: error: expected ‘;’, ‘,’ or ‘)’ before ‘in’
In file included from base64.c:50:0:
./stdlib.h:20:1: error: stray ‘@’ in program
./stdlib.h:20:1: error: stray ‘@’ in program
In file included from base64.c:50:0:
./stdlib.h:43:7: error: operator '||' has no left operand
./stdlib.h:49:5: error: #if with no expression
./stdlib.h:53:7: error: operator '!' has no right operand
./stdlib.h:58:6: error: operator '!' has no right operand
./stdlib.h:71:7: error: operator '||' has no left operand
In file included from base64.c:50:0:
./stdlib.h:410:5: error: #if with no expression
./stdlib.h:426:5: error: #if with no expression
./stdlib.h:445:5: error: #if with no expression
./stdlib.h:469:5: error: #if with no expression
./stdlib.h:488:5: error: #if with no expression
./stdlib.h:516:5: error: #if with no expression
./stdlib.h:532:5: error: #if with no expression
./stdlib.h:551:5: error: #if with no expression
./stdlib.h:570:5: error: #if with no expression
./stdlib.h:597:5: error: #if with no expression
./stdlib.h:627:5: error: #if with no expression
./stdlib.h:658:5: error: #if with no expression
./stdlib.h:683:5: error: #if with no expression
./stdlib.h:699:5: error: #if with no expression
./stdlib.h:714:5: error: #if with no expression
./stdlib.h:722:5: error: #if with no expression
./stdlib.h:737:5: error: #if with no expression
./stdlib.h:754:5: error: #if with no expression
./stdlib.h:773:5: error: #if with no expression
./stdlib.h:791:5: error: #if with no expression
./stdlib.h:810:5: error: #if with no expression
./stdlib.h:834:5: error: #if with no expression
./stdlib.h:850:5: error: #if with no expression
./stdlib.h:881:5: error: #if with no expression
./stdlib.h:906:5: error: #if with no expression
./stdlib.h:931:5: error: #if with no expression
./stdlib.h:956:5: error: #if with no expression
./stdlib.h:972:5: error: #if with no expression
In file included from base64.c:55:0:
./string.h:23:1: error: stray ‘@’ in program
In file included from base64.c:50:0:
./stdlib.h:20:2: error: unknown type name ‘PRAGMA_SYSTEM_HEADER’
In file included from base64.c:55:0:
./string.h:23:1: error: stray ‘@’ in program
In file included from base64.c:55:0:
./string.h:36:6: error: operator '&&' has no left operand
./string.h:371:5: error: #if with no expression
./string.h:409:5: error: #if with no expression
./string.h:444:5: error: #if with no expression
./string.h:464:5: error: #if with no expression
./string.h:494:5: error: #if with no expression
./string.h:522:5: error: #if with no expression
./string.h:541:5: error: #if with no expression
./string.h:584:5: error: #if with no expression
./string.h:612:5: error: #if with no expression
./string.h:636:5: error: #if with no expression
./string.h:658:5: error: #if with no expression
./string.h:686:5: error: #if with no expression
./string.h:726:5: error: #if with no expression
./string.h:800:5: error: #if with no expression
./string.h:823:5: error: #if with no expression
./string.h:864:5: error: #if with no expression
./string.h:931:5: error: #if with no expression
./string.h:976:5: error: #if with no expression
./string.h:995:5: error: #if with no expression
./string.h:1002:5: error: #if with no expression
./string.h:1022:5: error: #if with no expression
./string.h:1042:5: error: #if with no expression
./string.h:1051:5: error: #if with no expression
./string.h:1062:5: error: #if with no expression
./string.h:1076:5: error: #if with no expression
./string.h:1090:5: error: #if with no expression
./string.h:1100:5: error: #if with no expression
./string.h:1110:5: error: #if with no expression
./string.h:1130:5: error: #if with no expression
./string.h:1140:5: error: #if with no expression
./string.h:1159:5: error: #if with no expression
./string.h:1181:5: error: #if with no expression
./string.h:1200:5: error: #if with no expression
./string.h:1224:5: error: #if with no expression
base64.c:58:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’
base64.c:69:37: error: expected ‘;’, ‘,’ or ‘)’ before ‘in’
base64.c: In function ‘base64_encode_alloc’:
base64.c:138:10: warning: incompatible implicit declaration of built-in function ‘malloc’ [enabled by default]
base64.c: At top level:
base64.c:321:29: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
base64.c:374:32: error: expected ‘;’, ‘,’ or ‘)’ before ‘in’
base64.c:460:41: error: expected ‘;’, ‘,’ or ‘)’ before ‘in’
base64.c: In function ‘base64_decode_alloc_ctx’:
base64.c:561:10: warning: incompatible implicit declaration of built-in function ‘malloc’ [enabled by default]
base64.c:567:7: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
make[4]: *** [base64.o] Error 1
make[4]: Leaving directory `/home/bryan/tmp/nagiosplug/gl'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/bryan/tmp/nagiosplug/gl'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/bryan/tmp/nagiosplug/gl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bryan/tmp/nagiosplug'
make: *** [all] Error 2
dataloader%
dataloader%
dataloader% ./configure
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 build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
./configure: line 4100: gl_EARLY: command not found
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 whether gcc needs -traditional... no
checking how to print strings... printf
checking for a sed that does not truncate output... /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 whether ln -s works... yes
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 ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... 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 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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
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... yes
checking whether gcc and cc understand -c and -o together... yes
checking for error_at_line... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for working strtod... yes
checking for python... /usr/bin/python
checking for sh... /bin/sh
checking for perl... /usr/bin/perl
checking for libgnutls-config... no
checking for hostname... /bin/hostname
checking for basename... /usr/bin/basename
checking for main in -ldce... no
checking for main in -lnsl... yes
checking for socket in -lsocket... no
checking for main in -lresolv... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for floor in -lm... yes
checking mp.h usability... no
checking mp.h presence... no
checking for mp.h... no
checking for pow in -lbsd... no
checking for plan_tests in -ltap... no
checking for main in -lcrypt... yes
checking for PQsetdbLogin in -lpq... no
configure: WARNING: Skipping PostgreSQL plugin (check_pgsql)
configure: WARNING: LIBS="-lcrypt " CPPFLAGS=""
configure: WARNING: install PostgreSQL libs to compile this plugin (see REQUIREMENTS).
checking for dbi_initialize in -ldbi... no
configure: WARNING: Skipping dbi plugin
configure: WARNING: install DBI libs to compile this plugin (see REQUIREMENTS).
checking for rc_read_config in -lradiusclient... no
checking for rc_read_config in -lradiusclient-ng... no
configure: WARNING: Skipping radius plugin
configure: WARNING: install radius libs to compile this plugin (see REQUIREMENTS).
checking for main in -lldap... no
configure: WARNING: Skipping LDAP plugin
configure: WARNING: install LDAP libs to compile this plugin (see REQUIREMENTS).
checking linux/hdreg.h usability... yes
checking linux/hdreg.h presence... yes
checking for linux/hdreg.h... yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
./configure: line 13278: np_mysqlclient: command not found
./configure: line 13279: test: =: unary operator expected
checking for IPv6 support... yes
checking krb5.h usability... no
checking krb5.h presence... no
checking for krb5.h... no
checking krb5.h usability... no
checking krb5.h presence... no
checking for krb5.h... no
checking for dlopen in -ldl... yes
checking for shl_load in -ldl... no
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/x509.h usability... yes
checking openssl/x509.h presence... yes
checking for openssl/x509.h... yes
checking openssl/rsa.h usability... yes
checking openssl/rsa.h presence... yes
checking for openssl/rsa.h... yes
checking openssl/pem.h usability... yes
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking for CRYPTO_lock in -lcrypto... yes
checking for main in -lssl... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking uio.h usability... no
checking uio.h presence... no
checking for uio.h... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/unistd.h usability... yes
checking sys/unistd.h presence... yes
checking for sys/unistd.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for va_copy... yes
checking for memmove... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for floor... no
checking for poll... yes
checking return type of socket size... int
checking for ps... /bin/ps
checking for ps syntax... /bin/ps axwo 'stat uid pid ppid vsz rss pcpu comm args'
checking for ping... /bin/ping
checking for ping6... /bin/ping6
checking for ICMP ping syntax... /bin/ping -n -U -w %d -c %d %s
checking for ICMPv6 ping syntax... /bin/ping6 -n -U -w %d -c %d %s
checking for nslookup... /usr/bin/nslookup
checking for nslookup syntax... /usr/bin/nslookup -sil
checking for number of cpus... sysconf(_SC_NPROCESSORS_CONF)
checking for uptime... /usr/bin/uptime
checking for rpcinfo... /usr/bin/rpcinfo
checking for lmstat... no
configure: WARNING: Get lmstat from Globetrotter Software to monitor flexlm licenses
checking for smbclient... /usr/bin/smbclient
checking for who... /usr/bin/who
checking for snmpget... /usr/bin/snmpget
checking for snmpgetnext... /usr/bin/snmpgetnext
checking for Net::SNMP perl module... found
checking for quakestat... /usr/bin/quakestat
checking for qstat... no
checking for fping... /usr/bin/fping
checking for ssh... /usr/bin/ssh
checking for mailq... /usr/bin/mailq
checking for qmail-qstat... no
configure: WARNING: Could not find qmail-qstat or eqivalent
checking for swap... no
checking for swapinfo... no
checking for lsps... no
checking for sys/stat.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/swap.h... yes
checking whether swapctl is declared... no
checking for swaptbl_t... no
checking for swapent_t... no
checking for struct swapent.se_nblks... no
checking for /proc/meminfo... found /proc/meminfo
checking for dig... /usr/bin/dig
checking for apt-get... /usr/bin/apt-get
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... 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 -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) 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 for main in -lpthread... yes
./configure: line 18615: gl_INIT: command not found
configure: creating ./config.status
config.status: creating gl/Makefile
config.status: creating nagios-plugins.spec
config.status: creating Makefile
config.status: creating tap/Makefile
config.status: creating lib/Makefile
config.status: creating plugins/Makefile
config.status: creating lib/tests/Makefile
config.status: creating plugins-root/Makefile
config.status: creating plugins-scripts/Makefile
config.status: creating plugins-scripts/subst
config.status: creating plugins-scripts/utils.pm
config.status: creating plugins-scripts/utils.sh
config.status: creating perlmods/Makefile
config.status: creating command.cfg
config.status: creating test.pl
config.status: creating pkg/solaris/pkginfo
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
            --with-apt-get-command: /usr/bin/apt-get
              --with-ping6-command: /bin/ping6 -n -U -w %d -c %d %s
               --with-ping-command: /bin/ping -n -U -w %d -c %d %s
                       --with-ipv6: yes
                      --with-mysql:
                    --with-openssl: yes
                     --with-gnutls: no
               --enable-extra-opts: no
                       --with-perl: /usr/bin/perl
             --enable-perl-modules: no
                     --with-cgiurl: /nagios/cgi-bin
               --with-trusted-path: /bin:/sbin:/usr/bin:/usr/sbin
                   --enable-libtap: no
dataloader% ./configure
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 build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
./configure: line 4100: gl_EARLY: command not found
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 whether gcc needs -traditional... no
checking how to print strings... printf
checking for a sed that does not truncate output... /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 whether ln -s works... yes
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 ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... 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 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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
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... yes
checking whether gcc and cc understand -c and -o together... yes
checking for error_at_line... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for working strtod... yes
checking for python... /usr/bin/python
checking for sh... /bin/sh
checking for perl... /usr/bin/perl
checking for libgnutls-config... no
checking for hostname... /bin/hostname
checking for basename... /usr/bin/basename
checking for main in -ldce... no
checking for main in -lnsl... yes
checking for socket in -lsocket... no
checking for main in -lresolv... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for floor in -lm... yes
checking mp.h usability... no
checking mp.h presence... no
checking for mp.h... no
checking for pow in -lbsd... no
checking for plan_tests in -ltap... no
checking for main in -lcrypt... yes
checking for PQsetdbLogin in -lpq... no
configure: WARNING: Skipping PostgreSQL plugin (check_pgsql)
configure: WARNING: LIBS="-lcrypt " CPPFLAGS=""
configure: WARNING: install PostgreSQL libs to compile this plugin (see REQUIREMENTS).
checking for dbi_initialize in -ldbi... no
configure: WARNING: Skipping dbi plugin
configure: WARNING: install DBI libs to compile this plugin (see REQUIREMENTS).
checking for rc_read_config in -lradiusclient... no
checking for rc_read_config in -lradiusclient-ng... no
configure: WARNING: Skipping radius plugin
configure: WARNING: install radius libs to compile this plugin (see REQUIREMENTS).
checking for main in -lldap... no
configure: WARNING: Skipping LDAP plugin
configure: WARNING: install LDAP libs to compile this plugin (see REQUIREMENTS).
checking linux/hdreg.h usability... yes
checking linux/hdreg.h presence... yes
checking for linux/hdreg.h... yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
./configure: line 13278: np_mysqlclient: command not found
./configure: line 13279: test: =: unary operator expected
checking for IPv6 support... yes
checking krb5.h usability... no
checking krb5.h presence... no
checking for krb5.h... no
checking krb5.h usability... no
checking krb5.h presence... no
checking for krb5.h... no
checking for dlopen in -ldl... yes
checking for shl_load in -ldl... no
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/x509.h usability... yes
checking openssl/x509.h presence... yes
checking for openssl/x509.h... yes
checking openssl/rsa.h usability... yes
checking openssl/rsa.h presence... yes
checking for openssl/rsa.h... yes
checking openssl/pem.h usability... yes
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking for CRYPTO_lock in -lcrypto... yes
checking for main in -lssl... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking uio.h usability... no
checking uio.h presence... no
checking for uio.h... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/unistd.h usability... yes
checking sys/unistd.h presence... yes
checking for sys/unistd.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for va_copy... yes
checking for memmove... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for floor... no
checking for poll... yes
checking return type of socket size... int
checking for ps... /bin/ps
checking for ps syntax... /bin/ps axwo 'stat uid pid ppid vsz rss pcpu comm args'
checking for ping... /bin/ping
checking for ping6... /bin/ping6
checking for ICMP ping syntax... /bin/ping -n -U -w %d -c %d %s
checking for ICMPv6 ping syntax... /bin/ping6 -n -U -w %d -c %d %s
checking for nslookup... /usr/bin/nslookup
checking for nslookup syntax... /usr/bin/nslookup -sil
checking for number of cpus... sysconf(_SC_NPROCESSORS_CONF)
checking for uptime... /usr/bin/uptime
checking for rpcinfo... /usr/bin/rpcinfo
checking for lmstat... no
configure: WARNING: Get lmstat from Globetrotter Software to monitor flexlm licenses
checking for smbclient... /usr/bin/smbclient
checking for who... /usr/bin/who
checking for snmpget... /usr/bin/snmpget
checking for snmpgetnext... /usr/bin/snmpgetnext
checking for Net::SNMP perl module... found
checking for quakestat... /usr/bin/quakestat
checking for qstat... no
checking for fping... /usr/bin/fping
checking for ssh... /usr/bin/ssh
checking for mailq... /usr/bin/mailq
checking for qmail-qstat... no
configure: WARNING: Could not find qmail-qstat or eqivalent
checking for swap... no
checking for swapinfo... no
checking for lsps... no
checking for sys/stat.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/swap.h... yes
checking whether swapctl is declared... no
checking for swaptbl_t... no
checking for swapent_t... no
checking for struct swapent.se_nblks... no
checking for /proc/meminfo... found /proc/meminfo
checking for dig... /usr/bin/dig
checking for apt-get... /usr/bin/apt-get
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... 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 -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) 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 for main in -lpthread... yes
./configure: line 18615: gl_INIT: command not found
configure: creating ./config.status
config.status: creating gl/Makefile
config.status: creating nagios-plugins.spec
config.status: creating Makefile
config.status: creating tap/Makefile
config.status: creating lib/Makefile
config.status: creating plugins/Makefile
config.status: creating lib/tests/Makefile
config.status: creating plugins-root/Makefile
config.status: creating plugins-scripts/Makefile
config.status: creating plugins-scripts/subst
config.status: creating plugins-scripts/utils.pm
config.status: creating plugins-scripts/utils.sh
config.status: creating perlmods/Makefile
config.status: creating command.cfg
config.status: creating test.pl
config.status: creating pkg/solaris/pkginfo
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
            --with-apt-get-command: /usr/bin/apt-get
              --with-ping6-command: /bin/ping6 -n -U -w %d -c %d %s
               --with-ping-command: /bin/ping -n -U -w %d -c %d %s
                       --with-ipv6: yes
                      --with-mysql:
                    --with-openssl: yes
                     --with-gnutls: no
               --enable-extra-opts: no
                       --with-perl: /usr/bin/perl
             --enable-perl-modules: no
                     --with-cgiurl: /nagios/cgi-bin
               --with-trusted-path: /bin:/sbin:/usr/bin:/usr/sbin
                   --enable-libtap: no
dataloader% make
make  all-recursive
make[1]: Entering directory `/home/bryan/tmp/nagiosplug'
Making all in gl
make[2]: Entering directory `/home/bryan/tmp/nagiosplug/gl'
rm -f configmake.h-t && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          echo '#define PREFIX "/usr/local/nagios"'; \
          echo '#define EXEC_PREFIX "/usr/local/nagios"'; \
          echo '#define BINDIR "/usr/local/nagios/bin"'; \
          echo '#define SBINDIR "/usr/local/nagios/sbin"'; \
          echo '#define LIBEXECDIR "/usr/local/nagios/libexec"'; \
          echo '#define DATAROOTDIR "/usr/local/nagios/share"'; \
          echo '#define DATADIR "/usr/local/nagios/share"'; \
          echo '#define SYSCONFDIR "/usr/local/nagios/etc"'; \
          echo '#define SHAREDSTATEDIR "/usr/local/nagios/com"'; \
          echo '#define LOCALSTATEDIR "/usr/local/nagios/var"'; \
          echo '#define INCLUDEDIR "/usr/local/nagios/include"'; \
          echo '#define OLDINCLUDEDIR "/usr/include"'; \
          echo '#define DOCDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
          echo '#define INFODIR "/usr/local/nagios/share/info"'; \
          echo '#define HTMLDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
          echo '#define DVIDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
          echo '#define PDFDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
          echo '#define PSDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
          echo '#define LIBDIR "/usr/local/nagios/lib"'; \
          echo '#define LISPDIR ""'; \
          echo '#define LOCALEDIR "/usr/local/nagios/share/locale"'; \
          echo '#define MANDIR "/usr/local/nagios/share/man"'; \
          echo '#define MANEXT ""'; \
          echo '#define PKGDATADIR "/usr/local/nagios/share/nagios-plugins"'; \
          echo '#define PKGINCLUDEDIR "/usr/local/nagios/include/nagios-plugins"'; \
          echo '#define PKGLIBDIR "/usr/local/nagios/lib/nagios-plugins"'; \
          echo '#define PKGLIBEXECDIR "/usr/local/nagios/libexec/nagios-plugins"'; \
        } | sed '/""/d' > configmake.h-t && \
        if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then \
          rm -f configmake.h-t; \
        else \
          rm -f configmake.h; mv configmake.h-t configmake.h; \
        fi
make  all-recursive
make[3]: Entering directory `/home/bryan/tmp/nagiosplug/gl'
make[4]: Entering directory `/home/bryan/tmp/nagiosplug/gl'
gcc -DHAVE_CONFIG_H -I. -I..  -I../intl   -g -O2 -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.c
In file included from base64.c:47:0:
base64.h:40:49: error: expected ‘;’, ‘,’ or ‘)’ before ‘in’
base64.h:48:53: error: expected ‘;’, ‘,’ or ‘)’ before ‘in’
In file included from base64.c:50:0:
./stdlib.h:20:1: error: stray ‘@’ in program
./stdlib.h:20:1: error: stray ‘@’ in program
In file included from base64.c:50:0:
./stdlib.h:43:7: error: operator '||' has no left operand
./stdlib.h:49:5: error: #if with no expression
./stdlib.h:53:7: error: operator '!' has no right operand
./stdlib.h:58:6: error: operator '!' has no right operand
./stdlib.h:71:7: error: operator '||' has no left operand
In file included from base64.c:50:0:
./stdlib.h:410:5: error: #if with no expression
./stdlib.h:426:5: error: #if with no expression
./stdlib.h:445:5: error: #if with no expression
./stdlib.h:469:5: error: #if with no expression
./stdlib.h:488:5: error: #if with no expression
./stdlib.h:516:5: error: #if with no expression
./stdlib.h:532:5: error: #if with no expression
./stdlib.h:551:5: error: #if with no expression
./stdlib.h:570:5: error: #if with no expression
./stdlib.h:597:5: error: #if with no expression
./stdlib.h:627:5: error: #if with no expression
./stdlib.h:658:5: error: #if with no expression
./stdlib.h:683:5: error: #if with no expression
./stdlib.h:699:5: error: #if with no expression
./stdlib.h:714:5: error: #if with no expression
./stdlib.h:722:5: error: #if with no expression
./stdlib.h:737:5: error: #if with no expression
./stdlib.h:754:5: error: #if with no expression
./stdlib.h:773:5: error: #if with no expression
./stdlib.h:791:5: error: #if with no expression
./stdlib.h:810:5: error: #if with no expression
./stdlib.h:834:5: error: #if with no expression
./stdlib.h:850:5: error: #if with no expression
./stdlib.h:881:5: error: #if with no expression
./stdlib.h:906:5: error: #if with no expression
./stdlib.h:931:5: error: #if with no expression
./stdlib.h:956:5: error: #if with no expression
./stdlib.h:972:5: error: #if with no expression
In file included from base64.c:55:0:
./string.h:23:1: error: stray ‘@’ in program
In file included from base64.c:50:0:
./stdlib.h:20:2: error: unknown type name ‘PRAGMA_SYSTEM_HEADER’
In file included from base64.c:55:0:
./string.h:23:1: error: stray ‘@’ in program
In file included from base64.c:55:0:
./string.h:36:6: error: operator '&&' has no left operand
./string.h:371:5: error: #if with no expression
./string.h:409:5: error: #if with no expression
./string.h:444:5: error: #if with no expression
./string.h:464:5: error: #if with no expression
./string.h:494:5: error: #if with no expression
./string.h:522:5: error: #if with no expression
./string.h:541:5: error: #if with no expression
./string.h:584:5: error: #if with no expression
./string.h:612:5: error: #if with no expression
./string.h:636:5: error: #if with no expression
./string.h:658:5: error: #if with no expression
./string.h:686:5: error: #if with no expression
./string.h:726:5: error: #if with no expression
./string.h:800:5: error: #if with no expression
./string.h:823:5: error: #if with no expression
./string.h:864:5: error: #if with no expression
./string.h:931:5: error: #if with no expression
./string.h:976:5: error: #if with no expression
./string.h:995:5: error: #if with no expression
./string.h:1002:5: error: #if with no expression
./string.h:1022:5: error: #if with no expression
./string.h:1042:5: error: #if with no expression
./string.h:1051:5: error: #if with no expression
./string.h:1062:5: error: #if with no expression
./string.h:1076:5: error: #if with no expression
./string.h:1090:5: error: #if with no expression
./string.h:1100:5: error: #if with no expression
./string.h:1110:5: error: #if with no expression
./string.h:1130:5: error: #if with no expression
./string.h:1140:5: error: #if with no expression
./string.h:1159:5: error: #if with no expression
./string.h:1181:5: error: #if with no expression
./string.h:1200:5: error: #if with no expression
./string.h:1224:5: error: #if with no expression
base64.c:58:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’
base64.c:69:37: error: expected ‘;’, ‘,’ or ‘)’ before ‘in’
base64.c: In function ‘base64_encode_alloc’:
base64.c:138:10: warning: incompatible implicit declaration of built-in function ‘malloc’ [enabled by default]
base64.c: At top level:
base64.c:321:29: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
base64.c:374:32: error: expected ‘;’, ‘,’ or ‘)’ before ‘in’
base64.c:460:41: error: expected ‘;’, ‘,’ or ‘)’ before ‘in’
base64.c: In function ‘base64_decode_alloc_ctx’:
base64.c:561:10: warning: incompatible implicit declaration of built-in function ‘malloc’ [enabled by default]
base64.c:567:7: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
make[4]: *** [base64.o] Error 1
make[4]: Leaving directory `/home/bryan/tmp/nagiosplug/gl'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/bryan/tmp/nagiosplug/gl'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/bryan/tmp/nagiosplug/gl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bryan/tmp/nagiosplug'
make: *** [all] Error 2
d