1. * Package: app-shells/tcsh-6.17-r1
  2. * Repository: gentoo
  3. * Maintainer: grobian@gentoo.org
  4. * USE: abi_x86_64 amd64 elibc_glibc kernel_linux 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 tcsh-6.17.00.tar.gz to /tmp/portage/app-shells/tcsh-6.17-r1/work
  15. >>> Unpacking tcsh-gentoo-patches-r1.8.tar.bz2 to /tmp/portage/app-shells/tcsh-6.17-r1/work
  16. >>> Source unpacked in /tmp/portage/app-shells/tcsh-6.17-r1/work
  17. >>> Preparing source in /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00 ...
  18. * Applying tcsh-6.14.00-debian-dircolors.patch ...
  19. [ ok ]
  20. * Applying tcsh-6.14-makefile.patch ...
  21. [ ok ]
  22. * Applying tcsh-6.14-use-ncurses.patch ...
  23. [ ok ]
  24. * Running eautoreconf in '/tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00' ...
  25. * Running aclocal ...
  26. [ ok ]
  27. * Running autoconf ...
  28. [ ok ]
  29. * Running autoheader ...
  30. [ ok ]
  31. * Adjusting to prefix /
  32. * csh.cshrc ...
  33. [ ok ]
  34. * csh.login ...
  35. [ ok ]
  36. >>> Source prepared.
  37. >>> Configuring source in /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00 ...
  38. * please use append-cppflags for preprocessor flags
  39. * please use append-cppflags for preprocessor flags
  40. * please use append-cppflags for preprocessor flags
  41. * please use append-cppflags for preprocessor flags
  42. * please use append-cppflags for preprocessor flags
  43. * econf: updating tcsh-6.17.00/config.sub with /usr/share/gnuconfig/config.sub
  44. * econf: updating tcsh-6.17.00/config.guess with /usr/share/gnuconfig/config.guess
  45. ./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=/lib64 --prefix=/ --datarootdir=${prefix}/usr/share
  46. checking build system type... x86_64-pc-linux-gnu
  47. checking host system type... x86_64-pc-linux-gnu
  48. checking cached host tuple... ok
  49. Tcsh will use configuration file `linux'.
  50. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  51. checking whether the C compiler works... yes
  52. checking for C compiler default output file name... a.out
  53. checking for suffix of executables...
  54. checking whether we are cross compiling... no
  55. checking for suffix of object files... o
  56. checking whether we are using the GNU C compiler... yes
  57. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  58. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  59. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  60. checking for grep that handles long lines and -e... /bin/grep
  61. checking for egrep... /bin/grep -E
  62. checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no
  63. checking for library containing crypt... -lcrypt
  64. checking for library containing getspnam... none required
  65. checking for library containing tgetent... no
  66. checking for library containing gethostbyname... none required
  67. checking for library containing connect... none required
  68. checking for ld used by 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 shared library run path origin... done
  71. checking for iconv... yes
  72. checking for working iconv... yes
  73. checking for iconv declaration...
  74. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  75. checking for ANSI C header files... yes
  76. checking for sys/types.h... yes
  77. checking for sys/stat.h... yes
  78. checking for stdlib.h... yes
  79. checking for string.h... yes
  80. checking for memory.h... yes
  81. checking for strings.h... yes
  82. checking for inttypes.h... yes
  83. checking for stdint.h... yes
  84. checking for unistd.h... yes
  85. checking auth.h usability... no
  86. checking auth.h presence... no
  87. checking for auth.h... no
  88. checking crypt.h usability... yes
  89. checking crypt.h presence... yes
  90. checking for crypt.h... yes
  91. checking for inttypes.h... (cached) yes
  92. checking shadow.h usability... yes
  93. checking shadow.h presence... yes
  94. checking for shadow.h... yes
  95. checking for stdint.h... (cached) yes
  96. checking utmp.h usability... yes
  97. checking utmp.h presence... yes
  98. checking for utmp.h... yes
  99. checking utmpx.h usability... yes
  100. checking utmpx.h presence... yes
  101. checking for utmpx.h... yes
  102. checking wchar.h usability... yes
  103. checking wchar.h presence... yes
  104. checking for wchar.h... yes
  105. checking size of wchar_t... 4
  106. checking wctype.h usability... yes
  107. checking wctype.h presence... yes
  108. checking for wctype.h... yes
  109. checking for dirent.h that defines DIR... yes
  110. checking for library containing opendir... none required
  111. checking whether stat file-mode macros are broken... no
  112. checking for ANSI C header files... (cached) yes
  113. checking for long long... yes
  114. checking for uid_t in sys/types.h... yes
  115. checking type of array argument to getgroups... gid_t
  116. checking for mode_t... yes
  117. checking for size_t... yes
  118. checking for uid_t in sys/types.h... (cached) yes
  119. checking for ssize_t... yes
  120. checking for socklen_t... yes
  121. checking for struct dirent.d_ino... yes
  122. checking for struct utmp.ut_host... yes
  123. checking for struct utmp.ut_user... yes
  124. checking for struct utmp.ut_tv... yes
  125. checking for struct utmp.ut_xtime... no
  126. checking for struct sockaddr_storage.ss_family... yes
  127. checking for an ANSI C-conforming const... yes
  128. checking for working volatile... yes
  129. checking whether crypt is declared... yes
  130. checking whether environ is declared... yes
  131. checking whether gethostname is declared... yes
  132. checking whether getpgrp is declared... yes
  133. checking for setlocale... yes
  134. checking for catgets... yes
  135. checking for dup2... yes
  136. checking for getauthid... no
  137. checking for getcwd... yes
  138. checking for gethostname... yes
  139. checking for getpwent... yes
  140. checking for getutent... yes
  141. checking for memmove... yes
  142. checking for memset... yes
  143. checking for nice... yes
  144. checking for nl_langinfo... yes
  145. checking for sbrk... yes
  146. checking for setpgid... yes
  147. checking for setpriority... yes
  148. checking for strerror... yes
  149. checking for strstr... yes
  150. checking for sysconf... yes
  151. checking for wcwidth... yes
  152. checking whether getpgrp requires zero arguments... yes
  153. checking whether mbrtowc and mbstate_t are properly declared... yes
  154. checking whether setpgrp takes no argument... yes
  155. checking for working strcoll... yes
  156. configure: creating ./config.status
  157. config.status: creating Makefile
  158. config.status: creating config.h
  159. config.status: executing ./atconfig commands
  160. >>> Source configured.
  161. >>> Compiling source in /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00 ...
  162. make -j24
  163. grep 'ERR_' ./sh.err.c | grep '^#define' >> sh.err.h.tmp
  164. grep '[FV]_' ./ed.defns.c | grep '^#define' >> ed.defns.h.tmp
  165. sh.err.h recreated.
  166. ed.defns.h recreated.
  167. x86_64-pc-linux-gnu-gcc -E -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' -D_h_tc_const\
  168. ./tc.const.c | \
  169. sed -n -e 's/^\(Char STR[a-zA-Z0-9_]*\) *\[ *\].*/extern \1[];/p' | \
  170. sort >> tc.const.h.tmp
  171. tc.const.h recreated.
  172. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' sh.c
  173. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' sh.dir.c
  174. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' sh.dol.c
  175. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' sh.err.c
  176. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' sh.exec.c
  177. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' sh.char.c
  178. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' sh.exp.c
  179. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' sh.file.c
  180. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' sh.func.c
  181. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' sh.glob.c
  182. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' sh.hist.c
  183. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' sh.init.c
  184. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' sh.lex.c
  185. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' sh.misc.c
  186. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' sh.parse.c
  187. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' sh.print.c
  188. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' sh.proc.c
  189. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' sh.sem.c
  190. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' sh.set.c
  191. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' sh.time.c
  192. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' glob.c
  193. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' mi.termios.c
  194. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' ma.setp.c
  195. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' vms.termcap.c
  196. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tw.help.c
  197. glob.c: In function 'glob':
  198. glob.c:332:3: warning: ignoring return value of 'mblen', declared with attribute warn_unused_result [-Wunused-result]
  199. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tw.init.c
  200. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tw.parse.c
  201. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tw.spell.c
  202. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tw.comp.c
  203. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tw.color.c
  204. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' ed.chared.c
  205. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' ed.refresh.c
  206. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' ed.screen.c
  207. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' ed.init.c
  208. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' ed.inputl.c
  209. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' ed.defns.c
  210. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' ed.xmap.c
  211. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' ed.term.c
  212. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tc.alloc.c
  213. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tc.bind.c
  214. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tc.const.c
  215. rm -f gethost
  216. x86_64-pc-linux-gnu-gcc -o gethost -Wl,-O1 -Wl,--as-needed -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' ./gethost.c -lcrypt
  217. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tc.disc.c
  218. tc.alloc.c: In function 'showall':
  219. tc.alloc.c:590:5: warning: format not a string literal and no format arguments [-Wformat-security]
  220. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tc.func.c
  221. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tc.nls.c
  222. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tc.os.c
  223. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tc.printf.c
  224. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tc.prompt.c
  225. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tc.sched.c
  226. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tc.sig.c
  227. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tc.str.c
  228. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tc.vers.c
  229. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tc.who.c
  230. ./gethost ./host.defs >> tc.defs.c.tmp
  231. tc.defs.c recreated.
  232. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. -D_PATH_TCSHELL='"//bin/tcsh"' tc.defs.c
  233. rm -f tcsh core
  234. x86_64-pc-linux-gnu-gcc -o tcsh -Wl,-O1 -Wl,--as-needed -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D_PATH_DOTCSHRC='"/etc/csh.cshrc"' -D_PATH_DOTLOGIN='"/etc/csh.login"' -D_PATH_DOTLOGOUT='"/etc/csh.logout"' -D_PATH_USRBIN='"/usr/bin"' -D_PATH_BIN='"/bin"' -I. -I. sh.o sh.dir.o sh.dol.o sh.err.o sh.exec.o sh.char.o sh.exp.o sh.file.o sh.func.o sh.glob.o sh.hist.o sh.init.o sh.lex.o sh.misc.o sh.parse.o sh.print.o sh.proc.o sh.sem.o sh.set.o sh.time.o glob.o mi.termios.o ma.setp.o vms.termcap.o tw.help.o tw.init.o tw.parse.o tw.spell.o tw.comp.o tw.color.o ed.chared.o ed.refresh.o ed.screen.o ed.init.o ed.inputl.o ed.defns.o ed.xmap.o ed.term.o tc.alloc.o tc.bind.o tc.const.o tc.defs.o tc.disc.o tc.func.o tc.nls.o tc.os.o tc.printf.o tc.prompt.o tc.sched.o tc.sig.o tc.str.o tc.vers.o tc.who.o -lcrypt
  235. ed.screen.o: In function `EchoTC':
  236. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:612: undefined reference to `tgetflag'
  237. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:662: undefined reference to `tputs'
  238. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:708: undefined reference to `tgoto'
  239. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:708: undefined reference to `tputs'
  240. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:677: undefined reference to `tgoto'
  241. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:677: undefined reference to `tputs'
  242. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:610: undefined reference to `tgetstr'
  243. ed.screen.o: In function `SetAttributes':
  244. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:937: undefined reference to `tputs'
  245. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:986: undefined reference to `tputs'
  246. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:950: undefined reference to `tputs'
  247. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:972: undefined reference to `tputs'
  248. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:980: undefined reference to `tputs'
  249. ed.screen.o:/tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:966: more undefined references to `tputs' follow
  250. ed.screen.o: In function `MoveToChar':
  251. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1132: undefined reference to `tgoto'
  252. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1132: undefined reference to `tputs'
  253. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1102: undefined reference to `tgoto'
  254. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1102: undefined reference to `tputs'
  255. ed.screen.o: In function `MoveToLine':
  256. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1051: undefined reference to `tgoto'
  257. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1051: undefined reference to `tputs'
  258. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1064: undefined reference to `tgoto'
  259. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1064: undefined reference to `tputs'
  260. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1069: undefined reference to `tputs'
  261. ed.screen.o: In function `DeleteChars':
  262. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1272: undefined reference to `tputs'
  263. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1268: undefined reference to `tputs'
  264. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1263: undefined reference to `tgoto'
  265. ed.screen.o: In function `Insert_write':
  266. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1322: undefined reference to `tputs'
  267. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1327: undefined reference to `tputs'
  268. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1309: undefined reference to `tputs'
  269. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1314: undefined reference to `tputs'
  270. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1303: undefined reference to `tgoto'
  271. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1303: undefined reference to `tputs'
  272. ed.screen.o: In function `ClearScreen':
  273. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1358: undefined reference to `tputs'
  274. ed.screen.o: In function `GetTermCaps':
  275. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1436: undefined reference to `tgetent'
  276. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1456: undefined reference to `tgetflag'
  277. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1458: undefined reference to `tgetflag'
  278. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1459: undefined reference to `tgetflag'
  279. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1460: undefined reference to `tgetflag'
  280. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1461: undefined reference to `tgetnum'
  281. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1462: undefined reference to `tgetnum'
  282. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1464: undefined reference to `tgetstr'
  283. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1456: undefined reference to `tgetflag'
  284. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1458: undefined reference to `tgetflag'
  285. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1458: undefined reference to `tgetflag'
  286. ed.screen.o: In function `DeleteChars':
  287. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1275: undefined reference to `tputs'
  288. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1275: undefined reference to `tputs'
  289. ed.screen.o: In function `Insert_write':
  290. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1316: undefined reference to `tputs'
  291. ed.screen.o: In function `ClearEOL':
  292. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1343: undefined reference to `tputs'
  293. ed.screen.o: In function `ClearScreen':
  294. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1360: undefined reference to `tputs'
  295. ed.screen.o:/tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/ed.screen.c:1356: more undefined references to `tputs' follow
  296. tc.func.o: In function `dotermname':
  297. /tmp/portage/app-shells/tcsh-6.17-r1/work/tcsh-6.17.00/tc.func.c:2082: undefined reference to `tgetent'
  298. collect2: ld returned 1 exit status
  299. make: *** [tcsh] Error 1
  300. emake failed
  301. * ERROR: app-shells/tcsh-6.17-r1 failed (compile phase):
  302. * emake failed
  303. *
  304. * Call stack:
  305. * ebuild.sh, line 93: Called src_compile
  306. * environment, line 3349: Called __eapi2_src_compile
  307. * phase-helpers.sh, line 629: Called die
  308. * The specific snippet of code:
  309. * emake || die "emake failed"
  310. *
  311. * If you need support, post the output of `emerge --info '=app-shells/tcsh-6.17-r1'`,
  312. * the complete build log and the output of `emerge -pqv '=app-shells/tcsh-6.17-r1'`.
  313. sed: couldn't open temporary file /etc/portage/package.mask/sednmQxeg: Permission denied