Guest User

gnu_hello_make_distcheck_freeBSD

a guest
Mar 12th, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 54.51 KB | None | 0 0
  1. make  dist-gzip am__post_remove_distdir='@:'
  2. if test -d "hello-2.9.27-f95ba-dirty"; then  find "hello-2.9.27-f95ba-dirty" -type d ! -perm -200 -exec chmod u+w {} ';'  && rm -rf "hello-2.9.27-f95ba-dirty"  || { sleep 5 && rm -rf "hello-2.9.27-f95ba-dirty"; };  else :; fi
  3. test -d "hello-2.9.27-f95ba-dirty" || mkdir "hello-2.9.27-f95ba-dirty"
  4.  (cd po && make  top_distdir=../hello-2.9.27-f95ba-dirty distdir=../hello-2.9.27-f95ba-dirty/po \
  5.      am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
  6. make update-po
  7. make hello.pot-update
  8. sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed
  9. mv t-remove-potcdate.sed remove-potcdate.sed
  10. if LC_ALL=C grep 'GNU hello' ../* 2>/dev/null | grep -v 'libtool:' >/dev/null; then  package_gnu='GNU ';  else  package_gnu='';  fi;  if test -n 'bug-hello@gnu.org' || test 'bug-hello@gnu.org' = '@'PACKAGE_BUGREPORT'@'; then  msgid_bugs_address='bug-hello@gnu.org';  else  msgid_bugs_address='bug-hello@gnu.org';  fi;  case `/usr/local/bin/xgettext --version | sed 1q | sed -e 's,^[^0-9]*,,'` in  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*)  /usr/local/bin/xgettext --default-domain=hello --directory=..  --add-comments=TRANSLATORS: --keyword=_ --keyword=N_   --flag=_:1:pass-c-format --flag=N_:1:pass-c-format --flag=error:3:c-format --flag=error_at_line:5:c-format  --from-code=UTF-8 --flag=asprintf:2:c-format --flag=vasprintf:2:c-format --flag=asnprintf:3:c-format --flag=vasnprintf:3:c-format --flag=wrapf:1:c-format ${end_of_xgettext_options+}  --flag=error:3:c-format --flag=error_at_line:5:c-format  --files-from=./POTFILES.in  --copyright-holder='Free Software Foundation, Inc.'  --msgid-bugs-address="$msgid_bugs_address"  ;;  *)  /usr/local/bin/xgettext --default-domain=hello --directory=..  --add-comments=TRANSLATORS: --keyword=_ --keyword=N_   --flag=_:1:pass-c-format --flag=N_:1:pass-c-format --flag=error:3:c-format --flag=error_at_line:5:c-format  --from-code=UTF-8 --flag=asprintf:2:c-format --flag=vasprintf:2:c-format --flag=asnprintf:3:c-format --flag=vasnprintf:3:c-format --flag=wrapf:1:c-format ${end_of_xgettext_options+}  --flag=error:3:c-format --flag=error_at_line:5:c-format  --files-from=./POTFILES.in  --copyright-holder='Free Software Foundation, Inc.'  --package-name="${package_gnu}hello"  --package-version='2.9.27-f95ba-dirty'  --msgid-bugs-address="$msgid_bugs_address"  ;;  esac
  11. test ! -f hello.po || {  if test -f ./hello.pot; then  sed -f remove-potcdate.sed < ./hello.pot > hello.1po &&  sed -f remove-potcdate.sed < hello.po > hello.2po &&  if cmp hello.1po hello.2po >/dev/null 2>&1; then  rm -f hello.1po hello.2po hello.po;  else  rm -f hello.1po hello.2po ./hello.pot &&  mv hello.po ./hello.pot;  fi;  else  mv hello.po ./hello.pot;  fi;  }
  12. test -z "" || make
  13. make update-gmo
  14. dists="Makefile.in.in remove-potcdate.sin  quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars POTFILES.in       ";  if test "hello" = "gettext-tools"; then  dists="$dists Makevars.template";  fi;  if test -f ./hello.pot; then  dists="$dists hello.pot stamp-po";  fi;  if test -f ./ChangeLog; then  dists="$dists ChangeLog";  fi;  for i in 0 1 2 3 4 5 6 7 8 9; do  if test -f ./ChangeLog.$i; then  dists="$dists ChangeLog.$i";  fi;  done;  if test -f ./LINGUAS; then dists="$dists LINGUAS"; fi;  for file in $dists; do  if test -f $file; then  cp -p $file ../hello-2.9.27-f95ba-dirty/po || exit 1;  else  cp -p ./$file ../hello-2.9.27-f95ba-dirty/po || exit 1;  fi;  done
  15. make   top_distdir="hello-2.9.27-f95ba-dirty" distdir="hello-2.9.27-f95ba-dirty"  dist-info dist-hook
  16. if test -d .git; then                ./build-aux/gitlog-to-changelog             --amend=./build-aux/git-log-fix             --since=2011-12-17 > hello-2.9.27-f95ba-dirty/cl-t;         rm -f hello-2.9.27-f95ba-dirty/ChangeLog;                   mv hello-2.9.27-f95ba-dirty/cl-t hello-2.9.27-f95ba-dirty/ChangeLog;            fi
  17. test -n ""  || find "hello-2.9.27-f95ba-dirty" -type d ! -perm -755  -exec chmod u+rwx,go+rx {} \; -o  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o  ! -type d ! -perm -400 -exec chmod a+r {} \; -o  ! -type d ! -perm -444 -exec /bin/sh /usr/home/gordon/hello/build-aux/install-sh -c -m a+r {} {} \;  || chmod -R a+r "hello-2.9.27-f95ba-dirty"
  18. tardir=hello-2.9.27-f95ba-dirty && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >hello-2.9.27-f95ba-dirty.tar.gz
  19. if test -d "hello-2.9.27-f95ba-dirty"; then  find "hello-2.9.27-f95ba-dirty" -type d ! -perm -200 -exec chmod u+w {} ';'  && rm -rf "hello-2.9.27-f95ba-dirty"  || { sleep 5 && rm -rf "hello-2.9.27-f95ba-dirty"; };  else :; fi
  20. case 'hello-2.9.27-f95ba-dirty.tar.gz' in  *.tar.gz*)  GZIP=--best gzip -dc hello-2.9.27-f95ba-dirty.tar.gz | ${TAR-tar} xf - ;; *.tar.bz2*)  bzip2 -dc hello-2.9.27-f95ba-dirty.tar.bz2 | ${TAR-tar} xf - ;; *.tar.lz*)  lzip -dc hello-2.9.27-f95ba-dirty.tar.lz | ${TAR-tar} xf - ;; *.tar.xz*)  xz -dc hello-2.9.27-f95ba-dirty.tar.xz | ${TAR-tar} xf - ;; *.tar.Z*)  uncompress -c hello-2.9.27-f95ba-dirty.tar.Z | ${TAR-tar} xf - ;; *.shar.gz*)  GZIP=--best gzip -dc hello-2.9.27-f95ba-dirty.shar.gz | unshar ;; *.zip*)  unzip hello-2.9.27-f95ba-dirty.zip ;; esac
  21. chmod -R a-w hello-2.9.27-f95ba-dirty
  22. chmod u+w hello-2.9.27-f95ba-dirty
  23. mkdir hello-2.9.27-f95ba-dirty/_build hello-2.9.27-f95ba-dirty/_inst
  24. chmod a-w hello-2.9.27-f95ba-dirty
  25. test -d hello-2.9.27-f95ba-dirty/_build || exit 0;  dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd hello-2.9.27-f95ba-dirty/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && am__cwd=`pwd`  && CDPATH="${ZSH_VERSION+.}:" && cd hello-2.9.27-f95ba-dirty/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"      && make   && make  dvi  && make  check  && make  install  && make  installcheck  && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf "$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf hello-2.9.27-f95ba-dirty.tar.gz  && make  distcleancheck  && cd "$am__cwd"  || exit 1
  26. checking for a BSD-compatible install... /usr/bin/install -c
  27. checking whether build environment is sane... yes
  28. checking for a thread-safe mkdir -p... ../build-aux/install-sh -c -d
  29. checking for gawk... no
  30. checking for mawk... no
  31. checking for nawk... nawk
  32. checking whether make sets $(MAKE)... yes
  33. checking whether make supports nested variables... yes
  34. checking for gcc... no
  35. checking for cc... cc
  36. checking whether the C compiler works... yes
  37. checking for C compiler default output file name... a.out
  38. checking for suffix of executables...
  39. checking whether we are cross compiling... no
  40. checking for suffix of object files... o
  41. checking whether we are using the GNU C compiler... yes
  42. checking whether cc accepts -g... yes
  43. checking for cc option to accept ISO C89... none needed
  44. checking whether cc understands -c and -o together... yes
  45. checking for style of include used by make... GNU
  46. checking dependency style of cc... gcc3
  47. checking how to run the C preprocessor... cc -E
  48. checking for grep that handles long lines and -e... /usr/bin/grep
  49. checking for egrep... /usr/bin/grep -E
  50. checking for Minix Amsterdam compiler... no
  51. checking for ar... ar
  52. checking for ranlib... ranlib
  53. checking for ANSI C header files... yes
  54. checking for sys/types.h... yes
  55. checking for sys/stat.h... yes
  56. checking for stdlib.h... yes
  57. checking for string.h... yes
  58. checking for memory.h... yes
  59. checking for strings.h... yes
  60. checking for inttypes.h... yes
  61. checking for stdint.h... yes
  62. checking for unistd.h... yes
  63. checking minix/config.h usability... no
  64. checking minix/config.h presence... no
  65. checking for minix/config.h... no
  66. checking whether it is safe to define __EXTENSIONS__... yes
  67. checking whether _XOPEN_SOURCE should be defined... no
  68. checking build system type... x86_64-unknown-freebsd10.0
  69. checking host system type... x86_64-unknown-freebsd10.0
  70. checking whether // is distinct from /... no
  71. checking whether the preprocessor supports include_next... yes
  72. checking whether system header files limit the line length... no
  73. checking for complete errno.h... yes
  74. checking whether strerror_r is declared... yes
  75. checking for strerror_r... yes
  76. checking whether strerror_r returns char *... no
  77. checking for stdio_ext.h... no
  78. checking for getopt.h... yes
  79. checking for unistd.h... (cached) yes
  80. checking for sys/mman.h... yes
  81. checking for sys/socket.h... yes
  82. checking for wchar.h... yes
  83. checking for features.h... no
  84. checking for wctype.h... yes
  85. checking for getopt.h... (cached) yes
  86. checking for getopt_long_only... yes
  87. checking whether getopt is POSIX compatible... yes
  88. checking for working GNU getopt function... no
  89. checking whether getenv is declared... yes
  90. checking for nl_langinfo and CODESET... yes
  91. checking for symlink... yes
  92. checking for mbsinit... yes
  93. checking for mbrtowc... yes
  94. checking for mbsrtowcs... yes
  95. checking for mprotect... yes
  96. checking for _set_invalid_parameter_handler... no
  97. checking for strndup... yes
  98. checking for iswcntrl... yes
  99. checking for working fcntl.h... no (bad O_NOATIME)
  100. checking whether getc_unlocked is declared... yes
  101. checking whether we are using the GNU C Library >= 2.1 or uClibc... no
  102. checking whether malloc, realloc, calloc are POSIX compliant... yes
  103. checking for mbstate_t... yes
  104. checking for a traditional japanese locale... ja_JP.eucJP
  105. checking for a transitional chinese locale... zh_CN.GB18030
  106. checking for a french Unicode locale... fr_FR.UTF-8
  107. checking for a traditional french locale... fr_FR.ISO8859-1
  108. checking for mmap... yes
  109. checking for MAP_ANONYMOUS... yes
  110. checking whether memchr works... yes
  111. checking for stdbool.h that conforms to C99... yes
  112. checking for _Bool... yes
  113. checking for wchar_t... yes
  114. checking whether strerror(0) succeeds... yes
  115. checking for C/C++ restrict keyword... __restrict
  116. checking whether ffsl is declared without a macro... yes
  117. checking whether ffsll is declared without a macro... yes
  118. checking whether memmem is declared without a macro... yes
  119. checking whether mempcpy is declared without a macro... no
  120. checking whether memrchr is declared without a macro... yes
  121. checking whether rawmemchr is declared without a macro... no
  122. checking whether stpcpy is declared without a macro... yes
  123. checking whether stpncpy is declared without a macro... yes
  124. checking whether strchrnul is declared without a macro... yes
  125. checking whether strdup is declared without a macro... yes
  126. checking whether strncat is declared without a macro... yes
  127. checking whether strndup is declared without a macro... yes
  128. checking whether strnlen is declared without a macro... yes
  129. checking whether strpbrk is declared without a macro... yes
  130. checking whether strsep is declared without a macro... yes
  131. checking whether strcasestr is declared without a macro... yes
  132. checking whether strtok_r is declared without a macro... yes
  133. checking whether strerror_r is declared without a macro... yes
  134. checking whether strsignal is declared without a macro... yes
  135. checking whether strverscmp is declared without a macro... no
  136. checking whether strndup is declared... (cached) yes
  137. checking whether strnlen is declared... (cached) yes
  138. checking for pid_t... yes
  139. checking for mode_t... yes
  140. checking whether <wchar.h> uses 'inline' correctly... yes
  141. checking for wint_t... yes
  142. checking whether // is distinct from /... (cached) no
  143. checking for error_at_line... no
  144. checking for __fpending... no
  145. checking how to determine the number of pending output bytes on a stream... fp->_p - fp->_bf._base
  146. checking whether mbrtowc handles incomplete characters... yes
  147. checking whether mbrtowc works as well as mbtowc... yes
  148. checking whether mbrtowc handles a NULL pwc argument... yes
  149. checking whether mbrtowc handles a NULL string argument... yes
  150. checking whether mbrtowc has a correct return value... yes
  151. checking whether mbrtowc returns 0 when parsing a NUL character... yes
  152. checking whether mbrtowc handles incomplete characters... (cached) yes
  153. checking whether mbrtowc works as well as mbtowc... (cached) yes
  154. checking whether mbrtowc handles incomplete characters... (cached) yes
  155. checking whether mbrtowc works as well as mbtowc... (cached) yes
  156. checking whether mbsrtowcs works... yes
  157. checking whether program_invocation_name is declared... no
  158. checking whether program_invocation_short_name is declared... no
  159. checking for ssize_t... yes
  160. checking whether NULL can be used in arbitrary expressions... yes
  161. checking whether dprintf is declared without a macro... yes
  162. checking whether fpurge is declared without a macro... yes
  163. checking whether fseeko is declared without a macro... yes
  164. checking whether ftello is declared without a macro... yes
  165. checking whether getdelim is declared without a macro... yes
  166. checking whether getline is declared without a macro... yes
  167. checking whether gets is declared without a macro... yes
  168. checking whether pclose is declared without a macro... yes
  169. checking whether popen is declared without a macro... yes
  170. checking whether renameat is declared without a macro... yes
  171. checking whether snprintf is declared without a macro... yes
  172. checking whether tmpfile is declared without a macro... yes
  173. checking whether vdprintf is declared without a macro... yes
  174. checking whether vsnprintf is declared without a macro... yes
  175. checking whether _Exit is declared without a macro... yes
  176. checking whether atoll is declared without a macro... yes
  177. checking whether canonicalize_file_name is declared without a macro... no
  178. checking whether getloadavg is declared without a macro... yes
  179. checking whether getsubopt is declared without a macro... yes
  180. checking whether grantpt is declared without a macro... yes
  181. checking whether initstate is declared without a macro... yes
  182. checking whether initstate_r is declared without a macro... no
  183. checking whether mkdtemp is declared without a macro... yes
  184. checking whether mkostemp is declared without a macro... yes
  185. checking whether mkostemps is declared without a macro... yes
  186. checking whether mkstemp is declared without a macro... yes
  187. checking whether mkstemps is declared without a macro... no
  188. checking whether posix_openpt is declared without a macro... yes
  189. checking whether ptsname is declared without a macro... yes
  190. checking whether ptsname_r is declared without a macro... no
  191. checking whether random is declared without a macro... yes
  192. checking whether random_r is declared without a macro... no
  193. checking whether realpath is declared without a macro... yes
  194. checking whether rpmatch is declared without a macro... yes
  195. checking whether secure_getenv is declared without a macro... no
  196. checking whether setenv is declared without a macro... yes
  197. checking whether setstate is declared without a macro... yes
  198. checking whether setstate_r is declared without a macro... no
  199. checking whether srandom is declared without a macro... yes
  200. checking whether srandom_r is declared without a macro... no
  201. checking whether strtod is declared without a macro... yes
  202. checking whether strtoll is declared without a macro... yes
  203. checking whether strtoull is declared without a macro... yes
  204. checking whether unlockpt is declared without a macro... yes
  205. checking whether unsetenv is declared without a macro... yes
  206. checking for working strerror function... yes
  207. checking for working strndup... yes
  208. checking for working strnlen... yes
  209. checking whether chdir is declared without a macro... yes
  210. checking whether chown is declared without a macro... yes
  211. checking whether dup is declared without a macro... yes
  212. checking whether dup2 is declared without a macro... yes
  213. checking whether dup3 is declared without a macro... yes
  214. checking whether environ is declared without a macro... no
  215. checking whether euidaccess is declared without a macro... no
  216. checking whether faccessat is declared without a macro... yes
  217. checking whether fchdir is declared without a macro... yes
  218. checking whether fchownat is declared without a macro... yes
  219. checking whether fdatasync is declared without a macro... no
  220. checking whether fsync is declared without a macro... yes
  221. checking whether ftruncate is declared without a macro... yes
  222. checking whether getcwd is declared without a macro... yes
  223. checking whether getdomainname is declared without a macro... yes
  224. checking whether getdtablesize is declared without a macro... yes
  225. checking whether getgroups is declared without a macro... yes
  226. checking whether gethostname is declared without a macro... yes
  227. checking whether getlogin is declared without a macro... yes
  228. checking whether getlogin_r is declared without a macro... yes
  229. checking whether getpagesize is declared without a macro... yes
  230. checking whether getusershell is declared without a macro... yes
  231. checking whether setusershell is declared without a macro... yes
  232. checking whether endusershell is declared without a macro... yes
  233. checking whether group_member is declared without a macro... no
  234. checking whether isatty is declared without a macro... yes
  235. checking whether lchown is declared without a macro... yes
  236. checking whether link is declared without a macro... yes
  237. checking whether linkat is declared without a macro... yes
  238. checking whether lseek is declared without a macro... yes
  239. checking whether pipe is declared without a macro... yes
  240. checking whether pipe2 is declared without a macro... yes
  241. checking whether pread is declared without a macro... yes
  242. checking whether pwrite is declared without a macro... yes
  243. checking whether readlink is declared without a macro... yes
  244. checking whether readlinkat is declared without a macro... yes
  245. checking whether rmdir is declared without a macro... yes
  246. checking whether sethostname is declared without a macro... yes
  247. checking whether sleep is declared without a macro... yes
  248. checking whether symlink is declared without a macro... yes
  249. checking whether symlinkat is declared without a macro... yes
  250. checking whether ttyname_r is declared without a macro... yes
  251. checking whether unlink is declared without a macro... yes
  252. checking whether unlinkat is declared without a macro... yes
  253. checking whether usleep is declared without a macro... yes
  254. checking whether btowc is declared without a macro... yes
  255. checking whether wctob is declared without a macro... yes
  256. checking whether mbsinit is declared without a macro... yes
  257. checking whether mbrtowc is declared without a macro... yes
  258. checking whether mbrlen is declared without a macro... yes
  259. checking whether mbsrtowcs is declared without a macro... yes
  260. checking whether mbsnrtowcs is declared without a macro... yes
  261. checking whether wcrtomb is declared without a macro... yes
  262. checking whether wcsrtombs is declared without a macro... yes
  263. checking whether wcsnrtombs is declared without a macro... yes
  264. checking whether wcwidth is declared without a macro... yes
  265. checking whether wmemchr is declared without a macro... yes
  266. checking whether wmemcmp is declared without a macro... yes
  267. checking whether wmemcpy is declared without a macro... yes
  268. checking whether wmemmove is declared without a macro... yes
  269. checking whether wmemset is declared without a macro... yes
  270. checking whether wcslen is declared without a macro... yes
  271. checking whether wcsnlen is declared without a macro... yes
  272. checking whether wcscpy is declared without a macro... yes
  273. checking whether wcpcpy is declared without a macro... yes
  274. checking whether wcsncpy is declared without a macro... yes
  275. checking whether wcpncpy is declared without a macro... yes
  276. checking whether wcscat is declared without a macro... yes
  277. checking whether wcsncat is declared without a macro... yes
  278. checking whether wcscmp is declared without a macro... yes
  279. checking whether wcsncmp is declared without a macro... yes
  280. checking whether wcscasecmp is declared without a macro... yes
  281. checking whether wcsncasecmp is declared without a macro... yes
  282. checking whether wcscoll is declared without a macro... yes
  283. checking whether wcsxfrm is declared without a macro... yes
  284. checking whether wcsdup is declared without a macro... yes
  285. checking whether wcschr is declared without a macro... yes
  286. checking whether wcsrchr is declared without a macro... yes
  287. checking whether wcscspn is declared without a macro... yes
  288. checking whether wcsspn is declared without a macro... yes
  289. checking whether wcspbrk is declared without a macro... yes
  290. checking whether wcsstr is declared without a macro... yes
  291. checking whether wcstok is declared without a macro... yes
  292. checking whether wcswidth is declared without a macro... yes
  293. checking whether iswcntrl works... yes
  294. checking for towlower... yes
  295. checking for wctype_t... yes
  296. checking for wctrans_t... yes
  297. checking whether wctype is declared without a macro... yes
  298. checking whether iswctype is declared without a macro... yes
  299. checking whether wctrans is declared without a macro... yes
  300. checking whether towctrans is declared without a macro... yes
  301. checking for a sed that does not truncate output... /usr/bin/sed
  302. checking whether NLS is requested... yes
  303. checking for msgfmt... /usr/local/bin/msgfmt
  304. checking for gmsgfmt... /usr/local/bin/msgfmt
  305. checking for xgettext... /usr/local/bin/xgettext
  306. checking for msgmerge... /usr/local/bin/msgmerge
  307. checking for ld used by cc... /usr/bin/ld
  308. checking if the linker (/usr/bin/ld) is GNU ld... yes
  309. checking for shared library run path origin... done
  310. checking for CFPreferencesCopyAppValue... no
  311. checking for CFLocaleCopyCurrent... no
  312. checking for GNU gettext in libc... no
  313. checking for iconv... yes
  314. checking for working iconv... yes
  315. checking for GNU gettext in libintl... no
  316. checking whether to use NLS... no
  317. checking that generated files are newer than configure... done
  318. configure: creating ./config.status
  319. config.status: creating Makefile
  320. config.status: creating po/Makefile.in
  321. config.status: creating config.h
  322. config.status: linking ../GNUmakefile to GNUmakefile
  323. config.status: executing depfiles commands
  324. config.status: executing po-directories commands
  325. config.status: creating po/POTFILES
  326. config.status: creating po/Makefile
  327. rm -f lib/configmake.h-t &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  echo '#define PREFIX "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst"';  echo '#define EXEC_PREFIX "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst"';  echo '#define BINDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/bin"';  echo '#define SBINDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/sbin"';  echo '#define LIBEXECDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/libexec"';  echo '#define DATAROOTDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share"';  echo '#define DATADIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share"';  echo '#define SYSCONFDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/etc"';  echo '#define SHAREDSTATEDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/com"';  echo '#define LOCALSTATEDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/var"';  echo '#define RUNSTATEDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/var/run"';  echo '#define INCLUDEDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/include"';  echo '#define OLDINCLUDEDIR "/usr/include"';  echo '#define DOCDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/doc/hello"';  echo '#define INFODIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/info"';  echo '#define HTMLDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/doc/hello"';  echo '#define DVIDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/doc/hello"';  echo '#define PDFDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/doc/hello"';  echo '#define PSDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/doc/hello"';  echo '#define LIBDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/lib"';  echo '#define LISPDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/emacs/site-lisp"';  echo '#define LOCALEDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale"';  echo '#define MANDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/man"';  echo '#define MANEXT ""';  echo '#define PKGDATADIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/hello"';  echo '#define PKGINCLUDEDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/include/hello"';  echo '#define PKGLIBDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/lib/hello"';  echo '#define PKGLIBEXECDIR "/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/libexec/hello"';  } | sed '/""/d' > lib/configmake.h-t &&  mv -f lib/configmake.h-t lib/configmake.h
  328. rm -f lib/arg-nonnull.h-t lib/arg-nonnull.h &&  sed -n -e '/GL_ARG_NONNULL/,$p'  < ../build-aux/snippet/arg-nonnull.h  > lib/arg-nonnull.h-t &&  mv lib/arg-nonnull.h-t lib/arg-nonnull.h
  329. rm -f lib/getopt.h-t lib/getopt.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''HAVE_GETOPT_H''@|1|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_GETOPT_H''@|<getopt.h>|g'  -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h'  < ../lib/getopt.in.h;  } > lib/getopt.h-t &&  mv -f lib/getopt.h-t lib/getopt.h
  330. rm -f lib/c++defs.h-t lib/c++defs.h &&  sed -n -e '/_GL_CXXDEFS/,$p'  < ../build-aux/snippet/c++defs.h  > lib/c++defs.h-t &&  mv lib/c++defs.h-t lib/c++defs.h
  331. rm -f lib/warn-on-use.h-t lib/warn-on-use.h &&  sed -n -e '/^.ifndef/,$p'  < ../build-aux/snippet/warn-on-use.h  > lib/warn-on-use.h-t &&  mv lib/warn-on-use.h-t lib/warn-on-use.h
  332. rm -f lib/stdio.h-t lib/stdio.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' &&  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g'  -e 's/@''GNULIB_DPRINTF''@/0/g'  -e 's/@''GNULIB_FCLOSE''@/0/g'  -e 's/@''GNULIB_FDOPEN''@/0/g'  -e 's/@''GNULIB_FFLUSH''@/0/g'  -e 's/@''GNULIB_FGETC''@/1/g'  -e 's/@''GNULIB_FGETS''@/1/g'  -e 's/@''GNULIB_FOPEN''@/0/g'  -e 's/@''GNULIB_FPRINTF''@/1/g'  -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g'  -e 's/@''GNULIB_FPURGE''@/0/g'  -e 's/@''GNULIB_FPUTC''@/1/g'  -e 's/@''GNULIB_FPUTS''@/1/g'  -e 's/@''GNULIB_FREAD''@/1/g'  -e 's/@''GNULIB_FREOPEN''@/0/g'  -e 's/@''GNULIB_FSCANF''@/1/g'  -e 's/@''GNULIB_FSEEK''@/0/g'  -e 's/@''GNULIB_FSEEKO''@/0/g'  -e 's/@''GNULIB_FTELL''@/0/g'  -e 's/@''GNULIB_FTELLO''@/0/g'  -e 's/@''GNULIB_FWRITE''@/1/g'  -e 's/@''GNULIB_GETC''@/1/g'  -e 's/@''GNULIB_GETCHAR''@/1/g'  -e 's/@''GNULIB_GETDELIM''@/0/g'  -e 's/@''GNULIB_GETLINE''@/0/g'  -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g'  -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g'  -e 's/@''GNULIB_PCLOSE''@/0/g'  -e 's/@''GNULIB_PERROR''@/0/g'  -e 's/@''GNULIB_POPEN''@/0/g'  -e 's/@''GNULIB_PRINTF''@/1/g'  -e 's/@''GNULIB_PRINTF_POSIX''@/0/g'  -e 's/@''GNULIB_PUTC''@/1/g'  -e 's/@''GNULIB_PUTCHAR''@/1/g'  -e 's/@''GNULIB_PUTS''@/1/g'  -e 's/@''GNULIB_REMOVE''@/0/g'  -e 's/@''GNULIB_RENAME''@/0/g'  -e 's/@''GNULIB_RENAMEAT''@/0/g'  -e 's/@''GNULIB_SCANF''@/1/g'  -e 's/@''GNULIB_SNPRINTF''@/0/g'  -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g'  -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g'  -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g'  -e 's/@''GNULIB_TMPFILE''@/0/g'  -e 's/@''GNULIB_VASPRINTF''@/0/g'  -e 's/@''GNULIB_VDPRINTF''@/0/g'  -e 's/@''GNULIB_VFPRINTF''@/1/g'  -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g'  -e 's/@''GNULIB_VFSCANF''@/0/g'  -e 's/@''GNULIB_VSCANF''@/0/g'  -e 's/@''GNULIB_VPRINTF''@/1/g'  -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g'  -e 's/@''GNULIB_VSNPRINTF''@/0/g'  -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g'  < ../lib/stdio.in.h |  sed -e 's|@''HAVE_DECL_FPURGE''@|1|g'  -e 's|@''HAVE_DECL_FSEEKO''@|1|g'  -e 's|@''HAVE_DECL_FTELLO''@|1|g'  -e 's|@''HAVE_DECL_GETDELIM''@|1|g'  -e 's|@''HAVE_DECL_GETLINE''@|1|g'  -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g'  -e 's|@''HAVE_DECL_SNPRINTF''@|1|g'  -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g'  -e 's|@''HAVE_DPRINTF''@|1|g'  -e 's|@''HAVE_FSEEKO''@|1|g'  -e 's|@''HAVE_FTELLO''@|1|g'  -e 's|@''HAVE_PCLOSE''@|1|g'  -e 's|@''HAVE_POPEN''@|1|g'  -e 's|@''HAVE_RENAMEAT''@|1|g'  -e 's|@''HAVE_VASPRINTF''@|1|g'  -e 's|@''HAVE_VDPRINTF''@|1|g'  -e 's|@''REPLACE_DPRINTF''@|0|g'  -e 's|@''REPLACE_FCLOSE''@|0|g'  -e 's|@''REPLACE_FDOPEN''@|0|g'  -e 's|@''REPLACE_FFLUSH''@|0|g'  -e 's|@''REPLACE_FOPEN''@|0|g'  -e 's|@''REPLACE_FPRINTF''@|0|g'  -e 's|@''REPLACE_FPURGE''@|0|g'  -e 's|@''REPLACE_FREOPEN''@|0|g'  -e 's|@''REPLACE_FSEEK''@|0|g'  -e 's|@''REPLACE_FSEEKO''@|0|g'  -e 's|@''REPLACE_FTELL''@|0|g'  -e 's|@''REPLACE_FTELLO''@|0|g'  -e 's|@''REPLACE_GETDELIM''@|0|g'  -e 's|@''REPLACE_GETLINE''@|0|g'  -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g'  -e 's|@''REPLACE_PERROR''@|0|g'  -e 's|@''REPLACE_POPEN''@|0|g'  -e 's|@''REPLACE_PRINTF''@|0|g'  -e 's|@''REPLACE_REMOVE''@|0|g'  -e 's|@''REPLACE_RENAME''@|0|g'  -e 's|@''REPLACE_RENAMEAT''@|0|g'  -e 's|@''REPLACE_SNPRINTF''@|0|g'  -e 's|@''REPLACE_SPRINTF''@|0|g'  -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g'  -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g'  -e 's|@''REPLACE_TMPFILE''@|0|g'  -e 's|@''REPLACE_VASPRINTF''@|0|g'  -e 's|@''REPLACE_VDPRINTF''@|0|g'  -e 's|@''REPLACE_VFPRINTF''@|0|g'  -e 's|@''REPLACE_VPRINTF''@|0|g'  -e 's|@''REPLACE_VSNPRINTF''@|0|g'  -e 's|@''REPLACE_VSPRINTF''@|0|g'  -e 's|@''ASM_SYMBOL_PREFIX''@||g'  -e '/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h';  } > lib/stdio.h-t &&  mv lib/stdio.h-t lib/stdio.h
  333. rm -f lib/stdlib.h-t lib/stdlib.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' &&  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g'  -e 's/@''GNULIB__EXIT''@/0/g'  -e 's/@''GNULIB_ATOLL''@/0/g'  -e 's/@''GNULIB_CALLOC_POSIX''@/0/g'  -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/0/g'  -e 's/@''GNULIB_GETLOADAVG''@/0/g'  -e 's/@''GNULIB_GETSUBOPT''@/0/g'  -e 's/@''GNULIB_GRANTPT''@/0/g'  -e 's/@''GNULIB_MALLOC_POSIX''@/1/g'  -e 's/@''GNULIB_MBTOWC''@/0/g'  -e 's/@''GNULIB_MKDTEMP''@/0/g'  -e 's/@''GNULIB_MKOSTEMP''@/0/g'  -e 's/@''GNULIB_MKOSTEMPS''@/0/g'  -e 's/@''GNULIB_MKSTEMP''@/0/g'  -e 's/@''GNULIB_MKSTEMPS''@/0/g'  -e 's/@''GNULIB_POSIX_OPENPT''@/0/g'  -e 's/@''GNULIB_PTSNAME''@/0/g'  -e 's/@''GNULIB_PTSNAME_R''@/0/g'  -e 's/@''GNULIB_PUTENV''@/0/g'  -e 's/@''GNULIB_RANDOM''@/0/g'  -e 's/@''GNULIB_RANDOM_R''@/0/g'  -e 's/@''GNULIB_REALLOC_POSIX''@/0/g'  -e 's/@''GNULIB_REALPATH''@/0/g'  -e 's/@''GNULIB_RPMATCH''@/0/g'  -e 's/@''GNULIB_SECURE_GETENV''@/0/g'  -e 's/@''GNULIB_SETENV''@/0/g'  -e 's/@''GNULIB_STRTOD''@/0/g'  -e 's/@''GNULIB_STRTOLL''@/0/g'  -e 's/@''GNULIB_STRTOULL''@/0/g'  -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g'  -e 's/@''GNULIB_UNLOCKPT''@/0/g'  -e 's/@''GNULIB_UNSETENV''@/0/g'  -e 's/@''GNULIB_WCTOMB''@/0/g'  < ../lib/stdlib.in.h |  sed -e 's|@''HAVE__EXIT''@|1|g'  -e 's|@''HAVE_ATOLL''@|1|g'  -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g'  -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g'  -e 's|@''HAVE_GETSUBOPT''@|1|g'  -e 's|@''HAVE_GRANTPT''@|1|g'  -e 's|@''HAVE_MKDTEMP''@|1|g'  -e 's|@''HAVE_MKOSTEMP''@|1|g'  -e 's|@''HAVE_MKOSTEMPS''@|1|g'  -e 's|@''HAVE_MKSTEMP''@|1|g'  -e 's|@''HAVE_MKSTEMPS''@|1|g'  -e 's|@''HAVE_POSIX_OPENPT''@|1|g'  -e 's|@''HAVE_PTSNAME''@|1|g'  -e 's|@''HAVE_PTSNAME_R''@|1|g'  -e 's|@''HAVE_RANDOM''@|1|g'  -e 's|@''HAVE_RANDOM_H''@|1|g'  -e 's|@''HAVE_RANDOM_R''@|1|g'  -e 's|@''HAVE_REALPATH''@|1|g'  -e 's|@''HAVE_RPMATCH''@|1|g'  -e 's|@''HAVE_SECURE_GETENV''@|1|g'  -e 's|@''HAVE_DECL_SETENV''@|1|g'  -e 's|@''HAVE_STRTOD''@|1|g'  -e 's|@''HAVE_STRTOLL''@|1|g'  -e 's|@''HAVE_STRTOULL''@|1|g'  -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g'  -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g'  -e 's|@''HAVE_UNLOCKPT''@|1|g'  -e 's|@''HAVE_DECL_UNSETENV''@|1|g'  -e 's|@''REPLACE_CALLOC''@|0|g'  -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g'  -e 's|@''REPLACE_MALLOC''@|0|g'  -e 's|@''REPLACE_MBTOWC''@|0|g'  -e 's|@''REPLACE_MKSTEMP''@|0|g'  -e 's|@''REPLACE_PTSNAME''@|0|g'  -e 's|@''REPLACE_PTSNAME_R''@|0|g'  -e 's|@''REPLACE_PUTENV''@|0|g'  -e 's|@''REPLACE_RANDOM_R''@|0|g'  -e 's|@''REPLACE_REALLOC''@|0|g'  -e 's|@''REPLACE_REALPATH''@|0|g'  -e 's|@''REPLACE_SETENV''@|0|g'  -e 's|@''REPLACE_STRTOD''@|0|g'  -e 's|@''REPLACE_UNSETENV''@|0|g'  -e 's|@''REPLACE_WCTOMB''@|0|g'  -e '/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h'  -e '/definition of _Noreturn/r ../build-aux/snippet/_Noreturn.h'  -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h';  } > lib/stdlib.h-t &&  mv lib/stdlib.h-t lib/stdlib.h
  334. rm -f lib/string.h-t lib/string.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' &&  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_STRING_H''@|<string.h>|g'  -e 's/@''GNULIB_FFSL''@/0/g'  -e 's/@''GNULIB_FFSLL''@/0/g'  -e 's/@''GNULIB_MBSLEN''@/0/g'  -e 's/@''GNULIB_MBSNLEN''@/0/g'  -e 's/@''GNULIB_MBSCHR''@/0/g'  -e 's/@''GNULIB_MBSRCHR''@/0/g'  -e 's/@''GNULIB_MBSSTR''@/0/g'  -e 's/@''GNULIB_MBSCASECMP''@/0/g'  -e 's/@''GNULIB_MBSNCASECMP''@/0/g'  -e 's/@''GNULIB_MBSPCASECMP''@/0/g'  -e 's/@''GNULIB_MBSCASESTR''@/0/g'  -e 's/@''GNULIB_MBSCSPN''@/0/g'  -e 's/@''GNULIB_MBSPBRK''@/0/g'  -e 's/@''GNULIB_MBSSPN''@/0/g'  -e 's/@''GNULIB_MBSSEP''@/0/g'  -e 's/@''GNULIB_MBSTOK_R''@/0/g'  -e 's/@''GNULIB_MEMCHR''@/1/g'  -e 's/@''GNULIB_MEMMEM''@/0/g'  -e 's/@''GNULIB_MEMPCPY''@/0/g'  -e 's/@''GNULIB_MEMRCHR''@/0/g'  -e 's/@''GNULIB_RAWMEMCHR''@/0/g'  -e 's/@''GNULIB_STPCPY''@/0/g'  -e 's/@''GNULIB_STPNCPY''@/0/g'  -e 's/@''GNULIB_STRCHRNUL''@/0/g'  -e 's/@''GNULIB_STRDUP''@/0/g'  -e 's/@''GNULIB_STRNCAT''@/0/g'  -e 's/@''GNULIB_STRNDUP''@/1/g'  -e 's/@''GNULIB_STRNLEN''@/1/g'  -e 's/@''GNULIB_STRPBRK''@/0/g'  -e 's/@''GNULIB_STRSEP''@/0/g'  -e 's/@''GNULIB_STRSTR''@/0/g'  -e 's/@''GNULIB_STRCASESTR''@/0/g'  -e 's/@''GNULIB_STRTOK_R''@/0/g'  -e 's/@''GNULIB_STRERROR''@/1/g'  -e 's/@''GNULIB_STRERROR_R''@/0/g'  -e 's/@''GNULIB_STRSIGNAL''@/0/g'  -e 's/@''GNULIB_STRVERSCMP''@/0/g'  < ../lib/string.in.h |  sed -e 's|@''HAVE_FFSL''@|1|g'  -e 's|@''HAVE_FFSLL''@|1|g'  -e 's|@''HAVE_MBSLEN''@|0|g'  -e 's|@''HAVE_MEMCHR''@|1|g'  -e 's|@''HAVE_DECL_MEMMEM''@|1|g'  -e 's|@''HAVE_MEMPCPY''@|1|g'  -e 's|@''HAVE_DECL_MEMRCHR''@|1|g'  -e 's|@''HAVE_RAWMEMCHR''@|1|g'  -e 's|@''HAVE_STPCPY''@|1|g'  -e 's|@''HAVE_STPNCPY''@|1|g'  -e 's|@''HAVE_STRCHRNUL''@|1|g'  -e 's|@''HAVE_DECL_STRDUP''@|1|g'  -e 's|@''HAVE_DECL_STRNDUP''@|1|g'  -e 's|@''HAVE_DECL_STRNLEN''@|1|g'  -e 's|@''HAVE_STRPBRK''@|1|g'  -e 's|@''HAVE_STRSEP''@|1|g'  -e 's|@''HAVE_STRCASESTR''@|1|g'  -e 's|@''HAVE_DECL_STRTOK_R''@|1|g'  -e 's|@''HAVE_DECL_STRERROR_R''@|1|g'  -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g'  -e 's|@''HAVE_STRVERSCMP''@|1|g'  -e 's|@''REPLACE_STPNCPY''@|0|g'  -e 's|@''REPLACE_MEMCHR''@|0|g'  -e 's|@''REPLACE_MEMMEM''@|0|g'  -e 's|@''REPLACE_STRCASESTR''@|0|g'  -e 's|@''REPLACE_STRCHRNUL''@|0|g'  -e 's|@''REPLACE_STRDUP''@|0|g'  -e 's|@''REPLACE_STRSTR''@|0|g'  -e 's|@''REPLACE_STRERROR''@|0|g'  -e 's|@''REPLACE_STRERROR_R''@|0|g'  -e 's|@''REPLACE_STRNCAT''@|0|g'  -e 's|@''REPLACE_STRNDUP''@|0|g'  -e 's|@''REPLACE_STRNLEN''@|0|g'  -e 's|@''REPLACE_STRSIGNAL''@|0|g'  -e 's|@''REPLACE_STRTOK_R''@|0|g'  -e 's|@''UNDEFINE_STRTOK_R''@|0|g'  -e '/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h';  < ../lib/string.in.h;  } > lib/string.h-t &&  mv lib/string.h-t lib/string.h
  335. ../build-aux/install-sh -c -d lib/sys
  336. rm -f lib/sys/types.h-t lib/sys/types.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g'  -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g'  < ../lib/sys_types.in.h;  } > lib/sys/types.h-t &&  mv lib/sys/types.h-t lib/sys/types.h
  337. rm -f lib/unistd.h-t lib/unistd.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''HAVE_UNISTD_H''@|1|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g'  -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g'  -e 's/@''GNULIB_CHDIR''@/0/g'  -e 's/@''GNULIB_CHOWN''@/0/g'  -e 's/@''GNULIB_CLOSE''@/0/g'  -e 's/@''GNULIB_DUP''@/0/g'  -e 's/@''GNULIB_DUP2''@/0/g'  -e 's/@''GNULIB_DUP3''@/0/g'  -e 's/@''GNULIB_ENVIRON''@/0/g'  -e 's/@''GNULIB_EUIDACCESS''@/0/g'  -e 's/@''GNULIB_FACCESSAT''@/0/g'  -e 's/@''GNULIB_FCHDIR''@/0/g'  -e 's/@''GNULIB_FCHOWNAT''@/0/g'  -e 's/@''GNULIB_FDATASYNC''@/0/g'  -e 's/@''GNULIB_FSYNC''@/0/g'  -e 's/@''GNULIB_FTRUNCATE''@/0/g'  -e 's/@''GNULIB_GETCWD''@/0/g'  -e 's/@''GNULIB_GETDOMAINNAME''@/0/g'  -e 's/@''GNULIB_GETDTABLESIZE''@/0/g'  -e 's/@''GNULIB_GETGROUPS''@/0/g'  -e 's/@''GNULIB_GETHOSTNAME''@/0/g'  -e 's/@''GNULIB_GETLOGIN''@/0/g'  -e 's/@''GNULIB_GETLOGIN_R''@/0/g'  -e 's/@''GNULIB_GETPAGESIZE''@/0/g'  -e 's/@''GNULIB_GETUSERSHELL''@/0/g'  -e 's/@''GNULIB_GROUP_MEMBER''@/0/g'  -e 's/@''GNULIB_ISATTY''@/0/g'  -e 's/@''GNULIB_LCHOWN''@/0/g'  -e 's/@''GNULIB_LINK''@/0/g'  -e 's/@''GNULIB_LINKAT''@/0/g'  -e 's/@''GNULIB_LSEEK''@/0/g'  -e 's/@''GNULIB_PIPE''@/0/g'  -e 's/@''GNULIB_PIPE2''@/0/g'  -e 's/@''GNULIB_PREAD''@/0/g'  -e 's/@''GNULIB_PWRITE''@/0/g'  -e 's/@''GNULIB_READ''@/0/g'  -e 's/@''GNULIB_READLINK''@/0/g'  -e 's/@''GNULIB_READLINKAT''@/0/g'  -e 's/@''GNULIB_RMDIR''@/0/g'  -e 's/@''GNULIB_SETHOSTNAME''@/0/g'  -e 's/@''GNULIB_SLEEP''@/0/g'  -e 's/@''GNULIB_SYMLINK''@/0/g'  -e 's/@''GNULIB_SYMLINKAT''@/0/g'  -e 's/@''GNULIB_TTYNAME_R''@/0/g'  -e 's/@''GNULIB_UNISTD_H_GETOPT''@/01/g'  -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g'  -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g'  -e 's/@''GNULIB_UNLINK''@/0/g'  -e 's/@''GNULIB_UNLINKAT''@/0/g'  -e 's/@''GNULIB_USLEEP''@/0/g'  -e 's/@''GNULIB_WRITE''@/0/g'  < ../lib/unistd.in.h |  sed -e 's|@''HAVE_CHOWN''@|1|g'  -e 's|@''HAVE_DUP2''@|1|g'  -e 's|@''HAVE_DUP3''@|1|g'  -e 's|@''HAVE_EUIDACCESS''@|1|g'  -e 's|@''HAVE_FACCESSAT''@|1|g'  -e 's|@''HAVE_FCHDIR''@|1|g'  -e 's|@''HAVE_FCHOWNAT''@|1|g'  -e 's|@''HAVE_FDATASYNC''@|1|g'  -e 's|@''HAVE_FSYNC''@|1|g'  -e 's|@''HAVE_FTRUNCATE''@|1|g'  -e 's|@''HAVE_GETDTABLESIZE''@|1|g'  -e 's|@''HAVE_GETGROUPS''@|1|g'  -e 's|@''HAVE_GETHOSTNAME''@|1|g'  -e 's|@''HAVE_GETLOGIN''@|1|g'  -e 's|@''HAVE_GETPAGESIZE''@|1|g'  -e 's|@''HAVE_GROUP_MEMBER''@|1|g'  -e 's|@''HAVE_LCHOWN''@|1|g'  -e 's|@''HAVE_LINK''@|1|g'  -e 's|@''HAVE_LINKAT''@|1|g'  -e 's|@''HAVE_PIPE''@|1|g'  -e 's|@''HAVE_PIPE2''@|1|g'  -e 's|@''HAVE_PREAD''@|1|g'  -e 's|@''HAVE_PWRITE''@|1|g'  -e 's|@''HAVE_READLINK''@|1|g'  -e 's|@''HAVE_READLINKAT''@|1|g'  -e 's|@''HAVE_SETHOSTNAME''@|1|g'  -e 's|@''HAVE_SLEEP''@|1|g'  -e 's|@''HAVE_SYMLINK''@|1|g'  -e 's|@''HAVE_SYMLINKAT''@|1|g'  -e 's|@''HAVE_UNLINKAT''@|1|g'  -e 's|@''HAVE_USLEEP''@|1|g'  -e 's|@''HAVE_DECL_ENVIRON''@|1|g'  -e 's|@''HAVE_DECL_FCHDIR''@|1|g'  -e 's|@''HAVE_DECL_FDATASYNC''@|1|g'  -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g'  -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g'  -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g'  -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g'  -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g'  -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g'  -e 's|@''HAVE_OS_H''@|0|g'  -e 's|@''HAVE_SYS_PARAM_H''@|0|g'  |  sed -e 's|@''REPLACE_CHOWN''@|0|g'  -e 's|@''REPLACE_CLOSE''@|0|g'  -e 's|@''REPLACE_DUP''@|0|g'  -e 's|@''REPLACE_DUP2''@|0|g'  -e 's|@''REPLACE_FCHOWNAT''@|0|g'  -e 's|@''REPLACE_FTRUNCATE''@|0|g'  -e 's|@''REPLACE_GETCWD''@|0|g'  -e 's|@''REPLACE_GETDOMAINNAME''@|0|g'  -e 's|@''REPLACE_GETDTABLESIZE''@|0|g'  -e 's|@''REPLACE_GETLOGIN_R''@|0|g'  -e 's|@''REPLACE_GETGROUPS''@|0|g'  -e 's|@''REPLACE_GETPAGESIZE''@|0|g'  -e 's|@''REPLACE_ISATTY''@|0|g'  -e 's|@''REPLACE_LCHOWN''@|0|g'  -e 's|@''REPLACE_LINK''@|0|g'  -e 's|@''REPLACE_LINKAT''@|0|g'  -e 's|@''REPLACE_LSEEK''@|0|g'  -e 's|@''REPLACE_PREAD''@|0|g'  -e 's|@''REPLACE_PWRITE''@|0|g'  -e 's|@''REPLACE_READ''@|0|g'  -e 's|@''REPLACE_READLINK''@|0|g'  -e 's|@''REPLACE_RMDIR''@|0|g'  -e 's|@''REPLACE_SLEEP''@|0|g'  -e 's|@''REPLACE_SYMLINK''@|0|g'  -e 's|@''REPLACE_TTYNAME_R''@|0|g'  -e 's|@''REPLACE_UNLINK''@|0|g'  -e 's|@''REPLACE_UNLINKAT''@|0|g'  -e 's|@''REPLACE_USLEEP''@|0|g'  -e 's|@''REPLACE_WRITE''@|0|g'  -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g'  -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g'  -e '/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h';  } > lib/unistd.h-t &&  mv lib/unistd.h-t lib/unistd.h
  338. rm -f lib/wchar.h-t lib/wchar.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''HAVE_FEATURES_H''@|0|g'  -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g'  -e 's|@''HAVE_WCHAR_H''@|1|g'  -e 's/@''GNULIB_BTOWC''@/0/g'  -e 's/@''GNULIB_WCTOB''@/0/g'  -e 's/@''GNULIB_MBSINIT''@/1/g'  -e 's/@''GNULIB_MBRTOWC''@/1/g'  -e 's/@''GNULIB_MBRLEN''@/0/g'  -e 's/@''GNULIB_MBSRTOWCS''@/1/g'  -e 's/@''GNULIB_MBSNRTOWCS''@/0/g'  -e 's/@''GNULIB_WCRTOMB''@/0/g'  -e 's/@''GNULIB_WCSRTOMBS''@/0/g'  -e 's/@''GNULIB_WCSNRTOMBS''@/0/g'  -e 's/@''GNULIB_WCWIDTH''@/0/g'  -e 's/@''GNULIB_WMEMCHR''@/0/g'  -e 's/@''GNULIB_WMEMCMP''@/0/g'  -e 's/@''GNULIB_WMEMCPY''@/0/g'  -e 's/@''GNULIB_WMEMMOVE''@/0/g'  -e 's/@''GNULIB_WMEMSET''@/0/g'  -e 's/@''GNULIB_WCSLEN''@/0/g'  -e 's/@''GNULIB_WCSNLEN''@/0/g'  -e 's/@''GNULIB_WCSCPY''@/0/g'  -e 's/@''GNULIB_WCPCPY''@/0/g'  -e 's/@''GNULIB_WCSNCPY''@/0/g'  -e 's/@''GNULIB_WCPNCPY''@/0/g'  -e 's/@''GNULIB_WCSCAT''@/0/g'  -e 's/@''GNULIB_WCSNCAT''@/0/g'  -e 's/@''GNULIB_WCSCMP''@/0/g'  -e 's/@''GNULIB_WCSNCMP''@/0/g'  -e 's/@''GNULIB_WCSCASECMP''@/0/g'  -e 's/@''GNULIB_WCSNCASECMP''@/0/g'  -e 's/@''GNULIB_WCSCOLL''@/0/g'  -e 's/@''GNULIB_WCSXFRM''@/0/g'  -e 's/@''GNULIB_WCSDUP''@/0/g'  -e 's/@''GNULIB_WCSCHR''@/0/g'  -e 's/@''GNULIB_WCSRCHR''@/0/g'  -e 's/@''GNULIB_WCSCSPN''@/0/g'  -e 's/@''GNULIB_WCSSPN''@/0/g'  -e 's/@''GNULIB_WCSPBRK''@/0/g'  -e 's/@''GNULIB_WCSSTR''@/0/g'  -e 's/@''GNULIB_WCSTOK''@/0/g'  -e 's/@''GNULIB_WCSWIDTH''@/0/g'  < ../lib/wchar.in.h |  sed -e 's|@''HAVE_WINT_T''@|1|g'  -e 's|@''HAVE_BTOWC''@|1|g'  -e 's|@''HAVE_MBSINIT''@|1|g'  -e 's|@''HAVE_MBRTOWC''@|1|g'  -e 's|@''HAVE_MBRLEN''@|1|g'  -e 's|@''HAVE_MBSRTOWCS''@|1|g'  -e 's|@''HAVE_MBSNRTOWCS''@|1|g'  -e 's|@''HAVE_WCRTOMB''@|1|g'  -e 's|@''HAVE_WCSRTOMBS''@|1|g'  -e 's|@''HAVE_WCSNRTOMBS''@|1|g'  -e 's|@''HAVE_WMEMCHR''@|1|g'  -e 's|@''HAVE_WMEMCMP''@|1|g'  -e 's|@''HAVE_WMEMCPY''@|1|g'  -e 's|@''HAVE_WMEMMOVE''@|1|g'  -e 's|@''HAVE_WMEMSET''@|1|g'  -e 's|@''HAVE_WCSLEN''@|1|g'  -e 's|@''HAVE_WCSNLEN''@|1|g'  -e 's|@''HAVE_WCSCPY''@|1|g'  -e 's|@''HAVE_WCPCPY''@|1|g'  -e 's|@''HAVE_WCSNCPY''@|1|g'  -e 's|@''HAVE_WCPNCPY''@|1|g'  -e 's|@''HAVE_WCSCAT''@|1|g'  -e 's|@''HAVE_WCSNCAT''@|1|g'  -e 's|@''HAVE_WCSCMP''@|1|g'  -e 's|@''HAVE_WCSNCMP''@|1|g'  -e 's|@''HAVE_WCSCASECMP''@|1|g'  -e 's|@''HAVE_WCSNCASECMP''@|1|g'  -e 's|@''HAVE_WCSCOLL''@|1|g'  -e 's|@''HAVE_WCSXFRM''@|1|g'  -e 's|@''HAVE_WCSDUP''@|1|g'  -e 's|@''HAVE_WCSCHR''@|1|g'  -e 's|@''HAVE_WCSRCHR''@|1|g'  -e 's|@''HAVE_WCSCSPN''@|1|g'  -e 's|@''HAVE_WCSSPN''@|1|g'  -e 's|@''HAVE_WCSPBRK''@|1|g'  -e 's|@''HAVE_WCSSTR''@|1|g'  -e 's|@''HAVE_WCSTOK''@|1|g'  -e 's|@''HAVE_WCSWIDTH''@|1|g'  -e 's|@''HAVE_DECL_WCTOB''@|1|g'  -e 's|@''HAVE_DECL_WCWIDTH''@|1|g'  |  sed -e 's|@''REPLACE_MBSTATE_T''@|0|g'  -e 's|@''REPLACE_BTOWC''@|0|g'  -e 's|@''REPLACE_WCTOB''@|0|g'  -e 's|@''REPLACE_MBSINIT''@|0|g'  -e 's|@''REPLACE_MBRTOWC''@|0|g'  -e 's|@''REPLACE_MBRLEN''@|0|g'  -e 's|@''REPLACE_MBSRTOWCS''@|0|g'  -e 's|@''REPLACE_MBSNRTOWCS''@|0|g'  -e 's|@''REPLACE_WCRTOMB''@|0|g'  -e 's|@''REPLACE_WCSRTOMBS''@|0|g'  -e 's|@''REPLACE_WCSNRTOMBS''@|0|g'  -e 's|@''REPLACE_WCWIDTH''@|0|g'  -e 's|@''REPLACE_WCSWIDTH''@|0|g'  -e '/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h';  } > lib/wchar.h-t &&  mv lib/wchar.h-t lib/wchar.h
  339. rm -f lib/wctype.h-t lib/wctype.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's/@''HAVE_WCTYPE_H''@/1/g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g'  -e 's/@''GNULIB_ISWBLANK''@/0/g'  -e 's/@''GNULIB_WCTYPE''@/0/g'  -e 's/@''GNULIB_ISWCTYPE''@/0/g'  -e 's/@''GNULIB_WCTRANS''@/0/g'  -e 's/@''GNULIB_TOWCTRANS''@/0/g'  -e 's/@''HAVE_ISWBLANK''@/1/g'  -e 's/@''HAVE_ISWCNTRL''@/1/g'  -e 's/@''HAVE_WCTYPE_T''@/1/g'  -e 's/@''HAVE_WCTRANS_T''@/1/g'  -e 's/@''HAVE_WINT_T''@/1/g'  -e 's/@''REPLACE_ISWBLANK''@/0/g'  -e 's/@''REPLACE_ISWCNTRL''@/0/g'  -e 's/@''REPLACE_TOWLOWER''@/0/g'  -e '/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h'  -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h'  < ../lib/wctype.in.h;  } > lib/wctype.h-t &&  mv lib/wctype.h-t lib/wctype.h
  340. make  all-recursive
  341. Making all in po
  342. depbase=`echo lib/c-ctype.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/c-ctype.o -MD -MP -MF $depbase.Tpo -c -o lib/c-ctype.o ../lib/c-ctype.c && mv -f $depbase.Tpo $depbase.Po
  343. depbase=`echo lib/c-strcasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/c-strcasecmp.o -MD -MP -MF $depbase.Tpo -c -o lib/c-strcasecmp.o ../lib/c-strcasecmp.c && mv -f $depbase.Tpo $depbase.Po
  344. depbase=`echo lib/c-strncasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/c-strncasecmp.o -MD -MP -MF $depbase.Tpo -c -o lib/c-strncasecmp.o ../lib/c-strncasecmp.c && mv -f $depbase.Tpo $depbase.Po
  345. depbase=`echo lib/close-stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/close-stream.o -MD -MP -MF $depbase.Tpo -c -o lib/close-stream.o ../lib/close-stream.c && mv -f $depbase.Tpo $depbase.Po
  346. depbase=`echo lib/closeout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/closeout.o -MD -MP -MF $depbase.Tpo -c -o lib/closeout.o ../lib/closeout.c && mv -f $depbase.Tpo $depbase.Po
  347. depbase=`echo lib/dirname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/dirname.o -MD -MP -MF $depbase.Tpo -c -o lib/dirname.o ../lib/dirname.c && mv -f $depbase.Tpo $depbase.Po
  348. depbase=`echo lib/basename.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/basename.o -MD -MP -MF $depbase.Tpo -c -o lib/basename.o ../lib/basename.c && mv -f $depbase.Tpo $depbase.Po
  349. depbase=`echo lib/dirname-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/dirname-lgpl.o -MD -MP -MF $depbase.Tpo -c -o lib/dirname-lgpl.o ../lib/dirname-lgpl.c && mv -f $depbase.Tpo $depbase.Po
  350. depbase=`echo lib/basename-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/basename-lgpl.o -MD -MP -MF $depbase.Tpo -c -o lib/basename-lgpl.o ../lib/basename-lgpl.c && mv -f $depbase.Tpo $depbase.Po
  351. depbase=`echo lib/stripslash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/stripslash.o -MD -MP -MF $depbase.Tpo -c -o lib/stripslash.o ../lib/stripslash.c && mv -f $depbase.Tpo $depbase.Po
  352. depbase=`echo lib/exitfail.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/exitfail.o -MD -MP -MF $depbase.Tpo -c -o lib/exitfail.o ../lib/exitfail.c && mv -f $depbase.Tpo $depbase.Po
  353. depbase=`echo lib/localcharset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/localcharset.o -MD -MP -MF $depbase.Tpo -c -o lib/localcharset.o ../lib/localcharset.c && mv -f $depbase.Tpo $depbase.Po
  354. depbase=`echo lib/progname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/progname.o -MD -MP -MF $depbase.Tpo -c -o lib/progname.o ../lib/progname.c && mv -f $depbase.Tpo $depbase.Po
  355. depbase=`echo lib/quotearg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/quotearg.o -MD -MP -MF $depbase.Tpo -c -o lib/quotearg.o ../lib/quotearg.c && mv -f $depbase.Tpo $depbase.Po
  356. depbase=`echo lib/strnlen1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/strnlen1.o -MD -MP -MF $depbase.Tpo -c -o lib/strnlen1.o ../lib/strnlen1.c && mv -f $depbase.Tpo $depbase.Po
  357. depbase=`echo lib/unistd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/unistd.o -MD -MP -MF $depbase.Tpo -c -o lib/unistd.o ../lib/unistd.c && mv -f $depbase.Tpo $depbase.Po
  358. depbase=`echo lib/wctype-h.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/wctype-h.o -MD -MP -MF $depbase.Tpo -c -o lib/wctype-h.o ../lib/wctype-h.c && mv -f $depbase.Tpo $depbase.Po
  359. depbase=`echo lib/xmalloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/xmalloc.o -MD -MP -MF $depbase.Tpo -c -o lib/xmalloc.o ../lib/xmalloc.c && mv -f $depbase.Tpo $depbase.Po
  360. depbase=`echo lib/xalloc-die.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/xalloc-die.o -MD -MP -MF $depbase.Tpo -c -o lib/xalloc-die.o ../lib/xalloc-die.c && mv -f $depbase.Tpo $depbase.Po
  361. depbase=`echo lib/xstrndup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/xstrndup.o -MD -MP -MF $depbase.Tpo -c -o lib/xstrndup.o ../lib/xstrndup.c && mv -f $depbase.Tpo $depbase.Po
  362. depbase=`echo lib/error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/error.o -MD -MP -MF $depbase.Tpo -c -o lib/error.o ../lib/error.c && mv -f $depbase.Tpo $depbase.Po
  363. ../lib/error.c:381:12: warning: data argument not used by format string [-Wformat-extra-args]
  364.            file_name, line_number);
  365.            ^
  366. 1 warning generated.
  367. depbase=`echo lib/fpending.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/fpending.o -MD -MP -MF $depbase.Tpo -c -o lib/fpending.o ../lib/fpending.c && mv -f $depbase.Tpo $depbase.Po
  368. depbase=`echo lib/getopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/getopt.o -MD -MP -MF $depbase.Tpo -c -o lib/getopt.o ../lib/getopt.c && mv -f $depbase.Tpo $depbase.Po
  369. depbase=`echo lib/getopt1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT lib/getopt1.o -MD -MP -MF $depbase.Tpo -c -o lib/getopt1.o ../lib/getopt1.c && mv -f $depbase.Tpo $depbase.Po
  370. rm -f lib/libhello.a
  371. ar cru lib/libhello.a lib/c-ctype.o  lib/c-strcasecmp.o lib/c-strncasecmp.o  lib/close-stream.o lib/closeout.o  lib/dirname.o lib/basename.o  lib/dirname-lgpl.o lib/basename-lgpl.o  lib/stripslash.o lib/exitfail.o  lib/localcharset.o lib/progname.o  lib/quotearg.o lib/strnlen1.o  lib/unistd.o lib/wctype-h.o  lib/xmalloc.o lib/xalloc-die.o  lib/xstrndup.o lib/error.o lib/fpending.o lib/getopt.o lib/getopt1.o
  372. ranlib lib/libhello.a
  373. depbase=`echo src/hello.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\" -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -Isrc -I../src    -g -O2 -MT src/hello.o -MD -MP -MF $depbase.Tpo -c -o src/hello.o ../src/hello.c && mv -f $depbase.Tpo $depbase.Po
  374. cc  -g -O2   -o hello src/hello.o  ./lib/libhello.a
  375. /bin/sh /usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/build-aux/missing help2man --include=../man/hello.x ./hello -o ../hello.1
  376. help2man: can't unlink ../hello.1 (Permission denied)
  377. *** Error code 13
  378.  
  379. Stop.
  380. make[3]: stopped in /usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_build
  381. *** Error code 1
  382.  
  383. Stop.
  384. make[2]: stopped in /usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_build
  385. *** Error code 1
  386.  
  387. Stop.
  388. make[1]: stopped in /usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_build
  389. *** Error code 1
  390.  
  391. Stop.
  392. make: stopped in /usr/home/gordon/hello
Add Comment
Please, Sign In to add comment