Advertisement
Guest User

lxml error

a guest
Jun 29th, 2011
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 145.61 KB | None | 0 0
  1. /usr/local/bin/python2.7: /usr/lib64/libz.so.1: no version information available (required by /usr/local/bin/python2.7)
  2. Searching for lxml
  3. Reading http://pypi.python.org/simple/lxml/
  4. Reading http://codespeak.net/lxml
  5. Best match: lxml 2.3
  6. Downloading http://lxml.de/files/lxml-2.3.tgz
  7. Processing lxml-2.3.tgz
  8. Running lxml-2.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-Y2MKTg/lxml-2.3/egg-dist-tmp-_t_vlU
  9. Building lxml version 2.3.
  10. Latest version of libiconv is 1.13.1
  11. Downloading libiconv into libs/libiconv-1.13.1.tar.gz
  12. Unpacking libiconv-1.13.1.tar.gz into build/tmp
  13. Latest version of libxml2 is 2.7.8
  14. Downloading libxml2 into libs/libxml2-2.7.8.tar.gz
  15. Unpacking libxml2-2.7.8.tar.gz into build/tmp
  16. Latest version of libxslt is 1.1.26
  17. Downloading libxslt into libs/libxslt-1.1.26.tar.gz
  18. Unpacking libxslt-1.1.26.tar.gz into build/tmp
  19. Starting build in build/tmp/libiconv-1.13.1
  20. Running "./configure --disable-dependency-tracking --disable-shared --prefix=/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2" in build/tmp/libiconv-1.13.1
  21. checking for a BSD-compatible install... /usr/bin/install -c
  22. checking whether build environment is sane... yes
  23. checking for a thread-safe mkdir -p... /bin/mkdir -p
  24. checking for gawk... gawk
  25. checking whether make sets $(MAKE)... yes
  26. checking whether make sets $(MAKE)... (cached) yes
  27. checking for gcc... gcc
  28. checking for C compiler default output file name... a.out
  29. checking whether the C compiler works... yes
  30. checking whether we are cross compiling... no
  31. checking for suffix of executables...
  32. checking for suffix of object files... o
  33. checking whether we are using the GNU C compiler... yes
  34. checking whether gcc accepts -g... yes
  35. checking for gcc option to accept ISO C89... none needed
  36. checking for style of include used by make... GNU
  37. checking dependency style of gcc... none
  38. checking how to run the C preprocessor... gcc -E
  39. checking for a BSD-compatible install... /usr/bin/install -c
  40. checking for strip... /usr/bin/strip
  41. checking build system type... x86_64-unknown-linux-gnu
  42. checking host system type... x86_64-unknown-linux-gnu
  43. checking for ranlib... ranlib
  44. checking whether gcc and cc understand -c and -o together... yes
  45. checking for grep that handles long lines and -e... /bin/grep
  46. checking for egrep... /bin/grep -E
  47. checking for ANSI C header files... yes
  48. checking for sys/types.h... yes
  49. checking for sys/stat.h... yes
  50. checking for stdlib.h... yes
  51. checking for string.h... yes
  52. checking for memory.h... yes
  53. checking for strings.h... yes
  54. checking for inttypes.h... yes
  55. checking for stdint.h... yes
  56. checking for unistd.h... yes
  57. checking minix/config.h usability... no
  58. checking minix/config.h presence... no
  59. checking for minix/config.h... no
  60. checking whether it is safe to define __EXTENSIONS__... yes
  61. checking for ld used by GCC... /usr/bin/ld
  62. checking if the linker (/usr/bin/ld) is GNU ld... yes
  63. checking for shared library path variable... LD_LIBRARY_PATH
  64. checking whether to activate relocatable installation... no
  65. checking how to copy files... cp -p
  66. checking how to make hard links... ln
  67. checking whether ln -s works... yes
  68. checking for a sed that does not truncate output... /bin/sed
  69. checking for fgrep... /bin/grep -F
  70. checking for ld used by gcc... /usr/bin/ld
  71. checking if the linker (/usr/bin/ld) is GNU ld... yes
  72. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  73. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  74. checking the maximum length of command line arguments... 98304
  75. checking whether the shell understands some XSI constructs... yes
  76. checking whether the shell understands "+="... yes
  77. checking for /usr/bin/ld option to reload object files... -r
  78. checking for objdump... objdump
  79. checking how to recognize dependent libraries... pass_all
  80. checking for ar... ar
  81. checking for strip... /usr/bin/strip
  82. checking for ranlib... (cached) ranlib
  83. checking command to parse /usr/bin/nm -B output from gcc object... ok
  84. checking for dlfcn.h... yes
  85. checking for objdir... .libs
  86. checking if gcc supports -fno-rtti -fno-exceptions... no
  87. checking for gcc option to produce PIC... -fPIC -DPIC
  88. checking if gcc PIC flag -fPIC -DPIC works... yes
  89. checking if gcc static flag -static works... yes
  90. checking if gcc supports -c -o file.o... yes
  91. checking if gcc supports -c -o file.o... (cached) yes
  92. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  93. checking dynamic linker characteristics... GNU/Linux ld.so
  94. checking how to hardcode library paths into programs... immediate
  95. checking whether stripping libraries is possible... yes
  96. checking if libtool supports shared libraries... yes
  97. checking whether to build shared libraries... no
  98. checking whether to build static libraries... yes
  99. checking for windres... no
  100. checking for simple visibility declarations... yes
  101. checking for shared library run path origin... done
  102. checking for iconv... yes
  103. checking for working iconv... yes
  104. checking for iconv declaration...
  105.          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  106. checking whether NLS is requested... yes
  107. checking for msgfmt... /usr/bin/msgfmt
  108. checking for gmsgfmt... /usr/bin/msgfmt
  109. checking for xgettext... /usr/bin/xgettext
  110. checking for msgmerge... /usr/bin/msgmerge
  111. checking for CFPreferencesCopyAppValue... no
  112. checking for CFLocaleCopyCurrent... no
  113. checking for GNU gettext in libc... yes
  114. checking whether to use NLS... yes
  115. checking where the gettext function comes from... libc
  116. checking for mbstate_t... yes
  117. checking for wchar_t... yes
  118. checking for getc_unlocked... yes
  119. checking for mbrtowc... yes
  120. checking for wcrtomb... yes
  121. checking for mbsinit... yes
  122. checking for setlocale... yes
  123. checking whether <wchar.h> is standalone... yes
  124. checking for memmove... yes
  125. checking for nl_langinfo and CODESET... yes
  126. checking wchar.h usability... yes
  127. checking wchar.h presence... yes
  128. checking for wchar.h... yes
  129. checking for EILSEQ... yes
  130. checking byte ordering... little endian
  131. checking for working alloca.h... yes
  132. checking for alloca... yes
  133. checking for stdlib.h... (cached) yes
  134. checking for string.h... (cached) yes
  135. checking sys/param.h usability... yes
  136. checking sys/param.h presence... yes
  137. checking for sys/param.h... yes
  138. checking for unistd.h... (cached) yes
  139. checking errno.h usability... yes
  140. checking errno.h presence... yes
  141. checking for errno.h... yes
  142. checking sys/socket.h usability... yes
  143. checking sys/socket.h presence... yes
  144. checking for sys/socket.h... yes
  145. checking signal.h usability... yes
  146. checking signal.h presence... yes
  147. checking for signal.h... yes
  148. checking for stdint.h... (cached) yes
  149. checking for wchar.h... (cached) yes
  150. checking stdio.h usability... yes
  151. checking stdio.h presence... yes
  152. checking for stdio.h... yes
  153. checking whether canonicalize_file_name is declared... yes
  154. checking for canonicalize_file_name... yes
  155. checking for getcwd... yes
  156. checking for readlink... yes
  157. checking for pathconf... yes
  158. checking for setenv... yes
  159. checking whether the preprocessor supports include_next... yes
  160. checking for complete errno.h... yes
  161. checking whether strerror_r is declared... yes
  162. checking for strerror_r... yes
  163. checking whether strerror_r returns char *... yes
  164. checking whether malloc, realloc, calloc are POSIX compliant... yes
  165. checking for stdlib.h... (cached) yes
  166. checking for GNU libc compatible malloc... yes
  167. checking for long long int... yes
  168. checking for SIGPIPE... yes
  169. checking for stdbool.h that conforms to C99... yes
  170. checking for _Bool... yes
  171. checking for unsigned long long int... yes
  172. checking for C/C++ restrict keyword... __restrict
  173. checking whether clearerr_unlocked is declared... yes
  174. checking whether feof_unlocked is declared... yes
  175. checking whether ferror_unlocked is declared... yes
  176. checking whether fflush_unlocked is declared... yes
  177. checking whether fgets_unlocked is declared... yes
  178. checking whether fputc_unlocked is declared... yes
  179. checking whether fputs_unlocked is declared... yes
  180. checking whether fread_unlocked is declared... yes
  181. checking whether fwrite_unlocked is declared... yes
  182. checking whether getc_unlocked is declared... yes
  183. checking whether getchar_unlocked is declared... yes
  184. checking whether putc_unlocked is declared... yes
  185. checking whether putchar_unlocked is declared... yes
  186. checking for wint_t... yes
  187. checking if environ is properly declared... yes
  188. checking for error_at_line... yes
  189. checking for mbstate_t... (cached) yes
  190. checking for memmove... (cached) yes
  191. checking search.h usability... yes
  192. checking search.h presence... yes
  193. checking for search.h... yes
  194. checking for tsearch... yes
  195. checking for working strerror function... yes
  196. checking for volatile sig_atomic_t... yes
  197. checking for sigprocmask... yes
  198. checking for ssize_t... yes
  199. checking whether stdint.h conforms to C99... yes
  200. checking for random.h... no
  201. checking for struct random_data... yes
  202. checking whether <wchar.h> is standalone... (cached) yes
  203. configure: creating ./config.status
  204. config.status: creating Makefile
  205. config.status: creating lib/Makefile
  206. config.status: creating srclib/Makefile
  207. config.status: creating src/Makefile
  208. config.status: creating po/Makefile.in
  209. config.status: creating man/Makefile
  210. config.status: creating tests/Makefile
  211. config.status: creating include/iconv.h
  212. config.status: creating include/iconv.h.inst
  213. config.status: creating config.h
  214. config.status: creating lib/config.h
  215. config.status: executing depfiles commands
  216. config.status: executing libtool commands
  217. config.status: executing po-directories commands
  218. config.status: creating po/POTFILES
  219. config.status: creating po/Makefile
  220. === configuring in libcharset (/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/libcharset)
  221. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2'  '--disable-dependency-tracking' '--disable-shared' --cache-file=/dev/null --srcdir=.
  222. checking whether make sets $(MAKE)... yes
  223. checking for gcc... gcc
  224. checking for C compiler default output file name... a.out
  225. checking whether the C compiler works... yes
  226. checking whether we are cross compiling... no
  227. checking for suffix of executables...
  228. checking for suffix of object files... o
  229. checking whether we are using the GNU C compiler... yes
  230. checking whether gcc accepts -g... yes
  231. checking for gcc option to accept ISO C89... none needed
  232. checking how to run the C preprocessor... gcc -E
  233. checking for a BSD-compatible install... /usr/bin/install -c
  234. checking build system type... x86_64-unknown-linux-gnu
  235. checking host system type... x86_64-unknown-linux-gnu
  236. checking whether to activate relocatable installation... no
  237. checking for grep that handles long lines and -e... /bin/grep
  238. checking for egrep... /bin/grep -E
  239. checking for ANSI C header files... yes
  240. checking for sys/types.h... yes
  241. checking for sys/stat.h... yes
  242. checking for stdlib.h... yes
  243. checking for string.h... yes
  244. checking for memory.h... yes
  245. checking for strings.h... yes
  246. checking for inttypes.h... yes
  247. checking for stdint.h... yes
  248. checking for unistd.h... yes
  249. checking minix/config.h usability... no
  250. checking minix/config.h presence... no
  251. checking for minix/config.h... no
  252. checking whether it is safe to define __EXTENSIONS__... yes
  253. checking for a sed that does not truncate output... /bin/sed
  254. checking for fgrep... /bin/grep -F
  255. checking for ld used by gcc... /usr/bin/ld
  256. checking if the linker (/usr/bin/ld) is GNU ld... yes
  257. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  258. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  259. checking whether ln -s works... yes
  260. checking the maximum length of command line arguments... 98304
  261. checking whether the shell understands some XSI constructs... yes
  262. checking whether the shell understands "+="... yes
  263. checking for /usr/bin/ld option to reload object files... -r
  264. checking for objdump... objdump
  265. checking how to recognize dependent libraries... pass_all
  266. checking for ar... ar
  267. checking for strip... strip
  268. checking for ranlib... ranlib
  269. checking command to parse /usr/bin/nm -B output from gcc object... ok
  270. checking for dlfcn.h... yes
  271. checking for objdir... .libs
  272. checking if gcc supports -fno-rtti -fno-exceptions... no
  273. checking for gcc option to produce PIC... -fPIC -DPIC
  274. checking if gcc PIC flag -fPIC -DPIC works... yes
  275. checking if gcc static flag -static works... yes
  276. checking if gcc supports -c -o file.o... yes
  277. checking if gcc supports -c -o file.o... (cached) yes
  278. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  279. checking dynamic linker characteristics... GNU/Linux ld.so
  280. checking how to hardcode library paths into programs... immediate
  281. checking whether stripping libraries is possible... yes
  282. checking if libtool supports shared libraries... yes
  283. checking whether to build shared libraries... no
  284. checking whether to build static libraries... yes
  285. checking for simple visibility declarations... yes
  286. checking for nl_langinfo and CODESET... yes
  287. checking whether we are using the GNU C Library 2.1 or newer... yes
  288. checking for setlocale... yes
  289. configure: creating ./config.status
  290. config.status: creating Makefile
  291. config.status: creating lib/Makefile
  292. config.status: creating include/localcharset.h
  293. config.status: creating include/localcharset.h.inst
  294. config.status: creating config.h
  295. config.status: executing libtool commands
  296. === configuring in preload (/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/preload)
  297. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2'  '--disable-dependency-tracking' '--disable-shared' --cache-file=/dev/null --srcdir=.
  298. checking whether make sets $(MAKE)... yes
  299. checking for gcc... gcc
  300. checking for C compiler default output file name... a.out
  301. checking whether the C compiler works... yes
  302. checking whether we are cross compiling... no
  303. checking for suffix of executables...
  304. checking for suffix of object files... o
  305. checking whether we are using the GNU C compiler... yes
  306. checking whether gcc accepts -g... yes
  307. checking for gcc option to accept ISO C89... none needed
  308. checking how to run the C preprocessor... gcc -E
  309. checking for a BSD-compatible install... /usr/bin/install -c
  310. checking build system type... x86_64-unknown-linux-gnu
  311. checking host system type... x86_64-unknown-linux-gnu
  312. checking whether to activate relocatable installation... no
  313. checking whether ln -s works... yes
  314. checking for grep that handles long lines and -e... /bin/grep
  315. checking for egrep... /bin/grep -E
  316. checking for ANSI C header files... yes
  317. checking for sys/types.h... yes
  318. checking for sys/stat.h... yes
  319. checking for stdlib.h... yes
  320. checking for string.h... yes
  321. checking for memory.h... yes
  322. checking for strings.h... yes
  323. checking for inttypes.h... yes
  324. checking for stdint.h... yes
  325. checking for unistd.h... yes
  326. checking minix/config.h usability... no
  327. checking minix/config.h presence... no
  328. checking for minix/config.h... no
  329. checking whether it is safe to define __EXTENSIONS__... yes
  330. checking for a sed that does not truncate output... /bin/sed
  331. checking for fgrep... /bin/grep -F
  332. checking for ld used by gcc... /usr/bin/ld
  333. checking if the linker (/usr/bin/ld) is GNU ld... yes
  334. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  335. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  336. checking the maximum length of command line arguments... 98304
  337. checking whether the shell understands some XSI constructs... yes
  338. checking whether the shell understands "+="... yes
  339. checking for /usr/bin/ld option to reload object files... -r
  340. checking for objdump... objdump
  341. checking how to recognize dependent libraries... pass_all
  342. checking for ar... ar
  343. checking for strip... strip
  344. checking for ranlib... ranlib
  345. checking command to parse /usr/bin/nm -B output from gcc object... ok
  346. checking for dlfcn.h... yes
  347. checking for objdir... .libs
  348. checking if gcc supports -fno-rtti -fno-exceptions... no
  349. checking for gcc option to produce PIC... -fPIC -DPIC
  350. checking if gcc PIC flag -fPIC -DPIC works... yes
  351. checking if gcc static flag -static works... yes
  352. checking if gcc supports -c -o file.o... yes
  353. checking if gcc supports -c -o file.o... (cached) yes
  354. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  355. checking whether -lc should be explicitly linked in... no
  356. checking dynamic linker characteristics... GNU/Linux ld.so
  357. checking how to hardcode library paths into programs... immediate
  358. checking whether stripping libraries is possible... yes
  359. checking if libtool supports shared libraries... yes
  360. checking whether to build shared libraries... yes
  361. checking whether to build static libraries... no
  362. checking for simple visibility declarations... yes
  363. configure: creating ./config.status
  364. config.status: creating Makefile
  365. config.status: executing libtool commands
  366. Running "make -j6" in build/tmp/libiconv-1.13.1
  367. builddir="`pwd`"; cd libcharset && make all && make install-lib libdir="$builddir/lib" includedir="$builddir/lib"
  368. make[1]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/libcharset'
  369. if [ ! -d include ] ; then mkdir include ; fi
  370. cp ./include/libcharset.h.in include/libcharset.h
  371. cd lib && make all
  372. make[2]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/libcharset/lib'
  373. /bin/sh ../libtool --mode=compile gcc -I. -I. -I.. -I./.. -I../include -g -O2 -fvisibility=hidden  -DLIBDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c
  374. /bin/sh ../libtool --mode=compile gcc -I. -I. -I.. -I./.. -I../include -g -O2 -fvisibility=hidden  -DLIBDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c
  375. /bin/sh ./config.charset 'x86_64-unknown-linux-gnu' > t-charset.alias
  376. sed -e '/^#/d' -e 's/@''PACKAGE''@//g' ./ref-add.sin > t-ref-add.sed
  377. sed -e '/^#/d' -e 's/@''PACKAGE''@//g' ./ref-del.sin > t-ref-del.sed
  378. mv t-ref-add.sed ref-add.sed
  379. mv t-ref-del.sed ref-del.sed
  380. mv t-charset.alias charset.alias
  381. libtool: compile:  gcc -I. -I. -I.. -I./.. -I../include -g -O2 -fvisibility=hidden -DLIBDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c -o localcharset.o
  382. libtool: compile:  gcc -I. -I. -I.. -I./.. -I../include -g -O2 -fvisibility=hidden -DLIBDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c -o relocatable.o
  383. /bin/sh ../libtool --mode=link gcc  -g -O2 -fvisibility=hidden -o libcharset.la -rpath /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib -version-info 1:0:0 -no-undefined localcharset.lo relocatable.lo
  384. libtool: link: ar cru .libs/libcharset.a  localcharset.o relocatable.o
  385. libtool: link: ranlib .libs/libcharset.a
  386. libtool: link: ( cd ".libs" && rm -f "libcharset.la" && ln -s "../libcharset.la" "libcharset.la" )
  387. make[2]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/libcharset/lib'
  388. make[1]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/libcharset'
  389. make[1]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/libcharset'
  390. cd lib && make all
  391. make[2]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/libcharset/lib'
  392. make[2]: Nothing to be done for `all'.
  393. make[2]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/libcharset/lib'
  394. cd lib && make install-lib libdir='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib' includedir='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib'
  395. make[2]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/libcharset/lib'
  396. /bin/sh ../build-aux/mkinstalldirs /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib
  397. /bin/sh ../libtool --mode=install /usr/bin/install -c -m 644 libcharset.la /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib/libcharset.la
  398. libtool: install: /usr/bin/install -c -m 644 .libs/libcharset.lai /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib/libcharset.la
  399. libtool: install: /usr/bin/install -c -m 644 .libs/libcharset.a /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib/libcharset.a
  400. libtool: install: chmod 644 /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib/libcharset.a
  401. libtool: install: ranlib /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib/libcharset.a
  402. libtool: install: warning: remember to run `libtool --finish /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib'
  403. test -f /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib/charset.alias && orig=/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib/charset.alias \
  404.                                     || orig=charset.alias; \
  405.     sed -f ref-add.sed $orig > /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib/t-charset.alias; \
  406.     /usr/bin/install -c -m 644 /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib/t-charset.alias /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib/charset.alias; \
  407.     rm -f /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib/t-charset.alias
  408. make[2]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/libcharset/lib'
  409. /bin/sh ./build-aux/mkinstalldirs /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib
  410. /usr/bin/install -c -m 644 include/libcharset.h /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib/libcharset.h
  411. /usr/bin/install -c -m 644 include/localcharset.h.inst /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib/localcharset.h
  412. make[1]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/libcharset'
  413. cd lib && make all
  414. make[1]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib'
  415. /bin/sh ../libtool --mode=compile gcc -I. -I. -I../include -I./../include -I.. -I./..  -g -O2 -fvisibility=hidden -DLIBDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c
  416. /bin/sh ../libtool --mode=compile gcc -I. -I. -I../include -I./../include -I.. -I./..  -g -O2 -fvisibility=hidden -DLIBDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c
  417. /bin/sh ../libtool --mode=compile gcc -I. -I. -I../include -I./../include -I.. -I./..  -g -O2 -fvisibility=hidden -DLIBDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./relocatable.c
  418. libtool: compile:  gcc -I. -I. -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./relocatable.c -o relocatable.o
  419. libtool: compile:  gcc -I. -I. -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c -o localcharset.o
  420. libtool: compile:  gcc -I. -I. -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c -o iconv.o
  421. /bin/sh ../libtool --mode=link gcc  -g -O2 -fvisibility=hidden -o libiconv.la -rpath /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib -version-info 7:0:5 -no-undefined iconv.lo localcharset.lo relocatable.lo  
  422. libtool: link: ar cru .libs/libiconv.a  iconv.o localcharset.o relocatable.o
  423. libtool: link: ranlib .libs/libiconv.a
  424. libtool: link: ( cd ".libs" && rm -f "libiconv.la" && ln -s "../libiconv.la" "libiconv.la" )
  425. make[1]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib'
  426. cd preload && make all
  427. make[1]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/preload'
  428. rm -f -r objects
  429. mkdir objects && \
  430.     for f in ./../lib/iconv.c ./../libcharset/lib/localcharset.c ./../lib/relocatable.c; do \
  431.       /bin/sh ./libtool --mode=compile gcc -I../lib -I./../lib -I../include -I./../include -I.. -I./..  -g -O2 -fvisibility=hidden -DLIBDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DINSTALLPREFIX=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c $f -o objects/`basename $f | sed -e 's,\.c$,.o,'` || exit 1; \
  432.     done && \
  433.     /bin/sh ./libtool --mode=link gcc  -g -O2 -fvisibility=hidden -o libiconv.la -rpath /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib -no-undefined objects/*.lo && \
  434.     rm -f -r objects
  435. libtool: compile:  gcc -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DINSTALLPREFIX=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c ./../lib/iconv.c  -fPIC -DPIC -o objects/.libs/iconv.o
  436. libtool: compile:  gcc -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DINSTALLPREFIX=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c ./../libcharset/lib/localcharset.c  -fPIC -DPIC -o objects/.libs/localcharset.o
  437. libtool: compile:  gcc -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DINSTALLPREFIX=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c ./../lib/relocatable.c  -fPIC -DPIC -o objects/.libs/relocatable.o
  438. libtool: link: gcc -shared  objects/.libs/iconv.o objects/.libs/localcharset.o objects/.libs/relocatable.o      -Wl,-soname -Wl,libiconv.so.0 -o .libs/libiconv.so.0.0.0
  439. libtool: link: (cd ".libs" && rm -f "libiconv.so.0" && ln -s "libiconv.so.0.0.0" "libiconv.so.0")
  440. libtool: link: (cd ".libs" && rm -f "libiconv.so" && ln -s "libiconv.so.0.0.0" "libiconv.so")
  441. libtool: link: ( cd ".libs" && rm -f "libiconv.la" && ln -s "../libiconv.la" "libiconv.la" )
  442. cp .libs/libiconv.so preloadable_libiconv.so
  443. make[1]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/preload'
  444. cd srclib && make all
  445. make[1]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/srclib'
  446. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  447.       cat ./alloca.in.h; \
  448.     } > alloca.h-t
  449. rm -f signal.h-t signal.h
  450. rm -f stdio.h-t stdio.h
  451. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  452.       sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  453.           -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  454.           -e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
  455.           -e 's|@''GNULIB_SIGNAL_H_SIGPIPE''@|1|g' \
  456.           -e 's|@''GNULIB_SIGPROCMASK''@|1|g' \
  457.           -e 's|@''GNULIB_SIGACTION''@|0|g' \
  458.           -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
  459.           -e 's|@''HAVE_SIGSET_T''@|1|g' \
  460.           -e 's|@''HAVE_SIGINFO_T''@|1|g' \
  461.           -e 's|@''HAVE_SIGACTION''@|1|g' \
  462.           -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
  463.           -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
  464.           -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \
  465.           < ./signal.in.h; \
  466.     } > signal.h-t
  467. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  468.       sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  469.           -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  470.           -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
  471.           -e 's|@''GNULIB_FPRINTF''@|1|g' \
  472.           -e 's|@''GNULIB_FPRINTF_POSIX''@|0|g' \
  473.           -e 's|@''GNULIB_PRINTF''@|1|g' \
  474.           -e 's|@''GNULIB_PRINTF_POSIX''@|0|g' \
  475.           -e 's|@''GNULIB_SNPRINTF''@|0|g' \
  476.           -e 's|@''GNULIB_SPRINTF_POSIX''@|0|g' \
  477.           -e 's|@''GNULIB_VFPRINTF''@|1|g' \
  478.           -e 's|@''GNULIB_VFPRINTF_POSIX''@|0|g' \
  479.           -e 's|@''GNULIB_VPRINTF''@|1|g' \
  480.           -e 's|@''GNULIB_VPRINTF_POSIX''@|0|g' \
  481.           -e 's|@''GNULIB_VSNPRINTF''@|0|g' \
  482.           -e 's|@''GNULIB_VSPRINTF_POSIX''@|0|g' \
  483.           -e 's|@''GNULIB_DPRINTF''@|0|g' \
  484.           -e 's|@''GNULIB_VDPRINTF''@|0|g' \
  485.           -e 's|@''GNULIB_VASPRINTF''@|0|g' \
  486.           -e 's|@''GNULIB_OBSTACK_PRINTF''@|0|g' \
  487.           -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|0|g' \
  488.           -e 's|@''GNULIB_FOPEN''@|0|g' \
  489.           -e 's|@''GNULIB_FREOPEN''@|0|g' \
  490.           -e 's|@''GNULIB_FSEEK''@|0|g' \
  491.           -e 's|@''GNULIB_FSEEKO''@|0|g' \
  492.           -e 's|@''GNULIB_FTELL''@|0|g' \
  493.           -e 's|@''GNULIB_FTELLO''@|0|g' \
  494.           -e 's|@''GNULIB_FFLUSH''@|0|g' \
  495.           -e 's|@''GNULIB_FPURGE''@|0|g' \
  496.           -e 's|@''GNULIB_FCLOSE''@|0|g' \
  497.           -e 's|@''GNULIB_FPUTC''@|1|g' \
  498.           -e 's|@''GNULIB_PUTC''@|1|g' \
  499.           -e 's|@''GNULIB_PUTCHAR''@|1|g' \
  500.           -e 's|@''GNULIB_FPUTS''@|1|g' \
  501.           -e 's|@''GNULIB_PUTS''@|1|g' \
  502.           -e 's|@''GNULIB_FWRITE''@|1|g' \
  503.           -e 's|@''GNULIB_GETDELIM''@|0|g' \
  504.           -e 's|@''GNULIB_GETLINE''@|0|g' \
  505.           -e 's|@''GNULIB_PERROR''@|0|g' \
  506.           -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|1|g' \
  507.           -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
  508.           -e 's|@''REPLACE_FPRINTF''@|0|g' \
  509.           -e 's|@''REPLACE_VFPRINTF''@|0|g' \
  510.           -e 's|@''REPLACE_PRINTF''@|0|g' \
  511.           -e 's|@''REPLACE_VPRINTF''@|0|g' \
  512.           -e 's|@''REPLACE_SNPRINTF''@|0|g' \
  513.           -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
  514.           -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
  515.           -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
  516.           -e 's|@''REPLACE_SPRINTF''@|0|g' \
  517.           -e 's|@''REPLACE_VSPRINTF''@|0|g' \
  518.           -e 's|@''HAVE_DPRINTF''@|1|g' \
  519.           -e 's|@''REPLACE_DPRINTF''@|0|g' \
  520.           -e 's|@''HAVE_VDPRINTF''@|1|g' \
  521.           -e 's|@''REPLACE_VDPRINTF''@|0|g' \
  522.           -e 's|@''HAVE_VASPRINTF''@|1|g' \
  523.           -e 's|@''REPLACE_VASPRINTF''@|0|g' \
  524.           -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
  525.           -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
  526.           -e 's|@''REPLACE_FOPEN''@|0|g' \
  527.           -e 's|@''REPLACE_FREOPEN''@|0|g' \
  528.           -e 's|@''REPLACE_FSEEKO''@|0|g' \
  529.           -e 's|@''REPLACE_FSEEK''@|0|g' \
  530.           -e 's|@''REPLACE_FTELLO''@|0|g' \
  531.           -e 's|@''REPLACE_FTELL''@|0|g' \
  532.           -e 's|@''REPLACE_FFLUSH''@|0|g' \
  533.           -e 's|@''REPLACE_FPURGE''@|0|g' \
  534.           -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
  535.           -e 's|@''REPLACE_FCLOSE''@|0|g' \
  536.           -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
  537.           -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
  538.           -e 's|@''REPLACE_GETLINE''@|0|g' \
  539.           -e 's|@''REPLACE_PERROR''@|0|g' \
  540.           -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \
  541.           < ./stdio.in.h; \
  542.     } > stdio.h-t
  543. rm -f stdlib.h-t stdlib.h
  544. rm -f string.h-t string.h
  545. mv -f alloca.h-t alloca.h
  546. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  547.       sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  548.           -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  549.           -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
  550.           -e 's|@''HAVE_RANDOM_H''@|0|g' \
  551.           -e 's|@''GNULIB_MALLOC_POSIX''@|1|g' \
  552.           -e 's|@''GNULIB_REALLOC_POSIX''@|0|g' \
  553.           -e 's|@''GNULIB_CALLOC_POSIX''@|0|g' \
  554.           -e 's|@''GNULIB_ATOLL''@|0|g' \
  555.           -e 's|@''GNULIB_GETLOADAVG''@|0|g' \
  556.           -e 's|@''GNULIB_GETSUBOPT''@|0|g' \
  557.           -e 's|@''GNULIB_MKDTEMP''@|0|g' \
  558.           -e 's|@''GNULIB_MKSTEMP''@|0|g' \
  559.           -e 's|@''GNULIB_PUTENV''@|0|g' \
  560.           -e 's|@''GNULIB_RANDOM_R''@|0|g' \
  561.           -e 's|@''GNULIB_RPMATCH''@|0|g' \
  562.           -e 's|@''GNULIB_SETENV''@|0|g' \
  563.           -e 's|@''GNULIB_STRTOD''@|0|g' \
  564.           -e 's|@''GNULIB_STRTOLL''@|0|g' \
  565.           -e 's|@''GNULIB_STRTOULL''@|0|g' \
  566.           -e 's|@''GNULIB_UNSETENV''@|0|g' \
  567.           -e 's|@''HAVE_ATOLL''@|1|g' \
  568.           -e 's|@''HAVE_CALLOC_POSIX''@|1|g' \
  569.           -e 's|@''HAVE_GETSUBOPT''@|1|g' \
  570.           -e 's|@''HAVE_MALLOC_POSIX''@|1|g' \
  571.           -e 's|@''HAVE_MKDTEMP''@|1|g' \
  572.           -e 's|@''HAVE_REALLOC_POSIX''@|1|g' \
  573.           -e 's|@''HAVE_RANDOM_R''@|1|g' \
  574.           -e 's|@''HAVE_RPMATCH''@|1|g' \
  575.           -e 's|@''HAVE_SETENV''@|1|g' \
  576.           -e 's|@''HAVE_STRTOD''@|1|g' \
  577.           -e 's|@''HAVE_STRTOLL''@|1|g' \
  578.           -e 's|@''HAVE_STRTOULL''@|1|g' \
  579.           -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
  580.           -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
  581.           -e 's|@''HAVE_UNSETENV''@|1|g' \
  582.           -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
  583.           -e 's|@''REPLACE_MKSTEMP''@|0|g' \
  584.           -e 's|@''REPLACE_PUTENV''@|0|g' \
  585.           -e 's|@''REPLACE_STRTOD''@|0|g' \
  586.           -e 's|@''VOID_UNSETENV''@|0|g' \
  587.           -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \
  588.           < ./stdlib.in.h; \
  589.     } > stdlib.h-t
  590. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  591.       sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  592.           -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  593.           -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
  594.           -e 's|@''GNULIB_MBSLEN''@|0|g' \
  595.           -e 's|@''GNULIB_MBSNLEN''@|0|g' \
  596.           -e 's|@''GNULIB_MBSCHR''@|0|g' \
  597.           -e 's|@''GNULIB_MBSRCHR''@|0|g' \
  598.           -e 's|@''GNULIB_MBSSTR''@|0|g' \
  599.           -e 's|@''GNULIB_MBSCASECMP''@|0|g' \
  600.           -e 's|@''GNULIB_MBSNCASECMP''@|0|g' \
  601.           -e 's|@''GNULIB_MBSPCASECMP''@|0|g' \
  602.           -e 's|@''GNULIB_MBSCASESTR''@|0|g' \
  603.           -e 's|@''GNULIB_MBSCSPN''@|0|g' \
  604.           -e 's|@''GNULIB_MBSPBRK''@|0|g' \
  605.           -e 's|@''GNULIB_MBSSPN''@|0|g' \
  606.           -e 's|@''GNULIB_MBSSEP''@|0|g' \
  607.           -e 's|@''GNULIB_MBSTOK_R''@|0|g' \
  608.           -e 's|@''GNULIB_MEMCHR''@|0|g' \
  609.           -e 's|@''GNULIB_MEMMEM''@|0|g' \
  610.           -e 's|@''GNULIB_MEMPCPY''@|0|g' \
  611.           -e 's|@''GNULIB_MEMRCHR''@|0|g' \
  612.           -e 's|@''GNULIB_RAWMEMCHR''@|0|g' \
  613.           -e 's|@''GNULIB_STPCPY''@|0|g' \
  614.           -e 's|@''GNULIB_STPNCPY''@|0|g' \
  615.           -e 's|@''GNULIB_STRCHRNUL''@|0|g' \
  616.           -e 's|@''GNULIB_STRDUP''@|0|g' \
  617.           -e 's|@''GNULIB_STRNDUP''@|0|g' \
  618.           -e 's|@''GNULIB_STRNLEN''@|0|g' \
  619.           -e 's|@''GNULIB_STRPBRK''@|0|g' \
  620.           -e 's|@''GNULIB_STRSEP''@|0|g' \
  621.           -e 's|@''GNULIB_STRSTR''@|0|g' \
  622.           -e 's|@''GNULIB_STRCASESTR''@|0|g' \
  623.           -e 's|@''GNULIB_STRTOK_R''@|0|g' \
  624.           -e 's|@''GNULIB_STRERROR''@|1|g' \
  625.           -e 's|@''GNULIB_STRSIGNAL''@|0|g' \
  626.           -e 's|@''GNULIB_STRVERSCMP''@|0|g' \
  627.           -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
  628.           -e 's|@''HAVE_MEMPCPY''@|1|g' \
  629.           -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
  630.           -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
  631.           -e 's|@''HAVE_STPCPY''@|1|g' \
  632.           -e 's|@''HAVE_STPNCPY''@|1|g' \
  633.           -e 's|@''HAVE_STRCHRNUL''@|1|g' \
  634.           -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
  635.           -e 's|@''HAVE_STRNDUP''@|1|g' \
  636.           -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
  637.           -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
  638.           -e 's|@''HAVE_STRPBRK''@|1|g' \
  639.           -e 's|@''HAVE_STRSEP''@|1|g' \
  640.           -e 's|@''HAVE_STRCASESTR''@|1|g' \
  641.           -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
  642.           -e 's|@''HAVE_DECL_STRERROR''@|1|g' \
  643.           -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
  644.           -e 's|@''HAVE_STRVERSCMP''@|1|g' \
  645.           -e 's|@''REPLACE_MEMCHR''@|0|g' \
  646.           -e 's|@''REPLACE_MEMMEM''@|0|g' \
  647.           -e 's|@''REPLACE_STRCASESTR''@|0|g' \
  648.           -e 's|@''REPLACE_STRDUP''@|0|g' \
  649.           -e 's|@''REPLACE_STRSTR''@|0|g' \
  650.           -e 's|@''REPLACE_STRERROR''@|0|g' \
  651.           -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
  652.           -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \
  653.           < ./string.in.h; \
  654.     } > string.h-t
  655. rm -f unistd.h-t unistd.h
  656. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  657.       sed -e 's|@''HAVE_UNISTD_H''@|1|g' \
  658.           -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  659.           -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  660.           -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
  661.           -e 's|@''GNULIB_CHOWN''@|0|g' \
  662.           -e 's|@''GNULIB_CLOSE''@|0|g' \
  663.           -e 's|@''GNULIB_DUP2''@|0|g' \
  664.           -e 's|@''GNULIB_ENVIRON''@|1|g' \
  665.           -e 's|@''GNULIB_EUIDACCESS''@|0|g' \
  666.           -e 's|@''GNULIB_FCHDIR''@|0|g' \
  667.           -e 's|@''GNULIB_FSYNC''@|0|g' \
  668.           -e 's|@''GNULIB_FTRUNCATE''@|0|g' \
  669.           -e 's|@''GNULIB_GETCWD''@|0|g' \
  670.           -e 's|@''GNULIB_GETDOMAINNAME''@|0|g' \
  671.           -e 's|@''GNULIB_GETDTABLESIZE''@|0|g' \
  672.           -e 's|@''GNULIB_GETHOSTNAME''@|0|g' \
  673.           -e 's|@''GNULIB_GETLOGIN_R''@|0|g' \
  674.           -e 's|@''GNULIB_GETPAGESIZE''@|0|g' \
  675.           -e 's|@''GNULIB_GETUSERSHELL''@|0|g' \
  676.           -e 's|@''GNULIB_LCHOWN''@|0|g' \
  677.           -e 's|@''GNULIB_LINK''@|0|g' \
  678.           -e 's|@''GNULIB_LSEEK''@|0|g' \
  679.           -e 's|@''GNULIB_READLINK''@|1|g' \
  680.           -e 's|@''GNULIB_SLEEP''@|0|g' \
  681.           -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|1|g' \
  682.           -e 's|@''GNULIB_WRITE''@|0|g' \
  683.           -e 's|@''HAVE_DUP2''@|1|g' \
  684.           -e 's|@''HAVE_EUIDACCESS''@|1|g' \
  685.           -e 's|@''HAVE_FSYNC''@|1|g' \
  686.           -e 's|@''HAVE_FTRUNCATE''@|1|g' \
  687.           -e 's|@''HAVE_GETDOMAINNAME''@|1|g' \
  688.           -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
  689.           -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
  690.           -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
  691.           -e 's|@''HAVE_GETUSERSHELL''@|1|g' \
  692.           -e 's|@''HAVE_LINK''@|1|g' \
  693.           -e 's|@''HAVE_READLINK''@|1|g' \
  694.           -e 's|@''HAVE_SLEEP''@|1|g' \
  695.           -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
  696.           -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
  697.           -e 's|@''HAVE_OS_H''@|0|g' \
  698.           -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
  699.           -e 's|@''REPLACE_CHOWN''@|0|g' \
  700.           -e 's|@''REPLACE_CLOSE''@|0|g' \
  701.           -e 's|@''REPLACE_FCHDIR''@|0|g' \
  702.           -e 's|@''REPLACE_GETCWD''@|0|g' \
  703.           -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
  704.           -e 's|@''REPLACE_LCHOWN''@|0|g' \
  705.           -e 's|@''REPLACE_LSEEK''@|0|g' \
  706.           -e 's|@''REPLACE_WRITE''@|0|g' \
  707.           -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
  708.           -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \
  709.           < ./unistd.in.h; \
  710.     } > unistd.h-t
  711. mv signal.h-t signal.h
  712. mv stdlib.h-t stdlib.h
  713. mv unistd.h-t unistd.h
  714. mv string.h-t string.h
  715. mv stdio.h-t stdio.h
  716. make  all-am
  717. make[2]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/srclib'
  718. gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1   -g -O2 -c areadlink.c
  719. gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1   -g -O2 -c malloca.c
  720. gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1   -g -O2 -c progname.c
  721. gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1   -g -O2 -c -o width.o `test -f 'uniwidth/width.c' || echo './'`uniwidth/width.c
  722. gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1   -g -O2 -c xmalloc.c
  723. gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1   -g -O2 -c xstrdup.c
  724. gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib  -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1   -g -O2 -c xreadlink.c
  725. rm -f libicrt.a
  726. ar cru libicrt.a areadlink.o malloca.o progname.o width.o xmalloc.o xstrdup.o xreadlink.o
  727. ranlib libicrt.a
  728. make[2]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/srclib'
  729. make[1]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/srclib'
  730. cd src && make all
  731. make[1]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/src'
  732. gcc -c -I. -I. -I.. -I../include -I./../include -I../srclib -I./../srclib -I../lib -g -O2  -DINSTALLDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/bin\" -DLOCALEDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale\" ./iconv_no_i18n.c
  733. gcc -c -I. -I. -I.. -I../include -I./../include -I../srclib -I./../srclib -I../lib -g -O2  -DINSTALLDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/bin\" -DLOCALEDIR=\"/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale\" ./iconv.c
  734. /bin/sh ../libtool --mode=link gcc  -g -O2 iconv_no_i18n.o ../srclib/libicrt.a ../lib/libiconv.la  -o iconv_no_i18n
  735. libtool: link: gcc -g -O2 iconv_no_i18n.o -o iconv_no_i18n  ../srclib/libicrt.a ../lib/.libs/libiconv.a
  736. test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 .
  737. make[1]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/src'
  738. cd po && make all
  739. make[1]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/po'
  740. test ! -f ./libiconv.pot || \
  741.       test -z "af.gmo bg.gmo ca.gmo da.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fi.gmo fr.gmo ga.gmo gl.gmo hr.gmo hu.gmo id.gmo it.gmo nl.gmo pl.gmo pt_BR.gmo rm.gmo ro.gmo ru.gmo sk.gmo sl.gmo sq.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo" || make af.gmo bg.gmo ca.gmo da.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fi.gmo fr.gmo ga.gmo gl.gmo hr.gmo hu.gmo id.gmo it.gmo nl.gmo pl.gmo pt_BR.gmo rm.gmo ro.gmo ru.gmo sk.gmo sl.gmo sq.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo
  742. make[2]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/po'
  743. make[2]: `af.gmo' is up to date.
  744. make[2]: `bg.gmo' is up to date.
  745. make[2]: `ca.gmo' is up to date.
  746. make[2]: `da.gmo' is up to date.
  747. make[2]: `de.gmo' is up to date.
  748. make[2]: `el.gmo' is up to date.
  749. make[2]: `eo.gmo' is up to date.
  750. make[2]: `es.gmo' is up to date.
  751. make[2]: `et.gmo' is up to date.
  752. make[2]: `fi.gmo' is up to date.
  753. make[2]: `fr.gmo' is up to date.
  754. make[2]: `ga.gmo' is up to date.
  755. make[2]: `gl.gmo' is up to date.
  756. make[2]: `hr.gmo' is up to date.
  757. make[2]: `hu.gmo' is up to date.
  758. make[2]: `id.gmo' is up to date.
  759. make[2]: `it.gmo' is up to date.
  760. make[2]: `nl.gmo' is up to date.
  761. make[2]: `pl.gmo' is up to date.
  762. make[2]: `pt_BR.gmo' is up to date.
  763. make[2]: `rm.gmo' is up to date.
  764. make[2]: `ro.gmo' is up to date.
  765. make[2]: `ru.gmo' is up to date.
  766. make[2]: `sk.gmo' is up to date.
  767. make[2]: `sl.gmo' is up to date.
  768. make[2]: `sq.gmo' is up to date.
  769. make[2]: `sr.gmo' is up to date.
  770. make[2]: `sv.gmo' is up to date.
  771. make[2]: `tr.gmo' is up to date.
  772. make[2]: `uk.gmo' is up to date.
  773. make[2]: `vi.gmo' is up to date.
  774. make[2]: `wa.gmo' is up to date.
  775. make[2]: `zh_CN.gmo' is up to date.
  776. make[2]: `zh_TW.gmo' is up to date.
  777. make[2]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/po'
  778. touch stamp-po
  779. make[1]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/po'
  780. cd man && make all
  781. make[1]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/man'
  782. make[1]: Nothing to be done for `all'.
  783. make[1]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/man'
  784. if test -d tests; then cd tests && make all; fi
  785. make[1]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/tests'
  786. make[1]: Nothing to be done for `all'.
  787. make[1]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/tests'
  788. Running "make -j6 install" in build/tmp/libiconv-1.13.1
  789. cd libcharset && make install prefix='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2' exec_prefix='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2' libdir='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib'
  790. make[1]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/libcharset'
  791. cd lib && make install prefix='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2' exec_prefix='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2' libdir='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib'
  792. make[2]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/libcharset/lib'
  793. if test yes = no; then \
  794.       case 'linux-gnu' in \
  795.         darwin[56]*) \
  796.           need_charset_alias=true ;; \
  797.         darwin* | cygwin* | mingw* | pw32* | cegcc*) \
  798.           need_charset_alias=false ;; \
  799.         *) \
  800.           need_charset_alias=true ;; \
  801.       esac ; \
  802.     else \
  803.       need_charset_alias=false ; \
  804.     fi ; \
  805.     /bin/sh ../build-aux/mkinstalldirs /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib ; \
  806.     /bin/sh ../libtool --mode=install /usr/bin/install -c -m 644 libcharset.la /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/libcharset.la
  807. mkdir -p -- /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib
  808. libtool: install: /usr/bin/install -c -m 644 .libs/libcharset.lai /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/libcharset.la
  809. libtool: install: /usr/bin/install -c -m 644 .libs/libcharset.a /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/libcharset.a
  810. libtool: install: chmod 644 /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/libcharset.a
  811. libtool: install: ranlib /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/libcharset.a
  812. libtool: finish: PATH="/usr/bin:/bin:/sbin" ldconfig -n /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib
  813. ----------------------------------------------------------------------
  814. Libraries have been installed in:
  815.   /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib
  816.  
  817. If you ever happen to want to link against installed libraries
  818. in a given directory, LIBDIR, you must either use libtool, and
  819. specify the full pathname of the library, or use the `-LLIBDIR'
  820. flag during linking and do at least one of the following:
  821.    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  822.     during execution
  823.   - add LIBDIR to the `LD_RUN_PATH' environment variable
  824.      during linking
  825.    - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  826.   - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  827.  
  828. See any operating system documentation about shared libraries for
  829. more information, such as the ld(1) and ld.so(8) manual pages.
  830. ----------------------------------------------------------------------
  831. if test -f /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/charset.alias; then \
  832.       sed -f ref-add.sed /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/charset.alias > /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/t-charset.alias; \
  833.       /usr/bin/install -c -m 644 /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/t-charset.alias /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/charset.alias; \
  834.       rm -f /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/t-charset.alias; \
  835.     else \
  836.       if $need_charset_alias; then \
  837.         sed -f ref-add.sed charset.alias > /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/t-charset.alias; \
  838.         /usr/bin/install -c -m 644 /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/t-charset.alias /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/charset.alias; \
  839.         rm -f /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/t-charset.alias; \
  840.       fi ; \
  841.     fi
  842. make[2]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/libcharset/lib'
  843. /bin/sh ./build-aux/mkinstalldirs /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include
  844. mkdir -p -- /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include
  845. /usr/bin/install -c -m 644 include/libcharset.h /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include/libcharset.h
  846. /usr/bin/install -c -m 644 include/localcharset.h.inst /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include/localcharset.h
  847. make[1]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/libcharset'
  848. cd lib && make install prefix='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2' exec_prefix='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2' libdir='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib'
  849. make[1]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib'
  850. if [ ! -d /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib ] ; then /bin/sh ../build-aux/mkinstalldirs /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib ; fi
  851. /bin/sh ../libtool --mode=install /usr/bin/install -c -m 644 libiconv.la /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/libiconv.la
  852. libtool: install: /usr/bin/install -c -m 644 .libs/libiconv.lai /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/libiconv.la
  853. libtool: install: /usr/bin/install -c -m 644 .libs/libiconv.a /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/libiconv.a
  854. libtool: install: chmod 644 /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/libiconv.a
  855. libtool: install: ranlib /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/libiconv.a
  856. libtool: finish: PATH="/usr/bin:/bin:/sbin" ldconfig -n /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib
  857. ----------------------------------------------------------------------
  858. Libraries have been installed in:
  859.   /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib
  860.  
  861. If you ever happen to want to link against installed libraries
  862. in a given directory, LIBDIR, you must either use libtool, and
  863. specify the full pathname of the library, or use the `-LLIBDIR'
  864. flag during linking and do at least one of the following:
  865.    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  866.     during execution
  867.   - add LIBDIR to the `LD_RUN_PATH' environment variable
  868.      during linking
  869.    - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  870.   - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  871.  
  872. See any operating system documentation about shared libraries for
  873. more information, such as the ld(1) and ld.so(8) manual pages.
  874. ----------------------------------------------------------------------
  875. case "linux-gnu" in \
  876.       aix*) (cd /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib && \
  877.              objects=`ar t libiconv.a`" "`ar t /lib/libiconv.a` && \
  878.              ar x libiconv.a && ar x /lib/libiconv.a && \
  879.              ar q libiconv.new.a $objects && \
  880.              rm -f $objects && \
  881.              mv -f libiconv.new.a libiconv.a) ;; \
  882.     esac
  883. make[1]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/lib'
  884. cd preload && make install prefix='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2' exec_prefix='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2' libdir='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib'
  885. make[1]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/preload'
  886. if [ ! -d /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib ] ; then /bin/sh ./build-aux/mkinstalldirs /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib ; fi
  887. if test -n "preloadable_libiconv.so"; then /usr/bin/install -c -m 644 preloadable_libiconv.so /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/preloadable_libiconv.so.new && mv /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/preloadable_libiconv.so.new /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/preloadable_libiconv.so ; fi
  888. make[1]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/preload'
  889. cd srclib && make install prefix='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2' exec_prefix='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2' libdir='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib'
  890. make[1]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/srclib'
  891. make  install-am
  892. make[2]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/srclib'
  893. make[3]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/srclib'
  894. make[3]: Nothing to be done for `install-exec-am'.
  895. make[3]: Nothing to be done for `install-data-am'.
  896. make[3]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/srclib'
  897. make[2]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/srclib'
  898. make[1]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/srclib'
  899. cd src && make install prefix='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2' exec_prefix='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2' libdir='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib'
  900. make[1]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/src'
  901. test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 .
  902. if [ ! -d /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/bin ] ; then /bin/sh ../build-aux/mkinstalldirs /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/bin ; fi
  903. mkdir -p -- /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/bin
  904. case "linux-gnu" in \
  905.       hpux*) gcc  -g -O2 `if test -n ''; then  /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/bin; fi` iconv.o ../srclib/libicrt.a -L/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib -liconv   `if test -n ''; then echo " -Wl,+b -Wl,/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib"; fi` -o iconv;; \
  906.       *) /bin/sh ../libtool --mode=link gcc  -g -O2 `if test -n ''; then  /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/bin; fi` iconv.o ../srclib/libicrt.a /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/libiconv.la   -o iconv;; \
  907.     esac
  908. libtool: link: gcc -g -O2 iconv.o -o iconv  ../srclib/libicrt.a /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/libiconv.a
  909. /bin/sh ../libtool --mode=install /usr/bin/install -c iconv /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/bin/iconv
  910. libtool: install: /usr/bin/install -c iconv /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/bin/iconv
  911. make[1]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/src'
  912. if [ ! -d /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include ] ; then /bin/sh ./build-aux/mkinstalldirs /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include ; fi
  913. /usr/bin/install -c -m 644 include/iconv.h.inst /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include/iconv.h
  914. cd po && make install prefix='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2' exec_prefix='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2' datarootdir='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share' datadir='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share'
  915. make[1]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/po'
  916. /bin/mkdir -p /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share
  917. installing af.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/af/LC_MESSAGES/libiconv.mo
  918. installing bg.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/bg/LC_MESSAGES/libiconv.mo
  919. installing ca.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/ca/LC_MESSAGES/libiconv.mo
  920. installing da.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/da/LC_MESSAGES/libiconv.mo
  921. installing de.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/de/LC_MESSAGES/libiconv.mo
  922. installing el.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/el/LC_MESSAGES/libiconv.mo
  923. installing eo.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/eo/LC_MESSAGES/libiconv.mo
  924. installing es.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/es/LC_MESSAGES/libiconv.mo
  925. installing et.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/et/LC_MESSAGES/libiconv.mo
  926. installing fi.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/fi/LC_MESSAGES/libiconv.mo
  927. installing fr.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/fr/LC_MESSAGES/libiconv.mo
  928. installing ga.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/ga/LC_MESSAGES/libiconv.mo
  929. installing gl.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/gl/LC_MESSAGES/libiconv.mo
  930. installing hr.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/hr/LC_MESSAGES/libiconv.mo
  931. installing hu.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/hu/LC_MESSAGES/libiconv.mo
  932. installing id.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/id/LC_MESSAGES/libiconv.mo
  933. installing it.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/it/LC_MESSAGES/libiconv.mo
  934. installing nl.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/nl/LC_MESSAGES/libiconv.mo
  935. installing pl.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/pl/LC_MESSAGES/libiconv.mo
  936. installing pt_BR.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/pt_BR/LC_MESSAGES/libiconv.mo
  937. installing rm.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/rm/LC_MESSAGES/libiconv.mo
  938. installing ro.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/ro/LC_MESSAGES/libiconv.mo
  939. installing ru.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/ru/LC_MESSAGES/libiconv.mo
  940. installing sk.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/sk/LC_MESSAGES/libiconv.mo
  941. installing sl.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/sl/LC_MESSAGES/libiconv.mo
  942. installing sq.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/sq/LC_MESSAGES/libiconv.mo
  943. installing sr.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/sr/LC_MESSAGES/libiconv.mo
  944. installing sv.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/sv/LC_MESSAGES/libiconv.mo
  945. installing tr.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/tr/LC_MESSAGES/libiconv.mo
  946. installing uk.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/uk/LC_MESSAGES/libiconv.mo
  947. installing vi.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/vi/LC_MESSAGES/libiconv.mo
  948. installing wa.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/wa/LC_MESSAGES/libiconv.mo
  949. installing zh_CN.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/zh_CN/LC_MESSAGES/libiconv.mo
  950. installing zh_TW.gmo as /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/locale/zh_TW/LC_MESSAGES/libiconv.mo
  951. if test "libiconv" = "gettext-tools"; then \
  952.       /bin/mkdir -p /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/gettext/po; \
  953.       for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
  954.         /usr/bin/install -c -m 644 ./$file \
  955.                 /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/gettext/po/$file; \
  956.       done; \
  957.       for file in Makevars; do \
  958.         rm -f /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/gettext/po/$file; \
  959.       done; \
  960.     else \
  961.       : ; \
  962.     fi
  963. make[1]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/po'
  964. cd man && make install prefix='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2' exec_prefix='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2' datarootdir='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share' datadir='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share' mandir='/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/man'
  965. make[1]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/man'
  966. if [ ! -d /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/man/man1 ] ; then /bin/sh ../build-aux/mkinstalldirs /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/man/man1 ; fi
  967. mkdir -p -- /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/man/man1
  968. builddir="`pwd`"; cd . && for f in *.1 ; do (cd "$builddir"; echo /usr/bin/install -c -m 644 ./$f /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/man/man1/$f ; /usr/bin/install -c -m 644 ./$f /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/man/man1/$f) ; done
  969. /usr/bin/install -c -m 644 ./iconv.1 /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/man/man1/iconv.1
  970. if [ ! -d /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/man/man3 ] ; then /bin/sh ../build-aux/mkinstalldirs /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/man/man3 ; fi
  971. mkdir -p -- /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/man/man3
  972. builddir="`pwd`"; cd . && for f in *.3 ; do (cd "$builddir"; echo /usr/bin/install -c -m 644 ./$f /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/man/man3/$f ; /usr/bin/install -c -m 644 ./$f /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/man/man3/$f) ; done
  973. /usr/bin/install -c -m 644 ./iconv.3 /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/man/man3/iconv.3
  974. /usr/bin/install -c -m 644 ./iconv_close.3 /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/man/man3/iconv_close.3
  975. /usr/bin/install -c -m 644 ./iconvctl.3 /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/man/man3/iconvctl.3
  976. /usr/bin/install -c -m 644 ./iconv_open.3 /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/man/man3/iconv_open.3
  977. /usr/bin/install -c -m 644 ./iconv_open_into.3 /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/man/man3/iconv_open_into.3
  978. if [ ! -d /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/doc/libiconv ] ; then /bin/sh ../build-aux/mkinstalldirs /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/doc/libiconv ; fi
  979. mkdir -p -- /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/doc/libiconv
  980. builddir="`pwd`"; cd . && for f in *.html ; do (cd "$builddir"; echo /usr/bin/install -c -m 644 ./$f /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/doc/libiconv/$f ; /usr/bin/install -c -m 644 ./$f /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/doc/libiconv/$f) ; done
  981. /usr/bin/install -c -m 644 ./iconv.1.html /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/doc/libiconv/iconv.1.html
  982. /usr/bin/install -c -m 644 ./iconv.3.html /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/doc/libiconv/iconv.3.html
  983. /usr/bin/install -c -m 644 ./iconv_close.3.html /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/doc/libiconv/iconv_close.3.html
  984. /usr/bin/install -c -m 644 ./iconvctl.3.html /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/doc/libiconv/iconvctl.3.html
  985. /usr/bin/install -c -m 644 ./iconv_open.3.html /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/doc/libiconv/iconv_open.3.html
  986. /usr/bin/install -c -m 644 ./iconv_open_into.3.html /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/share/doc/libiconv/iconv_open_into.3.html
  987. make[1]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libiconv-1.13.1/man'
  988. Starting build in build/tmp/libxml2-2.7.8
  989. Running "./configure --disable-dependency-tracking --disable-shared --prefix=/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2 --without-python --with-iconv=/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2" in build/tmp/libxml2-2.7.8
  990. checking build system type... x86_64-unknown-linux-gnu
  991. checking host system type... x86_64-unknown-linux-gnu
  992. checking for a BSD-compatible install... /usr/bin/install -c
  993. checking whether build environment is sane... yes
  994. checking for a thread-safe mkdir -p... /bin/mkdir -p
  995. checking for gawk... gawk
  996. checking whether make sets $(MAKE)... yes
  997. checking for gcc... gcc
  998. checking whether the C compiler works... yes
  999. checking for C compiler default output file name... a.out
  1000. checking for suffix of executables...
  1001. checking whether we are cross compiling... no
  1002. checking for suffix of object files... o
  1003. checking whether we are using the GNU C compiler... yes
  1004. checking whether gcc accepts -g... yes
  1005. checking for gcc option to accept ISO C89... none needed
  1006. checking for style of include used by make... GNU
  1007. checking dependency style of gcc... none
  1008. checking how to run the C preprocessor... gcc -E
  1009. checking for rm... /bin/rm
  1010. checking for mv... /bin/mv
  1011. checking for tar... /bin/tar
  1012. checking for perl... /usr/bin/perl
  1013. checking for wget... /usr/bin/wget
  1014. checking for xmllint... /usr/bin/xmllint
  1015. checking for xsltproc... /usr/bin/xsltproc
  1016. checking for function prototypes... yes
  1017. checking for grep that handles long lines and -e... /bin/grep
  1018. checking for egrep... /bin/grep -E
  1019. checking for ANSI C header files... yes
  1020. checking for sys/types.h... yes
  1021. checking for sys/stat.h... yes
  1022. checking for stdlib.h... yes
  1023. checking for string.h... yes
  1024. checking for memory.h... yes
  1025. checking for strings.h... yes
  1026. checking for inttypes.h... yes
  1027. checking for stdint.h... yes
  1028. checking for unistd.h... yes
  1029. checking for string.h... (cached) yes
  1030. checking how to print strings... printf
  1031. checking for a sed that does not truncate output... /bin/sed
  1032. checking for fgrep... /bin/grep -F
  1033. checking for ld used by gcc... /usr/bin/ld
  1034. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1035. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1036. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1037. checking whether ln -s works... yes
  1038. checking the maximum length of command line arguments... 98304
  1039. checking whether the shell understands some XSI constructs... yes
  1040. checking whether the shell understands "+="... yes
  1041. checking for /usr/bin/ld option to reload object files... -r
  1042. checking for objdump... objdump
  1043. checking how to recognize dependent libraries... pass_all
  1044. checking for ar... ar
  1045. checking for strip... strip
  1046. checking for ranlib... ranlib
  1047. checking command to parse /usr/bin/nm -B output from gcc object... ok
  1048. checking for dlfcn.h... yes
  1049. checking for objdir... .libs
  1050. checking if gcc supports -fno-rtti -fno-exceptions... no
  1051. checking for gcc option to produce PIC... -fPIC -DPIC
  1052. checking if gcc PIC flag -fPIC -DPIC works... yes
  1053. checking if gcc static flag -static works... yes
  1054. checking if gcc supports -c -o file.o... /bin/rm: cannot remove `conftest*': No such file or directory
  1055. yes
  1056. checking if gcc supports -c -o file.o... (cached) yes
  1057. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1058. checking dynamic linker characteristics... GNU/Linux ld.so
  1059. checking how to hardcode library paths into programs... immediate
  1060. checking whether stripping libraries is possible... yes
  1061. checking if libtool supports shared libraries... yes
  1062. checking whether to build shared libraries... no
  1063. checking whether to build static libraries... yes
  1064. Checking zlib
  1065. checking zlib.h usability... yes
  1066. checking zlib.h presence... yes
  1067. checking for zlib.h... yes
  1068. checking for gzread in -lz... yes
  1069. Checking headers
  1070. checking for dirent.h that defines DIR... yes
  1071. checking for library containing opendir... none required
  1072. checking for ANSI C header files... (cached) yes
  1073. checking fcntl.h usability... yes
  1074. checking fcntl.h presence... yes
  1075. checking for fcntl.h... yes
  1076. checking for unistd.h... (cached) yes
  1077. checking ctype.h usability... yes
  1078. checking ctype.h presence... yes
  1079. checking for ctype.h... yes
  1080. checking dirent.h usability... yes
  1081. checking dirent.h presence... yes
  1082. checking for dirent.h... yes
  1083. checking errno.h usability... yes
  1084. checking errno.h presence... yes
  1085. checking for errno.h... yes
  1086. checking malloc.h usability... yes
  1087. checking malloc.h presence... yes
  1088. checking for malloc.h... yes
  1089. checking stdarg.h usability... yes
  1090. checking stdarg.h presence... yes
  1091. checking for stdarg.h... yes
  1092. checking for sys/stat.h... (cached) yes
  1093. checking for sys/types.h... (cached) yes
  1094. checking for stdint.h... (cached) yes
  1095. checking inttypes.h.h usability... no
  1096. checking inttypes.h.h presence... no
  1097. checking for inttypes.h.h... no
  1098. checking time.h usability... yes
  1099. checking time.h presence... yes
  1100. checking for time.h... yes
  1101. checking ansidecl.h usability... no
  1102. checking ansidecl.h presence... no
  1103. checking for ansidecl.h... no
  1104. checking ieeefp.h usability... no
  1105. checking ieeefp.h presence... no
  1106. checking for ieeefp.h... no
  1107. checking nan.h usability... no
  1108. checking nan.h presence... no
  1109. checking for nan.h... no
  1110. checking math.h usability... yes
  1111. checking math.h presence... yes
  1112. checking for math.h... yes
  1113. checking limits.h usability... yes
  1114. checking limits.h presence... yes
  1115. checking for limits.h... yes
  1116. checking fp_class.h usability... no
  1117. checking fp_class.h presence... no
  1118. checking for fp_class.h... no
  1119. checking float.h usability... yes
  1120. checking float.h presence... yes
  1121. checking for float.h... yes
  1122. checking for stdlib.h... (cached) yes
  1123. checking for sys/socket.h... yes
  1124. checking for netinet/in.h... yes
  1125. checking for arpa/inet.h... yes
  1126. checking netdb.h usability... yes
  1127. checking netdb.h presence... yes
  1128. checking for netdb.h... yes
  1129. checking sys/time.h usability... yes
  1130. checking sys/time.h presence... yes
  1131. checking for sys/time.h... yes
  1132. checking sys/select.h usability... yes
  1133. checking sys/select.h presence... yes
  1134. checking for sys/select.h... yes
  1135. checking poll.h usability... yes
  1136. checking poll.h presence... yes
  1137. checking for poll.h... yes
  1138. checking sys/mman.h usability... yes
  1139. checking sys/mman.h presence... yes
  1140. checking for sys/mman.h... yes
  1141. checking sys/timeb.h usability... yes
  1142. checking sys/timeb.h presence... yes
  1143. checking for sys/timeb.h... yes
  1144. checking signal.h usability... yes
  1145. checking signal.h presence... yes
  1146. checking for signal.h... yes
  1147. checking for arpa/nameser.h... yes
  1148. checking for resolv.h... yes
  1149. checking dl.h usability... no
  1150. checking dl.h presence... no
  1151. checking for dl.h... no
  1152. checking for dlfcn.h... (cached) yes
  1153. Checking libraries
  1154. checking for strftime... yes
  1155. checking for strdup... yes
  1156. checking for strndup... yes
  1157. checking for strerror... yes
  1158. checking for finite... yes
  1159. checking for isnand... no
  1160. checking for fp_class... no
  1161. checking for class... no
  1162. checking for fpclass... no
  1163. checking for strftime... (cached) yes
  1164. checking for localtime... yes
  1165. checking for gettimeofday... yes
  1166. checking for ftime... yes
  1167. checking for stat... yes
  1168. checking for _stat... no
  1169. checking for signal... yes
  1170. checking for printf... yes
  1171. checking for sprintf... yes
  1172. checking for fprintf... yes
  1173. checking for snprintf... yes
  1174. checking for vfprintf... yes
  1175. checking for vsprintf... yes
  1176. checking for vsnprintf... yes
  1177. checking for sscanf... yes
  1178. checking for va_copy... yes
  1179. checking for library containing gethostent... none required
  1180. checking for library containing setsockopt... none required
  1181. checking for library containing connect... none required
  1182. checking for type of socket length (socklen_t)... socklen_t *
  1183. checking whether to enable IPv6... yes
  1184. checking struct sockaddr::ss_family... yes
  1185. checking for getaddrinfo... yes
  1186. checking for isnan... yes
  1187. checking for isinf... yes
  1188. checking for shl_load... no
  1189. checking for shl_load in -ldld... no
  1190. checking for dlopen... no
  1191. checking for dlopen in -ldl... yes
  1192. Checking configuration requirements
  1193. Enabling multithreaded support
  1194. checking pthread.h usability... yes
  1195. checking pthread.h presence... yes
  1196. checking for pthread.h... yes
  1197. checking for pthread_join in -lpthread... yes
  1198. checking iconv.h usability... yes
  1199. checking iconv.h presence... yes
  1200. checking for iconv.h... yes
  1201. checking for iconv... no
  1202. checking for iconv in -liconv... yes
  1203. checking for iconv declaration...
  1204.     extern size_t iconv (iconv_t cd,  char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  1205. Disabling ICU support
  1206. Enabled Schematron support
  1207. Enabled Schemas/Relax-NG support
  1208. Disabling code coverage for GCC
  1209. configure: creating ./config.status
  1210. config.status: creating libxml2.spec
  1211. config.status: creating Makefile
  1212. config.status: creating include/Makefile
  1213. config.status: creating include/libxml/Makefile
  1214. config.status: creating doc/Makefile
  1215. config.status: creating doc/examples/Makefile
  1216. config.status: creating doc/devhelp/Makefile
  1217. config.status: creating example/Makefile
  1218. config.status: creating python/Makefile
  1219. config.status: creating python/tests/Makefile
  1220. config.status: creating xstc/Makefile
  1221. config.status: creating include/libxml/xmlversion.h
  1222. config.status: creating xml2-config
  1223. config.status: creating libxml-2.0.pc
  1224. config.status: creating libxml-2.0-uninstalled.pc
  1225. config.status: creating python/setup.py
  1226. config.status: creating config.h
  1227. config.status: executing depfiles commands
  1228. config.status: executing libtool commands
  1229. /bin/rm: cannot remove `libtoolT': No such file or directory
  1230. Done configuring
  1231. Running "make -j6" in build/tmp/libxml2-2.7.8
  1232. make  all-recursive
  1233. make[1]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2-2.7.8'
  1234. Making all in include
  1235. make[2]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2-2.7.8/include'
  1236. Making all in libxml
  1237. make[3]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2-2.7.8/include/libxml'
  1238. make[3]: Nothing to be done for `all'.
  1239. make[3]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2-2.7.8/include/libxml'
  1240. make[3]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2-2.7.8/include'
  1241. make[3]: Nothing to be done for `all-am'.
  1242. make[3]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2-2.7.8/include'
  1243. make[2]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2-2.7.8/include'
  1244. Making all in .
  1245. make[2]: Entering directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2-2.7.8'
  1246. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o SAX.lo SAX.c
  1247. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o entities.lo entities.c
  1248. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o encoding.lo encoding.c
  1249. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o error.lo error.c
  1250. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o parserInternals.lo parserInternals.c
  1251. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o parser.lo parser.c
  1252. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c SAX.c -o SAX.o
  1253. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c encoding.c -o encoding.o
  1254. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c entities.c -o entities.o
  1255. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c parserInternals.c -o parserInternals.o
  1256. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c parser.c -o parser.o
  1257. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c error.c -o error.o
  1258. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o tree.lo tree.c
  1259. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c tree.c -o tree.o
  1260. parser.c: In function 'xmlParseInNodeContext':
  1261. parser.c:13044: warning: pointer targets in passing argument 1 of 'xmlFindCharEncodingHandler' differ in signedness
  1262. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o hash.lo hash.c
  1263. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c hash.c -o hash.o
  1264. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o list.lo list.c
  1265. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c list.c -o list.o
  1266. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlIO.lo xmlIO.c
  1267. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlIO.c -o xmlIO.o
  1268. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlmemory.lo xmlmemory.c
  1269. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlmemory.c -o xmlmemory.o
  1270. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o uri.lo uri.c
  1271. xmlIO.c: In function 'xmlGzfileOpen_real':
  1272. xmlIO.c:1175: warning: implicit declaration of function 'gzopen64'
  1273. xmlIO.c:1175: warning: nested extern declaration of 'gzopen64'
  1274. xmlIO.c:1175: warning: assignment makes pointer from integer without a cast
  1275. xmlIO.c: In function 'xmlGzfileOpenW':
  1276. xmlIO.c:1247: warning: assignment makes pointer from integer without a cast
  1277. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c uri.c -o uri.o
  1278. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o valid.lo valid.c
  1279. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c valid.c -o valid.o
  1280. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xlink.lo xlink.c
  1281. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xlink.c -o xlink.o
  1282. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o HTMLparser.lo HTMLparser.c
  1283. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c HTMLparser.c -o HTMLparser.o
  1284. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o HTMLtree.lo HTMLtree.c
  1285. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c HTMLtree.c -o HTMLtree.o
  1286. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o debugXML.lo debugXML.c
  1287. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c debugXML.c -o debugXML.o
  1288. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xpath.lo xpath.c
  1289. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xpath.c -o xpath.o
  1290. xpath.c: In function 'xmlXPathRegisterFuncNS':
  1291. xpath.c:4756: warning: ISO C forbids passing argument 4 of 'xmlHashAddEntry2' between function pointer and 'void *'
  1292. xpath.c: In function 'xmlXPathFunctionLookupNS':
  1293. xpath.c:4837: warning: ISO C forbids assignment between function pointer and 'void *'
  1294. xpath.c: In function 'xmlXPathCompNumber':
  1295. xpath.c:10047: warning: unused variable 'mult'
  1296. xpath.c: In function 'xmlXPathCompOpEval':
  1297. xpath.c:13394: warning: ISO C forbids assignment between function pointer and 'void *'
  1298. xpath.c:13419: warning: ISO C forbids assignment between function pointer and 'void *'
  1299. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xpointer.lo xpointer.c
  1300. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xpointer.c -o xpointer.o
  1301. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xinclude.lo xinclude.c
  1302. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xinclude.c -o xinclude.o
  1303. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o nanohttp.lo nanohttp.c
  1304. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c nanohttp.c -o nanohttp.o
  1305. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o nanoftp.lo nanoftp.c
  1306. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c nanoftp.c -o nanoftp.o
  1307. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o DOCBparser.lo DOCBparser.c
  1308. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c DOCBparser.c -o DOCBparser.o
  1309. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o catalog.lo catalog.c
  1310. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o globals.lo globals.c
  1311. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o threads.lo threads.c
  1312. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c catalog.c -o catalog.o
  1313. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c globals.c -o globals.o
  1314. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c threads.c -o threads.o
  1315. threads.c:55: warning: redundant redeclaration of 'pthread_once'
  1316. /usr/include/pthread.h:466: warning: previous declaration of 'pthread_once' was here
  1317. threads.c:57: warning: redundant redeclaration of 'pthread_getspecific'
  1318. /usr/include/pthread.h:1076: warning: previous declaration of 'pthread_getspecific' was here
  1319. threads.c:60: warning: redundant redeclaration of 'pthread_setspecific'
  1320. /usr/include/pthread.h:1080: warning: previous declaration of 'pthread_setspecific' was here
  1321. threads.c:63: warning: redundant redeclaration of 'pthread_key_create'
  1322. /usr/include/pthread.h:1070: warning: previous declaration of 'pthread_key_create' was here
  1323. threads.c:65: warning: redundant redeclaration of 'pthread_key_delete'
  1324. /usr/include/pthread.h:1073: warning: previous declaration of 'pthread_key_delete' was here
  1325. threads.c:67: warning: function declaration isn't a prototype
  1326. threads.c:67: warning: redundant redeclaration of 'pthread_mutex_init'
  1327. /usr/include/pthread.h:720: warning: previous declaration of 'pthread_mutex_init' was here
  1328. threads.c:69: warning: function declaration isn't a prototype
  1329. threads.c:69: warning: redundant redeclaration of 'pthread_mutex_destroy'
  1330. /usr/include/pthread.h:724: warning: previous declaration of 'pthread_mutex_destroy' was here
  1331. threads.c:71: warning: function declaration isn't a prototype
  1332. threads.c:71: warning: redundant redeclaration of 'pthread_mutex_lock'
  1333. /usr/include/pthread.h:732: warning: previous declaration of 'pthread_mutex_lock' was here
  1334. threads.c:73: warning: function declaration isn't a prototype
  1335. threads.c:73: warning: redundant redeclaration of 'pthread_mutex_unlock'
  1336. /usr/include/pthread.h:743: warning: previous declaration of 'pthread_mutex_unlock' was here
  1337. threads.c:75: warning: function declaration isn't a prototype
  1338. threads.c:75: warning: redundant redeclaration of 'pthread_cond_init'
  1339. /usr/include/pthread.h:927: warning: previous declaration of 'pthread_cond_init' was here
  1340. threads.c:77: warning: function declaration isn't a prototype
  1341. threads.c:77: warning: redundant redeclaration of 'pthread_cond_destroy'
  1342. /usr/include/pthread.h:931: warning: previous declaration of 'pthread_cond_destroy' was here
  1343. threads.c:79: warning: function declaration isn't a prototype
  1344. threads.c:79: warning: redundant redeclaration of 'pthread_cond_wait'
  1345. /usr/include/pthread.h:948: warning: previous declaration of 'pthread_cond_wait' was here
  1346. threads.c:81: warning: function declaration isn't a prototype
  1347. threads.c:81: warning: redundant redeclaration of 'pthread_equal'
  1348. /usr/include/pthread.h:1111: warning: previous definition of 'pthread_equal' was here
  1349. threads.c:83: warning: function declaration isn't a prototype
  1350. threads.c:83: warning: redundant redeclaration of 'pthread_self'
  1351. /usr/include/pthread.h:266: warning: previous declaration of 'pthread_self' was here
  1352. threads.c:85: warning: function declaration isn't a prototype
  1353. threads.c:85: warning: redundant redeclaration of 'pthread_key_create'
  1354. threads.c:63: warning: previous declaration of 'pthread_key_create' was here
  1355. threads.c:87: warning: function declaration isn't a prototype
  1356. threads.c:87: warning: redundant redeclaration of 'pthread_key_delete'
  1357. threads.c:65: warning: previous declaration of 'pthread_key_delete' was here
  1358. threads.c:89: warning: function declaration isn't a prototype
  1359. threads.c:89: warning: redundant redeclaration of 'pthread_cond_signal'
  1360. /usr/include/pthread.h:935: warning: previous declaration of 'pthread_cond_signal' was here
  1361. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o c14n.lo c14n.c
  1362. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c c14n.c -o c14n.o
  1363. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlstring.lo xmlstring.c
  1364. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlstring.c -o xmlstring.o
  1365. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlregexp.lo xmlregexp.c
  1366. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlregexp.c -o xmlregexp.o
  1367. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlschemas.lo xmlschemas.c
  1368. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlschemas.c -o xmlschemas.o
  1369. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlschemastypes.lo xmlschemastypes.c
  1370. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlschemastypes.c -o xmlschemastypes.o
  1371. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlunicode.lo xmlunicode.c
  1372. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlunicode.c -o xmlunicode.o
  1373. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlreader.lo xmlreader.c
  1374. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlreader.c -o xmlreader.o
  1375. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o relaxng.lo relaxng.c
  1376. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c relaxng.c -o relaxng.o
  1377. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o dict.lo dict.c
  1378. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c dict.c -o dict.o
  1379. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o SAX2.lo SAX2.c
  1380. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c SAX2.c -o SAX2.o
  1381. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlwriter.lo xmlwriter.c
  1382. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlwriter.c -o xmlwriter.o
  1383. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o legacy.lo legacy.c
  1384. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c legacy.c -o legacy.o
  1385. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o chvalid.lo chvalid.c
  1386. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c chvalid.c -o chvalid.o
  1387. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o pattern.lo pattern.c
  1388. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c pattern.c -o pattern.o
  1389. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlsave.lo xmlsave.c
  1390. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlsave.c -o xmlsave.o
  1391. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlmodule.lo xmlmodule.c
  1392. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlmodule.c -o xmlmodule.o
  1393. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o schematron.lo schematron.c
  1394. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c schematron.c -o schematron.o
  1395. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o testdso.lo testdso.c
  1396. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testdso.c -o testdso.o
  1397. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmllint.c
  1398. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlcatalog.c
  1399. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testSchemas.c
  1400. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testRelax.c
  1401. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testSAX.c
  1402. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testHTML.c
  1403. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testXPath.c
  1404. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testURI.c
  1405. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testThreads.c
  1406. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testC14N.c
  1407. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testAutomata.c
  1408. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testRegexp.c
  1409. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testReader.c
  1410. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testapi.c
  1411. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testModule.c
  1412. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c runtest.c
  1413. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c runsuite.c
  1414. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testchar.c
  1415. testapi.c: In function ‘test_xmlBufferSetAllocationScheme’:
  1416. testapi.c:18773: warning: comparison of distinct pointer types lacks a cast
  1417. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testdict.c
  1418. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c runxmlconf.c
  1419. gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT    -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testrecurse.c
  1420. sed -e 's?\@XML_LIBDIR\@?-L/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib?g' \
  1421.         -e 's?\@XML_INCLUDEDIR\@?-I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include/libxml2 -I/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/include?g' \
  1422.         -e 's?\@VERSION\@?2.7.8?g' \
  1423.         -e 's?\@XML_LIBS\@?-lxml2 -lz  -L/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib -liconv -lm ?g' \
  1424.            < ./xml2Conf.sh.in > xml2Conf.tmp \
  1425.     && mv xml2Conf.tmp xml2Conf.sh
  1426. /bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -module -no-undefined -avoid-version -rpath /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib  -o testdso.la  testdso.lo  
  1427. testapi.c: At top level:
  1428. testapi.c:17989: warning: ‘gen_xmlSchematronPtr’ defined but not used
  1429. testapi.c:17992: warning: ‘des_xmlSchematronPtr’ defined but not used
  1430. testapi.c:18009: warning: ‘gen_xmlSchematronParserCtxtPtr’ defined but not used
  1431. testapi.c:18012: warning: ‘des_xmlSchematronParserCtxtPtr’ defined but not used
  1432. testapi.c:34157: warning: ‘gen_xmlSAXHandlerPtr_ptr’ defined but not used
  1433. testapi.c:34160: warning: ‘des_xmlSAXHandlerPtr_ptr’ defined but not used
  1434. libtool: link: ar cru .libs/testdso.a  testdso.o
  1435. libtool: link: ranlib .libs/testdso.a
  1436. libtool: link: ( cd ".libs" && rm -f "testdso.la" && ln -s "../testdso.la" "testdso.la" )
  1437. /bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls  -version-info 9:8:7 -ldl  -o libxml2.la -rpath /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib SAX.lo entities.lo encoding.lo error.lo parserInternals.lo parser.lo tree.lo hash.lo list.lo xmlIO.lo xmlmemory.lo uri.lo valid.lo xlink.lo HTMLparser.lo HTMLtree.lo debugXML.lo xpath.lo xpointer.lo xinclude.lo nanohttp.lo nanoftp.lo DOCBparser.lo catalog.lo globals.lo threads.lo c14n.lo xmlstring.lo xmlregexp.lo xmlschemas.lo xmlschemastypes.lo xmlunicode.lo xmlreader.lo relaxng.lo dict.lo SAX2.lo xmlwriter.lo legacy.lo chvalid.lo pattern.lo xmlsave.lo xmlmodule.lo schematron.lo -lz -L/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib -liconv -lm  
  1438. libtool: link: ar cru .libs/libxml2.a  SAX.o entities.o encoding.o error.o parserInternals.o parser.o tree.o hash.o list.o xmlIO.o xmlmemory.o uri.o valid.o xlink.o HTMLparser.o HTMLtree.o debugXML.o xpath.o xpointer.o xinclude.o nanohttp.o nanoftp.o DOCBparser.o catalog.o globals.o threads.o c14n.o xmlstring.o xmlregexp.o xmlschemas.o xmlschemastypes.o xmlunicode.o xmlreader.o relaxng.o dict.o SAX2.o xmlwriter.o legacy.o chvalid.o pattern.o xmlsave.o xmlmodule.o schematron.o
  1439. libtool: link: ranlib .libs/libxml2.a
  1440. libtool: link: ( cd ".libs" && rm -f "libxml2.la" && ln -s "../libxml2.la" "libxml2.la" )
  1441. /bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o xmllint xmllint.o ./libxml2.la  -lz -L/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib -liconv -lm  
  1442. /bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o xmlcatalog xmlcatalog.o ./libxml2.la  -lz -L/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib -liconv -lm  
  1443. /bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o testSchemas testSchemas.o ./libxml2.la  -lz -L/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib -liconv -lm  
  1444. /bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o testRelax testRelax.o ./libxml2.la  -lz -L/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib -liconv -lm  
  1445. /bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o testSAX testSAX.o ./libxml2.la  -lz -L/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib -liconv -lm  
  1446. libtool: link: gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testSAX testSAX.o  ./.libs/libxml2.a -L/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib -ldl -lz /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/libiconv.a -lm
  1447. libtool: link: gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testRelax testRelax.o  ./.libs/libxml2.a -L/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib -ldl -lz /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/libiconv.a -lm
  1448. libtool: link: gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o xmlcatalog xmlcatalog.o  ./.libs/libxml2.a -L/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib -ldl -lz /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/libiconv.a -lm
  1449. libtool: link: gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testSchemas testSchemas.o  ./.libs/libxml2.a -L/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib -ldl -lz /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/libiconv.a -lm
  1450. libtool: link: gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o xmllint xmllint.o  ./.libs/libxml2.a -L/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib -ldl -lz /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2/lib/libiconv.a -lm
  1451. ./..libs/libxml2.a(/.xmlIO.o):libs In function `xmlGzfileOpenW':
  1452. //tmp/libxml2.aeasy_install-(Y2MKTgxmlIO.o/):lxml -2.3/In build/function tmp/`libxml2xmlGzfileOpenW-':
  1453. 2.7.8//xmlIO.c:tmp1247/:easy_install -Y2MKTg/lxml-2.3/build/tmp/undefined libxml2-reference2.7.8/xmlIO.c:1247 :to  undefined`gzopen64'
  1454. ./reference.libs/libxml2.a( xmlIO.o): In functionto  ``xmlGzfileOpen_real':gzopen64'
  1455.  
  1456. /./tmp./libs/easy_installlibxml2.a-(xmlIO.oY2MKTg):/lxml- In 2.3function/build /tmp/`libxml2xmlGzfileOpen_real':
  1457. -/2.7.8tmp//xmlIO.ceasy_install:1175-Y2MKTg/:lxml- 2.3/build/undefinedtmp /referencelibxml2-2.7.8 /toxmlIO.c :`1175: gzopen64undefined'
  1458.  reference to `gzopen64'
  1459. collect2: collect2: ld returned 1 exit status
  1460. ld returned 1 exit status
  1461. make[2]: *** [testRelax] Error 1
  1462. make[2]: *** Waiting for unfinished jobs....
  1463. make[2]: *** [testSAX] Error 1
  1464. .././.libs/libslibxml2.a/(libxml2.axmlIO.o(xmlIO.o)):: In function ` In function `xmlGzfileOpenW'xmlGzfileOpenW'::
  1465. /
  1466. tmp/easy_install-Y2MKTg//tmp/lxmleasy_install--Y2MKTg/lxml-2.32.3//build/tmp/buildlibxml2-2.7.8//xmlIO.ctmp:/libxml2-1247: undefined reference to `2.7.8gzopen64/xmlIO.c:1247: undefined'
  1467. .reference/ .to libs/`gzopen64libxml2.a'
  1468. (./.xmlIO.olibs/libxml2.a(xmlIO.o)): : In Infunction function `xmlGzfileOpen_real '`:
  1469. xmlGzfileOpen_real/':
  1470. tmp//tmp/easy_install-Y2MKTgeasy_install-/Y2MKTg/lxml-lxml2.3-2.3//build/tmp/build/libxml2tmp/libxml2--2.7.82.7.8/xmlIO.c:/1175:xmlIO.c :1175: undefinedundefined  reference reference toto  ``gzopen64'
  1471. gzopen64'collect2: ld returned 1 exit status
  1472.  
  1473. collect2: ld returned 1 exit status
  1474. ./.libs/libxml2.a(xmlIO.o): In function `xmlGzfileOpenW':
  1475. /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2-2.7.8/xmlIO.c:1247: undefined reference to `gzopen64'
  1476. ./.libs/libxml2.a(xmlIO.o): In function `xmlGzfileOpen_real':
  1477. /tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2-2.7.8/xmlIO.c:1175: undefined reference to `gzopen64'
  1478. collect2: ld returned 1 exit status
  1479. make[2]: *** [testSchemas] Error 1
  1480. make[2]: *** [xmlcatalog] Error 1
  1481. make[2]: *** [xmllint] Error 1
  1482. make[2]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2-2.7.8'
  1483. make[1]: *** [all-recursive] Error 1
  1484. make[1]: Leaving directory `/tmp/easy_install-Y2MKTg/lxml-2.3/build/tmp/libxml2-2.7.8'
  1485. make: *** [all] Error 2
  1486. Traceback (most recent call last):
  1487.  File "/usr/local/bin/easy_install-2.7", line 8, in <module>
  1488.    load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install-2.7')()
  1489.  File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1712, in main
  1490.  File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1700, in with_ei_usage
  1491.  File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1716, in <lambda>
  1492.  File "/usr/local/lib/python2.7/distutils/core.py", line 152, in setup
  1493.    dist.run_commands()
  1494.  File "/usr/local/lib/python2.7/distutils/dist.py", line 953, in run_commands
  1495.    self.run_command(cmd)
  1496.  File "/usr/local/lib/python2.7/distutils/dist.py", line 972, in run_command
  1497.    cmd_obj.run()
  1498.  File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 211, in run
  1499.  File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 446, in easy_install
  1500.  File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 476, in install_item
  1501.  File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 655, in install_eggs
  1502.  File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 930, in build_and_install
  1503.  File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 919, in run_setup
  1504.  File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 62, in run_setup
  1505.  File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 105, in run
  1506.  File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 64, in <lambda>
  1507.  File "setup.py", line 130, in <module>
  1508.  File "/tmp/easy_install-Y2MKTg/lxml-2.3/setupinfo.py", line 56, in ext_modules
  1509.  File "/tmp/easy_install-Y2MKTg/lxml-2.3/buildlibxml.py", line 311, in build_libxml2xslt
  1510.  File "/tmp/easy_install-Y2MKTg/lxml-2.3/buildlibxml.py", line 253, in cmmi
  1511.  File "/tmp/easy_install-Y2MKTg/lxml-2.3/buildlibxml.py", line 236, in call_subprocess
  1512. Exception: Command "make -j6" returned code 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement