1. * Package: app-shells/fish-1.23.1-r2
  2. * Repository: gentoo
  3. * Maintainer: jdhore@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 fish-1.23.1.tar.bz2 to /tmp/portage/app-shells/fish-1.23.1-r2/work
  15. >>> Source unpacked in /tmp/portage/app-shells/fish-1.23.1-r2/work
  16. >>> Preparing source in /tmp/portage/app-shells/fish-1.23.1-r2/work/fish-1.23.1 ...
  17. * Applying fish-1.23.0-glibc-2.8.patch ...
  18. [ ok ]
  19. * Applying fish-1.22.3-gettext.patch ...
  20. [ ok ]
  21. * Applying fish-1.23.1-gentoo-alt.patch ...
  22. [ ok ]
  23. * Applying fish-1.23.1-fish_indent.patch ...
  24. [ ok ]
  25. * Applying fish-1.23.1-multi-line_prompts.patch ...
  26. [ ok ]
  27. * Running eautoreconf in '/tmp/portage/app-shells/fish-1.23.1-r2/work/fish-1.23.1' ...
  28. * Running aclocal ...
  29. [ ok ]
  30. * Running autoconf ...
  31. [ ok ]
  32. * Running autoheader ...
  33. [ ok ]
  34. >>> Source prepared.
  35. >>> Configuring source in /tmp/portage/app-shells/fish-1.23.1-r2/work/fish-1.23.1 ...
  36. * econf: updating fish-1.23.1/config.guess with /usr/share/gnuconfig/config.guess
  37. * econf: updating fish-1.23.1/config.sub with /usr/share/gnuconfig/config.sub
  38. ./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 docdir=/usr/share/doc/fish-1.23.1-r2 --without-xsel --bindir=/bin
  39. configure: loading site script /usr/share/config.site
  40. checking if autoconf needs to be run... no
  41. checking if autoheader needs to be run... no
  42. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  43. checking whether the C compiler works... yes
  44. checking for C compiler default output file name... a.out
  45. checking for suffix of executables...
  46. checking whether we are cross compiling... no
  47. checking for suffix of object files... o
  48. checking whether we are using the GNU C compiler... yes
  49. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  50. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  51. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  52. checking for a BSD-compatible install... /usr/bin/install -c
  53. checking for seq...
  54. checking if seq comes from a previous fish version... no
  55. checking whether make sets $(MAKE)... yes
  56. checking for a thread-safe mkdir -p... /bin/mkdir -p
  57. checking whether NLS is requested... yes
  58. checking for msgfmt... /usr/bin/msgfmt
  59. checking for gmsgfmt... /usr/bin/gmsgfmt
  60. checking for xgettext... /usr/bin/xgettext
  61. checking for msgmerge... /usr/bin/msgmerge
  62. checking build system type... x86_64-pc-linux-gnu
  63. checking host system type... x86_64-pc-linux-gnu
  64. checking for grep that handles long lines and -e... /bin/grep
  65. checking for egrep... /bin/grep -E
  66. checking whether we are using the GNU C Library 2 or newer... yes
  67. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  68. checking whether the -Werror option is usable... yes
  69. checking for simple visibility declarations... yes
  70. checking for inline... inline
  71. checking for ANSI C header files... yes
  72. checking for sys/types.h... yes
  73. checking for sys/stat.h... yes
  74. checking for stdlib.h... yes
  75. checking for string.h... yes
  76. checking for memory.h... yes
  77. checking for strings.h... yes
  78. checking for inttypes.h... yes
  79. checking for stdint.h... yes
  80. checking for unistd.h... yes
  81. checking for size_t... yes
  82. checking for stdint.h... yes
  83. checking for working alloca.h... yes
  84. checking for alloca... yes
  85. checking for stdlib.h... (cached) yes
  86. checking for unistd.h... (cached) yes
  87. checking for sys/param.h... yes
  88. checking for getpagesize... yes
  89. checking for working mmap... yes
  90. checking whether integer division by zero raises SIGFPE... yes
  91. checking for inttypes.h... yes
  92. checking for unsigned long long int... yes
  93. checking for inttypes.h... (cached) yes
  94. checking whether the inttypes.h PRIxNN macros are broken... no
  95. checking minix/config.h usability... no
  96. checking minix/config.h presence... no
  97. checking for minix/config.h... no
  98. checking whether it is safe to define __EXTENSIONS__... yes
  99. checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld
  100. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  101. checking for shared library run path origin... /bin/sh: ./config.rpath: No such file or directory
  102. done
  103. checking whether imported symbols can be declared weak... yes
  104. checking pthread.h usability... yes
  105. checking pthread.h presence... yes
  106. checking for pthread.h... yes
  107. checking for pthread_kill in -lpthread... yes
  108. checking for multithread API to use... posix
  109. checking for pthread_rwlock_t... yes
  110. checking for iconv... yes
  111. checking for working iconv... yes
  112. checking for iconv declaration...
  113. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  114. checking argz.h usability... yes
  115. checking argz.h presence... yes
  116. checking for argz.h... yes
  117. checking for inttypes.h... (cached) yes
  118. checking limits.h usability... yes
  119. checking limits.h presence... yes
  120. checking for limits.h... yes
  121. checking for unistd.h... (cached) yes
  122. checking for sys/param.h... (cached) yes
  123. checking for getcwd... yes
  124. checking for getegid... yes
  125. checking for geteuid... yes
  126. checking for getgid... yes
  127. checking for getuid... yes
  128. checking for mempcpy... yes
  129. checking for munmap... yes
  130. checking for stpcpy... yes
  131. checking for strcasecmp... yes
  132. checking for strdup... yes
  133. checking for strtoul... yes
  134. checking for tsearch... yes
  135. checking for uselocale... yes
  136. checking for argz_count... yes
  137. checking for argz_stringify... yes
  138. checking for argz_next... yes
  139. checking for __fsetlocking... yes
  140. checking whether feof_unlocked is declared... yes
  141. checking whether fgets_unlocked is declared... yes
  142. checking for bison... bison
  143. checking version of bison... 2.4.3, ok
  144. checking for long long int... yes
  145. checking for wchar_t... yes
  146. checking for wint_t... yes
  147. checking for intmax_t... yes
  148. checking whether printf() supports POSIX/XSI format strings... yes
  149. checking whether we are using the GNU C Library 2.1 or newer... yes
  150. checking for stdint.h... (cached) yes
  151. checking for SIZE_MAX... yes
  152. checking for stdint.h... (cached) yes
  153. checking for working fcntl.h... yes
  154. checking for CFPreferencesCopyAppValue... no
  155. checking for CFLocaleCopyCurrent... no
  156. checking for ptrdiff_t... yes
  157. checking stddef.h usability... yes
  158. checking stddef.h presence... yes
  159. checking for stddef.h... yes
  160. checking for stdlib.h... (cached) yes
  161. checking for string.h... (cached) yes
  162. checking for asprintf... yes
  163. checking for fwprintf... yes
  164. checking for newlocale... yes
  165. checking for putenv... yes
  166. checking for setenv... yes
  167. checking for setlocale... yes
  168. checking for snprintf... yes
  169. checking for strnlen... yes
  170. checking for wcslen... yes
  171. checking for wcsnlen... yes
  172. checking for mbrtowc... yes
  173. checking for wcrtomb... yes
  174. checking whether _snprintf is declared... no
  175. checking whether _snwprintf is declared... no
  176. checking whether getc_unlocked is declared... yes
  177. checking for nl_langinfo and CODESET... yes
  178. checking for LC_MESSAGES... yes
  179. checking for CFPreferencesCopyAppValue... (cached) no
  180. checking for CFLocaleCopyCurrent... (cached) no
  181. checking whether included gettext is requested... no
  182. checking for GNU gettext in libc... yes
  183. checking whether to use NLS... yes
  184. checking where the gettext function comes from... libc
  185. checking if -std=c99 works... yes
  186. checking if we are compiling against glibc... yes
  187. checking target system type... x86_64-pc-linux-gnu
  188. checking if we are under Solaris... no
  189. checking if we are using non varargs tparm.... no
  190. checking if we are under BSD... no
  191. checking for /proc/self/stat... yes
  192. checking for library containing connect... none required
  193. checking for library containing nanosleep... none required
  194. checking for library containing setupterm... no
  195. configure: error: Could not find a curses implementation, needed to build fish
  196. !!! Please attach the following file when seeking support:
  197. !!! /tmp/portage/app-shells/fish-1.23.1-r2/work/fish-1.23.1/config.log
  198. * ERROR: app-shells/fish-1.23.1-r2 failed (configure phase):
  199. * econf failed
  200. *
  201. * Call stack:
  202. * ebuild.sh, line 93: Called src_configure
  203. * environment, line 3129: Called econf 'docdir=/usr/share/doc/fish-1.23.1-r2' '--without-xsel' '--bindir=/bin'
  204. * phase-helpers.sh, line 518: Called die
  205. * The specific snippet of code:
  206. * die "econf failed"
  207. *
  208. * If you need support, post the output of `emerge --info '=app-shells/fish-1.23.1-r2'`,
  209. * the complete build log and the output of `emerge -pqv '=app-shells/fish-1.23.1-r2'`.
  210. sed: couldn't open temporary file /etc/portage/package.mask/sedvJ0CIm: Permission denied