1. * Package: dev-libs/libedit-20110709.3.0
  2. * Repository: gentoo
  3. * Maintainer: bsd@gentoo.org
  4. * USE: abi_x86_64 amd64 elibc_glibc kernel_linux test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. Installed LAPACK for library directory lib64
  7. [1] reference *
  8. Installed BLAS for library directory lib64
  9. [1] reference *
  10. Installed CBLAS for library directory lib64
  11. [1] gsl
  12. [2] reference *
  13. >>> Unpacking source...
  14. >>> Unpacking libedit-20110709-3.0.tar.gz to /tmp/portage/dev-libs/libedit-20110709.3.0/work
  15. >>> Source unpacked in /tmp/portage/dev-libs/libedit-20110709.3.0/work
  16. >>> Preparing source in /tmp/portage/dev-libs/libedit-20110709.3.0/work/libedit-20110709-3.0 ...
  17. * Applying libedit-ncursesprivate.patch ...
  18. [ ok ]
  19. * Applying libedit-20100424.3.0-bsd.patch ...
  20. [ ok ]
  21. * Applying libedit-20110709.3.0-weak-reference.patch ...
  22. [ ok ]
  23. >>> Source prepared.
  24. >>> Configuring source in /tmp/portage/dev-libs/libedit-20110709.3.0/work/libedit-20110709-3.0 ...
  25. * econf: updating libedit-20110709-3.0/config.sub with /usr/share/gnuconfig/config.sub
  26. * econf: updating libedit-20110709-3.0/config.guess with /usr/share/gnuconfig/config.guess
  27. ./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 --libdir=/usr/lib64 --disable-static --enable-widec --disable-dependency-tracking --enable-fast-install
  28. configure: loading site script /usr/share/config.site
  29. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  30. checking for C compiler default output file name... a.out
  31. checking whether the C compiler works... yes
  32. checking whether we are cross compiling... no
  33. checking for suffix of executables...
  34. checking for suffix of object files... o
  35. checking whether we are using the GNU C compiler... yes
  36. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  37. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  38. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  39. checking for grep that handles long lines and -e... /bin/grep
  40. checking for egrep... /bin/grep -E
  41. checking for AIX... no
  42. checking for ANSI C header files... yes
  43. checking for sys/types.h... yes
  44. checking for sys/stat.h... yes
  45. checking for stdlib.h... yes
  46. checking for string.h... yes
  47. checking for memory.h... yes
  48. checking for strings.h... yes
  49. checking for inttypes.h... yes
  50. checking for stdint.h... yes
  51. checking for unistd.h... yes
  52. checking minix/config.h usability... no
  53. checking minix/config.h presence... no
  54. checking for minix/config.h... no
  55. checking whether it is safe to define __EXTENSIONS__... yes
  56. checking for a BSD-compatible install... /usr/bin/install -c
  57. checking whether build environment is sane... yes
  58. checking for a thread-safe mkdir -p... /bin/mkdir -p
  59. checking for gawk... gawk
  60. checking whether make sets $(MAKE)... yes
  61. checking for style of include used by make... GNU
  62. checking dependency style of x86_64-pc-linux-gnu-gcc... none
  63. checking build system type... x86_64-pc-linux-gnu
  64. checking host system type... x86_64-pc-linux-gnu
  65. checking how to print strings... printf
  66. checking for a sed that does not truncate output... /bin/sed
  67. checking for fgrep... /bin/grep -F
  68. checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
  69. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  70. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  71. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  72. checking whether ln -s works... yes
  73. checking the maximum length of command line arguments... 1572864
  74. checking whether the shell understands some XSI constructs... yes
  75. checking whether the shell understands "+="... yes
  76. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  77. checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
  78. checking how to recognize dependent libraries... pass_all
  79. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  80. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  81. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  82. checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
  83. checking for dlfcn.h... yes
  84. checking for objdir... .libs
  85. checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  86. checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  87. checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  88. checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
  89. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
  90. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
  91. 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
  92. checking whether -lc should be explicitly linked in... no
  93. checking dynamic linker characteristics... GNU/Linux ld.so
  94. checking how to hardcode library paths into programs... immediate
  95. checking whether stripping libraries is possible... yes
  96. checking if libtool supports shared libraries... yes
  97. checking whether to build shared libraries... yes
  98. checking whether to build static libraries... no
  99. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... -std=gnu99
  100. checking whether ln -s works... yes
  101. checking for gawk... (cached) gawk
  102. checking for nroff... /usr/bin/nroff
  103. checking for tgetent in -lcurses... no
  104. checking for tgetent in -lncurses... no
  105. configure: error: libcurses or libncurses are required!
  106. !!! Please attach the following file when seeking support:
  107. !!! /tmp/portage/dev-libs/libedit-20110709.3.0/work/libedit-20110709-3.0/config.log
  108. * ERROR: dev-libs/libedit-20110709.3.0 failed (configure phase):
  109. * econf failed
  110. *
  111. * Call stack:
  112. * ebuild.sh, line 93: Called src_configure
  113. * environment, line 2437: Called econf '--disable-static' '--enable-widec' '--disable-dependency-tracking' '--enable-fast-install'
  114. * phase-helpers.sh, line 518: Called die
  115. * The specific snippet of code:
  116. * die "econf failed"
  117. *
  118. * If you need support, post the output of `emerge --info '=dev-libs/libedit-20110709.3.0'`,
  119. * the complete build log and the output of `emerge -pqv '=dev-libs/libedit-20110709.3.0'`.
  120. sed: couldn't open temporary file /etc/portage/package.mask/sedK6VxB5: Permission denied