Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 22.26 KB | None | 0 0
  1.  * Package:    dev-db/mysql-5.1.58
  2.  * Repository: gentoo
  3.  * Maintainer: mysql-bugs@gentoo.org
  4.  * USE:        amd64 community elibc_glibc kernel_linux multilib perl ssl userland_GNU
  5.  * FEATURES:   sandbox
  6. >>> Unpacking source...
  7.  * MySQL MY_DATADIR is /var/lib/mysql
  8.  * MySQL datadir found in /var/lib/mysql
  9.  * A new one will not be created.
  10. >>> Unpacking mysql-5.1.58.tar.gz to /var/tmp/portage/dev-db/mysql-5.1.58/work
  11. >>> Unpacking mysql-extras-20110713-0702Z.tar.bz2 to /var/tmp/portage/dev-db/mysql-5.1.58/work
  12. >>> Source unpacked in /var/tmp/portage/dev-db/mysql-5.1.58/work
  13. >>> Preparing source in /var/tmp/portage/dev-db/mysql-5.1.58/work/mysql ...
  14. /var/tmp/portage/dev-db/mysql-5.1.58/temp/environment: line 4284: mysql_src_prepare: command not found
  15. >>> Source prepared.
  16. >>> Configuring source in /var/tmp/portage/dev-db/mysql-5.1.58/work/mysql ...
  17.  * Available plugins: partition federated heap blackhole myisammrg myisam example innodb_plugin ndbcluster archive innobase csv
  18.  * Dynamic plugins:  innodb_plugin
  19.  * Static plugins: csv myisam myisammrg heap archive blackhole innobase
  20.  * Disabled plugins: example ibmdb2i partition federated ndbcluster pbxt
  21.  * econf: updating mysql/config.guess with /usr/share/gnuconfig/config.guess
  22.  * econf: updating mysql/config.sub with /usr/share/gnuconfig/config.sub
  23. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libexecdir=/usr/sbin --sysconfdir=/etc/mysql --localstatedir=/var/lib/mysql --sharedstatedir=/usr/share/mysql --libdir=/usr/lib64 --includedir=/usr/include --with-low-memory --with-client-ldflags=-lstdc++ --enable-thread-safe-client --with-comment=Gentoo Linux mysql-5.1.58 --without-docs --with-LIBDIR=lib64 --without-big-tables --enable-local-infile --with-extra-charsets=all --with-mysqld-user=mysql --with-server --with-unix-socket-path=/var/run/mysqld/mysqld.sock --without-libwrap --enable-shared --enable-static --without-debug --with-charset=utf8 --with-collation=utf8_general_ci --without-embedded-privilege-control --without-embedded-server --with-ssl=/usr --enable-assembler --with-geometry --with-readline --with-zlib-dir=/usr/ --without-pstack --with-plugindir=/usr/lib64/mysql/plugin --enable-community-features --disable-profiling --with-plugins=csv,myisam,myisammrg,heap,archive,blackhole,innobase --without-plugin-example --without-plugin-ibmdb2i --without-plugin-partition --without-plugin-federated --without-plugin-ndbcluster --without-plugin-pbxt
  24. configure: WARNING: unrecognized options: --with-LIBDIR, --without-pstack, --with-plugindir, --without-plugin-example, --without-plugin-ibmdb2i, --without-plugin-partition, --without-plugin-federated, --without-plugin-ndbcluster, --without-plugin-pbxt
  25. checking build system type... x86_64-pc-linux-gnu
  26. checking host system type... x86_64-pc-linux-gnu
  27. checking target system type... x86_64-pc-linux-gnu
  28. checking for a BSD-compatible install... /usr/bin/install -c
  29. checking whether build environment is sane... yes
  30. checking for a thread-safe mkdir -p... /bin/mkdir -p
  31. checking for gawk... gawk
  32. checking whether make sets $(MAKE)... yes
  33. checking how to create a ustar tar archive... gnutar
  34. checking for style of include used by make... GNU
  35. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  36. checking for C compiler default output file name... a.out
  37. checking whether the C compiler works... yes
  38. checking whether we are cross compiling... no
  39. checking for suffix of executables...
  40. checking for suffix of object files... o
  41. checking whether we are using the GNU C compiler... yes
  42. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  43. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  44. checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
  45. checking for a sed that does not truncate output... /bin/sed
  46. checking for grep that handles long lines and -e... /bin/grep
  47. checking for egrep... /bin/grep -E
  48. checking for fgrep... /bin/grep -F
  49. checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
  50. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  51. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  52. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  53. checking whether ln -s works... yes
  54. checking the maximum length of command line arguments... 1572864
  55. checking whether the shell understands some XSI constructs... yes
  56. checking whether the shell understands "+="... yes
  57. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  58. checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
  59. checking how to recognize dependent libraries... pass_all
  60. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  61. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  62. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  63. checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
  64. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  65. checking for ANSI C header files... yes
  66. checking for sys/types.h... yes
  67. checking for sys/stat.h... yes
  68. checking for stdlib.h... yes
  69. checking for string.h... yes
  70. checking for memory.h... yes
  71. checking for strings.h... yes
  72. checking for inttypes.h... yes
  73. checking for stdint.h... yes
  74. checking for unistd.h... yes
  75. checking for dlfcn.h... yes
  76. checking for objdir... .libs
  77. checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  78. checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  79. checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  80. checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
  81. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
  82. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
  83. checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  84. checking whether -lc should be explicitly linked in... no
  85. checking dynamic linker characteristics... GNU/Linux ld.so
  86. checking how to hardcode library paths into programs... immediate
  87. checking whether stripping libraries is possible... yes
  88. checking if libtool supports shared libraries... yes
  89. checking whether to build shared libraries... yes
  90. checking whether to build static libraries... yes
  91. checking "character sets"... default: utf8, collation: utf8_general_ci; compiled in: utf8 latin1 utf8 binary armscii8 ascii big5 cp1250 cp1251 cp1256 cp1257 cp850 cp852 cp866 cp932 dec8 eucjpms euckr gb2312 gbk geostd8 greek hebrew hp8 keybcs2 koi8r koi8u latin1 latin2 latin5 latin7 macce macroman sjis swe7 tis620 ucs2 ujis utf8
  92. checking whether to compile national Unicode collations... yes
  93. checking for doxygen... no
  94. checking for pdflatex... no
  95. checking for makeindex... no
  96. checking whether to enable the maintainer-specific development environment... no
  97. checking whether build environment is sane... yes
  98. checking whether make sets $(MAKE)... (cached) yes
  99. checking for gawk... (cached) gawk
  100. checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
  101. checking whether we are using the GNU C compiler... (cached) yes
  102. checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
  103. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
  104. checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) gcc3
  105. checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
  106. checking whether we are using the GNU C++ compiler... yes
  107. checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
  108. checking dependency style of x86_64-pc-linux-gnu-g++... gcc3
  109. checking whether we are using the GNU C++ compiler... (cached) yes
  110. checking whether x86_64-pc-linux-gnu-g++ accepts -g... (cached) yes
  111. checking dependency style of x86_64-pc-linux-gnu-g++... (cached) gcc3
  112. checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
  113. checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  114. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
  115. checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  116. checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
  117. checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
  118. checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
  119. checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
  120. checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes
  121. checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  122. checking dynamic linker characteristics... GNU/Linux ld.so
  123. checking how to hardcode library paths into programs... immediate
  124. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  125. checking "C Compiler version"... "x86_64-pc-linux-gnu-gcc x86_64-pc-linux-gnu-gcc (Gentoo 4.4.4-r2 p1.2, pie-0.4.5) 4.4.4"
  126. checking "C++ compiler version"... "x86_64-pc-linux-gnu-g++ x86_64-pc-linux-gnu-g++ (Gentoo 4.4.4-r2 p1.2, pie-0.4.5) 4.4.4"
  127. checking for x86_64-pc-linux-gnu-ranlib... (cached) x86_64-pc-linux-gnu-ranlib
  128. checking for a BSD-compatible install... /usr/bin/install -c
  129. checking for bison... bison -y -p MYSQL
  130. checking for pdftex... no
  131. checking for tex... no
  132. checking for uname... /usr/bin/uname
  133. checking operating system... Linux
  134. checking for ar... (cached) x86_64-pc-linux-gnu-ar
  135. checking if we should use 'skip-external-locking' as default for linux-gnu... yes
  136. checking for ln... /bin/ln
  137. checking for ln... /bin/ln
  138. checking for mv... /bin/mv
  139. checking for rm... /bin/rm
  140. checking for cp... /bin/cp
  141. checking for sed... (cached) /bin/sed
  142. checking for cmp... /usr/bin/cmp
  143. checking for chmod... /bin/chmod
  144. checking for hostname... /bin/hostname
  145. checking for diff... /usr/bin/diff
  146. checking for gnutar... no
  147. checking for gtar... no
  148. checking for tar... tar
  149. checking for perl... /usr/bin/perl
  150. 0
  151. checking for ps... /bin/ps
  152. checking "how to check if pid exists"... "/bin/ps wwwp $$PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$$MYSQLD" > /dev/null"
  153. checking for kill... /bin/kill
  154. checking "for kill switches"... "/bin/kill -0 $$PID > /dev/null 2> /dev/null"
  155. checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C...
  156. checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
  157. checking whether --noexecstack is desirable for .S files... yes
  158. checking for x86_64-pc-linux-gnu-nm... /usr/bin/nm -B
  159. /usr/bin/nm: old_atexit.o: no symbols
  160. /usr/bin/nm: udiv_qrnnd.o: no symbols
  161. /usr/bin/nm: mp_clz_tab.o: no symbols
  162. /usr/bin/nm: strncmp.o: no symbols
  163. /usr/bin/nm: memcpy-ssse3.o: no symbols
  164. /usr/bin/nm: mempcpy-ssse3.o: no symbols
  165. /usr/bin/nm: memcpy-ssse3-rep.o: no symbols
  166. /usr/bin/nm: mempcpy-ssse3-rep.o: no symbols
  167. /usr/bin/nm: strncmp-ssse3.o: no symbols
  168. /usr/bin/nm: strncmp-sse4.o: no symbols
  169. /usr/bin/nm: strlen-sse2.o: no symbols
  170. /usr/bin/nm: strlen-sse2-bsf.o: no symbols
  171. /usr/bin/nm: strpbrk-c.o: no symbols
  172. /usr/bin/nm: getopt_init.o: no symbols
  173. /usr/bin/nm: init-posix.o: no symbols
  174. /usr/bin/nm: lseek64.o: no symbols
  175. /usr/bin/nm: oldgetrlimit64.o: no symbols
  176. /usr/bin/nm: internal_accept4.o: no symbols
  177. /usr/bin/nm: internal_recvmmsg.o: no symbols
  178. /usr/bin/nm: libc_multiple_threads.o: no symbols
  179. /usr/bin/nm: getutmpx.o: no symbols
  180. /usr/bin/nm: old_atexit.o: no symbols
  181. /usr/bin/nm: strtoll.o: no symbols
  182. /usr/bin/nm: strtoull.o: no symbols
  183. /usr/bin/nm: strtoll_l.o: no symbols
  184. /usr/bin/nm: strtoull_l.o: no symbols
  185. /usr/bin/nm: udiv_qrnnd.o: no symbols
  186. /usr/bin/nm: mp_clz_tab.o: no symbols
  187. /usr/bin/nm: _itowa.o: no symbols
  188. /usr/bin/nm: tmpfile64.o: no symbols
  189. /usr/bin/nm: iofgetpos64.o: no symbols
  190. /usr/bin/nm: iofopen64.o: no symbols
  191. /usr/bin/nm: iofsetpos64.o: no symbols
  192. /usr/bin/nm: fseeko64.o: no symbols
  193. /usr/bin/nm: ftello64.o: no symbols
  194. /usr/bin/nm: strcasecmp.o: no symbols
  195. /usr/bin/nm: strncase.o: no symbols
  196. /usr/bin/nm: memcpy-ssse3.o: no symbols
  197. /usr/bin/nm: mempcpy-ssse3.o: no symbols
  198. /usr/bin/nm: memcpy-ssse3-back.o: no symbols
  199. /usr/bin/nm: mempcpy-ssse3-back.o: no symbols
  200. /usr/bin/nm: strlen-sse4.o: no symbols
  201. /usr/bin/nm: strlen-no-bsf.o: no symbols
  202. /usr/bin/nm: strpbrk-c.o: no symbols
  203. /usr/bin/nm: wcstoll.o: no symbols
  204. /usr/bin/nm: wcstoull.o: no symbols
  205. /usr/bin/nm: wcstoll_l.o: no symbols
  206. /usr/bin/nm: wcstoull_l.o: no symbols
  207. /usr/bin/nm: getdents64.o: no symbols
  208. /usr/bin/nm: readdir64.o: no symbols
  209. /usr/bin/nm: readdir64_r.o: no symbols
  210. /usr/bin/nm: scandir64.o: no symbols
  211. /usr/bin/nm: alphasort64.o: no symbols
  212. /usr/bin/nm: versionsort64.o: no symbols
  213. /usr/bin/nm: getdirentries64.o: no symbols
  214. /usr/bin/nm: glob64.o: no symbols
  215. /usr/bin/nm: getopt_init.o: no symbols
  216. /usr/bin/nm: pread64.o: no symbols
  217. /usr/bin/nm: pwrite64.o: no symbols
  218. /usr/bin/nm: init-posix.o: no symbols
  219. /usr/bin/nm: xstat64.o: no symbols
  220. /usr/bin/nm: fxstat64.o: no symbols
  221. /usr/bin/nm: lxstat64.o: no symbols
  222. /usr/bin/nm: fxstatat64.o: no symbols
  223. /usr/bin/nm: statfs64.o: no symbols
  224. /usr/bin/nm: fstatfs64.o: no symbols
  225. /usr/bin/nm: statvfs64.o: no symbols
  226. /usr/bin/nm: fstatvfs64.o: no symbols
  227. /usr/bin/nm: open64.o: no symbols
  228. /usr/bin/nm: openat64.o: no symbols
  229. /usr/bin/nm: lseek.o: no symbols
  230. /usr/bin/nm: lseek64.o: no symbols
  231. /usr/bin/nm: lockf64.o: no symbols
  232. /usr/bin/nm: creat64.o: no symbols
  233. /usr/bin/nm: ftw64.o: no symbols
  234. /usr/bin/nm: posix_fadvise64.o: no symbols
  235. /usr/bin/nm: posix_fallocate64.o: no symbols
  236. /usr/bin/nm: sendfile64.o: no symbols
  237. /usr/bin/nm: xstatconv.o: no symbols
  238. /usr/bin/nm: internal_statvfs64.o: no symbols
  239. /usr/bin/nm: fallocate64.o: no symbols
  240. /usr/bin/nm: getrlimit64.o: no symbols
  241. /usr/bin/nm: setrlimit64.o: no symbols
  242. /usr/bin/nm: preadv64.o: no symbols
  243. /usr/bin/nm: pwritev64.o: no symbols
  244. /usr/bin/nm: mkstemp64.o: no symbols
  245. /usr/bin/nm: mkostemp64.o: no symbols
  246. /usr/bin/nm: truncate64.o: no symbols
  247. /usr/bin/nm: ftruncate64.o: no symbols
  248. /usr/bin/nm: mmap64.o: no symbols
  249. /usr/bin/nm: lseek.o: no symbols
  250. /usr/bin/nm: internal_accept4.o: no symbols
  251. /usr/bin/nm: internal_recvmmsg.o: no symbols
  252. /usr/bin/nm: getutmpx.o: no symbols
  253. checking whether features provided by the user community should be included.... yes
  254. checking if we should use assembler functions... no
  255. checking if SHOW PROFILE should be enabled.... no
  256. checking If we should should enable LOAD DATA LOCAL by default... yes
  257. checking If we should should enable init-file... yes
  258. checking for x86_64-pc-linux-gnu-getconf... no
  259. checking for getconf... getconf
  260. checking for CFLAGS value to request large file support...
  261. checking for LDFLAGS value to request large file support...
  262. checking for LIBS value to request large file support...
  263. checking for _FILE_OFFSET_BITS... no
  264. checking for _LARGEFILE_SOURCE... no
  265. checking for _LARGE_FILES... no
  266. checking for size_t... yes
  267. checking for dirent.h that defines DIR... yes
  268. checking for library containing opendir... none required
  269. checking for ANSI C header files... (cached) yes
  270. checking for sys/wait.h that is POSIX.1 compatible... yes
  271. checking fcntl.h usability... yes
  272. checking fcntl.h presence... yes
  273. checking for fcntl.h... yes
  274. checking fenv.h usability... yes
  275. checking fenv.h presence... yes
  276. checking for fenv.h... yes
  277. checking float.h usability... yes
  278. checking float.h presence... yes
  279. checking for float.h... yes
  280. checking floatingpoint.h usability... no
  281. checking floatingpoint.h presence... no
  282. checking for floatingpoint.h... no
  283. checking fpu_control.h usability... yes
  284. checking fpu_control.h presence... yes
  285. checking for fpu_control.h... yes
  286. checking ieeefp.h usability... no
  287. checking ieeefp.h presence... no
  288. checking for ieeefp.h... no
  289. checking limits.h usability... yes
  290. checking limits.h presence... yes
  291. checking for limits.h... yes
  292. checking for memory.h... (cached) yes
  293. checking pwd.h usability... yes
  294. checking pwd.h presence... yes
  295. checking for pwd.h... yes
  296. checking select.h usability... no
  297. checking select.h presence... no
  298. checking for select.h... no
  299. checking for stdlib.h... (cached) yes
  300. checking stddef.h usability... yes
  301. checking stddef.h presence... yes
  302. checking for stddef.h... yes
  303. checking for strings.h... (cached) yes
  304. checking for string.h... (cached) yes
  305. checking synch.h usability... no
  306. checking synch.h presence... no
  307. checking for synch.h... no
  308. checking sys/mman.h usability... yes
  309. checking sys/mman.h presence... yes
  310. checking for sys/mman.h... yes
  311. checking sys/socket.h usability... yes
  312. checking sys/socket.h presence... yes
  313. checking for sys/socket.h... yes
  314. checking netinet/in.h usability... yes
  315. checking netinet/in.h presence... yes
  316. checking for netinet/in.h... yes
  317. checking arpa/inet.h usability... yes
  318. checking arpa/inet.h presence... yes
  319. checking for arpa/inet.h... yes
  320. checking sys/timeb.h usability... yes
  321. checking sys/timeb.h presence... yes
  322. checking for sys/timeb.h... yes
  323. checking for sys/types.h... (cached) yes
  324. checking sys/un.h usability... yes
  325. checking sys/un.h presence... yes
  326. checking for sys/un.h... yes
  327. checking sys/vadvise.h usability... no
  328. checking sys/vadvise.h presence... no
  329. checking for sys/vadvise.h... no
  330. checking for sys/wait.h... (cached) yes
  331. checking term.h usability... yes
  332. checking term.h presence... yes
  333. checking for term.h... yes
  334. checking for unistd.h... (cached) yes
  335. checking utime.h usability... yes
  336. checking utime.h presence... yes
  337. checking for utime.h... yes
  338. checking sys/utime.h usability... no
  339. checking sys/utime.h presence... no
  340. checking for sys/utime.h... no
  341. checking termio.h usability... yes
  342. checking termio.h presence... yes
  343. checking for termio.h... yes
  344. checking termios.h usability... yes
  345. checking termios.h presence... yes
  346. checking for termios.h... yes
  347. checking sched.h usability... yes
  348. checking sched.h presence... yes
  349. checking for sched.h... yes
  350. checking crypt.h usability... yes
  351. checking crypt.h presence... yes
  352. checking for crypt.h... yes
  353. checking alloca.h usability... yes
  354. checking alloca.h presence... yes
  355. checking for alloca.h... yes
  356. checking sys/ioctl.h usability... yes
  357. checking sys/ioctl.h presence... yes
  358. checking for sys/ioctl.h... yes
  359. checking malloc.h usability... yes
  360. checking malloc.h presence... yes
  361. checking for malloc.h... yes
  362. checking sys/malloc.h usability... no
  363. checking sys/malloc.h presence... no
  364. checking for sys/malloc.h... no
  365. checking sys/ipc.h usability... yes
  366. checking sys/ipc.h presence... yes
  367. checking for sys/ipc.h... yes
  368. checking sys/shm.h usability... yes
  369. checking sys/shm.h presence... yes
  370. checking for sys/shm.h... yes
  371. checking linux/config.h usability... no
  372. checking linux/config.h presence... no
  373. checking for linux/config.h... no
  374. checking sys/prctl.h usability... yes
  375. checking sys/prctl.h presence... yes
  376. checking for sys/prctl.h... yes
  377. checking sys/resource.h usability... yes
  378. checking sys/resource.h presence... yes
  379. checking for sys/resource.h... yes
  380. checking sys/param.h usability... yes
  381. checking sys/param.h presence... yes
  382. checking for sys/param.h... yes
  383. checking port.h usability... no
  384. checking port.h presence... no
  385. checking for port.h... no
  386. checking for ieeefp.h... (cached) no
  387. checking execinfo.h usability... yes
  388. checking execinfo.h presence... yes
  389. checking for execinfo.h... yes
  390. checking xfs/xfs.h usability... no
  391. checking xfs/xfs.h presence... no
  392. checking for xfs/xfs.h... no
  393. checking for floor in -lm... yes
  394. checking for gethostbyname_r in -lnsl_r... no
  395. checking for gethostbyname_r in -lnsl... yes
  396. checking for gethostbyname_r... yes
  397. checking for library containing setsockopt... none required
  398. checking for library containing bind... none required
  399. checking for library containing crypt... -lcrypt
  400. checking for library containing inet_aton... none required
  401. checking for library containing sched_yield... none required
  402. checking for zlib compression library... configure: error: headers or binaries were not found in /usr//{include,lib}
  403.  
  404. !!! Please attach the following file when seeking support:
  405. !!! /var/tmp/portage/dev-db/mysql-5.1.58/work/mysql/config.log
  406.  * ERROR: dev-db/mysql-5.1.58 failed (configure phase):
  407.  *   econf failed
  408.  *
  409.  * Call stack:
  410.  *     ebuild.sh, line   56:  Called src_configure
  411.  *   environment, line 4275:  Called mysql-v2_src_configure
  412.  *   environment, line 3798:  Called mysql-autotools_src_configure
  413.  *   environment, line 3450:  Called econf '--libexecdir=/usr/sbin' '--sysconfdir=/etc/mysql' '--localstatedir=/var/lib/mysql' '--sharedstatedir=/usr/share/mysql' '--libdir=/usr/lib64' '--includedir=/usr/include' '--with-low-memory' '--with-client-ldflags=-lstdc++' '--enable-thread-safe-client' '--with-comment=Gentoo Linux mysql-5.1.58' '--without-docs' '--with-LIBDIR=lib64' '--without-big-tables' '--enable-local-infile' '--with-extra-charsets=all' '--with-mysqld-user=mysql' '--with-server' '--with-unix-socket-path=/var/run/mysqld/mysqld.sock' '--without-libwrap' '--enable-shared' '--enable-static' '--without-debug' '--with-charset=utf8' '--with-collation=utf8_general_ci' '--without-embedded-privilege-control' '--without-embedded-server' '--with-ssl=/usr' '--enable-assembler' '--with-geometry' '--with-readline' '--with-zlib-dir=/usr/' '--without-pstack' '--with-plugindir=/usr/lib64/mysql/plugin' '--enable-community-features' '--disable-profiling' '--with-plugins=csv,myisam,myisammrg,heap,archive,blackhole,innobase' '--without-plugin-example' '--without-plugin-ibmdb2i' '--without-plugin-partition' '--without-plugin-federated' '--without-plugin-ndbcluster' '--without-plugin-pbxt'
  414.  *     ebuild.sh, line  559:  Called die
  415.  * The specific snippet of code:
  416.  *              die "econf failed"
  417.  *
  418.  * If you need support, post the output of 'emerge --info =dev-db/mysql-5.1.58',
  419.  * the complete build log and the output of 'emerge -pqv =dev-db/mysql-5.1.58'.
  420.  * The complete build log is located at '/var/tmp/portage/dev-db/mysql-5.1.58/temp/build.log'.
  421.  * The ebuild environment file is located at '/var/tmp/portage/dev-db/mysql-5.1.58/temp/environment'.
  422.  * S: '/var/tmp/portage/dev-db/mysql-5.1.58/work/mysql'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement