Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Side by Side Diff: third_party/libxslt/linux/config.log

Issue 2777943003: Roll libxslt to ac341cbd792ee572941cc9a66e73800219a1a386 (Closed)
Patch Set: Update README.chromium. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/libxslt/linux/config.h ('k') | third_party/libxslt/linux/libexslt/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This file contains any messages produced by compilers while 1 This file contains any messages produced by compilers while
2 running configure, to aid debugging if configure makes a mistake. 2 running configure, to aid debugging if configure makes a mistake.
3 3
4 It was created by configure, which was 4 It was created by configure, which was
5 generated by GNU Autoconf 2.69. Invocation command line was 5 generated by GNU Autoconf 2.69. Invocation command line was
6 6
7 $ ../configure --without-debug --without-mem-debug --without-debugger --withou t-plugins --with-libxml-src=../../libxml/linux/ 7 $ ../configure --without-debug --without-mem-debug --without-debugger --withou t-plugins --with-libxml-src=../../libxml/linux/
8 8
9 ## --------- ## 9 ## --------- ##
10 ## Platform. ## 10 ## Platform. ##
11 ## --------- ## 11 ## --------- ##
12 12
13 hostname = REDACTED 13 hostname = REDACTED
14 uname -m = x86_64 14 uname -m = x86_64
15 uname -r = 3.13.0-105-generic 15 uname -r = 3.13.0-108-generic
16 uname -s = Linux 16 uname -s = Linux
17 uname -v = #152-Ubuntu SMP Fri Dec 2 15:37:11 UTC 2016 17 uname -v = #155-Ubuntu SMP Wed Jan 11 16:58:52 UTC 2017
18 18
19 /usr/bin/uname -p = unknown 19 /usr/bin/uname -p = unknown
20 /bin/uname -X = unknown 20 /bin/uname -X = unknown
21 21
22 /bin/arch = unknown 22 /bin/arch = unknown
23 /usr/bin/arch -k = unknown 23 /usr/bin/arch -k = unknown
24 /usr/convex/getsysinfo = unknown 24 /usr/convex/getsysinfo = unknown
25 /usr/bin/hostinfo = unknown 25 /usr/bin/hostinfo = unknown
26 /bin/machine = unknown 26 /bin/machine = unknown
27 /usr/bin/oslevel = unknown 27 /usr/bin/oslevel = unknown
28 /bin/universe = unknown 28 /bin/universe = unknown
29 29
30 PATH: /usr/local/google/home/dominicc/depot_tools
31 PATH: /usr/local/google/home/dominicc/depot_tools
32 PATH: /usr/lib/google-golang/bin
33 PATH: /usr/local/buildtools/java/jdk/bin
34 PATH: /usr/local/sbin
35 PATH: /usr/local/bin
36 PATH: /usr/sbin
37 PATH: /usr/bin
38 PATH: /sbin
39 PATH: /bin
30 40
31 41
32 ## ----------- ## 42 ## ----------- ##
33 ## Core tests. ## 43 ## Core tests. ##
34 ## ----------- ## 44 ## ----------- ##
35 45
36 configure:2328: checking build system type 46 configure:2328: checking build system type
37 configure:2342: result: x86_64-unknown-linux-gnu 47 configure:2342: result: x86_64-unknown-linux-gnu
38 configure:2362: checking host system type 48 configure:2362: checking host system type
39 configure:2375: result: x86_64-unknown-linux-gnu 49 configure:2375: result: x86_64-unknown-linux-gnu
(...skipping 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1171 configure:13306: $? = 0 1181 configure:13306: $? = 0
1172 configure:13306: result: yes 1182 configure:13306: result: yes
1173 configure:13306: checking for errno.h 1183 configure:13306: checking for errno.h
1174 configure:13306: result: yes 1184 configure:13306: result: yes
1175 configure:13319: checking for stat 1185 configure:13319: checking for stat
1176 configure:13319: gcc -o conftest -g -O2 conftest.c >&5 1186 configure:13319: gcc -o conftest -g -O2 conftest.c >&5
1177 configure:13319: $? = 0 1187 configure:13319: $? = 0
1178 configure:13319: result: yes 1188 configure:13319: result: yes
1179 configure:13319: checking for _stat 1189 configure:13319: checking for _stat
1180 configure:13319: gcc -o conftest -g -O2 conftest.c >&5 1190 configure:13319: gcc -o conftest -g -O2 conftest.c >&5
1181 /tmp/ccHZIQtg.o: In function `main': 1191 /tmp/ccwOiNjJ.o: In function `main':
1182 /usr/local/google/work/ca/src/third_party/libxslt/linux/conftest.c:81: undefined reference to `_stat' 1192 /usr/local/google/work/ca/src/third_party/libxslt/linux/conftest.c:81: undefined reference to `_stat'
1183 collect2: error: ld returned 1 exit status 1193 collect2: error: ld returned 1 exit status
1184 configure:13319: $? = 1 1194 configure:13319: $? = 1
1185 configure: failed program was: 1195 configure: failed program was:
1186 | /* confdefs.h */ 1196 | /* confdefs.h */
1187 | #define PACKAGE_NAME "" 1197 | #define PACKAGE_NAME ""
1188 | #define PACKAGE_TARNAME "" 1198 | #define PACKAGE_TARNAME ""
1189 | #define PACKAGE_VERSION "" 1199 | #define PACKAGE_VERSION ""
1190 | #define PACKAGE_STRING "" 1200 | #define PACKAGE_STRING ""
1191 | #define PACKAGE_BUGREPORT "" 1201 | #define PACKAGE_BUGREPORT ""
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1266 | return _stat (); 1276 | return _stat ();
1267 | ; 1277 | ;
1268 | return 0; 1278 | return 0;
1269 | } 1279 | }
1270 configure:13319: result: no 1280 configure:13319: result: no
1271 configure:13328: checking for pow 1281 configure:13328: checking for pow
1272 configure:13328: gcc -o conftest -g -O2 conftest.c >&5 1282 configure:13328: gcc -o conftest -g -O2 conftest.c >&5
1273 conftest.c:70:6: warning: conflicting types for built-in function 'pow' [enabled by default] 1283 conftest.c:70:6: warning: conflicting types for built-in function 'pow' [enabled by default]
1274 char pow (); 1284 char pow ();
1275 ^ 1285 ^
1276 /tmp/ccxi5htm.o: In function `main': 1286 /tmp/ccomlKRN.o: In function `main':
1277 /usr/local/google/work/ca/src/third_party/libxslt/linux/conftest.c:81: undefined reference to `pow' 1287 /usr/local/google/work/ca/src/third_party/libxslt/linux/conftest.c:81: undefined reference to `pow'
1278 collect2: error: ld returned 1 exit status 1288 collect2: error: ld returned 1 exit status
1279 configure:13328: $? = 1 1289 configure:13328: $? = 1
1280 configure: failed program was: 1290 configure: failed program was:
1281 | /* confdefs.h */ 1291 | /* confdefs.h */
1282 | #define PACKAGE_NAME "" 1292 | #define PACKAGE_NAME ""
1283 | #define PACKAGE_TARNAME "" 1293 | #define PACKAGE_TARNAME ""
1284 | #define PACKAGE_VERSION "" 1294 | #define PACKAGE_VERSION ""
1285 | #define PACKAGE_STRING "" 1295 | #define PACKAGE_STRING ""
1286 | #define PACKAGE_BUGREPORT "" 1296 | #define PACKAGE_BUGREPORT ""
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
1368 conftest.c:54:6: warning: conflicting types for built-in function 'pow' [enabled by default] 1378 conftest.c:54:6: warning: conflicting types for built-in function 'pow' [enabled by default]
1369 char pow (); 1379 char pow ();
1370 ^ 1380 ^
1371 configure:13357: $? = 0 1381 configure:13357: $? = 0
1372 configure:13366: result: yes 1382 configure:13366: result: yes
1373 configure:13377: checking for floor 1383 configure:13377: checking for floor
1374 configure:13377: gcc -o conftest -g -O2 conftest.c >&5 1384 configure:13377: gcc -o conftest -g -O2 conftest.c >&5
1375 conftest.c:71:6: warning: conflicting types for built-in function 'floor' [enabl ed by default] 1385 conftest.c:71:6: warning: conflicting types for built-in function 'floor' [enabl ed by default]
1376 char floor (); 1386 char floor ();
1377 ^ 1387 ^
1378 /tmp/ccX5XrEw.o: In function `main': 1388 /tmp/ccM27vbW.o: In function `main':
1379 /usr/local/google/work/ca/src/third_party/libxslt/linux/conftest.c:82: undefined reference to `floor' 1389 /usr/local/google/work/ca/src/third_party/libxslt/linux/conftest.c:82: undefined reference to `floor'
1380 collect2: error: ld returned 1 exit status 1390 collect2: error: ld returned 1 exit status
1381 configure:13377: $? = 1 1391 configure:13377: $? = 1
1382 configure: failed program was: 1392 configure: failed program was:
1383 | /* confdefs.h */ 1393 | /* confdefs.h */
1384 | #define PACKAGE_NAME "" 1394 | #define PACKAGE_NAME ""
1385 | #define PACKAGE_TARNAME "" 1395 | #define PACKAGE_TARNAME ""
1386 | #define PACKAGE_VERSION "" 1396 | #define PACKAGE_VERSION ""
1387 | #define PACKAGE_STRING "" 1397 | #define PACKAGE_STRING ""
1388 | #define PACKAGE_BUGREPORT "" 1398 | #define PACKAGE_BUGREPORT ""
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
1471 conftest.c:55:6: warning: conflicting types for built-in function 'floor' [enabl ed by default] 1481 conftest.c:55:6: warning: conflicting types for built-in function 'floor' [enabl ed by default]
1472 char floor (); 1482 char floor ();
1473 ^ 1483 ^
1474 configure:13406: $? = 0 1484 configure:13406: $? = 0
1475 configure:13415: result: yes 1485 configure:13415: result: yes
1476 configure:13426: checking for fabs 1486 configure:13426: checking for fabs
1477 configure:13426: gcc -o conftest -g -O2 conftest.c >&5 1487 configure:13426: gcc -o conftest -g -O2 conftest.c >&5
1478 conftest.c:72:6: warning: conflicting types for built-in function 'fabs' [enable d by default] 1488 conftest.c:72:6: warning: conflicting types for built-in function 'fabs' [enable d by default]
1479 char fabs (); 1489 char fabs ();
1480 ^ 1490 ^
1481 /tmp/cc99S55D.o: In function `main': 1491 /tmp/ccGniZG5.o: In function `main':
1482 /usr/local/google/work/ca/src/third_party/libxslt/linux/conftest.c:83: undefined reference to `fabs' 1492 /usr/local/google/work/ca/src/third_party/libxslt/linux/conftest.c:83: undefined reference to `fabs'
1483 collect2: error: ld returned 1 exit status 1493 collect2: error: ld returned 1 exit status
1484 configure:13426: $? = 1 1494 configure:13426: $? = 1
1485 configure: failed program was: 1495 configure: failed program was:
1486 | /* confdefs.h */ 1496 | /* confdefs.h */
1487 | #define PACKAGE_NAME "" 1497 | #define PACKAGE_NAME ""
1488 | #define PACKAGE_TARNAME "" 1498 | #define PACKAGE_TARNAME ""
1489 | #define PACKAGE_VERSION "" 1499 | #define PACKAGE_VERSION ""
1490 | #define PACKAGE_STRING "" 1500 | #define PACKAGE_STRING ""
1491 | #define PACKAGE_BUGREPORT "" 1501 | #define PACKAGE_BUGREPORT ""
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
1574 configure:13455: gcc -o conftest -g -O2 conftest.c -lm >&5 1584 configure:13455: gcc -o conftest -g -O2 conftest.c -lm >&5
1575 conftest.c:56:6: warning: conflicting types for built-in function 'fabs' [enable d by default] 1585 conftest.c:56:6: warning: conflicting types for built-in function 'fabs' [enable d by default]
1576 char fabs (); 1586 char fabs ();
1577 ^ 1587 ^
1578 configure:13455: $? = 0 1588 configure:13455: $? = 0
1579 configure:13464: result: yes 1589 configure:13464: result: yes
1580 configure:13478: checking for gettimeofday 1590 configure:13478: checking for gettimeofday
1581 configure:13478: gcc -o conftest -g -O2 conftest.c >&5 1591 configure:13478: gcc -o conftest -g -O2 conftest.c >&5
1582 configure:13478: $? = 0 1592 configure:13478: $? = 0
1583 configure:13478: result: yes 1593 configure:13478: result: yes
1584 configure:13490: checking for mktime
1585 configure:13490: gcc -o conftest -g -O2 conftest.c >&5
1586 configure:13490: $? = 0
1587 configure:13490: result: yes
1588 configure:13490: checking for localtime 1594 configure:13490: checking for localtime
1589 configure:13490: gcc -o conftest -g -O2 conftest.c >&5 1595 configure:13490: gcc -o conftest -g -O2 conftest.c >&5
1590 configure:13490: $? = 0 1596 configure:13490: $? = 0
1591 configure:13490: result: yes 1597 configure:13490: result: yes
1592 configure:13490: checking for localtime_r 1598 configure:13490: checking for localtime_r
1593 configure:13490: gcc -o conftest -g -O2 conftest.c >&5 1599 configure:13490: gcc -o conftest -g -O2 conftest.c >&5
1594 configure:13490: $? = 0 1600 configure:13490: $? = 0
1595 configure:13490: result: yes 1601 configure:13490: result: yes
1596 configure:13490: checking for asctime
1597 configure:13490: gcc -o conftest -g -O2 conftest.c >&5
1598 configure:13490: $? = 0
1599 configure:13490: result: yes
1600 configure:13490: checking for time 1602 configure:13490: checking for time
1601 configure:13490: gcc -o conftest -g -O2 conftest.c >&5 1603 configure:13490: gcc -o conftest -g -O2 conftest.c >&5
1602 configure:13490: $? = 0 1604 configure:13490: $? = 0
1603 configure:13490: result: yes 1605 configure:13490: result: yes
1604 configure:13490: checking for gmtime 1606 configure:13490: checking for gmtime
1605 configure:13490: gcc -o conftest -g -O2 conftest.c >&5 1607 configure:13490: gcc -o conftest -g -O2 conftest.c >&5
1606 configure:13490: $? = 0 1608 configure:13490: $? = 0
1607 configure:13490: result: yes 1609 configure:13490: result: yes
1608 configure:13490: checking for gmtime_r 1610 configure:13490: checking for gmtime_r
1609 configure:13490: gcc -o conftest -g -O2 conftest.c >&5 1611 configure:13490: gcc -o conftest -g -O2 conftest.c >&5
1610 configure:13490: $? = 0 1612 configure:13490: $? = 0
1611 configure:13490: result: yes 1613 configure:13490: result: yes
1612 configure:13490: checking for ftime 1614 configure:13490: checking for ftime
1613 configure:13490: gcc -o conftest -g -O2 conftest.c >&5 1615 configure:13490: gcc -o conftest -g -O2 conftest.c >&5
1614 configure:13490: $? = 0 1616 configure:13490: $? = 0
1615 configure:13490: result: yes 1617 configure:13490: result: yes
1616 configure:13503: checking for printf 1618 configure:13503: checking for printf
1617 configure:13503: gcc -o conftest -g -O2 conftest.c >&5 1619 configure:13503: gcc -o conftest -g -O2 conftest.c >&5
1618 conftest.c:82:6: warning: conflicting types for built-in function 'printf' [enab led by default] 1620 conftest.c:80:6: warning: conflicting types for built-in function 'printf' [enab led by default]
1619 char printf (); 1621 char printf ();
1620 ^ 1622 ^
1621 configure:13503: $? = 0 1623 configure:13503: $? = 0
1622 configure:13503: result: yes 1624 configure:13503: result: yes
1623 configure:13503: checking for sprintf 1625 configure:13503: checking for sprintf
1624 configure:13503: gcc -o conftest -g -O2 conftest.c >&5 1626 configure:13503: gcc -o conftest -g -O2 conftest.c >&5
1625 conftest.c:83:6: warning: conflicting types for built-in function 'sprintf' [ena bled by default] 1627 conftest.c:81:6: warning: conflicting types for built-in function 'sprintf' [ena bled by default]
1626 char sprintf (); 1628 char sprintf ();
1627 ^ 1629 ^
1628 configure:13503: $? = 0 1630 configure:13503: $? = 0
1629 configure:13503: result: yes 1631 configure:13503: result: yes
1630 configure:13503: checking for fprintf 1632 configure:13503: checking for fprintf
1631 configure:13503: gcc -o conftest -g -O2 conftest.c >&5 1633 configure:13503: gcc -o conftest -g -O2 conftest.c >&5
1632 conftest.c:84:6: warning: conflicting types for built-in function 'fprintf' [ena bled by default] 1634 conftest.c:82:6: warning: conflicting types for built-in function 'fprintf' [ena bled by default]
1633 char fprintf (); 1635 char fprintf ();
1634 ^ 1636 ^
1635 configure:13503: $? = 0 1637 configure:13503: $? = 0
1636 configure:13503: result: yes 1638 configure:13503: result: yes
1637 configure:13503: checking for snprintf 1639 configure:13503: checking for snprintf
1638 configure:13503: gcc -o conftest -g -O2 conftest.c >&5 1640 configure:13503: gcc -o conftest -g -O2 conftest.c >&5
1639 conftest.c:85:6: warning: conflicting types for built-in function 'snprintf' [en abled by default] 1641 conftest.c:83:6: warning: conflicting types for built-in function 'snprintf' [en abled by default]
1640 char snprintf (); 1642 char snprintf ();
1641 ^ 1643 ^
1642 configure:13503: $? = 0 1644 configure:13503: $? = 0
1643 configure:13503: result: yes 1645 configure:13503: result: yes
1644 configure:13503: checking for vfprintf 1646 configure:13503: checking for vfprintf
1645 configure:13503: gcc -o conftest -g -O2 conftest.c >&5 1647 configure:13503: gcc -o conftest -g -O2 conftest.c >&5
1646 conftest.c:86:6: warning: conflicting types for built-in function 'vfprintf' [en abled by default] 1648 conftest.c:84:6: warning: conflicting types for built-in function 'vfprintf' [en abled by default]
1647 char vfprintf (); 1649 char vfprintf ();
1648 ^ 1650 ^
1649 configure:13503: $? = 0 1651 configure:13503: $? = 0
1650 configure:13503: result: yes 1652 configure:13503: result: yes
1651 configure:13503: checking for vsprintf 1653 configure:13503: checking for vsprintf
1652 configure:13503: gcc -o conftest -g -O2 conftest.c >&5 1654 configure:13503: gcc -o conftest -g -O2 conftest.c >&5
1653 conftest.c:87:6: warning: conflicting types for built-in function 'vsprintf' [en abled by default] 1655 conftest.c:85:6: warning: conflicting types for built-in function 'vsprintf' [en abled by default]
1654 char vsprintf (); 1656 char vsprintf ();
1655 ^ 1657 ^
1656 configure:13503: $? = 0 1658 configure:13503: $? = 0
1657 configure:13503: result: yes 1659 configure:13503: result: yes
1658 configure:13503: checking for vsnprintf 1660 configure:13503: checking for vsnprintf
1659 configure:13503: gcc -o conftest -g -O2 conftest.c >&5 1661 configure:13503: gcc -o conftest -g -O2 conftest.c >&5
1660 conftest.c:88:6: warning: conflicting types for built-in function 'vsnprintf' [e nabled by default] 1662 conftest.c:86:6: warning: conflicting types for built-in function 'vsnprintf' [e nabled by default]
1661 char vsnprintf (); 1663 char vsnprintf ();
1662 ^ 1664 ^
1663 configure:13503: $? = 0 1665 configure:13503: $? = 0
1664 configure:13503: result: yes 1666 configure:13503: result: yes
1665 configure:13503: checking for sscanf 1667 configure:13503: checking for sscanf
1666 configure:13503: gcc -o conftest -g -O2 conftest.c >&5 1668 configure:13503: gcc -o conftest -g -O2 conftest.c >&5
1667 conftest.c:89:6: warning: conflicting types for built-in function 'sscanf' [enab led by default] 1669 conftest.c:87:6: warning: conflicting types for built-in function 'sscanf' [enab led by default]
1668 char sscanf (); 1670 char sscanf ();
1669 ^ 1671 ^
1670 configure:13503: $? = 0 1672 configure:13503: $? = 0
1671 configure:13503: result: yes 1673 configure:13503: result: yes
1672 configure:13517: checking for clock_gettime 1674 configure:13517: checking for clock_gettime
1673 configure:13517: gcc -o conftest -g -O2 conftest.c >&5 1675 configure:13517: gcc -o conftest -g -O2 conftest.c >&5
1674 configure:13517: $? = 0 1676 configure:13517: $? = 0
1675 configure:13517: result: yes 1677 configure:13517: result: yes
1676 configure:13588: checking for perl 1678 configure:13588: checking for perl
1677 configure:13604: found /usr/bin/perl 1679 configure:13604: found /usr/bin/perl
(...skipping 23 matching lines...) Expand all
1701 generated by GNU Autoconf 2.69. Invocation command line was 1703 generated by GNU Autoconf 2.69. Invocation command line was
1702 1704
1703 CONFIG_FILES = 1705 CONFIG_FILES =
1704 CONFIG_HEADERS = 1706 CONFIG_HEADERS =
1705 CONFIG_LINKS = 1707 CONFIG_LINKS =
1706 CONFIG_COMMANDS = 1708 CONFIG_COMMANDS =
1707 $ ./config.status 1709 $ ./config.status
1708 1710
1709 on REDACTED 1711 on REDACTED
1710 1712
1711 config.status:1240: creating Makefile 1713 config.status:1238: creating Makefile
1712 config.status:1240: creating libxslt.pc 1714 config.status:1238: creating libxslt.pc
1713 config.status:1240: creating libexslt.pc 1715 config.status:1238: creating libexslt.pc
1714 config.status:1240: creating libxslt/Makefile 1716 config.status:1238: creating libxslt/Makefile
1715 config.status:1240: creating libxslt/xsltconfig.h 1717 config.status:1238: creating libxslt/xsltconfig.h
1716 config.status:1240: creating libxslt/xsltwin32config.h 1718 config.status:1238: creating libxslt/xsltwin32config.h
1717 config.status:1240: creating libexslt/Makefile 1719 config.status:1238: creating libexslt/Makefile
1718 config.status:1240: creating libexslt/exsltconfig.h 1720 config.status:1238: creating libexslt/exsltconfig.h
1719 config.status:1240: creating xsltproc/Makefile 1721 config.status:1238: creating xsltproc/Makefile
1720 config.status:1240: creating python/Makefile 1722 config.status:1238: creating python/Makefile
1721 config.status:1240: creating python/tests/Makefile 1723 config.status:1238: creating python/tests/Makefile
1722 config.status:1240: creating tests/Makefile 1724 config.status:1238: creating tests/Makefile
1723 config.status:1240: creating tests/docs/Makefile 1725 config.status:1238: creating tests/docs/Makefile
1724 config.status:1240: creating tests/REC1/Makefile 1726 config.status:1238: creating tests/REC1/Makefile
1725 config.status:1240: creating tests/REC2/Makefile 1727 config.status:1238: creating tests/REC2/Makefile
1726 config.status:1240: creating tests/REC/Makefile 1728 config.status:1238: creating tests/REC/Makefile
1727 config.status:1240: creating tests/general/Makefile 1729 config.status:1238: creating tests/general/Makefile
1728 config.status:1240: creating tests/reports/Makefile 1730 config.status:1238: creating tests/reports/Makefile
1729 config.status:1240: creating tests/extensions/Makefile 1731 config.status:1238: creating tests/extensions/Makefile
1730 config.status:1240: creating tests/namespaces/Makefile 1732 config.status:1238: creating tests/namespaces/Makefile
1731 config.status:1240: creating tests/keys/Makefile 1733 config.status:1238: creating tests/keys/Makefile
1732 config.status:1240: creating tests/numbers/Makefile 1734 config.status:1238: creating tests/numbers/Makefile
1733 config.status:1240: creating tests/documents/Makefile 1735 config.status:1238: creating tests/documents/Makefile
1734 config.status:1240: creating tests/xmlspec/Makefile 1736 config.status:1238: creating tests/xmlspec/Makefile
1735 config.status:1240: creating tests/multiple/Makefile 1737 config.status:1238: creating tests/multiple/Makefile
1736 config.status:1240: creating tests/xinclude/Makefile 1738 config.status:1238: creating tests/xinclude/Makefile
1737 config.status:1240: creating tests/XSLTMark/Makefile 1739 config.status:1238: creating tests/XSLTMark/Makefile
1738 config.status:1240: creating tests/docbook/Makefile 1740 config.status:1238: creating tests/docbook/Makefile
1739 config.status:1240: creating tests/exslt/Makefile 1741 config.status:1238: creating tests/exslt/Makefile
1740 config.status:1240: creating tests/exslt/common/Makefile 1742 config.status:1238: creating tests/exslt/common/Makefile
1741 config.status:1240: creating tests/exslt/functions/Makefile 1743 config.status:1238: creating tests/exslt/functions/Makefile
1742 config.status:1240: creating tests/exslt/math/Makefile 1744 config.status:1238: creating tests/exslt/math/Makefile
1743 config.status:1240: creating tests/exslt/saxon/Makefile 1745 config.status:1238: creating tests/exslt/saxon/Makefile
1744 config.status:1240: creating tests/exslt/sets/Makefile 1746 config.status:1238: creating tests/exslt/sets/Makefile
1745 config.status:1240: creating tests/exslt/strings/Makefile 1747 config.status:1238: creating tests/exslt/strings/Makefile
1746 config.status:1240: creating tests/exslt/date/Makefile 1748 config.status:1238: creating tests/exslt/date/Makefile
1747 config.status:1240: creating tests/exslt/dynamic/Makefile 1749 config.status:1238: creating tests/exslt/dynamic/Makefile
1748 config.status:1240: creating tests/exslt/crypto/Makefile 1750 config.status:1238: creating tests/exslt/crypto/Makefile
1749 config.status:1240: creating tests/plugins/Makefile 1751 config.status:1238: creating tests/plugins/Makefile
1750 config.status:1240: creating doc/Makefile 1752 config.status:1238: creating doc/Makefile
1751 config.status:1240: creating xslt-config 1753 config.status:1238: creating xslt-config
1752 config.status:1240: creating libxslt.spec 1754 config.status:1238: creating libxslt.spec
1753 config.status:1240: creating config.h 1755 config.status:1238: creating config.h
1754 config.status:1454: executing depfiles commands 1756 config.status:1452: executing depfiles commands
1755 config.status:1454: executing libtool commands 1757 config.status:1452: executing libtool commands
1756 1758
1757 ## ---------------- ## 1759 ## ---------------- ##
1758 ## Cache variables. ## 1760 ## Cache variables. ##
1759 ## ---------------- ## 1761 ## ---------------- ##
1760 1762
1761 ac_cv_build=x86_64-unknown-linux-gnu 1763 ac_cv_build=x86_64-unknown-linux-gnu
1762 ac_cv_c_compiler_gnu=yes 1764 ac_cv_c_compiler_gnu=yes
1763 ac_cv_env_CC_set= 1765 ac_cv_env_CC_set=
1764 ac_cv_env_CC_value= 1766 ac_cv_env_CC_value=
1765 ac_cv_env_CFLAGS_set= 1767 ac_cv_env_CFLAGS_set=
1766 ac_cv_env_CFLAGS_value= 1768 ac_cv_env_CFLAGS_value=
1767 ac_cv_env_CPPFLAGS_set= 1769 ac_cv_env_CPPFLAGS_set=
1768 ac_cv_env_CPPFLAGS_value= 1770 ac_cv_env_CPPFLAGS_value=
1769 ac_cv_env_CPP_set= 1771 ac_cv_env_CPP_set=
1770 ac_cv_env_CPP_value= 1772 ac_cv_env_CPP_value=
1771 ac_cv_env_LDFLAGS_set= 1773 ac_cv_env_LDFLAGS_set=
1772 ac_cv_env_LDFLAGS_value= 1774 ac_cv_env_LDFLAGS_value=
1773 ac_cv_env_LIBS_set= 1775 ac_cv_env_LIBS_set=
1774 ac_cv_env_LIBS_value= 1776 ac_cv_env_LIBS_value=
1775 ac_cv_env_build_alias_set= 1777 ac_cv_env_build_alias_set=
1776 ac_cv_env_build_alias_value= 1778 ac_cv_env_build_alias_value=
1777 ac_cv_env_host_alias_set= 1779 ac_cv_env_host_alias_set=
1778 ac_cv_env_host_alias_value= 1780 ac_cv_env_host_alias_value=
1779 ac_cv_env_target_alias_set= 1781 ac_cv_env_target_alias_set=
1780 ac_cv_env_target_alias_value= 1782 ac_cv_env_target_alias_value=
1781 ac_cv_func__stat=no 1783 ac_cv_func__stat=no
1782 ac_cv_func_asctime=yes
1783 ac_cv_func_clock_gettime=yes 1784 ac_cv_func_clock_gettime=yes
1784 ac_cv_func_fabs=no 1785 ac_cv_func_fabs=no
1785 ac_cv_func_floor=no 1786 ac_cv_func_floor=no
1786 ac_cv_func_fprintf=yes 1787 ac_cv_func_fprintf=yes
1787 ac_cv_func_ftime=yes 1788 ac_cv_func_ftime=yes
1788 ac_cv_func_gettimeofday=yes 1789 ac_cv_func_gettimeofday=yes
1789 ac_cv_func_gmtime=yes 1790 ac_cv_func_gmtime=yes
1790 ac_cv_func_gmtime_r=yes 1791 ac_cv_func_gmtime_r=yes
1791 ac_cv_func_localtime=yes 1792 ac_cv_func_localtime=yes
1792 ac_cv_func_localtime_r=yes 1793 ac_cv_func_localtime_r=yes
1793 ac_cv_func_mktime=yes
1794 ac_cv_func_pow=no 1794 ac_cv_func_pow=no
1795 ac_cv_func_printf=yes 1795 ac_cv_func_printf=yes
1796 ac_cv_func_snprintf=yes 1796 ac_cv_func_snprintf=yes
1797 ac_cv_func_sprintf=yes 1797 ac_cv_func_sprintf=yes
1798 ac_cv_func_sscanf=yes 1798 ac_cv_func_sscanf=yes
1799 ac_cv_func_stat=yes 1799 ac_cv_func_stat=yes
1800 ac_cv_func_time=yes 1800 ac_cv_func_time=yes
1801 ac_cv_func_vfprintf=yes 1801 ac_cv_func_vfprintf=yes
1802 ac_cv_func_vsnprintf=yes 1802 ac_cv_func_vsnprintf=yes
1803 ac_cv_func_vsprintf=yes 1803 ac_cv_func_vsprintf=yes
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
1990 PATH_SEPARATOR=':' 1990 PATH_SEPARATOR=':'
1991 PERL='perl' 1991 PERL='perl'
1992 PYTHON='/usr/bin/python' 1992 PYTHON='/usr/bin/python'
1993 PYTHONSODV='' 1993 PYTHONSODV=''
1994 PYTHON_INCLUDES='/usr/include/python2.7' 1994 PYTHON_INCLUDES='/usr/include/python2.7'
1995 PYTHON_LIBS='-lpthread -ldl -lutil -lm -lpython2.7' 1995 PYTHON_LIBS='-lpthread -ldl -lutil -lm -lpython2.7'
1996 PYTHON_SITE_PACKAGES='/usr/lib/python2.7/dist-packages' 1996 PYTHON_SITE_PACKAGES='/usr/lib/python2.7/dist-packages'
1997 PYTHON_SUBDIR='python' 1997 PYTHON_SUBDIR='python'
1998 PYTHON_VERSION='2.7' 1998 PYTHON_VERSION='2.7'
1999 RANLIB='ranlib' 1999 RANLIB='ranlib'
2000 RELDATE='Fri Jan 13 2017' 2000 RELDATE='Tue Mar 28 2017'
2001 RM='/bin/rm' 2001 RM='/bin/rm'
2002 SED='/bin/sed' 2002 SED='/bin/sed'
2003 SET_MAKE='' 2003 SET_MAKE=''
2004 SHELL='/bin/sh' 2004 SHELL='/bin/sh'
2005 STRIP='strip' 2005 STRIP='strip'
2006 TAR='/bin/tar' 2006 TAR='/bin/tar'
2007 THREAD_LIBS='-lpthread' 2007 THREAD_LIBS='-lpthread'
2008 USE_VERSION_SCRIPT_FALSE='#' 2008 USE_VERSION_SCRIPT_FALSE='#'
2009 USE_VERSION_SCRIPT_TRUE='' 2009 USE_VERSION_SCRIPT_TRUE=''
2010 VERSION='1.1.29' 2010 VERSION='1.1.29'
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
2129 #define HAVE_TIME_H 1 2129 #define HAVE_TIME_H 1
2130 #define HAVE_SYS_STAT_H 1 2130 #define HAVE_SYS_STAT_H 1
2131 #define HAVE_SYS_SELECT_H 1 2131 #define HAVE_SYS_SELECT_H 1
2132 #define HAVE_STDARG_H 1 2132 #define HAVE_STDARG_H 1
2133 #define HAVE_ERRNO_H 1 2133 #define HAVE_ERRNO_H 1
2134 #define HAVE_STAT 1 2134 #define HAVE_STAT 1
2135 #define HAVE_POW /**/ 2135 #define HAVE_POW /**/
2136 #define HAVE_FLOOR /**/ 2136 #define HAVE_FLOOR /**/
2137 #define HAVE_FABS /**/ 2137 #define HAVE_FABS /**/
2138 #define HAVE_GETTIMEOFDAY 1 2138 #define HAVE_GETTIMEOFDAY 1
2139 #define HAVE_MKTIME 1
2140 #define HAVE_LOCALTIME 1 2139 #define HAVE_LOCALTIME 1
2141 #define HAVE_LOCALTIME_R 1 2140 #define HAVE_LOCALTIME_R 1
2142 #define HAVE_ASCTIME 1
2143 #define HAVE_TIME 1 2141 #define HAVE_TIME 1
2144 #define HAVE_GMTIME 1 2142 #define HAVE_GMTIME 1
2145 #define HAVE_GMTIME_R 1 2143 #define HAVE_GMTIME_R 1
2146 #define HAVE_FTIME 1 2144 #define HAVE_FTIME 1
2147 #define HAVE_PRINTF 1 2145 #define HAVE_PRINTF 1
2148 #define HAVE_SPRINTF 1 2146 #define HAVE_SPRINTF 1
2149 #define HAVE_FPRINTF 1 2147 #define HAVE_FPRINTF 1
2150 #define HAVE_SNPRINTF 1 2148 #define HAVE_SNPRINTF 1
2151 #define HAVE_VFPRINTF 1 2149 #define HAVE_VFPRINTF 1
2152 #define HAVE_VSPRINTF 1 2150 #define HAVE_VSPRINTF 1
2153 #define HAVE_VSNPRINTF 1 2151 #define HAVE_VSNPRINTF 1
2154 #define HAVE_SSCANF 1 2152 #define HAVE_SSCANF 1
2155 #define HAVE_CLOCK_GETTIME 1 2153 #define HAVE_CLOCK_GETTIME 1
2156 #define HAVE_GCRYPT 1 2154 #define HAVE_GCRYPT 1
2157 2155
2158 configure: exit 0 2156 configure: exit 0
OLDNEW
« no previous file with comments | « third_party/libxslt/linux/config.h ('k') | third_party/libxslt/linux/libexslt/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698