Advertisement
Guest User

ImportError installing lxml

a guest
Feb 12th, 2012
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 126.73 KB | None | 0 0
  1.  
  2. Nabs:lxml-2.3.3 Nabs$ sudo python setup.py build --static-deps
  3. Password:
  4. Building lxml version 2.3.3.
  5. Latest version of libiconv is 1.14
  6. Using existing libiconv downloaded into libs/libiconv-1.14.tar.gz (delete this file if you want to re-download the package)
  7. Unpacking libiconv-1.14.tar.gz into build/tmp
  8. Latest version of libxml2 is 2.7.8
  9. Using existing libxml2 downloaded into libs/libxml2-2.7.8.tar.gz (delete this file if you want to re-download the package)
  10. Unpacking libxml2-2.7.8.tar.gz into build/tmp
  11. Latest version of libxslt is 1.1.26
  12. Using existing libxslt downloaded into libs/libxslt-1.1.26.tar.gz (delete this file if you want to re-download the package)
  13. Unpacking libxslt-1.1.26.tar.gz into build/tmp
  14. Starting build in build/tmp/libiconv-1.14
  15. checking for a BSD-compatible install... /usr/bin/install -c
  16. checking whether build environment is sane... yes
  17. checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
  18. checking for gawk... no
  19. checking for mawk... no
  20. checking for nawk... no
  21. checking for awk... awk
  22. checking whether make sets $(MAKE)... yes
  23. checking whether make sets $(MAKE)... (cached) yes
  24. checking for gcc... gcc
  25. checking whether the C compiler works... yes
  26. checking for C compiler default output file name... a.out
  27. checking for suffix of executables...
  28. checking whether we are cross compiling... no
  29. checking for suffix of object files... o
  30. checking whether we are using the GNU C compiler... yes
  31. checking whether gcc accepts -g... yes
  32. checking for gcc option to accept ISO C89... none needed
  33. checking for style of include used by make... GNU
  34. checking dependency style of gcc... none
  35. checking how to run the C preprocessor... gcc -E
  36. checking for strip... /usr/bin/strip
  37. checking build system type... i386-apple-darwin10.8.0
  38. checking host system type... i386-apple-darwin10.8.0
  39. checking for grep that handles long lines and -e... /usr/bin/grep
  40. checking for egrep... /usr/bin/grep -E
  41. checking for ranlib... ranlib
  42. checking whether gcc and cc understand -c and -o together... yes
  43. checking for ANSI C header files... yes
  44. checking for sys/types.h... yes
  45. checking for sys/stat.h... yes
  46. checking for stdlib.h... yes
  47. checking for string.h... yes
  48. checking for memory.h... yes
  49. checking for strings.h... yes
  50. checking for inttypes.h... yes
  51. checking for stdint.h... yes
  52. checking for unistd.h... yes
  53. checking minix/config.h usability... no
  54. checking minix/config.h presence... no
  55. checking for minix/config.h... no
  56. checking whether it is safe to define __EXTENSIONS__... yes
  57. checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  58. checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
  59. checking for shared library path variable... DYLD_LIBRARY_PATH
  60. checking whether to activate relocatable installation... no
  61. checking how to copy files... cp -p
  62. checking how to make hard links... ln
  63. checking whether ln -s works... yes
  64. checking how to print strings... printf
  65. checking for a sed that does not truncate output... /usr/bin/sed
  66. checking for fgrep... /usr/bin/grep -F
  67. checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  68. checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
  69. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  70. checking the name lister (/usr/bin/nm) interface... BSD nm
  71. checking the maximum length of command line arguments... 196608
  72. checking whether the shell understands some XSI constructs... yes
  73. checking whether the shell understands "+="... yes
  74. checking how to convert i386-apple-darwin10.8.0 file names to i386-apple-darwin10.8.0 format... func_convert_file_noop
  75. checking how to convert i386-apple-darwin10.8.0 file names to toolchain format... func_convert_file_noop
  76. checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
  77. checking for objdump... no
  78. checking how to recognize dependent libraries... pass_all
  79. checking for dlltool... no
  80. checking how to associate runtime and link libraries... printf %s\n
  81. checking for archiver @FILE support... no
  82. checking for strip... /usr/bin/strip
  83. checking for ranlib... (cached) ranlib
  84. checking command to parse /usr/bin/nm output from gcc object... ok
  85. checking for sysroot... no
  86. checking for mt... no
  87. checking if : is a manifest tool... no
  88. checking for dsymutil... dsymutil
  89. checking for nmedit... nmedit
  90. checking for lipo... lipo
  91. checking for otool... otool
  92. checking for otool64... no
  93. checking for -single_module linker flag... yes
  94. checking for -exported_symbols_list linker flag... yes
  95. checking for -force_load linker flag... yes
  96. checking for dlfcn.h... yes
  97. checking for objdir... .libs
  98. checking if gcc supports -fno-rtti -fno-exceptions... no
  99. checking for gcc option to produce PIC... -fno-common -DPIC
  100. checking if gcc PIC flag -fno-common -DPIC works... yes
  101. checking if gcc static flag -static works... no
  102. checking if gcc supports -c -o file.o... yes
  103. checking if gcc supports -c -o file.o... (cached) yes
  104. checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
  105. checking dynamic linker characteristics... darwin10.8.0 dyld
  106. checking how to hardcode library paths into programs... immediate
  107. checking whether stripping libraries is possible... yes
  108. checking if libtool supports shared libraries... yes
  109. checking whether to build shared libraries... no
  110. checking whether to build static libraries... yes
  111. checking for windres... no
  112. checking whether the -Werror option is usable... yes
  113. checking for simple visibility declarations... yes
  114. checking for shared library run path origin... done
  115. checking for iconv... yes
  116. checking for working iconv... yes
  117. checking how to link with libiconv... /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libiconv.a
  118. checking for iconv declaration...
  119.          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  120. checking whether NLS is requested... yes
  121. checking for msgfmt... /opt/local/bin/msgfmt
  122. checking for gmsgfmt... /opt/local/bin/msgfmt
  123. checking for xgettext... /opt/local/bin/xgettext
  124. checking for msgmerge... /opt/local/bin/msgmerge
  125. checking for CFPreferencesCopyAppValue... yes
  126. checking for CFLocaleCopyCurrent... yes
  127. checking for GNU gettext in libc... no
  128. checking for iconv... (cached) yes
  129. checking for working iconv... (cached) yes
  130. checking how to link with libiconv... /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libiconv.a
  131. checking for GNU gettext in libintl... no
  132. checking whether to use NLS... no
  133. checking for mbstate_t... yes
  134. checking for wchar_t... yes
  135. checking for getc_unlocked... yes
  136. checking for mbrtowc... yes
  137. checking for wcrtomb... yes
  138. checking for mbsinit... yes
  139. checking for setlocale... yes
  140. checking whether <wchar.h> is standalone... yes
  141. checking for memmove... yes
  142. checking for nl_langinfo and CODESET... yes
  143. checking for working fcntl.h... no (bad O_NOATIME)
  144. checking wchar.h usability... yes
  145. checking wchar.h presence... yes
  146. checking for wchar.h... yes
  147. checking for EILSEQ... yes
  148. checking byte ordering... little endian
  149. checking for size_t... yes
  150. checking for working alloca.h... yes
  151. checking for alloca... yes
  152. checking for stdlib.h... (cached) yes
  153. checking for string.h... (cached) yes
  154. checking for sys/param.h... yes
  155. checking for unistd.h... (cached) yes
  156. checking for wchar.h... (cached) yes
  157. checking for stdint.h... (cached) yes
  158. checking for sys/socket.h... yes
  159. checking for sys/stat.h... (cached) yes
  160. checking for sys/time.h... yes
  161. checking for canonicalize_file_name... no
  162. checking for getcwd... yes
  163. checking for readlink... yes
  164. checking for realpath... yes
  165. checking for readlinkat... no
  166. checking for lstat... yes
  167. checking for setenv... yes
  168. checking whether // is distinct from /... no
  169. checking whether realpath works... no
  170. checking if environ is properly declared... no
  171. checking whether the preprocessor supports include_next... yes
  172. checking whether system header files limit the line length... no
  173. checking for complete errno.h... yes
  174. checking whether strerror_r is declared... yes
  175. checking for strerror_r... yes
  176. checking whether strerror_r returns char *... no
  177. checking for inline... inline
  178. checking whether lstat correctly handles trailing slash... no
  179. checking for stdlib.h... (cached) yes
  180. checking for GNU libc compatible malloc... yes
  181. checking for unsigned long long int... yes
  182. checking for long long int... yes
  183. checking whether setenv is declared... yes
  184. checking for ssize_t... yes
  185. checking for sigset_t... yes
  186. checking for uid_t in sys/types.h... yes
  187. checking for SIGPIPE... yes
  188. checking whether C symbols are prefixed with underscore at the linker level... yes
  189. checking for stdbool.h that conforms to C99... yes
  190. checking for _Bool... yes
  191. checking whether stdint.h conforms to C99... no
  192. checking sys/inttypes.h usability... no
  193. checking sys/inttypes.h presence... no
  194. checking for sys/inttypes.h... no
  195. checking sys/bitypes.h usability... no
  196. checking sys/bitypes.h presence... no
  197. checking for sys/bitypes.h... no
  198. checking for bit size of ptrdiff_t... 64
  199. checking for bit size of size_t... 64
  200. checking for bit size of sig_atomic_t... 32
  201. checking for bit size of wchar_t... 32
  202. checking for bit size of wint_t... 32
  203. checking whether sig_atomic_t is signed... yes
  204. checking whether wchar_t is signed... yes
  205. checking whether wint_t is signed... yes
  206. checking for ptrdiff_t integer literal suffix... l
  207. checking for size_t integer literal suffix... ul
  208. checking for sig_atomic_t integer literal suffix...
  209. checking for wchar_t integer literal suffix...
  210. checking for wint_t integer literal suffix...
  211. checking whether strerror(0) succeeds... no
  212. checking for C/C++ restrict keyword... __restrict
  213. checking whether ffsl is declared without a macro... yes
  214. checking whether ffsll is declared without a macro... no
  215. checking whether memmem is declared without a macro... no
  216. checking whether mempcpy is declared without a macro... no
  217. checking whether memrchr is declared without a macro... no
  218. checking whether rawmemchr is declared without a macro... no
  219. checking whether stpcpy is declared without a macro... yes
  220. checking whether stpncpy is declared without a macro... no
  221. checking whether strchrnul is declared without a macro... no
  222. checking whether strdup is declared without a macro... yes
  223. checking whether strncat is declared without a macro... yes
  224. checking whether strndup is declared without a macro... no
  225. checking whether strnlen is declared without a macro... no
  226. checking whether strpbrk is declared without a macro... yes
  227. checking whether strsep is declared without a macro... yes
  228. checking whether strcasestr is declared without a macro... yes
  229. checking whether strtok_r is declared without a macro... yes
  230. checking whether strerror_r is declared without a macro... yes
  231. checking whether strsignal is declared without a macro... yes
  232. checking whether strverscmp is declared without a macro... no
  233. checking whether stat file-mode macros are broken... no
  234. checking for struct timespec in <time.h>... yes
  235. checking whether clearerr_unlocked is declared... yes
  236. checking whether feof_unlocked is declared... yes
  237. checking whether ferror_unlocked is declared... yes
  238. checking whether fflush_unlocked is declared... no
  239. checking whether fgets_unlocked is declared... no
  240. checking whether fputc_unlocked is declared... no
  241. checking whether fputs_unlocked is declared... no
  242. checking whether fread_unlocked is declared... no
  243. checking whether fwrite_unlocked is declared... no
  244. checking whether getc_unlocked is declared... yes
  245. checking whether getchar_unlocked is declared... yes
  246. checking whether putc_unlocked is declared... yes
  247. checking whether putchar_unlocked is declared... yes
  248. checking whether // is distinct from /... (cached) no
  249. checking for error_at_line... no
  250. checking whether fcntl is declared without a macro... yes
  251. checking whether openat is declared without a macro... no
  252. checking for mbstate_t... (cached) yes
  253. checking for memmove... (cached) yes
  254. checking whether program_invocation_name is declared... no
  255. checking whether program_invocation_short_name is declared... no
  256. checking whether readlink signature is correct... yes
  257. checking whether readlink handles trailing slash correctly... no
  258. checking search.h usability... yes
  259. checking search.h presence... yes
  260. checking for search.h... yes
  261. checking for tsearch... yes
  262. checking for volatile sig_atomic_t... yes
  263. checking for sighandler_t... no
  264. checking whether pthread_sigmask is declared without a macro... yes
  265. checking whether sigaction is declared without a macro... yes
  266. checking whether sigaddset is declared without a macro... yes
  267. checking whether sigdelset is declared without a macro... yes
  268. checking whether sigemptyset is declared without a macro... yes
  269. checking whether sigfillset is declared without a macro... yes
  270. checking whether sigismember is declared without a macro... yes
  271. checking whether sigpending is declared without a macro... yes
  272. checking whether sigprocmask is declared without a macro... yes
  273. checking for sigprocmask... yes
  274. checking for ssize_t... (cached) yes
  275. checking whether stat handles trailing slashes on directories... yes
  276. checking whether stat handles trailing slashes on files... no
  277. checking whether NULL can be used in arbitrary expressions... yes
  278. checking whether dprintf is declared without a macro... no
  279. checking whether fpurge is declared without a macro... yes
  280. checking whether fseeko is declared without a macro... yes
  281. checking whether ftello is declared without a macro... yes
  282. checking whether getdelim is declared without a macro... no
  283. checking whether getline is declared without a macro... no
  284. checking whether popen is declared without a macro... yes
  285. checking whether renameat is declared without a macro... no
  286. checking whether snprintf is declared without a macro... yes
  287. checking whether tmpfile is declared without a macro... yes
  288. checking whether vdprintf is declared without a macro... no
  289. checking whether vsnprintf is declared without a macro... yes
  290. checking whether _Exit is declared without a macro... yes
  291. checking whether atoll is declared without a macro... yes
  292. checking whether canonicalize_file_name is declared without a macro... no
  293. checking whether getloadavg is declared without a macro... yes
  294. checking whether getsubopt is declared without a macro... yes
  295. checking whether grantpt is declared without a macro... yes
  296. checking whether mkdtemp is declared without a macro... no
  297. checking whether mkostemp is declared without a macro... no
  298. checking whether mkostemps is declared without a macro... no
  299. checking whether mkstemp is declared without a macro... yes
  300. checking whether mkstemps is declared without a macro... no
  301. checking whether ptsname is declared without a macro... yes
  302. checking whether random_r is declared without a macro... no
  303. checking whether initstat_r is declared without a macro... no
  304. checking whether srandom_r is declared without a macro... no
  305. checking whether setstate_r is declared without a macro... no
  306. checking whether realpath is declared without a macro... yes
  307. checking whether rpmatch is declared without a macro... no
  308. checking whether setenv is declared without a macro... yes
  309. checking whether strtod is declared without a macro... yes
  310. checking whether strtoll is declared without a macro... yes
  311. checking whether strtoull is declared without a macro... yes
  312. checking whether unlockpt is declared without a macro... yes
  313. checking whether unsetenv is declared without a macro... yes
  314. checking for nlink_t... yes
  315. checking whether fchmodat is declared without a macro... no
  316. checking whether fstatat is declared without a macro... no
  317. checking whether futimens is declared without a macro... no
  318. checking whether lchmod is declared without a macro... yes
  319. checking whether lstat is declared without a macro... yes
  320. checking whether mkdirat is declared without a macro... no
  321. checking whether mkfifo is declared without a macro... yes
  322. checking whether mkfifoat is declared without a macro... no
  323. checking whether mknod is declared without a macro... yes
  324. checking whether mknodat is declared without a macro... no
  325. checking whether stat is declared without a macro... yes
  326. checking whether utimensat is declared without a macro... no
  327. checking whether chown is declared without a macro... yes
  328. checking whether dup2 is declared without a macro... yes
  329. checking whether dup3 is declared without a macro... no
  330. checking whether environ is declared without a macro... no
  331. checking whether euidaccess is declared without a macro... no
  332. checking whether faccessat is declared without a macro... no
  333. checking whether fchdir is declared without a macro... yes
  334. checking whether fchownat is declared without a macro... no
  335. checking whether fsync is declared without a macro... yes
  336. checking whether ftruncate is declared without a macro... yes
  337. checking whether getcwd is declared without a macro... yes
  338. checking whether getdomainname is declared without a macro... yes
  339. checking whether getdtablesize is declared without a macro... yes
  340. checking whether getgroups is declared without a macro... yes
  341. checking whether gethostname is declared without a macro... yes
  342. checking whether getlogin is declared without a macro... yes
  343. checking whether getlogin_r is declared without a macro... yes
  344. checking whether getpagesize is declared without a macro... yes
  345. checking whether getusershell is declared without a macro... yes
  346. checking whether setusershell is declared without a macro... yes
  347. checking whether endusershell is declared without a macro... yes
  348. checking whether group_member is declared without a macro... no
  349. checking whether lchown is declared without a macro... yes
  350. checking whether link is declared without a macro... yes
  351. checking whether linkat is declared without a macro... no
  352. checking whether lseek is declared without a macro... yes
  353. checking whether pipe is declared without a macro... yes
  354. checking whether pipe2 is declared without a macro... no
  355. checking whether pread is declared without a macro... yes
  356. checking whether pwrite is declared without a macro... yes
  357. checking whether readlink is declared without a macro... yes
  358. checking whether readlinkat is declared without a macro... no
  359. checking whether rmdir is declared without a macro... yes
  360. checking whether sleep is declared without a macro... yes
  361. checking whether symlink is declared without a macro... yes
  362. checking whether symlinkat is declared without a macro... no
  363. checking whether ttyname_r is declared without a macro... yes
  364. checking whether unlink is declared without a macro... yes
  365. checking whether unlinkat is declared without a macro... no
  366. checking whether usleep is declared without a macro... yes
  367. configure: creating ./config.status
  368. config.status: creating Makefile
  369. config.status: creating lib/Makefile
  370. config.status: creating srclib/Makefile
  371. config.status: creating src/Makefile
  372. config.status: creating po/Makefile.in
  373. config.status: creating man/Makefile
  374. config.status: creating tests/Makefile
  375. config.status: creating include/iconv.h
  376. config.status: creating include/iconv.h.inst
  377. config.status: creating config.h
  378. config.status: config.h is unchanged
  379. config.status: creating lib/config.h
  380. config.status: lib/config.h is unchanged
  381. config.status: executing depfiles commands
  382. config.status: executing libtool commands
  383. config.status: executing po-directories commands
  384. config.status: creating po/POTFILES
  385. config.status: creating po/Makefile
  386. === configuring in libcharset (/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libiconv-1.14/libcharset)
  387. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2'  '--disable-dependency-tracking' '--disable-shared' --cache-file=/dev/null --srcdir=.
  388. checking whether make sets $(MAKE)... yes
  389. checking for gcc... gcc
  390. checking whether the C compiler works... yes
  391. checking for C compiler default output file name... a.out
  392. checking for suffix of executables...
  393. checking whether we are cross compiling... no
  394. checking for suffix of object files... o
  395. checking whether we are using the GNU C compiler... yes
  396. checking whether gcc accepts -g... yes
  397. checking for gcc option to accept ISO C89... none needed
  398. checking how to run the C preprocessor... gcc -E
  399. checking for a BSD-compatible install... /usr/bin/install -c
  400. checking build system type... i386-apple-darwin10.8.0
  401. checking host system type... i386-apple-darwin10.8.0
  402. checking whether to activate relocatable installation... no
  403. checking for grep that handles long lines and -e... /usr/bin/grep
  404. checking for egrep... /usr/bin/grep -E
  405. checking for ANSI C header files... yes
  406. checking for sys/types.h... yes
  407. checking for sys/stat.h... yes
  408. checking for stdlib.h... yes
  409. checking for string.h... yes
  410. checking for memory.h... yes
  411. checking for strings.h... yes
  412. checking for inttypes.h... yes
  413. checking for stdint.h... yes
  414. checking for unistd.h... yes
  415. checking minix/config.h usability... no
  416. checking minix/config.h presence... no
  417. checking for minix/config.h... no
  418. checking whether it is safe to define __EXTENSIONS__... yes
  419. checking how to print strings... printf
  420. checking for a sed that does not truncate output... /usr/bin/sed
  421. checking for fgrep... /usr/bin/grep -F
  422. checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  423. checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
  424. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  425. checking the name lister (/usr/bin/nm) interface... BSD nm
  426. checking whether ln -s works... yes
  427. checking the maximum length of command line arguments... 196608
  428. checking whether the shell understands some XSI constructs... yes
  429. checking whether the shell understands "+="... yes
  430. checking how to convert i386-apple-darwin10.8.0 file names to i386-apple-darwin10.8.0 format... func_convert_file_noop
  431. checking how to convert i386-apple-darwin10.8.0 file names to toolchain format... func_convert_file_noop
  432. checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
  433. checking for objdump... no
  434. checking how to recognize dependent libraries... pass_all
  435. checking for dlltool... no
  436. checking how to associate runtime and link libraries... printf %s\n
  437. checking for ar... ar
  438. checking for archiver @FILE support... no
  439. checking for strip... strip
  440. checking for ranlib... ranlib
  441. checking for gawk... no
  442. checking for mawk... no
  443. checking for nawk... no
  444. checking for awk... awk
  445. checking command to parse /usr/bin/nm output from gcc object... ok
  446. checking for sysroot... no
  447. checking for mt... no
  448. checking if : is a manifest tool... no
  449. checking for dsymutil... dsymutil
  450. checking for nmedit... nmedit
  451. checking for lipo... lipo
  452. checking for otool... otool
  453. checking for otool64... no
  454. checking for -single_module linker flag... yes
  455. checking for -exported_symbols_list linker flag... yes
  456. checking for -force_load linker flag... yes
  457. checking for dlfcn.h... yes
  458. checking for objdir... .libs
  459. checking if gcc supports -fno-rtti -fno-exceptions... no
  460. checking for gcc option to produce PIC... -fno-common -DPIC
  461. checking if gcc PIC flag -fno-common -DPIC works... yes
  462. checking if gcc static flag -static works... no
  463. checking if gcc supports -c -o file.o... yes
  464. checking if gcc supports -c -o file.o... (cached) yes
  465. checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
  466. checking dynamic linker characteristics... darwin10.8.0 dyld
  467. checking how to hardcode library paths into programs... immediate
  468. checking whether stripping libraries is possible... yes
  469. checking if libtool supports shared libraries... yes
  470. checking whether to build shared libraries... no
  471. checking whether to build static libraries... yes
  472. checking for simple visibility declarations... yes
  473. checking for nl_langinfo and CODESET... yes
  474. checking for working fcntl.h... no (bad O_NOATIME)
  475. checking whether we are using the GNU C Library 2.1 or newer... no
  476. checking for setlocale... yes
  477. configure: creating ./config.status
  478. config.status: creating Makefile
  479. config.status: creating lib/Makefile
  480. config.status: creating include/localcharset.h
  481. config.status: creating include/localcharset.h.inst
  482. config.status: creating config.h
  483. config.status: config.h is unchanged
  484. config.status: executing libtool commands
  485. === configuring in preload (/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libiconv-1.14/preload)
  486. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2'  '--disable-dependency-tracking' '--disable-shared' --cache-file=/dev/null --srcdir=.
  487. checking whether make sets $(MAKE)... yes
  488. checking for gcc... gcc
  489. checking whether the C compiler works... yes
  490. checking for C compiler default output file name... a.out
  491. checking for suffix of executables...
  492. checking whether we are cross compiling... no
  493. checking for suffix of object files... o
  494. checking whether we are using the GNU C compiler... yes
  495. checking whether gcc accepts -g... yes
  496. checking for gcc option to accept ISO C89... none needed
  497. checking how to run the C preprocessor... gcc -E
  498. checking for a BSD-compatible install... /usr/bin/install -c
  499. checking build system type... i386-apple-darwin10.8.0
  500. checking host system type... i386-apple-darwin10.8.0
  501. checking whether to activate relocatable installation... no
  502. checking whether ln -s works... yes
  503. checking for grep that handles long lines and -e... /usr/bin/grep
  504. checking for egrep... /usr/bin/grep -E
  505. checking for ANSI C header files... yes
  506. checking for sys/types.h... yes
  507. checking for sys/stat.h... yes
  508. checking for stdlib.h... yes
  509. checking for string.h... yes
  510. checking for memory.h... yes
  511. checking for strings.h... yes
  512. checking for inttypes.h... yes
  513. checking for stdint.h... yes
  514. checking for unistd.h... yes
  515. checking minix/config.h usability... no
  516. checking minix/config.h presence... no
  517. checking for minix/config.h... no
  518. checking whether it is safe to define __EXTENSIONS__... yes
  519. checking how to print strings... printf
  520. checking for a sed that does not truncate output... /usr/bin/sed
  521. checking for fgrep... /usr/bin/grep -F
  522. checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  523. checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
  524. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  525. checking the name lister (/usr/bin/nm) interface... BSD nm
  526. checking the maximum length of command line arguments... 196608
  527. checking whether the shell understands some XSI constructs... yes
  528. checking whether the shell understands "+="... yes
  529. checking how to convert i386-apple-darwin10.8.0 file names to i386-apple-darwin10.8.0 format... func_convert_file_noop
  530. checking how to convert i386-apple-darwin10.8.0 file names to toolchain format... func_convert_file_noop
  531. checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
  532. checking for objdump... no
  533. checking how to recognize dependent libraries... pass_all
  534. checking for dlltool... no
  535. checking how to associate runtime and link libraries... printf %s\n
  536. checking for ar... ar
  537. checking for archiver @FILE support... no
  538. checking for strip... strip
  539. checking for ranlib... ranlib
  540. checking for gawk... no
  541. checking for mawk... no
  542. checking for nawk... no
  543. checking for awk... awk
  544. checking command to parse /usr/bin/nm output from gcc object... ok
  545. checking for sysroot... no
  546. checking for mt... no
  547. checking if : is a manifest tool... no
  548. checking for dsymutil... dsymutil
  549. checking for nmedit... nmedit
  550. checking for lipo... lipo
  551. checking for otool... otool
  552. checking for otool64... no
  553. checking for -single_module linker flag... yes
  554. checking for -exported_symbols_list linker flag... yes
  555. checking for -force_load linker flag... yes
  556. checking for dlfcn.h... yes
  557. checking for objdir... .libs
  558. checking if gcc supports -fno-rtti -fno-exceptions... no
  559. checking for gcc option to produce PIC... -fno-common -DPIC
  560. checking if gcc PIC flag -fno-common -DPIC works... yes
  561. checking if gcc static flag -static works... no
  562. checking if gcc supports -c -o file.o... yes
  563. checking if gcc supports -c -o file.o... (cached) yes
  564. checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
  565. checking dynamic linker characteristics... darwin10.8.0 dyld
  566. checking how to hardcode library paths into programs... immediate
  567. checking whether stripping libraries is possible... yes
  568. checking if libtool supports shared libraries... yes
  569. checking whether to build shared libraries... yes
  570. checking whether to build static libraries... no
  571. checking whether the -Werror option is usable... yes
  572. checking for simple visibility declarations... yes
  573. configure: creating ./config.status
  574. config.status: creating Makefile
  575. config.status: executing libtool commands
  576. cd lib && make all
  577. make[1]: Nothing to be done for `all'.
  578. cd preload && make all
  579. make[1]: Nothing to be done for `all'.
  580. cd srclib && make all
  581. make[2]: Nothing to be done for `am--refresh'.
  582. rm -f alloca.h-t alloca.h && \
  583.     { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  584.       cat ./alloca.in.h; \
  585.     } > alloca.h-t && \
  586.     mv -f alloca.h-t alloca.h
  587. rm -f fcntl.h-t fcntl.h && \
  588.     { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  589.       sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  590.           -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  591.           -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  592.           -e 's|@''PRAGMA_COLUMNS''@||g' \
  593.           -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
  594.           -e 's/@''GNULIB_FCNTL''@/0/g' \
  595.           -e 's/@''GNULIB_NONBLOCKING''@/0/g' \
  596.           -e 's/@''GNULIB_OPEN''@/0/g' \
  597.           -e 's/@''GNULIB_OPENAT''@/0/g' \
  598.           -e 's|@''HAVE_FCNTL''@|1|g' \
  599.           -e 's|@''HAVE_OPENAT''@|1|g' \
  600.           -e 's|@''REPLACE_FCNTL''@|0|g' \
  601.           -e 's|@''REPLACE_OPEN''@|0|g' \
  602.           -e 's|@''REPLACE_OPENAT''@|0|g' \
  603.           -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  604.           -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  605.           -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  606.           < ./fcntl.in.h; \
  607.     } > fcntl.h-t && \
  608.     mv fcntl.h-t fcntl.h
  609. rm -f signal.h-t signal.h && \
  610.     { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  611.       sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  612.           -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  613.           -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  614.           -e 's|@''PRAGMA_COLUMNS''@||g' \
  615.           -e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
  616.           -e 's|@''GNULIB_PTHREAD_SIGMASK''@|0|g' \
  617.           -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/1/g' \
  618.           -e 's/@''GNULIB_SIGPROCMASK''@/1/g' \
  619.           -e 's/@''GNULIB_SIGACTION''@/0/g' \
  620.           -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
  621.           -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
  622.           -e 's|@''HAVE_SIGSET_T''@|1|g' \
  623.           -e 's|@''HAVE_SIGINFO_T''@|1|g' \
  624.           -e 's|@''HAVE_SIGACTION''@|1|g' \
  625.           -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
  626.           -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
  627.           -e 's|@''HAVE_SIGHANDLER_T''@|0|g' \
  628.           -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
  629.           -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  630.           -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  631.           -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  632.           < ./signal.in.h; \
  633.     } > signal.h-t && \
  634.     mv signal.h-t signal.h
  635. rm -f stdint.h-t stdint.h && \
  636.     { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  637.       sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  638.           -e 's/@''HAVE_STDINT_H''@/1/g' \
  639.           -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  640.           -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  641.           -e 's|@''PRAGMA_COLUMNS''@||g' \
  642.           -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \
  643.           -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
  644.           -e 's/@''HAVE_INTTYPES_H''@/1/g' \
  645.           -e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \
  646.           -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
  647.           -e 's/@''HAVE_WCHAR_H''@/1/g' \
  648.           -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
  649.           -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
  650.           -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
  651.           -e 's/@''BITSIZEOF_PTRDIFF_T''@/64/g' \
  652.           -e 's/@''PTRDIFF_T_SUFFIX''@/l/g' \
  653.           -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \
  654.           -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' \
  655.           -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
  656.           -e 's/@''BITSIZEOF_SIZE_T''@/64/g' \
  657.           -e 's/@''SIZE_T_SUFFIX''@/ul/g' \
  658.           -e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \
  659.           -e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g' \
  660.           -e 's/@''WCHAR_T_SUFFIX''@//g' \
  661.           -e 's/@''BITSIZEOF_WINT_T''@/32/g' \
  662.           -e 's/@''HAVE_SIGNED_WINT_T''@/1/g' \
  663.           -e 's/@''WINT_T_SUFFIX''@//g' \
  664.           < ./stdint.in.h; \
  665.     } > stdint.h-t && \
  666.     mv stdint.h-t stdint.h
  667. rm -f stdio.h-t stdio.h && \
  668.     { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  669.       sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  670.           -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  671.           -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  672.           -e 's|@''PRAGMA_COLUMNS''@||g' \
  673.           -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
  674.           -e 's/@''GNULIB_DPRINTF''@/0/g' \
  675.           -e 's/@''GNULIB_FCLOSE''@/0/g' \
  676.           -e 's/@''GNULIB_FFLUSH''@/0/g' \
  677.           -e 's/@''GNULIB_FGETC''@/1/g' \
  678.           -e 's/@''GNULIB_FGETS''@/1/g' \
  679.           -e 's/@''GNULIB_FOPEN''@/0/g' \
  680.           -e 's/@''GNULIB_FPRINTF''@/1/g' \
  681.           -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
  682.           -e 's/@''GNULIB_FPURGE''@/0/g' \
  683.           -e 's/@''GNULIB_FPUTC''@/1/g' \
  684.           -e 's/@''GNULIB_FPUTS''@/1/g' \
  685.           -e 's/@''GNULIB_FREAD''@/1/g' \
  686.           -e 's/@''GNULIB_FREOPEN''@/0/g' \
  687.           -e 's/@''GNULIB_FSCANF''@/1/g' \
  688.           -e 's/@''GNULIB_FSEEK''@/0/g' \
  689.           -e 's/@''GNULIB_FSEEKO''@/0/g' \
  690.           -e 's/@''GNULIB_FTELL''@/0/g' \
  691.           -e 's/@''GNULIB_FTELLO''@/0/g' \
  692.           -e 's/@''GNULIB_FWRITE''@/1/g' \
  693.           -e 's/@''GNULIB_GETC''@/1/g' \
  694.           -e 's/@''GNULIB_GETCHAR''@/1/g' \
  695.           -e 's/@''GNULIB_GETDELIM''@/0/g' \
  696.           -e 's/@''GNULIB_GETLINE''@/0/g' \
  697.           -e 's/@''GNULIB_GETS''@/1/g' \
  698.           -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
  699.           -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
  700.           -e 's/@''GNULIB_PERROR''@/0/g' \
  701.           -e 's/@''GNULIB_POPEN''@/0/g' \
  702.           -e 's/@''GNULIB_PRINTF''@/1/g' \
  703.           -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
  704.           -e 's/@''GNULIB_PUTC''@/1/g' \
  705.           -e 's/@''GNULIB_PUTCHAR''@/1/g' \
  706.           -e 's/@''GNULIB_PUTS''@/1/g' \
  707.           -e 's/@''GNULIB_REMOVE''@/0/g' \
  708.           -e 's/@''GNULIB_RENAME''@/0/g' \
  709.           -e 's/@''GNULIB_RENAMEAT''@/0/g' \
  710.           -e 's/@''GNULIB_SCANF''@/1/g' \
  711.           -e 's/@''GNULIB_SNPRINTF''@/0/g' \
  712.           -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
  713.           -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
  714.           -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/1/g' \
  715.           -e 's/@''GNULIB_TMPFILE''@/0/g' \
  716.           -e 's/@''GNULIB_VASPRINTF''@/0/g' \
  717.           -e 's/@''GNULIB_VDPRINTF''@/0/g' \
  718.           -e 's/@''GNULIB_VFPRINTF''@/1/g' \
  719.           -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
  720.           -e 's/@''GNULIB_VFSCANF''@/0/g' \
  721.           -e 's/@''GNULIB_VSCANF''@/0/g' \
  722.           -e 's/@''GNULIB_VPRINTF''@/1/g' \
  723.           -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
  724.           -e 's/@''GNULIB_VSNPRINTF''@/0/g' \
  725.           -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
  726.           < ./stdio.in.h | \
  727.       sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
  728.           -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
  729.           -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
  730.           -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
  731.           -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
  732.           -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
  733.           -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
  734.           -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
  735.           -e 's|@''HAVE_DPRINTF''@|1|g' \
  736.           -e 's|@''HAVE_FSEEKO''@|1|g' \
  737.           -e 's|@''HAVE_FTELLO''@|1|g' \
  738.           -e 's|@''HAVE_RENAMEAT''@|1|g' \
  739.           -e 's|@''HAVE_VASPRINTF''@|1|g' \
  740.           -e 's|@''HAVE_VDPRINTF''@|1|g' \
  741.           -e 's|@''REPLACE_DPRINTF''@|0|g' \
  742.           -e 's|@''REPLACE_FCLOSE''@|0|g' \
  743.           -e 's|@''REPLACE_FFLUSH''@|0|g' \
  744.           -e 's|@''REPLACE_FOPEN''@|0|g' \
  745.           -e 's|@''REPLACE_FPRINTF''@|0|g' \
  746.           -e 's|@''REPLACE_FPURGE''@|0|g' \
  747.           -e 's|@''REPLACE_FREOPEN''@|0|g' \
  748.           -e 's|@''REPLACE_FSEEK''@|0|g' \
  749.           -e 's|@''REPLACE_FSEEKO''@|0|g' \
  750.           -e 's|@''REPLACE_FTELL''@|0|g' \
  751.           -e 's|@''REPLACE_FTELLO''@|0|g' \
  752.           -e 's|@''REPLACE_GETDELIM''@|0|g' \
  753.           -e 's|@''REPLACE_GETLINE''@|0|g' \
  754.           -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
  755.           -e 's|@''REPLACE_PERROR''@|0|g' \
  756.           -e 's|@''REPLACE_POPEN''@|0|g' \
  757.           -e 's|@''REPLACE_PRINTF''@|0|g' \
  758.           -e 's|@''REPLACE_REMOVE''@|0|g' \
  759.           -e 's|@''REPLACE_RENAME''@|0|g' \
  760.           -e 's|@''REPLACE_RENAMEAT''@|0|g' \
  761.           -e 's|@''REPLACE_SNPRINTF''@|0|g' \
  762.           -e 's|@''REPLACE_SPRINTF''@|0|g' \
  763.           -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
  764.           -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
  765.           -e 's|@''REPLACE_TMPFILE''@|0|g' \
  766.           -e 's|@''REPLACE_VASPRINTF''@|0|g' \
  767.           -e 's|@''REPLACE_VDPRINTF''@|0|g' \
  768.           -e 's|@''REPLACE_VFPRINTF''@|0|g' \
  769.           -e 's|@''REPLACE_VPRINTF''@|0|g' \
  770.           -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
  771.           -e 's|@''REPLACE_VSPRINTF''@|0|g' \
  772.           -e 's|@''ASM_SYMBOL_PREFIX''@|"_"|g' \
  773.           -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  774.           -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  775.           -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
  776.     } > stdio.h-t && \
  777.     mv stdio.h-t stdio.h
  778. rm -f stdlib.h-t stdlib.h && \
  779.     { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  780.       sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  781.           -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  782.           -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  783.           -e 's|@''PRAGMA_COLUMNS''@||g' \
  784.           -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
  785.           -e 's/@''GNULIB__EXIT''@/0/g' \
  786.           -e 's/@''GNULIB_ATOLL''@/0/g' \
  787.           -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
  788.           -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
  789.           -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
  790.           -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
  791.           -e 's/@''GNULIB_GRANTPT''@/0/g' \
  792.           -e 's/@''GNULIB_MALLOC_POSIX''@/0/g' \
  793.           -e 's/@''GNULIB_MBTOWC''@/0/g' \
  794.           -e 's/@''GNULIB_MKDTEMP''@/0/g' \
  795.           -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
  796.           -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
  797.           -e 's/@''GNULIB_MKSTEMP''@/0/g' \
  798.           -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
  799.           -e 's/@''GNULIB_PTSNAME''@/0/g' \
  800.           -e 's/@''GNULIB_PUTENV''@/0/g' \
  801.           -e 's/@''GNULIB_RANDOM_R''@/0/g' \
  802.           -e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \
  803.           -e 's/@''GNULIB_REALPATH''@/1/g' \
  804.           -e 's/@''GNULIB_RPMATCH''@/0/g' \
  805.           -e 's/@''GNULIB_SETENV''@/0/g' \
  806.           -e 's/@''GNULIB_STRTOD''@/0/g' \
  807.           -e 's/@''GNULIB_STRTOLL''@/0/g' \
  808.           -e 's/@''GNULIB_STRTOULL''@/0/g' \
  809.           -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
  810.           -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
  811.           -e 's/@''GNULIB_UNSETENV''@/0/g' \
  812.           -e 's/@''GNULIB_WCTOMB''@/0/g' \
  813.           < ./stdlib.in.h | \
  814.       sed -e 's|@''HAVE__EXIT''@|1|g' \
  815.           -e 's|@''HAVE_ATOLL''@|1|g' \
  816.           -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|0|g' \
  817.           -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
  818.           -e 's|@''HAVE_GETSUBOPT''@|1|g' \
  819.           -e 's|@''HAVE_GRANTPT''@|1|g' \
  820.           -e 's|@''HAVE_MKDTEMP''@|1|g' \
  821.           -e 's|@''HAVE_MKOSTEMP''@|1|g' \
  822.           -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
  823.           -e 's|@''HAVE_MKSTEMP''@|1|g' \
  824.           -e 's|@''HAVE_MKSTEMPS''@|1|g' \
  825.           -e 's|@''HAVE_PTSNAME''@|1|g' \
  826.           -e 's|@''HAVE_RANDOM_H''@|1|g' \
  827.           -e 's|@''HAVE_RANDOM_R''@|1|g' \
  828.           -e 's|@''HAVE_REALPATH''@|1|g' \
  829.           -e 's|@''HAVE_RPMATCH''@|1|g' \
  830.           -e 's|@''HAVE_DECL_SETENV''@|1|g' \
  831.           -e 's|@''HAVE_STRTOD''@|1|g' \
  832.           -e 's|@''HAVE_STRTOLL''@|1|g' \
  833.           -e 's|@''HAVE_STRTOULL''@|1|g' \
  834.           -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
  835.           -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
  836.           -e 's|@''HAVE_UNLOCKPT''@|1|g' \
  837.           -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
  838.           -e 's|@''REPLACE_CALLOC''@|0|g' \
  839.           -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
  840.           -e 's|@''REPLACE_MALLOC''@|0|g' \
  841.           -e 's|@''REPLACE_MBTOWC''@|0|g' \
  842.           -e 's|@''REPLACE_MKSTEMP''@|0|g' \
  843.           -e 's|@''REPLACE_PUTENV''@|0|g' \
  844.           -e 's|@''REPLACE_REALLOC''@|0|g' \
  845.           -e 's|@''REPLACE_REALPATH''@|1|g' \
  846.           -e 's|@''REPLACE_SETENV''@|0|g' \
  847.           -e 's|@''REPLACE_STRTOD''@|0|g' \
  848.           -e 's|@''REPLACE_UNSETENV''@|0|g' \
  849.           -e 's|@''REPLACE_WCTOMB''@|0|g' \
  850.           -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  851.           -e '/definition of _Noreturn/r ../build-aux/snippet/_Noreturn.h' \
  852.           -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  853.           -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
  854.     } > stdlib.h-t && \
  855.     mv stdlib.h-t stdlib.h
  856. rm -f string.h-t string.h && \
  857.     { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  858.       sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  859.           -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  860.           -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  861.           -e 's|@''PRAGMA_COLUMNS''@||g' \
  862.           -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
  863.           -e 's/@''GNULIB_FFSL''@/0/g' \
  864.           -e 's/@''GNULIB_FFSLL''@/0/g' \
  865.           -e 's/@''GNULIB_MBSLEN''@/0/g' \
  866.           -e 's/@''GNULIB_MBSNLEN''@/0/g' \
  867.           -e 's/@''GNULIB_MBSCHR''@/0/g' \
  868.           -e 's/@''GNULIB_MBSRCHR''@/0/g' \
  869.           -e 's/@''GNULIB_MBSSTR''@/0/g' \
  870.           -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
  871.           -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
  872.           -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
  873.           -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
  874.           -e 's/@''GNULIB_MBSCSPN''@/0/g' \
  875.           -e 's/@''GNULIB_MBSPBRK''@/0/g' \
  876.           -e 's/@''GNULIB_MBSSPN''@/0/g' \
  877.           -e 's/@''GNULIB_MBSSEP''@/0/g' \
  878.           -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
  879.           -e 's/@''GNULIB_MEMCHR''@/0/g' \
  880.           -e 's/@''GNULIB_MEMMEM''@/0/g' \
  881.           -e 's/@''GNULIB_MEMPCPY''@/0/g' \
  882.           -e 's/@''GNULIB_MEMRCHR''@/0/g' \
  883.           -e 's/@''GNULIB_RAWMEMCHR''@/0/g' \
  884.           -e 's/@''GNULIB_STPCPY''@/0/g' \
  885.           -e 's/@''GNULIB_STPNCPY''@/0/g' \
  886.           -e 's/@''GNULIB_STRCHRNUL''@/0/g' \
  887.           -e 's/@''GNULIB_STRDUP''@/0/g' \
  888.           -e 's/@''GNULIB_STRNCAT''@/0/g' \
  889.           -e 's/@''GNULIB_STRNDUP''@/0/g' \
  890.           -e 's/@''GNULIB_STRNLEN''@/0/g' \
  891.           -e 's/@''GNULIB_STRPBRK''@/0/g' \
  892.           -e 's/@''GNULIB_STRSEP''@/0/g' \
  893.           -e 's/@''GNULIB_STRSTR''@/0/g' \
  894.           -e 's/@''GNULIB_STRCASESTR''@/0/g' \
  895.           -e 's/@''GNULIB_STRTOK_R''@/0/g' \
  896.           -e 's/@''GNULIB_STRERROR''@/1/g' \
  897.           -e 's/@''GNULIB_STRERROR_R''@/0/g' \
  898.           -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
  899.           -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
  900.           < ./string.in.h | \
  901.       sed -e 's|@''HAVE_FFSL''@|1|g' \
  902.           -e 's|@''HAVE_FFSLL''@|1|g' \
  903.           -e 's|@''HAVE_MBSLEN''@|0|g' \
  904.           -e 's|@''HAVE_MEMCHR''@|1|g' \
  905.           -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
  906.           -e 's|@''HAVE_MEMPCPY''@|1|g' \
  907.           -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
  908.           -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
  909.           -e 's|@''HAVE_STPCPY''@|1|g' \
  910.           -e 's|@''HAVE_STPNCPY''@|1|g' \
  911.           -e 's|@''HAVE_STRCHRNUL''@|1|g' \
  912.           -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
  913.           -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
  914.           -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
  915.           -e 's|@''HAVE_STRPBRK''@|1|g' \
  916.           -e 's|@''HAVE_STRSEP''@|1|g' \
  917.           -e 's|@''HAVE_STRCASESTR''@|1|g' \
  918.           -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
  919.           -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
  920.           -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
  921.           -e 's|@''HAVE_STRVERSCMP''@|1|g' \
  922.           -e 's|@''REPLACE_STPNCPY''@|0|g' \
  923.           -e 's|@''REPLACE_MEMCHR''@|0|g' \
  924.           -e 's|@''REPLACE_MEMMEM''@|0|g' \
  925.           -e 's|@''REPLACE_STRCASESTR''@|0|g' \
  926.           -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
  927.           -e 's|@''REPLACE_STRDUP''@|0|g' \
  928.           -e 's|@''REPLACE_STRSTR''@|0|g' \
  929.           -e 's|@''REPLACE_STRERROR''@|1|g' \
  930.           -e 's|@''REPLACE_STRERROR_R''@|0|g' \
  931.           -e 's|@''REPLACE_STRNCAT''@|0|g' \
  932.           -e 's|@''REPLACE_STRNDUP''@|0|g' \
  933.           -e 's|@''REPLACE_STRNLEN''@|0|g' \
  934.           -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
  935.           -e 's|@''REPLACE_STRTOK_R''@|0|g' \
  936.           -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
  937.           -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  938.           -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  939.           -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
  940.           < ./string.in.h; \
  941.     } > string.h-t && \
  942.     mv string.h-t string.h
  943. ../build-aux/install-sh -c -d sys
  944. rm -f time.h-t time.h && \
  945.     { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  946.       sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  947.           -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  948.           -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  949.           -e 's|@''PRAGMA_COLUMNS''@||g' \
  950.           -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
  951.           -e 's/@''GNULIB_MKTIME''@/0/g' \
  952.           -e 's/@''GNULIB_NANOSLEEP''@/0/g' \
  953.           -e 's/@''GNULIB_STRPTIME''@/0/g' \
  954.           -e 's/@''GNULIB_TIMEGM''@/0/g' \
  955.           -e 's/@''GNULIB_TIME_R''@/0/g' \
  956.           -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
  957.           -e 's|@''HAVE_NANOSLEEP''@|1|g' \
  958.           -e 's|@''HAVE_STRPTIME''@|1|g' \
  959.           -e 's|@''HAVE_TIMEGM''@|1|g' \
  960.           -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \
  961.           -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \
  962.           -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
  963.           -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
  964.           -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
  965.           -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
  966.           -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
  967.           -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  968.           -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  969.           -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  970.           < ./time.in.h; \
  971.     } > time.h-t && \
  972.     mv time.h-t time.h
  973. rm -f unistd.h-t unistd.h && \
  974.     { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  975.       sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  976.           -e 's|@''HAVE_UNISTD_H''@|1|g' \
  977.           -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  978.           -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  979.           -e 's|@''PRAGMA_COLUMNS''@||g' \
  980.           -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
  981.           -e 's/@''GNULIB_CHOWN''@/0/g' \
  982.           -e 's/@''GNULIB_CLOSE''@/0/g' \
  983.           -e 's/@''GNULIB_DUP2''@/0/g' \
  984.           -e 's/@''GNULIB_DUP3''@/0/g' \
  985.           -e 's/@''GNULIB_ENVIRON''@/1/g' \
  986.           -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
  987.           -e 's/@''GNULIB_FACCESSAT''@/0/g' \
  988.           -e 's/@''GNULIB_FCHDIR''@/0/g' \
  989.           -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
  990.           -e 's/@''GNULIB_FSYNC''@/0/g' \
  991.           -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
  992.           -e 's/@''GNULIB_GETCWD''@/0/g' \
  993.           -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
  994.           -e 's/@''GNULIB_GETDTABLESIZE''@/0/g' \
  995.           -e 's/@''GNULIB_GETGROUPS''@/0/g' \
  996.           -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
  997.           -e 's/@''GNULIB_GETLOGIN''@/0/g' \
  998.           -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
  999.           -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
  1000.           -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
  1001.           -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
  1002.           -e 's/@''GNULIB_LCHOWN''@/0/g' \
  1003.           -e 's/@''GNULIB_LINK''@/0/g' \
  1004.           -e 's/@''GNULIB_LINKAT''@/0/g' \
  1005.           -e 's/@''GNULIB_LSEEK''@/0/g' \
  1006.           -e 's/@''GNULIB_PIPE''@/0/g' \
  1007.           -e 's/@''GNULIB_PIPE2''@/0/g' \
  1008.           -e 's/@''GNULIB_PREAD''@/0/g' \
  1009.           -e 's/@''GNULIB_PWRITE''@/0/g' \
  1010.           -e 's/@''GNULIB_READ''@/1/g' \
  1011.           -e 's/@''GNULIB_READLINK''@/1/g' \
  1012.           -e 's/@''GNULIB_READLINKAT''@/0/g' \
  1013.           -e 's/@''GNULIB_RMDIR''@/0/g' \
  1014.           -e 's/@''GNULIB_SLEEP''@/0/g' \
  1015.           -e 's/@''GNULIB_SYMLINK''@/0/g' \
  1016.           -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
  1017.           -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
  1018.           -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \
  1019.           -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
  1020.           -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/1/g' \
  1021.           -e 's/@''GNULIB_UNLINK''@/0/g' \
  1022.           -e 's/@''GNULIB_UNLINKAT''@/0/g' \
  1023.           -e 's/@''GNULIB_USLEEP''@/0/g' \
  1024.           -e 's/@''GNULIB_WRITE''@/0/g' \
  1025.           < ./unistd.in.h | \
  1026.       sed -e 's|@''HAVE_CHOWN''@|1|g' \
  1027.           -e 's|@''HAVE_DUP2''@|1|g' \
  1028.           -e 's|@''HAVE_DUP3''@|1|g' \
  1029.           -e 's|@''HAVE_EUIDACCESS''@|1|g' \
  1030.           -e 's|@''HAVE_FACCESSAT''@|1|g' \
  1031.           -e 's|@''HAVE_FCHDIR''@|1|g' \
  1032.           -e 's|@''HAVE_FCHOWNAT''@|1|g' \
  1033.           -e 's|@''HAVE_FSYNC''@|1|g' \
  1034.           -e 's|@''HAVE_FTRUNCATE''@|1|g' \
  1035.           -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
  1036.           -e 's|@''HAVE_GETGROUPS''@|1|g' \
  1037.           -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
  1038.           -e 's|@''HAVE_GETLOGIN''@|1|g' \
  1039.           -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
  1040.           -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
  1041.           -e 's|@''HAVE_LCHOWN''@|1|g' \
  1042.           -e 's|@''HAVE_LINK''@|1|g' \
  1043.           -e 's|@''HAVE_LINKAT''@|1|g' \
  1044.           -e 's|@''HAVE_PIPE''@|1|g' \
  1045.           -e 's|@''HAVE_PIPE2''@|1|g' \
  1046.           -e 's|@''HAVE_PREAD''@|1|g' \
  1047.           -e 's|@''HAVE_PWRITE''@|1|g' \
  1048.           -e 's|@''HAVE_READLINK''@|1|g' \
  1049.           -e 's|@''HAVE_READLINKAT''@|1|g' \
  1050.           -e 's|@''HAVE_SLEEP''@|1|g' \
  1051.           -e 's|@''HAVE_SYMLINK''@|1|g' \
  1052.           -e 's|@''HAVE_SYMLINKAT''@|1|g' \
  1053.           -e 's|@''HAVE_UNLINKAT''@|1|g' \
  1054.           -e 's|@''HAVE_USLEEP''@|1|g' \
  1055.           -e 's|@''HAVE_DECL_ENVIRON''@|0|g' \
  1056.           -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
  1057.           -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
  1058.           -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
  1059.           -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
  1060.           -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
  1061.           -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
  1062.           -e 's|@''HAVE_OS_H''@|0|g' \
  1063.           -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
  1064.       | \
  1065.       sed -e 's|@''REPLACE_CHOWN''@|0|g' \
  1066.           -e 's|@''REPLACE_CLOSE''@|0|g' \
  1067.           -e 's|@''REPLACE_DUP''@|0|g' \
  1068.           -e 's|@''REPLACE_DUP2''@|0|g' \
  1069.           -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
  1070.           -e 's|@''REPLACE_GETCWD''@|0|g' \
  1071.           -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
  1072.           -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
  1073.           -e 's|@''REPLACE_GETGROUPS''@|0|g' \
  1074.           -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
  1075.           -e 's|@''REPLACE_LCHOWN''@|0|g' \
  1076.           -e 's|@''REPLACE_LINK''@|0|g' \
  1077.           -e 's|@''REPLACE_LINKAT''@|0|g' \
  1078.           -e 's|@''REPLACE_LSEEK''@|0|g' \
  1079.           -e 's|@''REPLACE_PREAD''@|0|g' \
  1080.           -e 's|@''REPLACE_PWRITE''@|0|g' \
  1081.           -e 's|@''REPLACE_READ''@|0|g' \
  1082.           -e 's|@''REPLACE_READLINK''@|1|g' \
  1083.           -e 's|@''REPLACE_RMDIR''@|0|g' \
  1084.           -e 's|@''REPLACE_SLEEP''@|0|g' \
  1085.           -e 's|@''REPLACE_SYMLINK''@|0|g' \
  1086.           -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
  1087.           -e 's|@''REPLACE_UNLINK''@|0|g' \
  1088.           -e 's|@''REPLACE_UNLINKAT''@|0|g' \
  1089.           -e 's|@''REPLACE_USLEEP''@|0|g' \
  1090.           -e 's|@''REPLACE_WRITE''@|0|g' \
  1091.           -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
  1092.           -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
  1093.           -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1094.           -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  1095.           -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
  1096.     } > unistd.h-t && \
  1097.     mv unistd.h-t unistd.h
  1098. rm -f sys/stat.h-t sys/stat.h && \
  1099.     { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1100.       sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1101.           -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1102.           -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1103.           -e 's|@''PRAGMA_COLUMNS''@||g' \
  1104.           -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
  1105.           -e 's/@''GNULIB_FCHMODAT''@/0/g' \
  1106.           -e 's/@''GNULIB_FSTATAT''@/0/g' \
  1107.           -e 's/@''GNULIB_FUTIMENS''@/0/g' \
  1108.           -e 's/@''GNULIB_LCHMOD''@/0/g' \
  1109.           -e 's/@''GNULIB_LSTAT''@/1/g' \
  1110.           -e 's/@''GNULIB_MKDIRAT''@/0/g' \
  1111.           -e 's/@''GNULIB_MKFIFO''@/0/g' \
  1112.           -e 's/@''GNULIB_MKFIFOAT''@/0/g' \
  1113.           -e 's/@''GNULIB_MKNOD''@/0/g' \
  1114.           -e 's/@''GNULIB_MKNODAT''@/0/g' \
  1115.           -e 's/@''GNULIB_STAT''@/1/g' \
  1116.           -e 's/@''GNULIB_UTIMENSAT''@/0/g' \
  1117.           -e 's|@''HAVE_FCHMODAT''@|1|g' \
  1118.           -e 's|@''HAVE_FSTATAT''@|1|g' \
  1119.           -e 's|@''HAVE_FUTIMENS''@|1|g' \
  1120.           -e 's|@''HAVE_LCHMOD''@|1|g' \
  1121.           -e 's|@''HAVE_LSTAT''@|1|g' \
  1122.           -e 's|@''HAVE_MKDIRAT''@|1|g' \
  1123.           -e 's|@''HAVE_MKFIFO''@|1|g' \
  1124.           -e 's|@''HAVE_MKFIFOAT''@|1|g' \
  1125.           -e 's|@''HAVE_MKNOD''@|1|g' \
  1126.           -e 's|@''HAVE_MKNODAT''@|1|g' \
  1127.           -e 's|@''HAVE_UTIMENSAT''@|1|g' \
  1128.           -e 's|@''REPLACE_FSTAT''@|0|g' \
  1129.           -e 's|@''REPLACE_FSTATAT''@|0|g' \
  1130.           -e 's|@''REPLACE_FUTIMENS''@|0|g' \
  1131.           -e 's|@''REPLACE_LSTAT''@|1|g' \
  1132.           -e 's|@''REPLACE_MKDIR''@|0|g' \
  1133.           -e 's|@''REPLACE_MKFIFO''@|0|g' \
  1134.           -e 's|@''REPLACE_MKNOD''@|0|g' \
  1135.           -e 's|@''REPLACE_STAT''@|1|g' \
  1136.           -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
  1137.           -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1138.           -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  1139.           -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  1140.           < ./sys_stat.in.h; \
  1141.     } > sys/stat.h-t && \
  1142.     mv sys/stat.h-t sys/stat.h
  1143. make  all-am
  1144. make[3]: Nothing to be done for `am--refresh'.
  1145. make[2]: Nothing to be done for `all-am'.
  1146. cd src && make all
  1147. test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 .
  1148. cd po && make all
  1149. cd man && make all
  1150. make[1]: Nothing to be done for `all'.
  1151. if test -d tests; then cd tests && make all; fi
  1152. make[1]: Nothing to be done for `all'.
  1153. cd libcharset && make install prefix='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2' exec_prefix='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2' libdir='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib'
  1154. cd lib && make install prefix='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2' exec_prefix='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2' libdir='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib'
  1155. if test no = no; then \
  1156.       case 'darwin10.8.0' in \
  1157.         darwin[56]*) \
  1158.           need_charset_alias=true ;; \
  1159.         darwin* | cygwin* | mingw* | pw32* | cegcc*) \
  1160.           need_charset_alias=false ;; \
  1161.         *) \
  1162.           need_charset_alias=true ;; \
  1163.       esac ; \
  1164.     else \
  1165.       need_charset_alias=false ; \
  1166.     fi ; \
  1167.     /bin/sh ../build-aux/mkinstalldirs /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib ; \
  1168.     /bin/sh ../libtool --mode=install /usr/bin/install -c -m 644 libcharset.la /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libcharset.la
  1169. libtool: install: /usr/bin/install -c -m 644 .libs/libcharset.lai /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libcharset.la
  1170. libtool: install: /usr/bin/install -c -m 644 .libs/libcharset.a /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libcharset.a
  1171. libtool: install: chmod 644 /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libcharset.a
  1172. libtool: install: ranlib /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libcharset.a
  1173. if test -f /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/charset.alias; then \
  1174.       sed -f ref-add.sed /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/charset.alias > /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/t-charset.alias; \
  1175.       /usr/bin/install -c -m 644 /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/t-charset.alias /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/charset.alias; \
  1176.       rm -f /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/t-charset.alias; \
  1177.     else \
  1178.       if $need_charset_alias; then \
  1179.         sed -f ref-add.sed charset.alias > /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/t-charset.alias; \
  1180.         /usr/bin/install -c -m 644 /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/t-charset.alias /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/charset.alias; \
  1181.         rm -f /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/t-charset.alias; \
  1182.       fi ; \
  1183.     fi
  1184. /bin/sh ./build-aux/mkinstalldirs /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include
  1185. /usr/bin/install -c -m 644 include/libcharset.h /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libcharset.h
  1186. /usr/bin/install -c -m 644 include/localcharset.h.inst /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/localcharset.h
  1187. cd lib && make install prefix='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2' exec_prefix='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2' libdir='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib'
  1188. if [ ! -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib ] ; then /bin/sh ../build-aux/mkinstalldirs /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib ; fi
  1189. /bin/sh ../libtool --mode=install /usr/bin/install -c -m 644 libiconv.la /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libiconv.la
  1190. libtool: install: /usr/bin/install -c -m 644 .libs/libiconv.lai /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libiconv.la
  1191. libtool: install: /usr/bin/install -c -m 644 .libs/libiconv.a /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libiconv.a
  1192. libtool: install: chmod 644 /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libiconv.a
  1193. libtool: install: ranlib /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libiconv.a
  1194. case "darwin10.8.0" in \
  1195.       aix*) (cd /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib && \
  1196.              objects=`ar t libiconv.a`" "`ar t /lib/libiconv.a` && \
  1197.              ar x libiconv.a && ar x /lib/libiconv.a && \
  1198.              ar q libiconv.new.a $objects && \
  1199.              rm -f $objects && \
  1200.              mv -f libiconv.new.a libiconv.a) ;; \
  1201.     esac
  1202. cd preload && make install prefix='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2' exec_prefix='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2' libdir='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib'
  1203. if [ ! -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib ] ; then /bin/sh ./build-aux/mkinstalldirs /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib ; fi
  1204. if test -n ""; then /usr/bin/install -c -m 644  /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/.new && mv /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/.new /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/ ; fi
  1205. cd srclib && make install prefix='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2' exec_prefix='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2' libdir='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib'
  1206. make[2]: Nothing to be done for `am--refresh'.
  1207. make  install-am
  1208. make[3]: Nothing to be done for `am--refresh'.
  1209. make[4]: Nothing to be done for `am--refresh'.
  1210. make[3]: Nothing to be done for `install-exec-am'.
  1211. make[3]: Nothing to be done for `install-data-am'.
  1212. cd src && make install prefix='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2' exec_prefix='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2' libdir='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib'
  1213. test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 .
  1214. if [ ! -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin ] ; then /bin/sh ../build-aux/mkinstalldirs /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin ; fi
  1215. case "darwin10.8.0" in \
  1216.       hpux*) gcc  -g -O2 `if test -n ''; then  /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin; fi` iconv.o ../srclib/libicrt.a -L/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib -liconv   `if test -n ''; then echo " -Wl,+b -Wl,/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib"; fi` -o iconv;; \
  1217.       *) /bin/sh ../libtool --mode=link gcc  -g -O2 `if test -n ''; then  /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin; fi` iconv.o ../srclib/libicrt.a /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libiconv.la   -o iconv;; \
  1218.     esac
  1219. libtool: link: gcc -g -O2 iconv.o -o iconv  ../srclib/libicrt.a /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libiconv.a
  1220. /bin/sh ../libtool --mode=install /usr/bin/install -c iconv /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin/iconv
  1221. libtool: install: /usr/bin/install -c iconv /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin/iconv
  1222. if [ ! -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include ] ; then /bin/sh ./build-aux/mkinstalldirs /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include ; fi
  1223. /usr/bin/install -c -m 644 include/iconv.h.inst /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/iconv.h
  1224. cd po && make install prefix='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2' exec_prefix='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2' datarootdir='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share' datadir='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share'
  1225. if test "libiconv" = "gettext-tools"; then \
  1226.       ../build-aux/install-sh -c -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/gettext/po; \
  1227.       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 \
  1228.         /usr/bin/install -c -m 644 ./$file \
  1229.                 /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/gettext/po/$file; \
  1230.       done; \
  1231.       for file in Makevars; do \
  1232.         rm -f /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/gettext/po/$file; \
  1233.       done; \
  1234.     else \
  1235.       : ; \
  1236.     fi
  1237. cd man && make install prefix='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2' exec_prefix='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2' datarootdir='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share' datadir='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share' mandir='/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man'
  1238. if [ ! -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man1 ] ; then /bin/sh ../build-aux/mkinstalldirs /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man1 ; fi
  1239. builddir="`pwd`"; cd . && for f in *.1 ; do (cd "$builddir"; echo /usr/bin/install -c -m 644 ./$f /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man1/$f ; /usr/bin/install -c -m 644 ./$f /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man1/$f) ; done
  1240. /usr/bin/install -c -m 644 ./iconv.1 /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man1/iconv.1
  1241. if [ ! -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man3 ] ; then /bin/sh ../build-aux/mkinstalldirs /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man3 ; fi
  1242. builddir="`pwd`"; cd . && for f in *.3 ; do (cd "$builddir"; echo /usr/bin/install -c -m 644 ./$f /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man3/$f ; /usr/bin/install -c -m 644 ./$f /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man3/$f) ; done
  1243. /usr/bin/install -c -m 644 ./iconv.3 /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man3/iconv.3
  1244. /usr/bin/install -c -m 644 ./iconv_close.3 /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man3/iconv_close.3
  1245. /usr/bin/install -c -m 644 ./iconv_open.3 /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man3/iconv_open.3
  1246. /usr/bin/install -c -m 644 ./iconv_open_into.3 /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man3/iconv_open_into.3
  1247. /usr/bin/install -c -m 644 ./iconvctl.3 /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man3/iconvctl.3
  1248. if [ ! -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libiconv ] ; then /bin/sh ../build-aux/mkinstalldirs /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libiconv ; fi
  1249. builddir="`pwd`"; cd . && for f in *.html ; do (cd "$builddir"; echo /usr/bin/install -c -m 644 ./$f /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libiconv/$f ; /usr/bin/install -c -m 644 ./$f /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libiconv/$f) ; done
  1250. /usr/bin/install -c -m 644 ./iconv.1.html /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libiconv/iconv.1.html
  1251. /usr/bin/install -c -m 644 ./iconv.3.html /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libiconv/iconv.3.html
  1252. /usr/bin/install -c -m 644 ./iconv_close.3.html /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libiconv/iconv_close.3.html
  1253. /usr/bin/install -c -m 644 ./iconv_open.3.html /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libiconv/iconv_open.3.html
  1254. /usr/bin/install -c -m 644 ./iconv_open_into.3.html /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libiconv/iconv_open_into.3.html
  1255. /usr/bin/install -c -m 644 ./iconvctl.3.html /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libiconv/iconvctl.3.html
  1256. Starting build in build/tmp/libxml2-2.7.8
  1257. checking build system type... x86_64-apple-darwin10.8.0
  1258. checking host system type... x86_64-apple-darwin10.8.0
  1259. checking for a BSD-compatible install... /usr/bin/install -c
  1260. checking whether build environment is sane... yes
  1261. checking for a thread-safe mkdir -p... ./install-sh -c -d
  1262. checking for gawk... no
  1263. checking for mawk... no
  1264. checking for nawk... no
  1265. checking for awk... awk
  1266. checking whether make sets $(MAKE)... yes
  1267. checking for gcc... gcc
  1268. checking whether the C compiler works... yes
  1269. checking for C compiler default output file name... a.out
  1270. checking for suffix of executables...
  1271. checking whether we are cross compiling... no
  1272. checking for suffix of object files... o
  1273. checking whether we are using the GNU C compiler... yes
  1274. checking whether gcc accepts -g... yes
  1275. checking for gcc option to accept ISO C89... none needed
  1276. checking for style of include used by make... GNU
  1277. checking dependency style of gcc... none
  1278. checking how to run the C preprocessor... gcc -E
  1279. checking for rm... /bin/rm
  1280. checking for mv... /bin/mv
  1281. checking for tar... /usr/bin/tar
  1282. checking for perl... /opt/local/bin/perl
  1283. checking for wget... /usr/local/bin/wget
  1284. checking for xmllint... /opt/local/bin/xmllint
  1285. checking for xsltproc... /opt/local/bin/xsltproc
  1286. checking for function prototypes... yes
  1287. checking for grep that handles long lines and -e... /usr/bin/grep
  1288. checking for egrep... /usr/bin/grep -E
  1289. checking for ANSI C header files... yes
  1290. checking for sys/types.h... yes
  1291. checking for sys/stat.h... yes
  1292. checking for stdlib.h... yes
  1293. checking for string.h... yes
  1294. checking for memory.h... yes
  1295. checking for strings.h... yes
  1296. checking for inttypes.h... yes
  1297. checking for stdint.h... yes
  1298. checking for unistd.h... yes
  1299. checking for string.h... (cached) yes
  1300. checking how to print strings... printf
  1301. checking for a sed that does not truncate output... /usr/bin/sed
  1302. checking for fgrep... /usr/bin/grep -F
  1303. checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  1304. checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
  1305. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  1306. checking the name lister (/usr/bin/nm) interface... BSD nm
  1307. checking whether ln -s works... yes
  1308. checking the maximum length of command line arguments... 196608
  1309. checking whether the shell understands some XSI constructs... yes
  1310. checking whether the shell understands "+="... yes
  1311. checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
  1312. checking for objdump... objdump
  1313. checking how to recognize dependent libraries... pass_all
  1314. checking for ar... ar
  1315. checking for strip... strip
  1316. checking for ranlib... ranlib
  1317. checking command to parse /usr/bin/nm output from gcc object... ok
  1318. checking for dsymutil... dsymutil
  1319. checking for nmedit... nmedit
  1320. checking for lipo... lipo
  1321. checking for otool... otool
  1322. checking for otool64... no
  1323. checking for -single_module linker flag... yes
  1324. checking for -exported_symbols_list linker flag... yes
  1325. checking for -force_load linker flag... yes
  1326. checking for dlfcn.h... yes
  1327. checking for objdir... .libs
  1328. checking if gcc supports -fno-rtti -fno-exceptions... no
  1329. checking for gcc option to produce PIC... -fno-common -DPIC
  1330. checking if gcc PIC flag -fno-common -DPIC works... yes
  1331. checking if gcc static flag -static works... no
  1332. checking if gcc supports -c -o file.o... rm: conftest*: No such file or directory
  1333. yes
  1334. checking if gcc supports -c -o file.o... (cached) yes
  1335. checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
  1336. checking dynamic linker characteristics... darwin10.8.0 dyld
  1337. checking how to hardcode library paths into programs... immediate
  1338. checking whether stripping libraries is possible... yes
  1339. checking if libtool supports shared libraries... yes
  1340. checking whether to build shared libraries... no
  1341. checking whether to build static libraries... yes
  1342. Checking zlib
  1343. checking zlib.h usability... yes
  1344. checking zlib.h presence... yes
  1345. checking for zlib.h... yes
  1346. checking for gzread in -lz... yes
  1347. Checking headers
  1348. checking for dirent.h that defines DIR... yes
  1349. checking for library containing opendir... none required
  1350. checking for ANSI C header files... (cached) yes
  1351. checking fcntl.h usability... yes
  1352. checking fcntl.h presence... yes
  1353. checking for fcntl.h... yes
  1354. checking for unistd.h... (cached) yes
  1355. checking ctype.h usability... yes
  1356. checking ctype.h presence... yes
  1357. checking for ctype.h... yes
  1358. checking dirent.h usability... yes
  1359. checking dirent.h presence... yes
  1360. checking for dirent.h... yes
  1361. checking errno.h usability... yes
  1362. checking errno.h presence... yes
  1363. checking for errno.h... yes
  1364. checking malloc.h usability... no
  1365. checking malloc.h presence... no
  1366. checking for malloc.h... no
  1367. checking stdarg.h usability... yes
  1368. checking stdarg.h presence... yes
  1369. checking for stdarg.h... yes
  1370. checking for sys/stat.h... (cached) yes
  1371. checking for sys/types.h... (cached) yes
  1372. checking for stdint.h... (cached) yes
  1373. checking inttypes.h.h usability... no
  1374. checking inttypes.h.h presence... no
  1375. checking for inttypes.h.h... no
  1376. checking time.h usability... yes
  1377. checking time.h presence... yes
  1378. checking for time.h... yes
  1379. checking ansidecl.h usability... no
  1380. checking ansidecl.h presence... no
  1381. checking for ansidecl.h... no
  1382. checking ieeefp.h usability... no
  1383. checking ieeefp.h presence... no
  1384. checking for ieeefp.h... no
  1385. checking nan.h usability... no
  1386. checking nan.h presence... no
  1387. checking for nan.h... no
  1388. checking math.h usability... yes
  1389. checking math.h presence... yes
  1390. checking for math.h... yes
  1391. checking limits.h usability... yes
  1392. checking limits.h presence... yes
  1393. checking for limits.h... yes
  1394. checking fp_class.h usability... no
  1395. checking fp_class.h presence... no
  1396. checking for fp_class.h... no
  1397. checking float.h usability... yes
  1398. checking float.h presence... yes
  1399. checking for float.h... yes
  1400. checking for stdlib.h... (cached) yes
  1401. checking for sys/socket.h... yes
  1402. checking for netinet/in.h... yes
  1403. checking for arpa/inet.h... yes
  1404. checking netdb.h usability... yes
  1405. checking netdb.h presence... yes
  1406. checking for netdb.h... yes
  1407. checking sys/time.h usability... yes
  1408. checking sys/time.h presence... yes
  1409. checking for sys/time.h... yes
  1410. checking sys/select.h usability... yes
  1411. checking sys/select.h presence... yes
  1412. checking for sys/select.h... yes
  1413. checking poll.h usability... yes
  1414. checking poll.h presence... yes
  1415. checking for poll.h... yes
  1416. checking sys/mman.h usability... yes
  1417. checking sys/mman.h presence... yes
  1418. checking for sys/mman.h... yes
  1419. checking sys/timeb.h usability... yes
  1420. checking sys/timeb.h presence... yes
  1421. checking for sys/timeb.h... yes
  1422. checking signal.h usability... yes
  1423. checking signal.h presence... yes
  1424. checking for signal.h... yes
  1425. checking for arpa/nameser.h... yes
  1426. checking for resolv.h... yes
  1427. checking dl.h usability... no
  1428. checking dl.h presence... no
  1429. checking for dl.h... no
  1430. checking for dlfcn.h... (cached) yes
  1431. Checking libraries
  1432. checking for strftime... yes
  1433. checking for strdup... yes
  1434. checking for strndup... no
  1435. checking for strerror... yes
  1436. checking for finite... yes
  1437. checking for isnand... no
  1438. checking for fp_class... no
  1439. checking for class... no
  1440. checking for fpclass... no
  1441. checking for strftime... (cached) yes
  1442. checking for localtime... yes
  1443. checking for gettimeofday... yes
  1444. checking for ftime... yes
  1445. checking for stat... yes
  1446. checking for _stat... no
  1447. checking for signal... yes
  1448. checking for printf... yes
  1449. checking for sprintf... yes
  1450. checking for fprintf... yes
  1451. checking for snprintf... yes
  1452. checking for vfprintf... yes
  1453. checking for vsprintf... yes
  1454. checking for vsnprintf... yes
  1455. checking for sscanf... yes
  1456. checking for va_copy... yes
  1457. checking for library containing gethostent... none required
  1458. checking for library containing setsockopt... none required
  1459. checking for library containing connect... none required
  1460. checking for type of socket length (socklen_t)... socklen_t *
  1461. checking whether to enable IPv6... yes
  1462. checking struct sockaddr::ss_family... yes
  1463. checking for getaddrinfo... yes
  1464. checking for isnan... yes
  1465. checking for isinf... yes
  1466. checking for shl_load... no
  1467. checking for shl_load in -ldld... no
  1468. checking for dlopen... yes
  1469. Checking configuration requirements
  1470. Enabling multithreaded support
  1471. checking pthread.h usability... yes
  1472. checking pthread.h presence... yes
  1473. checking for pthread.h... yes
  1474. checking for pthread_join in -lpthread... yes
  1475. checking iconv.h usability... yes
  1476. checking iconv.h presence... yes
  1477. checking for iconv.h... yes
  1478. checking for iconv... no
  1479. checking for iconv in -liconv... no
  1480. Disabling ICU support
  1481. Enabled Schematron support
  1482. Enabled Schemas/Relax-NG support
  1483. Disabling code coverage for GCC
  1484. configure: creating ./config.status
  1485. config.status: creating libxml2.spec
  1486. config.status: creating Makefile
  1487. config.status: creating include/Makefile
  1488. config.status: creating include/libxml/Makefile
  1489. config.status: creating doc/Makefile
  1490. config.status: creating doc/examples/Makefile
  1491. config.status: creating doc/devhelp/Makefile
  1492. config.status: creating example/Makefile
  1493. config.status: creating python/Makefile
  1494. config.status: creating python/tests/Makefile
  1495. config.status: creating xstc/Makefile
  1496. config.status: creating include/libxml/xmlversion.h
  1497. config.status: creating xml2-config
  1498. config.status: creating libxml-2.0.pc
  1499. config.status: creating libxml-2.0-uninstalled.pc
  1500. config.status: creating python/setup.py
  1501. config.status: creating config.h
  1502. config.status: config.h is unchanged
  1503. config.status: executing depfiles commands
  1504. config.status: executing libtool commands
  1505. rm: libtoolT: No such file or directory
  1506. Done configuring
  1507. make  all-recursive
  1508. Making all in include
  1509. Making all in libxml
  1510. make[3]: Nothing to be done for `all'.
  1511. make[3]: Nothing to be done for `all-am'.
  1512. Making all in .
  1513. sed -e 's?\@XML_LIBDIR\@?-L/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib?g' \
  1514.         -e 's?\@XML_INCLUDEDIR\@?-I/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2 -I/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include?g' \
  1515.         -e 's?\@VERSION\@?2.7.8?g' \
  1516.         -e 's?\@XML_LIBS\@?-lxml2 -lz -lpthread -L/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib -lm ?g' \
  1517.            < ./xml2Conf.sh.in > xml2Conf.tmp \
  1518.     && mv xml2Conf.tmp xml2Conf.sh
  1519. Making all in doc
  1520. Making all in devhelp
  1521. make[3]: Nothing to be done for `all'.
  1522. Making all in examples
  1523. make[3]: Nothing to be done for `all'.
  1524. make[3]: Nothing to be done for `all-am'.
  1525. Making all in example
  1526. make[2]: Nothing to be done for `all'.
  1527. Making all in xstc
  1528. make[2]: Nothing to be done for `all'.
  1529. Making install in include
  1530. Making install in libxml
  1531. make[3]: Nothing to be done for `install-exec-am'.
  1532. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml" || ../.././install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml"
  1533. /usr/bin/install -c -m 644 SAX.h entities.h encoding.h parser.h parserInternals.h xmlerror.h HTMLparser.h HTMLtree.h debugXML.h tree.h list.h hash.h xpath.h xpathInternals.h xpointer.h xinclude.h xmlIO.h xmlmemory.h nanohttp.h nanoftp.h uri.h valid.h xlink.h xmlversion.h DOCBparser.h catalog.h threads.h globals.h c14n.h xmlautomata.h xmlregexp.h xmlmodule.h xmlschemas.h schemasInternals.h xmlschemastypes.h xmlstring.h xmlunicode.h xmlreader.h relaxng.h dict.h '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml'
  1534. /usr/bin/install -c -m 644 SAX2.h xmlexports.h xmlwriter.h chvalid.h pattern.h xmlsave.h schematron.h '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml'
  1535. make[3]: Nothing to be done for `install-exec-am'.
  1536. make[3]: Nothing to be done for `install-data-am'.
  1537. Making install in .
  1538. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib" || ./install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib"
  1539. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin" || ./install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin"
  1540. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib" || ./install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib"
  1541. /bin/sh ./libtool   --mode=install /usr/bin/install -c   libxml2.la '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib'
  1542. /usr/bin/install -c -m 644 xml2Conf.sh '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib'
  1543. /usr/bin/install -c xml2-config '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin'
  1544. ./install-sh -c -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxml2-2.7.8
  1545. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/aclocal" || ./install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/aclocal"
  1546. /usr/bin/install -c -m 644 libxml.m4 '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/aclocal'
  1547. /usr/bin/install -c -m 0644 ./Copyright /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxml2-2.7.8
  1548. ./install-sh -c -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxml2-2.7.8/examples
  1549. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man1" || ./install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man1"
  1550. /usr/bin/install -c -m 0644 ./xmllint.c /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxml2-2.7.8/examples
  1551. /usr/bin/install -c -m 0644 ./testSAX.c /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxml2-2.7.8/examples
  1552. /usr/bin/install -c -m 0644 ./testHTML.c /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxml2-2.7.8/examples
  1553. /usr/bin/install -c -m 0644 ./testXPath.c /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxml2-2.7.8/examples
  1554. /usr/bin/install -c -m 644 xml2-config.1 '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man1'
  1555. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man3" || ./install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man3"
  1556. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/pkgconfig" || ./install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/pkgconfig"
  1557. /usr/bin/install -c -m 644 libxml.3 '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man3'
  1558. libtool: install: /usr/bin/install -c .libs/libxml2.lai /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libxml2.la
  1559. /usr/bin/install -c -m 644 libxml-2.0.pc '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/pkgconfig'
  1560. libtool: install: /usr/bin/install -c .libs/libxml2.a /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libxml2.a
  1561. libtool: install: chmod 644 /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libxml2.a
  1562. libtool: install: ranlib /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libxml2.a
  1563. ----------------------------------------------------------------------
  1564. Libraries have been installed in:
  1565.   /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib
  1566.  
  1567. If you ever happen to want to link against installed libraries
  1568. in a given directory, LIBDIR, you must either use libtool, and
  1569. specify the full pathname of the library, or use the `-LLIBDIR'
  1570. flag during linking and do at least one of the following:
  1571.    - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
  1572.     during execution
  1573.  
  1574. See any operating system documentation about shared libraries for
  1575. more information, such as the ld(1) and ld.so(8) manual pages.
  1576. ----------------------------------------------------------------------
  1577. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin" || ./install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin"
  1578.  /bin/sh ./libtool   --mode=install /usr/bin/install -c xmllint xmlcatalog '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin'
  1579. libtool: install: /usr/bin/install -c xmllint /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin/xmllint
  1580. libtool: install: /usr/bin/install -c xmlcatalog /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin/xmlcatalog
  1581. Making install in doc
  1582. Making install in devhelp
  1583. make[3]: Nothing to be done for `install-exec-am'.
  1584. ../.././install-sh -c -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/gtk-doc/html/libxml2
  1585. /usr/bin/install -c -m 0644 ./libxml2.devhelp /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/gtk-doc/html/libxml2
  1586. /usr/bin/install -c -m 0644 ./home.png ./left.png ./right.png ./up.png ./style.css /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/gtk-doc/html/libxml2
  1587. install: ./home.png: No such file or directory
  1588. make[3]: [install-data-local] Error 71 (ignored)
  1589. /usr/bin/install -c -m 0644 ./index.html ./general.html ./libxml2-c14n.html ./libxml2-catalog.html ./libxml2-chvalid.html ./libxml2-debugXML.html ./libxml2-dict.html ./libxml2-DOCBparser.html ./libxml2-encoding.html ./libxml2-entities.html ./libxml2-globals.html ./libxml2-hash.html ./libxml2-HTMLparser.html ./libxml2-HTMLtree.html ./libxml2-list.html ./libxml2-nanoftp.html ./libxml2-nanohttp.html ./libxml2-parser.html ./libxml2-parserInternals.html ./libxml2-pattern.html ./libxml2-relaxng.html ./libxml2-SAX2.html ./libxml2-SAX.html ./libxml2-schemasInternals.html ./libxml2-schematron.html ./libxml2-threads.html ./libxml2-tree.html ./libxml2-uri.html ./libxml2-valid.html ./libxml2-xinclude.html ./libxml2-xlink.html ./libxml2-xmlautomata.html ./libxml2-xmlerror.html ./libxml2-xmlexports.html ./libxml2-xmlIO.html ./libxml2-xmlmemory.html ./libxml2-xmlmodule.html ./libxml2-xmlreader.html ./libxml2-xmlregexp.html ./libxml2-xmlsave.html ./libxml2-xmlschemas.html ./libxml2-xmlschemastypes.html ./libxml2-xmlstring.html ./libxml2-xmlunicode.html ./libxml2-xmlversion.html ./libxml2-xmlwriter.html ./libxml2-xpath.html ./libxml2-xpathInternals.html ./libxml2-xpointer.html /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/gtk-doc/html/libxml2
  1590. Making install in examples
  1591. make[3]: Nothing to be done for `install-exec-am'.
  1592. ../.././install-sh -c -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxml2-2.7.8/html
  1593. /usr/bin/install -c -m 0644 ./*.html ./*.c ./*.xml ./*.xsl ./*.res /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxml2-2.7.8/html
  1594. install: ./*.html: No such file or directory
  1595. make[3]: [install-data-local] Error 71 (ignored)
  1596. make[3]: Nothing to be done for `install-exec-am'.
  1597. .././install-sh -c -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxml2-2.7.8/html
  1598. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man1" || .././install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man1"
  1599. /usr/bin/install -c -m 0644 ./xml.html ./encoding.html ./FAQ.html ./structure.gif ./DOM.gif ./smallfootonly.gif ./redhat.gif ./libxml.gif ./w3c.png ./Libxml2-Logo-180x168.gif ./Libxml2-Logo-90x34.gif /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxml2-2.7.8/html
  1600. install: ./structure.gif: No such file or directory
  1601. make[3]: [install-data-local] Error 71 (ignored)
  1602. .././install-sh -c -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxml2-2.7.8/html/html
  1603.  /usr/bin/install -c -m 644 xmllint.1 xmlcatalog.1 '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man1'
  1604. /usr/bin/install -c -m 0644 ./html/*.html /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxml2-2.7.8/html/html
  1605. /usr/bin/install -c -m 0644 ./html/*.png /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxml2-2.7.8/html/html
  1606. install: ./html/*.png: No such file or directory
  1607. make[3]: [install-data-local] Error 71 (ignored)
  1608. .././install-sh -c -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxml2-2.7.8/html/tutorial
  1609. /usr/bin/install -c -m 0644 ./tutorial/*.* \
  1610.         /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxml2-2.7.8/html/tutorial
  1611. .././install-sh -c -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxml2-2.7.8/html/tutorial/images
  1612. /usr/bin/install -c -m 0644 ./tutorial/images/*.* \
  1613.         /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxml2-2.7.8/html/tutorial/images
  1614. install: ./tutorial/images/*.*: No such file or directory
  1615. make[3]: [install-data-local] Error 71 (ignored)
  1616. .././install-sh -c -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxml2-2.7.8/html/tutorial/images/callouts
  1617. /usr/bin/install -c -m 0644 ./tutorial/images/callouts/*.* \
  1618.         /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxml2-2.7.8/html/tutorial/images/callouts
  1619. install: ./tutorial/images/callouts/*.*: No such file or directory
  1620. make[3]: [install-data-local] Error 71 (ignored)
  1621. Making install in example
  1622. make[2]: Nothing to be done for `install-exec-am'.
  1623. make[2]: Nothing to be done for `install-data-am'.
  1624. Making install in xstc
  1625. make[2]: Nothing to be done for `install-exec-am'.
  1626. make[2]: Nothing to be done for `install-data-am'.
  1627. Starting build in build/tmp/libxslt-1.1.26
  1628. checking build system type... i386-apple-darwin10.8.0
  1629. checking host system type... i386-apple-darwin10.8.0
  1630. checking for gcc... gcc
  1631. checking for C compiler default output file name... a.out
  1632. checking whether the C compiler works... yes
  1633. checking whether we are cross compiling... no
  1634. checking for suffix of executables...
  1635. checking for suffix of object files... o
  1636. checking whether we are using the GNU C compiler... yes
  1637. checking whether gcc accepts -g... yes
  1638. checking for gcc option to accept ISO C89... none needed
  1639. checking how to run the C preprocessor... gcc -E
  1640. checking for grep that handles long lines and -e... /usr/bin/grep
  1641. checking for egrep... /usr/bin/grep -E
  1642. checking for ANSI C header files... yes
  1643. checking for sys/types.h... yes
  1644. checking for sys/stat.h... yes
  1645. checking for stdlib.h... yes
  1646. checking for string.h... yes
  1647. checking for memory.h... yes
  1648. checking for strings.h... yes
  1649. checking for inttypes.h... yes
  1650. checking for stdint.h... yes
  1651. checking for unistd.h... yes
  1652. checking minix/config.h usability... no
  1653. checking minix/config.h presence... no
  1654. checking for minix/config.h... no
  1655. checking whether it is safe to define __EXTENSIONS__... yes
  1656. checking for a BSD-compatible install... /usr/bin/install -c
  1657. checking whether build environment is sane... yes
  1658. checking for a thread-safe mkdir -p... ./install-sh -c -d
  1659. checking for gawk... no
  1660. checking for mawk... no
  1661. checking for nawk... no
  1662. checking for awk... awk
  1663. checking whether make sets $(MAKE)... yes
  1664. checking for style of include used by make... GNU
  1665. checking dependency style of gcc... none
  1666. checking for library containing strerror... none required
  1667. checking for gcc... (cached) gcc
  1668. checking whether we are using the GNU C compiler... (cached) yes
  1669. checking whether gcc accepts -g... (cached) yes
  1670. checking for gcc option to accept ISO C89... (cached) none needed
  1671. checking for a BSD-compatible install... /usr/bin/install -c
  1672. checking how to run the C preprocessor... gcc -E
  1673. checking for rm... /bin/rm
  1674. checking for mv... /bin/mv
  1675. checking for tar... /usr/bin/tar
  1676. checking for xmllint... /opt/local/bin/xmllint
  1677. checking for xsltproc... /opt/local/bin/xsltproc
  1678. checking for ANSI C header files... (cached) yes
  1679. checking for a sed that does not truncate output... /usr/bin/sed
  1680. checking for fgrep... /usr/bin/grep -F
  1681. checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  1682. checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
  1683. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  1684. checking the name lister (/usr/bin/nm) interface... BSD nm
  1685. checking whether ln -s works... yes
  1686. checking the maximum length of command line arguments... 196608
  1687. checking whether the shell understands some XSI constructs... yes
  1688. checking whether the shell understands "+="... yes
  1689. checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
  1690. checking for objdump... objdump
  1691. checking how to recognize dependent libraries... pass_all
  1692. checking for ar... ar
  1693. checking for strip... strip
  1694. checking for ranlib... ranlib
  1695. checking command to parse /usr/bin/nm output from gcc object... ok
  1696. checking for dsymutil... dsymutil
  1697. checking for nmedit... nmedit
  1698. checking for lipo... lipo
  1699. checking for otool... otool
  1700. checking for otool64... no
  1701. checking for -single_module linker flag... yes
  1702. checking for -exported_symbols_list linker flag... yes
  1703. checking for dlfcn.h... yes
  1704. checking for objdir... .libs
  1705. checking if gcc supports -fno-rtti -fno-exceptions... no
  1706. checking for gcc option to produce PIC... -fno-common -DPIC
  1707. checking if gcc PIC flag -fno-common -DPIC works... yes
  1708. checking if gcc static flag -static works... no
  1709. checking if gcc supports -c -o file.o... rm: conftest*: No such file or directory
  1710. yes
  1711. checking if gcc supports -c -o file.o... (cached) yes
  1712. checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
  1713. checking dynamic linker characteristics... darwin10.8.0 dyld
  1714. checking how to hardcode library paths into programs... immediate
  1715. checking whether stripping libraries is possible... yes
  1716. checking if libtool supports shared libraries... yes
  1717. checking whether to build shared libraries... no
  1718. checking whether to build static libraries... yes
  1719. checking for sys/types.h... (cached) yes
  1720. checking sys/time.h usability... yes
  1721. checking sys/time.h presence... yes
  1722. checking for sys/time.h... yes
  1723. checking for stdlib.h... (cached) yes
  1724. checking for unistd.h... (cached) yes
  1725. checking for string.h... (cached) yes
  1726. checking pthread.h usability... yes
  1727. checking pthread.h presence... yes
  1728. checking for pthread.h... yes
  1729. checking for pthread_join in -lpthread... yes
  1730. checking locale.h usability... yes
  1731. checking locale.h presence... yes
  1732. checking for locale.h... yes
  1733. checking xlocale.h usability... yes
  1734. checking xlocale.h presence... yes
  1735. checking for xlocale.h... yes
  1736. checking if xlocale program link... yes
  1737. checking ieeefp.h usability... no
  1738. checking ieeefp.h presence... no
  1739. checking for ieeefp.h... no
  1740. checking nan.h usability... no
  1741. checking nan.h presence... no
  1742. checking for nan.h... no
  1743. checking math.h usability... yes
  1744. checking math.h presence... yes
  1745. checking for math.h... yes
  1746. checking fp_class.h usability... no
  1747. checking fp_class.h presence... no
  1748. checking for fp_class.h... no
  1749. checking float.h usability... yes
  1750. checking float.h presence... yes
  1751. checking for float.h... yes
  1752. checking ansidecl.h usability... no
  1753. checking ansidecl.h presence... no
  1754. checking for ansidecl.h... no
  1755. checking sys/timeb.h usability... yes
  1756. checking sys/timeb.h presence... yes
  1757. checking for sys/timeb.h... yes
  1758. checking time.h usability... yes
  1759. checking time.h presence... yes
  1760. checking for time.h... yes
  1761. checking for sys/stat.h... (cached) yes
  1762. checking sys/select.h usability... yes
  1763. checking sys/select.h presence... yes
  1764. checking for sys/select.h... yes
  1765. checking stdarg.h usability... yes
  1766. checking stdarg.h presence... yes
  1767. checking for stdarg.h... yes
  1768. checking for stat... yes
  1769. checking for _stat... no
  1770. checking for isnan... yes
  1771. checking for isinf... yes
  1772. checking for pow... yes
  1773. checking for floor... yes
  1774. checking for fabs... yes
  1775. checking for gettimeofday... yes
  1776. checking for mktime... yes
  1777. checking for localtime... yes
  1778. checking for localtime_r... yes
  1779. checking for asctime... yes
  1780. checking for time... yes
  1781. checking for gmtime_r... yes
  1782. checking for ftime... yes
  1783. checking for printf... yes
  1784. checking for sprintf... yes
  1785. checking for fprintf... yes
  1786. checking for snprintf... yes
  1787. checking for vfprintf... yes
  1788. checking for vsprintf... yes
  1789. checking for vsnprintf... yes
  1790. checking for sscanf... yes
  1791. checking for perl... perl
  1792. Disabling crypto support
  1793. Enabling debugger
  1794. checking for libxml libraries >= 2.6.27... 2.7.8 found
  1795. checking whether shared libraries will be built (required for plugins)... no
  1796. configure: WARNING: Disabling plugin support.
  1797. configure: WARNING: Plugins require that shared libraries be built.
  1798. configure: creating ./config.status
  1799. config.status: creating Makefile
  1800. config.status: creating libxslt.pc
  1801. config.status: creating libexslt.pc
  1802. config.status: creating libxslt/Makefile
  1803. config.status: creating libxslt/xsltconfig.h
  1804. config.status: creating libxslt/xsltwin32config.h
  1805. config.status: creating libexslt/Makefile
  1806. config.status: creating libexslt/exsltconfig.h
  1807. config.status: creating xsltproc/Makefile
  1808. config.status: creating python/Makefile
  1809. config.status: creating python/tests/Makefile
  1810. config.status: creating tests/Makefile
  1811. config.status: creating tests/docs/Makefile
  1812. config.status: creating tests/REC1/Makefile
  1813. config.status: creating tests/REC2/Makefile
  1814. config.status: creating tests/REC/Makefile
  1815. config.status: creating tests/general/Makefile
  1816. config.status: creating tests/reports/Makefile
  1817. config.status: creating tests/extensions/Makefile
  1818. config.status: creating tests/namespaces/Makefile
  1819. config.status: creating tests/keys/Makefile
  1820. config.status: creating tests/numbers/Makefile
  1821. config.status: creating tests/documents/Makefile
  1822. config.status: creating tests/xmlspec/Makefile
  1823. config.status: creating tests/multiple/Makefile
  1824. config.status: creating tests/xinclude/Makefile
  1825. config.status: creating tests/XSLTMark/Makefile
  1826. config.status: creating tests/docbook/Makefile
  1827. config.status: creating tests/exslt/Makefile
  1828. config.status: creating tests/exslt/common/Makefile
  1829. config.status: creating tests/exslt/functions/Makefile
  1830. config.status: creating tests/exslt/math/Makefile
  1831. config.status: creating tests/exslt/sets/Makefile
  1832. config.status: creating tests/exslt/strings/Makefile
  1833. config.status: creating tests/exslt/date/Makefile
  1834. config.status: creating tests/exslt/dynamic/Makefile
  1835. config.status: creating tests/plugins/Makefile
  1836. config.status: creating doc/Makefile
  1837. config.status: creating xslt-config
  1838. config.status: creating libxslt.spec
  1839. config.status: creating config.h
  1840. config.status: config.h is unchanged
  1841. config.status: executing depfiles commands
  1842. config.status: executing libtool commands
  1843. rm: libtoolT: No such file or directory
  1844. make  all-recursive
  1845. Making all in libxslt
  1846. make[2]: Nothing to be done for `all'.
  1847. Making all in libexslt
  1848. make[2]: Nothing to be done for `all'.
  1849. Making all in xsltproc
  1850. make[2]: Nothing to be done for `all'.
  1851. Making all in doc
  1852. Rebuilding the HTML Web pages from xslt.html
  1853. Validating the HTML Web pages
  1854. I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
  1855. API.html:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1856. 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1857.                                                                               ^
  1858. API.html:3: validity error : Validation failed: no DTD found !
  1859. <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type"
  1860.                                          ^
  1861. I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
  1862. bugs.html:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1863. 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1864.                                                                               ^
  1865. bugs.html:3: validity error : Validation failed: no DTD found !
  1866. <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type"
  1867.                                          ^
  1868. I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
  1869. contribs.html:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1870. 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1871.                                                                               ^
  1872. contribs.html:3: validity error : Validation failed: no DTD found !
  1873. <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type"
  1874.                                          ^
  1875. I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
  1876. FAQ.html:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1877. 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1878.                                                                               ^
  1879. FAQ.html:3: validity error : Validation failed: no DTD found !
  1880. <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type"
  1881.                                          ^
  1882. I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
  1883. docs.html:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1884. 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1885.                                                                               ^
  1886. docs.html:3: validity error : Validation failed: no DTD found !
  1887. <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type"
  1888.                                          ^
  1889. I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
  1890. downloads.html:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1891. 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1892.                                                                               ^
  1893. downloads.html:3: validity error : Validation failed: no DTD found !
  1894. <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type"
  1895.                                          ^
  1896. I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
  1897. help.html:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1898. 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1899.                                                                               ^
  1900. help.html:3: validity error : Validation failed: no DTD found !
  1901. <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type"
  1902.                                          ^
  1903. I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
  1904. index.html:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1905. 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1906.                                                                               ^
  1907. index.html:3: validity error : Validation failed: no DTD found !
  1908. <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type"
  1909.                                          ^
  1910. I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
  1911. intro.html:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1912. 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1913.                                                                               ^
  1914. intro.html:3: validity error : Validation failed: no DTD found !
  1915. <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type"
  1916.                                          ^
  1917. I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
  1918. news.html:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1919. 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1920.                                                                               ^
  1921. news.html:3: validity error : Validation failed: no DTD found !
  1922. <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type"
  1923.                                          ^
  1924. xsltproc.html:1: validity error : Validation failed: no DTD found !
  1925. <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859
  1926.     ^
  1927. xsltproc.html:1: parser error : Opening and ending tag mismatch: meta line 1 and head
  1928. </title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"></head>
  1929.                                                                               ^
  1930. xsltproc.html:101: parser error : Opening and ending tag mismatch: meta line 1 and html
  1931. R/xslt" target="_top">http://www.w3.org/TR/xslt</a></p></div></div></body></html
  1932.                                                                               ^
  1933. xsltproc.html:102: parser error : Premature end of data in tag head line 1
  1934.  
  1935. ^
  1936. xsltproc.html:102: parser error : Premature end of data in tag html line 1
  1937.  
  1938. ^
  1939. I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
  1940. xsltproc2.html:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1941. 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  1942.                                                                               ^
  1943. xsltproc2.html:3: validity error : Validation failed: no DTD found !
  1944. <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type"
  1945.                                          ^
  1946. make[2]: [xsltproc.html] Error 4 (ignored)
  1947. Making all in tests
  1948. Making all in docs
  1949. make[3]: Nothing to be done for `all'.
  1950. Making all in REC1
  1951. make[3]: Nothing to be done for `all'.
  1952. Making all in REC2
  1953. make[3]: Nothing to be done for `all'.
  1954. Making all in REC
  1955. make[3]: Nothing to be done for `all'.
  1956. Making all in general
  1957. make[3]: Nothing to be done for `all'.
  1958. Making all in namespaces
  1959. make[3]: Nothing to be done for `all'.
  1960. Making all in keys
  1961. make[3]: Nothing to be done for `all'.
  1962. Making all in numbers
  1963. make[3]: Nothing to be done for `all'.
  1964. Making all in documents
  1965. make[3]: Nothing to be done for `all'.
  1966. Making all in extensions
  1967. make[3]: Nothing to be done for `all'.
  1968. Making all in reports
  1969. make[3]: Nothing to be done for `all'.
  1970. Making all in xmlspec
  1971. make[3]: Nothing to be done for `all'.
  1972. Making all in multiple
  1973. make[3]: Nothing to be done for `all'.
  1974. Making all in xinclude
  1975. make[3]: Nothing to be done for `all'.
  1976. Making all in XSLTMark
  1977. make[3]: Nothing to be done for `all'.
  1978. Making all in docbook
  1979. make[3]: Nothing to be done for `all'.
  1980. Making all in exslt
  1981. Making all in common
  1982. make[4]: Nothing to be done for `all'.
  1983. Making all in functions
  1984. make[4]: Nothing to be done for `all'.
  1985. Making all in math
  1986. make[4]: Nothing to be done for `all'.
  1987. Making all in sets
  1988. make[4]: Nothing to be done for `all'.
  1989. Making all in strings
  1990. make[4]: Nothing to be done for `all'.
  1991. Making all in dynamic
  1992. make[4]: Nothing to be done for `all'.
  1993. Making all in date
  1994. make[4]: Nothing to be done for `all'.
  1995. make[4]: Nothing to be done for `all-am'.
  1996. Making all in plugins
  1997. make[3]: Nothing to be done for `all'.
  1998. make[3]: Nothing to be done for `all-am'.
  1999. sed -e 's?\@XSLT_LIBDIR\@?-L/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib?g' \
  2000.         -e 's?\@XSLT_INCLUDEDIR\@?-I/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include?g' \
  2001.         -e 's?\@VERSION\@?1.1.26?g' \
  2002.         -e 's?\@XSLT_LIBS\@?-lxslt  -L/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib -lxml2 -lz -lpthread -L/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib -lm ?g' \
  2003.            < ./xsltConf.sh.in > xsltConf.tmp \
  2004.     && mv xsltConf.tmp xsltConf.sh
  2005. Making install in libxslt
  2006. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib" || .././install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib"
  2007. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man3" || .././install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man3"
  2008. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt" || .././install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt"
  2009. /bin/sh ../libtool   --mode=install /usr/bin/install -c   libxslt.la '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib'
  2010. /usr/bin/install -c -m 644 xslt.h xsltutils.h pattern.h templates.h variables.h keys.h numbersInternals.h extensions.h extra.h functions.h namespaces.h imports.h attributes.h documents.h preproc.h transform.h security.h xsltInternals.h xsltconfig.h xsltexports.h xsltlocale.h '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt'
  2011. /usr/bin/install -c -m 644 libxslt.3 '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man3'
  2012. libtool: install: /usr/bin/install -c .libs/libxslt.lai /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libxslt.la
  2013. libtool: install: /usr/bin/install -c .libs/libxslt.a /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libxslt.a
  2014. libtool: install: chmod 644 /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libxslt.a
  2015. libtool: install: ranlib /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libxslt.a
  2016. ----------------------------------------------------------------------
  2017. Libraries have been installed in:
  2018.   /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib
  2019.  
  2020. If you ever happen to want to link against installed libraries
  2021. in a given directory, LIBDIR, you must either use libtool, and
  2022. specify the full pathname of the library, or use the `-LLIBDIR'
  2023. flag during linking and do at least one of the following:
  2024.    - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
  2025.     during execution
  2026.  
  2027. See any operating system documentation about shared libraries for
  2028. more information, such as the ld(1) and ld.so(8) manual pages.
  2029. ----------------------------------------------------------------------
  2030. make  install-exec-hook
  2031. /bin/sh /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxslt-1.1.26/install-sh -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libxslt-plugins"
  2032. Making install in libexslt
  2033. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib" || .././install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib"
  2034. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libexslt" || .././install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libexslt"
  2035. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man3" || .././install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man3"
  2036. /usr/bin/install -c -m 644 exslt.h exsltconfig.h exsltexports.h '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libexslt'
  2037. /usr/bin/install -c -m 644 libexslt.3 '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man3'
  2038. /bin/sh ../libtool   --mode=install /usr/bin/install -c   libexslt.la '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib'
  2039. libtool: install: /usr/bin/install -c .libs/libexslt.lai /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libexslt.la
  2040. libtool: install: /usr/bin/install -c .libs/libexslt.a /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libexslt.a
  2041. libtool: install: chmod 644 /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libexslt.a
  2042. libtool: install: ranlib /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libexslt.a
  2043. ranlib: file: /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/libexslt.a(crypto.o) has no symbols
  2044. ----------------------------------------------------------------------
  2045. Libraries have been installed in:
  2046.   /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib
  2047.  
  2048. If you ever happen to want to link against installed libraries
  2049. in a given directory, LIBDIR, you must either use libtool, and
  2050. specify the full pathname of the library, or use the `-LLIBDIR'
  2051. flag during linking and do at least one of the following:
  2052.    - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
  2053.     during execution
  2054.  
  2055. See any operating system documentation about shared libraries for
  2056. more information, such as the ld(1) and ld.so(8) manual pages.
  2057. ----------------------------------------------------------------------
  2058. Making install in xsltproc
  2059. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin" || .././install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin"
  2060. make[2]: Nothing to be done for `install-data-am'.
  2061.   /bin/sh ../libtool   --mode=install /usr/bin/install -c xsltproc '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin'
  2062. libtool: install: /usr/bin/install -c xsltproc /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin/xsltproc
  2063. Making install in doc
  2064. make[2]: Nothing to be done for `install-exec-am'.
  2065. /bin/sh /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxslt-1.1.26/install-sh -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxslt-1.1.26/html
  2066. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man1" || .././install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man1"
  2067. /usr/bin/install -c -m 0644 ./*.html /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxslt-1.1.26/html
  2068. /usr/bin/install -c -m 644 xsltproc.1 '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/man/man1'
  2069. /usr/bin/install -c -m 0644 ./*.gif /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxslt-1.1.26/html
  2070. install: ./*.gif: No such file or directory
  2071. make[2]: [install-data-local] Error 71 (ignored)
  2072. /bin/sh /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxslt-1.1.26/install-sh -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxslt-1.1.26/html/html
  2073. /usr/bin/install -c -m 0644 ./html/*.html /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxslt-1.1.26/html/html
  2074. /usr/bin/install -c -m 0644 ./html/*.png /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxslt-1.1.26/html/html
  2075. install: ./html/*.png: No such file or directory
  2076. make[2]: [install-data-local] Error 71 (ignored)
  2077. /usr/bin/install -c -m 0644 ./html/index.sgml /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxslt-1.1.26/html/html
  2078. install: ./html/index.sgml: No such file or directory
  2079. make[2]: [install-data-local] Error 71 (ignored)
  2080. /bin/sh /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxslt-1.1.26/install-sh -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxslt-1.1.26/html/EXSLT
  2081. /usr/bin/install -c -m 0644 ./EXSLT/*.html /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxslt-1.1.26/html/EXSLT
  2082. /bin/sh /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxslt-1.1.26/install-sh -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxslt-1.1.26/html/tutorial
  2083. /usr/bin/install -c -m 0644 ./tutorial/* /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxslt-1.1.26/html/tutorial
  2084. /bin/sh /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxslt-1.1.26/install-sh -d /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxslt-1.1.26/html/tutorial2
  2085. /usr/bin/install -c -m 0644 ./tutorial2/* /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/doc/libxslt-1.1.26/html/tutorial2
  2086. Making install in tests
  2087. Making install in docs
  2088. make[3]: Nothing to be done for `install-exec-am'.
  2089. make[3]: Nothing to be done for `install-data-am'.
  2090. Making install in REC1
  2091. make[3]: Nothing to be done for `install-exec-am'.
  2092. make[3]: Nothing to be done for `install-data-am'.
  2093. Making install in REC2
  2094. make[3]: Nothing to be done for `install-exec-am'.
  2095. make[3]: Nothing to be done for `install-data-am'.
  2096. Making install in REC
  2097. make[3]: Nothing to be done for `install-exec-am'.
  2098. make[3]: Nothing to be done for `install-data-am'.
  2099. Making install in general
  2100. make[3]: Nothing to be done for `install-exec-am'.
  2101. make[3]: Nothing to be done for `install-data-am'.
  2102. Making install in namespaces
  2103. make[3]: Nothing to be done for `install-exec-am'.
  2104. make[3]: Nothing to be done for `install-data-am'.
  2105. Making install in keys
  2106. make[3]: Nothing to be done for `install-exec-am'.
  2107. make[3]: Nothing to be done for `install-data-am'.
  2108. Making install in numbers
  2109. make[3]: Nothing to be done for `install-exec-am'.
  2110. make[3]: Nothing to be done for `install-data-am'.
  2111. Making install in documents
  2112. make[3]: Nothing to be done for `install-exec-am'.
  2113. make[3]: Nothing to be done for `install-data-am'.
  2114. Making install in extensions
  2115. make[3]: Nothing to be done for `install-exec-am'.
  2116. make[3]: Nothing to be done for `install-data-am'.
  2117. Making install in reports
  2118. make[3]: Nothing to be done for `install-exec-am'.
  2119. make[3]: Nothing to be done for `install-data-am'.
  2120. Making install in xmlspec
  2121. make[3]: Nothing to be done for `install-exec-am'.
  2122. make[3]: Nothing to be done for `install-data-am'.
  2123. Making install in multiple
  2124. make[3]: Nothing to be done for `install-exec-am'.
  2125. make[3]: Nothing to be done for `install-data-am'.
  2126. Making install in xinclude
  2127. make[3]: Nothing to be done for `install-exec-am'.
  2128. make[3]: Nothing to be done for `install-data-am'.
  2129. Making install in XSLTMark
  2130. make[3]: Nothing to be done for `install-exec-am'.
  2131. make[3]: Nothing to be done for `install-data-am'.
  2132. Making install in docbook
  2133. make[3]: Nothing to be done for `install-exec-am'.
  2134. make[3]: Nothing to be done for `install-data-am'.
  2135. Making install in exslt
  2136. Making install in common
  2137. make[4]: Nothing to be done for `install-exec-am'.
  2138. make[4]: Nothing to be done for `install-data-am'.
  2139. Making install in functions
  2140. make[4]: Nothing to be done for `install-exec-am'.
  2141. make[4]: Nothing to be done for `install-data-am'.
  2142. Making install in math
  2143. make[4]: Nothing to be done for `install-exec-am'.
  2144. make[4]: Nothing to be done for `install-data-am'.
  2145. Making install in sets
  2146. make[4]: Nothing to be done for `install-exec-am'.
  2147. make[4]: Nothing to be done for `install-data-am'.
  2148. Making install in strings
  2149. make[4]: Nothing to be done for `install-exec-am'.
  2150. make[4]: Nothing to be done for `install-data-am'.
  2151. Making install in dynamic
  2152. make[4]: Nothing to be done for `install-exec-am'.
  2153. make[4]: Nothing to be done for `install-data-am'.
  2154. Making install in date
  2155. make[4]: Nothing to be done for `install-exec-am'.
  2156. make[4]: Nothing to be done for `install-data-am'.
  2157. make[4]: Nothing to be done for `install-exec-am'.
  2158. make[4]: Nothing to be done for `install-data-am'.
  2159. Making install in plugins
  2160. make[3]: Nothing to be done for `install-exec-am'.
  2161. make[3]: Nothing to be done for `install-data-am'.
  2162. make[3]: Nothing to be done for `install-exec-am'.
  2163. make[3]: Nothing to be done for `install-data-am'.
  2164. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin" || ./install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin"
  2165. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib" || ./install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib"
  2166. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/aclocal" || ./install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/aclocal"
  2167. /usr/bin/install -c xslt-config '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/bin'
  2168. test -z "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/pkgconfig" || ./install-sh -c -d "/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/pkgconfig"
  2169. /usr/bin/install -c -m 644 xsltConf.sh '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib'
  2170. /usr/bin/install -c -m 644 libxslt.m4 '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/share/aclocal'
  2171. /usr/bin/install -c -m 644 libxslt.pc libexslt.pc '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib/pkgconfig'
  2172. Building without Cython.
  2173. Using build configuration of libxml2 2.7.8 and libxslt 1.1.26
  2174. Building against libxml2/libxslt in the following directory: /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/lib
  2175. running build
  2176. running build_py
  2177. package init file '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libexslt/__init__.py' not found (or not a regular file)
  2178. package init file '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/__init__.py' not found (or not a regular file)
  2179. package init file '/Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/__init__.py' not found (or not a regular file)
  2180. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libexslt/exslt.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libexslt
  2181. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libexslt/exsltconfig.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libexslt
  2182. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libexslt/exsltexports.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libexslt
  2183. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/c14n.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2184. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/catalog.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2185. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/chvalid.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2186. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/debugXML.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2187. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/dict.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2188. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/DOCBparser.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2189. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/encoding.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2190. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/entities.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2191. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/globals.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2192. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/hash.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2193. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/HTMLparser.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2194. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/HTMLtree.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2195. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/list.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2196. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/nanoftp.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2197. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/nanohttp.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2198. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/parser.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2199. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/parserInternals.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2200. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/relaxng.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2201. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/SAX.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2202. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/SAX2.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2203. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/schemasInternals.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2204. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/schematron.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2205. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/threads.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2206. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/tree.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2207. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/uri.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2208. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/valid.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2209. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/xinclude.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2210. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/xlink.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2211. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/xmlautomata.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2212. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/xmlerror.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2213. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/xmlexports.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2214. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/xmlIO.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2215. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/xmlmemory.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2216. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/xmlmodule.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2217. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/xmlreader.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2218. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/xmlregexp.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2219. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/xmlsave.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2220. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/xmlschemas.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2221. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/xmlschemastypes.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2222. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/xmlstring.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2223. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/xmlunicode.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2224. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/xmlversion.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2225. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/xmlwriter.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2226. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/xpath.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2227. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/xpathInternals.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2228. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxml2/libxml/xpointer.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxml
  2229. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/attributes.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2230. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/documents.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2231. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/extensions.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2232. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/extra.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2233. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/functions.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2234. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/imports.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2235. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/keys.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2236. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/namespaces.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2237. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/numbersInternals.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2238. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/pattern.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2239. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/preproc.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2240. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/security.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2241. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/templates.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2242. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/transform.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2243. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/variables.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2244. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/xslt.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2245. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/xsltconfig.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2246. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/xsltexports.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2247. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/xsltInternals.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2248. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/xsltlocale.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2249. copying /Users/Nabs/Downloads/lxml-2.3.3/build/tmp/libxml2/include/libxslt/xsltutils.h -> build/lib.macosx-10.6-x86_64-2.7/lxml/include/libxslt
  2250. running build_ext
  2251. Traceback (most recent call last):
  2252.  File "setup.py", line 233, in <module>
  2253.    **setup_extra_options()
  2254.  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
  2255.    dist.run_commands()
  2256.  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
  2257.    self.run_command(cmd)
  2258.  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
  2259.    cmd_obj.run()
  2260.  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build.py", line 127, in run
  2261.    self.run_command(cmd_name)
  2262.  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
  2263.    self.distribution.run_command(command)
  2264.  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 970, in run_command
  2265.    cmd_obj = self.get_command_obj(command)
  2266.  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 845, in get_command_obj
  2267.    klass = self.get_command_class(command)
  2268.  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/dist.py", line 395, in get_command_class
  2269.  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 1954, in load
  2270.  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/build_ext.py", line 14, in <module>
  2271. ImportError: cannot import name _config_vars
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement