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

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

Issue 2634473003: Roll libxslt to 96c9c644f30ed762735802a27784cc522cff1643 (Closed)
Patch Set: Remove hostname from config.log. Created 3 years, 11 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-96-generic 15 uname -r = 3.13.0-105-generic
16 uname -s = Linux 16 uname -s = Linux
17 uname -v = #143-Ubuntu SMP Mon Aug 29 20:15:20 UTC 2016 17 uname -v = #152-Ubuntu SMP Fri Dec 2 15:37:11 UTC 2016
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
40 30
41 31
42 ## ----------- ## 32 ## ----------- ##
43 ## Core tests. ## 33 ## Core tests. ##
44 ## ----------- ## 34 ## ----------- ##
45 35
46 configure:2328: checking build system type 36 configure:2328: checking build system type
47 configure:2342: result: x86_64-unknown-linux-gnu 37 configure:2342: result: x86_64-unknown-linux-gnu
48 configure:2362: checking host system type 38 configure:2362: checking host system type
49 configure:2375: result: x86_64-unknown-linux-gnu 39 configure:2375: result: x86_64-unknown-linux-gnu
(...skipping 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1181 configure:13306: $? = 0 1171 configure:13306: $? = 0
1182 configure:13306: result: yes 1172 configure:13306: result: yes
1183 configure:13306: checking for errno.h 1173 configure:13306: checking for errno.h
1184 configure:13306: result: yes 1174 configure:13306: result: yes
1185 configure:13319: checking for stat 1175 configure:13319: checking for stat
1186 configure:13319: gcc -o conftest -g -O2 conftest.c >&5 1176 configure:13319: gcc -o conftest -g -O2 conftest.c >&5
1187 configure:13319: $? = 0 1177 configure:13319: $? = 0
1188 configure:13319: result: yes 1178 configure:13319: result: yes
1189 configure:13319: checking for _stat 1179 configure:13319: checking for _stat
1190 configure:13319: gcc -o conftest -g -O2 conftest.c >&5 1180 configure:13319: gcc -o conftest -g -O2 conftest.c >&5
1191 /tmp/ccMuFRfj.o: In function `main': 1181 /tmp/ccHZIQtg.o: In function `main':
1192 /usr/local/google/work/ca/src/third_party/libxslt/linux/conftest.c:81: undefined reference to `_stat' 1182 /usr/local/google/work/ca/src/third_party/libxslt/linux/conftest.c:81: undefined reference to `_stat'
1193 collect2: error: ld returned 1 exit status 1183 collect2: error: ld returned 1 exit status
1194 configure:13319: $? = 1 1184 configure:13319: $? = 1
1195 configure: failed program was: 1185 configure: failed program was:
1196 | /* confdefs.h */ 1186 | /* confdefs.h */
1197 | #define PACKAGE_NAME "" 1187 | #define PACKAGE_NAME ""
1198 | #define PACKAGE_TARNAME "" 1188 | #define PACKAGE_TARNAME ""
1199 | #define PACKAGE_VERSION "" 1189 | #define PACKAGE_VERSION ""
1200 | #define PACKAGE_STRING "" 1190 | #define PACKAGE_STRING ""
1201 | #define PACKAGE_BUGREPORT "" 1191 | #define PACKAGE_BUGREPORT ""
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1276 | return _stat (); 1266 | return _stat ();
1277 | ; 1267 | ;
1278 | return 0; 1268 | return 0;
1279 | } 1269 | }
1280 configure:13319: result: no 1270 configure:13319: result: no
1281 configure:13328: checking for pow 1271 configure:13328: checking for pow
1282 configure:13328: gcc -o conftest -g -O2 conftest.c >&5 1272 configure:13328: gcc -o conftest -g -O2 conftest.c >&5
1283 conftest.c:70:6: warning: conflicting types for built-in function 'pow' [enabled by default] 1273 conftest.c:70:6: warning: conflicting types for built-in function 'pow' [enabled by default]
1284 char pow (); 1274 char pow ();
1285 ^ 1275 ^
1286 /tmp/ccCmsAqo.o: In function `main': 1276 /tmp/ccxi5htm.o: In function `main':
1287 /usr/local/google/work/ca/src/third_party/libxslt/linux/conftest.c:81: undefined reference to `pow' 1277 /usr/local/google/work/ca/src/third_party/libxslt/linux/conftest.c:81: undefined reference to `pow'
1288 collect2: error: ld returned 1 exit status 1278 collect2: error: ld returned 1 exit status
1289 configure:13328: $? = 1 1279 configure:13328: $? = 1
1290 configure: failed program was: 1280 configure: failed program was:
1291 | /* confdefs.h */ 1281 | /* confdefs.h */
1292 | #define PACKAGE_NAME "" 1282 | #define PACKAGE_NAME ""
1293 | #define PACKAGE_TARNAME "" 1283 | #define PACKAGE_TARNAME ""
1294 | #define PACKAGE_VERSION "" 1284 | #define PACKAGE_VERSION ""
1295 | #define PACKAGE_STRING "" 1285 | #define PACKAGE_STRING ""
1296 | #define PACKAGE_BUGREPORT "" 1286 | #define PACKAGE_BUGREPORT ""
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
1378 conftest.c:54:6: warning: conflicting types for built-in function 'pow' [enabled by default] 1368 conftest.c:54:6: warning: conflicting types for built-in function 'pow' [enabled by default]
1379 char pow (); 1369 char pow ();
1380 ^ 1370 ^
1381 configure:13357: $? = 0 1371 configure:13357: $? = 0
1382 configure:13366: result: yes 1372 configure:13366: result: yes
1383 configure:13377: checking for floor 1373 configure:13377: checking for floor
1384 configure:13377: gcc -o conftest -g -O2 conftest.c >&5 1374 configure:13377: gcc -o conftest -g -O2 conftest.c >&5
1385 conftest.c:71:6: warning: conflicting types for built-in function 'floor' [enabl ed by default] 1375 conftest.c:71:6: warning: conflicting types for built-in function 'floor' [enabl ed by default]
1386 char floor (); 1376 char floor ();
1387 ^ 1377 ^
1388 /tmp/ccmX0exx.o: In function `main': 1378 /tmp/ccX5XrEw.o: In function `main':
1389 /usr/local/google/work/ca/src/third_party/libxslt/linux/conftest.c:82: undefined reference to `floor' 1379 /usr/local/google/work/ca/src/third_party/libxslt/linux/conftest.c:82: undefined reference to `floor'
1390 collect2: error: ld returned 1 exit status 1380 collect2: error: ld returned 1 exit status
1391 configure:13377: $? = 1 1381 configure:13377: $? = 1
1392 configure: failed program was: 1382 configure: failed program was:
1393 | /* confdefs.h */ 1383 | /* confdefs.h */
1394 | #define PACKAGE_NAME "" 1384 | #define PACKAGE_NAME ""
1395 | #define PACKAGE_TARNAME "" 1385 | #define PACKAGE_TARNAME ""
1396 | #define PACKAGE_VERSION "" 1386 | #define PACKAGE_VERSION ""
1397 | #define PACKAGE_STRING "" 1387 | #define PACKAGE_STRING ""
1398 | #define PACKAGE_BUGREPORT "" 1388 | #define PACKAGE_BUGREPORT ""
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
1481 conftest.c:55:6: warning: conflicting types for built-in function 'floor' [enabl ed by default] 1471 conftest.c:55:6: warning: conflicting types for built-in function 'floor' [enabl ed by default]
1482 char floor (); 1472 char floor ();
1483 ^ 1473 ^
1484 configure:13406: $? = 0 1474 configure:13406: $? = 0
1485 configure:13415: result: yes 1475 configure:13415: result: yes
1486 configure:13426: checking for fabs 1476 configure:13426: checking for fabs
1487 configure:13426: gcc -o conftest -g -O2 conftest.c >&5 1477 configure:13426: gcc -o conftest -g -O2 conftest.c >&5
1488 conftest.c:72:6: warning: conflicting types for built-in function 'fabs' [enable d by default] 1478 conftest.c:72:6: warning: conflicting types for built-in function 'fabs' [enable d by default]
1489 char fabs (); 1479 char fabs ();
1490 ^ 1480 ^
1491 /tmp/cc40eoAH.o: In function `main': 1481 /tmp/cc99S55D.o: In function `main':
1492 /usr/local/google/work/ca/src/third_party/libxslt/linux/conftest.c:83: undefined reference to `fabs' 1482 /usr/local/google/work/ca/src/third_party/libxslt/linux/conftest.c:83: undefined reference to `fabs'
1493 collect2: error: ld returned 1 exit status 1483 collect2: error: ld returned 1 exit status
1494 configure:13426: $? = 1 1484 configure:13426: $? = 1
1495 configure: failed program was: 1485 configure: failed program was:
1496 | /* confdefs.h */ 1486 | /* confdefs.h */
1497 | #define PACKAGE_NAME "" 1487 | #define PACKAGE_NAME ""
1498 | #define PACKAGE_TARNAME "" 1488 | #define PACKAGE_TARNAME ""
1499 | #define PACKAGE_VERSION "" 1489 | #define PACKAGE_VERSION ""
1500 | #define PACKAGE_STRING "" 1490 | #define PACKAGE_STRING ""
1501 | #define PACKAGE_BUGREPORT "" 1491 | #define PACKAGE_BUGREPORT ""
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
2000 PATH_SEPARATOR=':' 1990 PATH_SEPARATOR=':'
2001 PERL='perl' 1991 PERL='perl'
2002 PYTHON='/usr/bin/python' 1992 PYTHON='/usr/bin/python'
2003 PYTHONSODV='' 1993 PYTHONSODV=''
2004 PYTHON_INCLUDES='/usr/include/python2.7' 1994 PYTHON_INCLUDES='/usr/include/python2.7'
2005 PYTHON_LIBS='-lpthread -ldl -lutil -lm -lpython2.7' 1995 PYTHON_LIBS='-lpthread -ldl -lutil -lm -lpython2.7'
2006 PYTHON_SITE_PACKAGES='/usr/lib/python2.7/dist-packages' 1996 PYTHON_SITE_PACKAGES='/usr/lib/python2.7/dist-packages'
2007 PYTHON_SUBDIR='python' 1997 PYTHON_SUBDIR='python'
2008 PYTHON_VERSION='2.7' 1998 PYTHON_VERSION='2.7'
2009 RANLIB='ranlib' 1999 RANLIB='ranlib'
2010 RELDATE='Wed Oct 12 2016' 2000 RELDATE='Fri Jan 13 2017'
2011 RM='/bin/rm' 2001 RM='/bin/rm'
2012 SED='/bin/sed' 2002 SED='/bin/sed'
2013 SET_MAKE='' 2003 SET_MAKE=''
2014 SHELL='/bin/sh' 2004 SHELL='/bin/sh'
2015 STRIP='strip' 2005 STRIP='strip'
2016 TAR='/bin/tar' 2006 TAR='/bin/tar'
2017 THREAD_LIBS='-lpthread' 2007 THREAD_LIBS='-lpthread'
2018 USE_VERSION_SCRIPT_FALSE='#' 2008 USE_VERSION_SCRIPT_FALSE='#'
2019 USE_VERSION_SCRIPT_TRUE='' 2009 USE_VERSION_SCRIPT_TRUE=''
2020 VERSION='1.1.29' 2010 VERSION='1.1.29'
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
2159 #define HAVE_FPRINTF 1 2149 #define HAVE_FPRINTF 1
2160 #define HAVE_SNPRINTF 1 2150 #define HAVE_SNPRINTF 1
2161 #define HAVE_VFPRINTF 1 2151 #define HAVE_VFPRINTF 1
2162 #define HAVE_VSPRINTF 1 2152 #define HAVE_VSPRINTF 1
2163 #define HAVE_VSNPRINTF 1 2153 #define HAVE_VSNPRINTF 1
2164 #define HAVE_SSCANF 1 2154 #define HAVE_SSCANF 1
2165 #define HAVE_CLOCK_GETTIME 1 2155 #define HAVE_CLOCK_GETTIME 1
2166 #define HAVE_GCRYPT 1 2156 #define HAVE_GCRYPT 1
2167 2157
2168 configure: exit 0 2158 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