1. * Package: app-crypt/mit-krb5-appl-1.0.3
  2. * Repository: gentoo
  3. * Maintainer: kerberos@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 krb5-appl-1.0.3-signed.tar to /tmp/portage/app-crypt/mit-krb5-appl-1.0.3/work
  15. >>> Unpacking ./krb5-appl-1.0.3.tar.gz to /tmp/portage/app-crypt/mit-krb5-appl-1.0.3/work
  16. >>> Source unpacked in /tmp/portage/app-crypt/mit-krb5-appl-1.0.3/work
  17. >>> Preparing source in /tmp/portage/app-crypt/mit-krb5-appl-1.0.3/work/krb5-appl-1.0.3 ...
  18. >>> Source prepared.
  19. >>> Configuring source in /tmp/portage/app-crypt/mit-krb5-appl-1.0.3/work/krb5-appl-1.0.3 ...
  20. * please use append-cppflags for preprocessor flags
  21. * econf: updating krb5-appl-1.0.3/config.sub with /usr/share/gnuconfig/config.sub
  22. * econf: updating krb5-appl-1.0.3/config.guess with /usr/share/gnuconfig/config.guess
  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 --libdir=/usr/lib64
  24. configure: loading site script /usr/share/config.site
  25. checking build system type... x86_64-pc-linux-gnu
  26. checking host system type... x86_64-pc-linux-gnu
  27. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  28. checking whether the C compiler works... yes
  29. checking for C compiler default output file name... a.out
  30. checking for suffix of executables...
  31. checking whether we are cross compiling... no
  32. checking for suffix of object files... o
  33. checking whether we are using the GNU C compiler... yes
  34. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  35. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  36. checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
  37. checking whether we are using the GNU C++ compiler... yes
  38. checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
  39. checking for GNU linker... yes
  40. configure: adding extra warning flags for gcc
  41. configure: skipping pedantic warnings on Linux
  42. checking if C compiler supports -Wno-format-zero-length... yes
  43. checking if C compiler supports -Woverflow... yes
  44. checking if C compiler supports -Wstrict-overflow... yes
  45. checking if C compiler supports -Wmissing-format-attribute... yes
  46. checking if C compiler supports -Wmissing-prototypes... yes
  47. checking if C compiler supports -Wreturn-type... yes
  48. checking if C compiler supports -Wmissing-braces... yes
  49. checking if C compiler supports -Wparentheses... yes
  50. checking if C compiler supports -Wswitch... yes
  51. checking if C compiler supports -Wunused-function... yes
  52. checking if C compiler supports -Wunused-label... yes
  53. checking if C compiler supports -Wunused-variable... yes
  54. checking if C compiler supports -Wunused-value... yes
  55. checking if C compiler supports -Wunknown-pragmas... yes
  56. checking if C compiler supports -Wsign-compare... yes
  57. checking if C compiler supports -Wnewline-eof... no
  58. checking if C compiler supports -Werror=declaration-after-statement... yes
  59. checking if C compiler supports -Werror=variadic-macros... yes
  60. checking for an ANSI C-conforming const... yes
  61. checking whether ln -s works... yes
  62. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  63. checking for ar... ar cqv
  64. checking for ar... ar cruv
  65. checking for a BSD-compatible install... /usr/bin/install -c
  66. checking for bison... bison -y
  67. checking for ar... ar
  68. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  69. checking for grep that handles long lines and -e... /bin/grep
  70. checking for egrep... /bin/grep -E
  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 pid_t... yes
  82. checking vfork.h usability... no
  83. checking vfork.h presence... no
  84. checking for vfork.h... no
  85. checking for fork... yes
  86. checking for vfork... yes
  87. checking for working fork... yes
  88. checking for working vfork... (cached) yes
  89. checking for mode_t... yes
  90. checking return type of signal handlers... void
  91. checking for socklen_t... yes
  92. checking for struct sockaddr_storage... yes
  93. checking for rlogin... /usr/bin/rlogin
  94. checking for rsh... /usr/bin/rsh
  95. checking for rcp... /usr/bin/rcp
  96. checking for socket... yes
  97. checking for stdarg.h... yes
  98. checking whether time.h and sys/time.h may both be included... yes
  99. checking dirent.h usability... yes
  100. checking dirent.h presence... yes
  101. checking for dirent.h... yes
  102. checking for sigsetjmp... no
  103. checking for sigprocmask... yes
  104. checking for sigset_t and POSIX_SIGNALS... yes
  105. checking for use of sigprocmask... yes
  106. checking if argument to wait is int *... no
  107. checking for sys_errlist declaration... yes
  108. checking for struct sockaddr.sa_len... no
  109. checking for sys/types.h... (cached) yes
  110. checking sys/socket.h usability... yes
  111. checking sys/socket.h presence... yes
  112. checking for sys/socket.h... yes
  113. checking netinet/in.h usability... yes
  114. checking netinet/in.h presence... yes
  115. checking for netinet/in.h... yes
  116. checking netdb.h usability... yes
  117. checking netdb.h presence... yes
  118. checking for netdb.h... yes
  119. checking for inet_ntop... yes
  120. checking for inet_pton... yes
  121. checking for getnameinfo... yes
  122. checking for getaddrinfo... yes
  123. checking for IPv6 compile-time support... yes
  124. checking for main in -lutil... yes
  125. checking POSIX signal handlers... yes
  126. checking if getsockname() takes arguments struct sockaddr * and size_t *... no
  127. checking if getsockname() takes arguments struct sockaddr * and int *... no
  128. checking if getsockname() takes arguments struct sockaddr * and socklen_t *... yes
  129. checking curses.h usability... yes
  130. checking curses.h presence... yes
  131. checking for curses.h... yes
  132. checking lastlog.h usability... yes
  133. checking lastlog.h presence... yes
  134. checking for lastlog.h... yes
  135. checking libutil.h usability... no
  136. checking libutil.h presence... no
  137. checking for libutil.h... no
  138. checking for memory.h... (cached) yes
  139. checking paths.h usability... yes
  140. checking paths.h presence... yes
  141. checking for paths.h... yes
  142. checking pty.h usability... yes
  143. checking pty.h presence... yes
  144. checking for pty.h... yes
  145. checking for stdlib.h... (cached) yes
  146. checking for string.h... (cached) yes
  147. checking ttyent.h usability... yes
  148. checking ttyent.h presence... yes
  149. checking for ttyent.h... yes
  150. checking util.h usability... no
  151. checking util.h presence... no
  152. checking for util.h... no
  153. checking sac.h usability... no
  154. checking sac.h presence... no
  155. checking for sac.h... no
  156. checking for unistd.h... (cached) yes
  157. checking utmp.h usability... yes
  158. checking utmp.h presence... yes
  159. checking for utmp.h... yes
  160. checking utmpx.h usability... yes
  161. checking utmpx.h presence... yes
  162. checking for utmpx.h... yes
  163. checking arpa/inet.h usability... yes
  164. checking arpa/inet.h presence... yes
  165. checking for arpa/inet.h... yes
  166. checking arpa/nameser.h usability... yes
  167. checking arpa/nameser.h presence... yes
  168. checking for arpa/nameser.h... yes
  169. checking sys/filio.h usability... no
  170. checking sys/filio.h presence... no
  171. checking for sys/filio.h... no
  172. checking sys/ioctl_compat.h usability... no
  173. checking sys/ioctl_compat.h presence... no
  174. checking for sys/ioctl_compat.h... no
  175. checking sys/label.h usability... no
  176. checking sys/label.h presence... no
  177. checking for sys/label.h... no
  178. checking sys/param.h usability... yes
  179. checking sys/param.h presence... yes
  180. checking for sys/param.h... yes
  181. checking sys/ptyvar.h usability... no
  182. checking sys/ptyvar.h presence... no
  183. checking for sys/ptyvar.h... no
  184. checking sys/select.h usability... yes
  185. checking sys/select.h presence... yes
  186. checking for sys/select.h... yes
  187. checking sys/sockio.h usability... no
  188. checking sys/sockio.h presence... no
  189. checking for sys/sockio.h... no
  190. checking sys/stream.h usability... no
  191. checking sys/stream.h presence... no
  192. checking for sys/stream.h... no
  193. checking sys/time.h usability... yes
  194. checking sys/time.h presence... yes
  195. checking for sys/time.h... yes
  196. checking sys/tty.h usability... no
  197. checking sys/tty.h presence... no
  198. checking for sys/tty.h... no
  199. checking sys/uio.h usability... yes
  200. checking sys/uio.h presence... yes
  201. checking for sys/uio.h... yes
  202. checking sys/utsname.h usability... yes
  203. checking sys/utsname.h presence... yes
  204. checking for sys/utsname.h... yes
  205. checking sys/wait.h usability... yes
  206. checking sys/wait.h presence... yes
  207. checking for sys/wait.h... yes
  208. checking for term.h... yes
  209. checking for _getpty... no
  210. checking for cgetent... no
  211. checking for getcwd... yes
  212. checking for getenv... yes
  213. checking for gethostbyname_r... yes
  214. checking for getservbyname_r... yes
  215. checking for gettosbyname... no
  216. checking for getusershell... yes
  217. checking for getutmp... yes
  218. checking for getutmpx... yes
  219. checking for grantpt... yes
  220. checking for inet_aton... yes
  221. checking for initgroups... yes
  222. checking for isatty... yes
  223. checking for killpg... yes
  224. checking for killpg... (cached) yes
  225. checking for line_push... no
  226. checking for ptsname... yes
  227. checking for revoke... no
  228. checking for rmufile... no
  229. checking for rresvport_af... yes
  230. checking for seteuid... yes
  231. checking for setlogin... no
  232. checking for setpgid... yes
  233. checking for setpriority... yes
  234. checking for setresuid... yes
  235. checking for setreuid... yes
  236. checking for setutent... yes
  237. checking for setutsent... no
  238. checking for setutxent... yes
  239. checking for strsave... no
  240. checking for tcgetpgrp... yes
  241. checking for tcsetpgrp... yes
  242. checking for ttyname... yes
  243. checking for unsetenv... yes
  244. checking for updwtmp... yes
  245. checking for updwtmpx... yes
  246. checking for utimes... yes
  247. checking for utmpname... yes
  248. checking for utmpxname... yes
  249. checking for vasprintf... yes
  250. checking for vhangup... yes
  251. checking for waitpid... yes
  252. checking for logwtmp... yes
  253. checking for openpty... yes
  254. checking for daemon... yes
  255. checking for getdtablesize... yes
  256. checking for getopt... yes
  257. checking for herror... yes
  258. checking for parsetos... no
  259. checking for setenv... yes
  260. checking for setsid... yes
  261. checking for strcasecmp... yes
  262. checking for strdup... yes
  263. checking for strerror... yes
  264. checking for strftime... yes
  265. checking for strlcpy... no
  266. checking for asprintf... yes
  267. checking for crypt in -lcrypt... yes
  268. checking for main in -lodm... no
  269. checking for main in -ltermcap... no
  270. checking for setupterm in -lcurses... no
  271. checking for setupterm in -lncurses... no
  272. checking for setupterm... no
  273. checking for tgetent... no
  274. configure: error: Could not find tgetent; are you missing a curses/ncurses library?
  275. !!! Please attach the following file when seeking support:
  276. !!! /tmp/portage/app-crypt/mit-krb5-appl-1.0.3/work/krb5-appl-1.0.3/config.log
  277. * ERROR: app-crypt/mit-krb5-appl-1.0.3 failed (configure phase):
  278. * econf failed
  279. *
  280. * Call stack:
  281. * ebuild.sh, line 93: Called src_configure
  282. * environment, line 2641: Called econf
  283. * phase-helpers.sh, line 518: Called die
  284. * The specific snippet of code:
  285. * die "econf failed"
  286. *
  287. * If you need support, post the output of `emerge --info '=app-crypt/mit-krb5-appl-1.0.3'`,
  288. * the complete build log and the output of `emerge -pqv '=app-crypt/mit-krb5-appl-1.0.3'`.
  289. sed: couldn't open temporary file /etc/portage/package.mask/sedCu5Ljt: Permission denied