bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error: redefinition of 'struct option'


From: Bruce Korb
Subject: Re: error: redefinition of 'struct option'
Date: Thu, 18 Feb 2010 07:34:12 -0800
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Bruno Haible wrote:
> I tried it like this:
>   - Checked out the sharutils CVS according to the instructions on
>     http://savannah.gnu.org/cvs/?group=sharutils
>   - Installed autogen 5.9.8
>   - $ ./bootstrap
> 
>     This resulted in some messages:
>       Replacing file lib/inttostr.c (non-gnulib code backed up in 
> lib/inttostr.c~) !!

$ cvs delete -f $list
! /usr/bin/cvs delete ...
cvs remove: scheduling `lib/alloca.c' for removal
cvs remove: scheduling `lib/inttostr.c' for removal
cvs remove: scheduling `lib/inttostr.h' for removal
cvs remove: scheduling `lib/memset.c' for removal
cvs remove: scheduling `lib/mktime.c' for removal
cvs remove: scheduling `lib/offtostr.c' for removal
cvs remove: scheduling `lib/stpcpy.c' for removal
cvs remove: scheduling `lib/strftime.c' for removal
cvs remove: scheduling `lib/xalloc.h' for removal
cvs remove: scheduling `lib/xgetcwd.c' for removal
cvs remove: scheduling `lib/xgetcwd.h' for removal
cvs remove: scheduling `lib/xmalloc.c' for removal
cvs remove: use `cvs commit' to remove these files permanently

Thank you.  All the .po files got updated at the same time because
gnulib seems to have changed backquotes to apostrophes:
-msgid "%s: option `%s' is ambiguous\n"
+msgid "%s: option '%s' is ambiguous\n"

>     It ended with
>       autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your 
> configure.ac
>                      file requires the infrastructure from gettext-0.18-pre8 
> but this version
>                      is older. Please upgrade to gettext-0.18-pre8 or newer.
>       autopoint: *** Stop.

I had that fixed in my sources, too. I've "cvs commit"-ed changes to
always adjust to whatever gettext is around.

>       autoreconf: autopoint failed with exit status: 1
>       chmod: Zugriff auf „COPYING“ nicht möglich: Datei oder Verzeichnis 
> nicht gefunden
>       chmod: Zugriff auf „INSTALL“ nicht möglich: Datei oder Verzeichnis 
> nicht gefunden
>       chmod: Zugriff auf „doc/texinfo.tex“ nicht möglich: Datei oder 
> Verzeichnis nicht gefunden
>     This was because I have gettext prereleases installed. I worked around it 
> by changing
>     the version number to 0.17 and disabling the corresponding part of 
> bootstrap.

It will now adapt to your pre-release.

>   - $ ./bootstrap
>     bash: ./bootstrap: Keine Berechtigung

Fixed:

> find . -type f | xargs chmod ugo-x
> chmod -R go-w .
> chmod a+x tests/*-[1-9] bootstrap

(not in what I just committed....)

>     I worked around it by moving the two lines
>       AM_GNU_GETTEXT
>       AM_GNU_GETTEXT_VERSION([0.17])
>     between gl_EARLY and gl_INIT.

Also fixed.  Anything else that ought to be before "gl_INIT"?

>   - Then I could configure and make the package (with builddir = srcdir),
>     with no error.
> 
>   - "make check" resulted in 1 failed test:

I don't get to the tests in make check.  My setup sequence is to first
make a pristine directory ("sharutils-bld") stripped of all non-CVS
managed files, "cd" into it and then:

set -e
test -f bootstrap && \
    PS4='>bs> ' bash ${dashx} ./bootstrap ${opts}

./configure "${cfg}" --prefix=${idir} CFLAGS='-g -Wall'

make
make dist
mkdir SAVEME
cp *.tar.* SAVEME/.
cp -frp lib lib-saved
make check
make install
make distcheck

Attached is the log.  These commands are prefixed with ">BLD> ".


>       *** shar-1-27710.sample 2010-02-18 11:13:32.000000000 +0100
>       --- shar-1-27710.outf   2010-02-18 11:13:32.000000000 +0100
>       ***************
>       *** 1,5 ****
>         #!/bin/sh
>       ! # This is a shell archive (produced by GNU GNU sharutils 4.7.1).
>         # To extract the files from this archive, save it to some FILE, remove
>         # everything before the `#!/bin/sh' line above, then type `sh FILE'.
>         #
>       --- 1,5 ----
>         #!/bin/sh
>       ! # This is a shell archive (produced by GNU sharutils 4.7.1).
>         # To extract the files from this archive, save it to some FILE, remove
>         # everything before the `#!/bin/sh' line above, then type `sh FILE'.
>         #
>       FAIL: shar-1

__PACKAGE_STRING__ used to be replaced with "sharutils" and is now
replaced with a new package string that includes "GNU".  Fixed.
"make check" now passes in the tests directory, but it still tries
to compile close-hook.c and fails.

> In summary, I don't know how to reproduce your problem.

In summary, I've fixed all the issues you see, but there is a bizarre
dependency problem that causes close-hook.c to be recompiled for me,
but you don't see it.  Just for grins, try removing close-hook.o and
see if it rebuilds correctly.  :-}  Anyway, attached is my typescript log.

Thank you!  Regards, Bruce
>BLD> set -e
>BLD> cd sharutils-bld
>BLD> case "${1}" in
>BLD> opts=
>BLD> cfg=
>BLD> set -e
>BLD> test -f bootstrap
>bs> PS4='>bs> '
>bs> bash -x ./bootstrap
>bs> case $(set -o) in
>>bs> set -o
>bs> set -o posix
>bs> root_pid=30686
>bs> unset CDPATH
>>bs> autoconf -t 'AC_INIT:$2'
>bs> sharutils_version=4.8
>>bs> autoconf -t 'AC_INIT:$3'
>bs> address@hidden
>>bs> autoconf --version
>>bs> sed -e 's/autoconf.*) *//' -e 1q
>bs> autoconf_version=2.65
>>bs> gettext --version
>>bs> sed -e 's/^gettext .*) *//' -e 1q
>bs> gettext_version=0.17
>>bs> automake --version
>>bs> sed -e 's/^automake .*) *//' -e 's/\([0-9]*\.[0-9]*\)\..*/\1/' -e 1q
>bs> automake_version=1.11
>bs> set -e
>bs> cd src
>bs> autogen scripts.def
>bs> cd ..
>bs> test -d intl
>bs> mv NEWS NEWS.tmp
>>bs> date '+%B %Y'
>bs> vline='Version 4.8 - February 2010'
>bs> sed '1,5s/^Version .* by /Version 4.8 - February 2010, by /' NEWS.tmp
>bs> rm -f NEWS.tmp
>bs> tag='Language file updates:'
>bs> sed '/^Language file updates:/,$d' README
>bs> exec
>bs> echo 'Language file updates:'
>bs> cd po
>bs> sed 's/\.po: *"PO-Revision-Date: */\t/;s/ [0-2][0-9]:.*//'
>bs> fgrep PO-Revision-Date: bg.po ca.po cs.po da.po de.po el.po es.po et.po 
>fi.po fr.po ga.po gl.po hu.po it.po ja.po nb.po nl.po nn.po pl.po pt.po ru.po 
>rw.po sr.po sv.po tr.po vi.po zh_TW.po
>bs> sort '-t   ' -k +1
>bs> mv -f README.tmp README
>bs> exec
>bs> cat
>bs> case "${sharutils_version}" in
>bs> echo '[DIST_ALPHA=]'
>bs> exec
>bs> cat
>>bs> date '+%d %B %Y'
>>bs> date '+%B %Y'
>bs> sed -i -e '/^AM_INIT_AUTOMAKE/s/(\[[0-9.]*/([1.11/' -e 
>'/^AM_GNU_GETTEXT_VERSION/s/(\[[0-9.]*/([0.17/' configure.ac
>bs> echo '# Set of available languages:'
>bs> cd po
>bs> echo bg.po ca.po cs.po da.po de.po el.po es.po et.po fi.po fr.po ga.po 
>gl.po hu.po it.po ja.po nb.po nl.po nn.po pl.po pt.po ru.po rw.po sr.po sv.po 
>tr.po vi.po zh_TW.po
>bs> find . -type f
>bs> xargs chmod ugo-x
>bs> chmod -R go-w .
>bs> chmod a+x tests/shar-1 tests/shar-2 tests/shar-3 tests/uude-1 
>tests/uutest-1 bootstrap
>bs> test -x ../gnulib/gnulib-tool
>bs> glib=../gnulib/gnulib-tool
>bs> gnulib_libs='
        alloca
        error
        getcwd
        getopt-gnu
        inttostr
        malloc
        memcpy
        memset
        mktime
        realloc
        stpcpy
        strerror
        strftime
        uname
        unlocked-io
        xalloc
        xgetcwd
        xstrtoimax
'
>bs> ../gnulib/gnulib-tool --import alloca error getcwd getopt-gnu inttostr 
>malloc memcpy memset mktime realloc stpcpy strerror strftime uname unlocked-io 
>xalloc xgetcwd xstrtoimax
Module list with included dependencies:
  alignof
  alloca
  alloca-opt
  arg-nonnull
  chdir-long
  chown
  close
  close-hook
  configmake
  d-ino
  dirent
  dirfd
  dirname-lgpl
  double-slash-root
  dup2
  errno
  error
  exit
  exitfail
  extensions
  fchdir
  fclose
  fcntl
  fcntl-h
  fdopendir
  getcwd
  getdtablesize
  gethostname
  getopt-gnu
  getopt-posix
  gettext-h
  include_next
  inline
  intprops
  inttostr
  inttypes
  lchown
  localcharset
  lstat
  malloc
  malloc-posix
  mbrlen
  mbrtowc
  mbsinit
  memchr
  memcpy
  mempcpy
  memrchr
  memset
  mkdir
  mktime
  multiarch
  open
  openat
  openat-die
  realloc
  realloc-posix
  rmdir
  same-inode
  save-cwd
  sockets
  stat
  stdbool
  stddef
  stdint
  stdio
  stdlib
  stpcpy
  strdup-posix
  streq
  strerror
  strftime
  string
  strtoimax
  strtol
  strtoll
  sys_socket
  sys_stat
  sys_utsname
  time
  time_r
  uname
  unistd
  unistd-safer
  unlink
  unlocked-io
  verify
  warn-on-use
  wchar
  xalloc
  xalloc-die
  xgetcwd
  xstrtoimax
  xstrtol
Notice from module error:
  If you are using GNU gettext version 0.16.1 or older, add the following 
options
  to XGETTEXT_OPTIONS in your po/Makevars:
    --flag=error:3:c-format --flag=error_at_line:5:c-format
Notice from module localcharset:
  If your package's tests make use of the locale_charset() function directly or
  indirectly, you may need to define the CHARSETALIASDIR environment variable,
  so that "make check" works before "make install". In Makefile.am syntax:
  TESTS_ENVIRONMENT += @LOCALCHARSET_TESTS_ENVIRONMENT@
Notice from module memcpy:
  This module is obsolete.
Notice from module memset:
  This module is obsolete.
File list:
  build-aux/arg-nonnull.h
  build-aux/warn-on-use.h
  lib/alignof.h
  lib/alloca.c
  lib/alloca.in.h
  lib/at-func.c
  lib/basename-lgpl.c
  lib/chdir-long.c
  lib/chdir-long.h
  lib/chown.c
  lib/close-hook.c
  lib/close-hook.h
  lib/close.c
  lib/config.charset
  lib/dirent.in.h
  lib/dirfd.c
  lib/dirname-lgpl.c
  lib/dirname.h
  lib/dup-safer.c
  lib/dup2.c
  lib/errno.in.h
  lib/error.c
  lib/error.h
  lib/exitfail.c
  lib/exitfail.h
  lib/fchdir.c
  lib/fchmodat.c
  lib/fchown-stub.c
  lib/fchownat.c
  lib/fclose.c
  lib/fcntl.c
  lib/fcntl.in.h
  lib/fd-safer.c
  lib/fdopendir.c
  lib/fstatat.c
  lib/getcwd.c
  lib/getdtablesize.c
  lib/gethostname.c
  lib/getopt.c
  lib/getopt.in.h
  lib/getopt1.c
  lib/getopt_int.h
  lib/gettext.h
  lib/imaxtostr.c
  lib/intprops.h
  lib/inttostr.c
  lib/inttostr.h
  lib/inttypes.in.h
  lib/lchown.c
  lib/localcharset.c
  lib/localcharset.h
  lib/lstat.c
  lib/malloc.c
  lib/mbrlen.c
  lib/mbrtowc.c
  lib/mbsinit.c
  lib/memchr.c
  lib/memchr.valgrind
  lib/memcpy.c
  lib/mempcpy.c
  lib/memrchr.c
  lib/memset.c
  lib/mkdir.c
  lib/mkdirat.c
  lib/mktime-internal.h
  lib/mktime.c
  lib/offtostr.c
  lib/open.c
  lib/openat-die.c
  lib/openat-priv.h
  lib/openat-proc.c
  lib/openat.c
  lib/openat.h
  lib/pipe-safer.c
  lib/realloc.c
  lib/ref-add.sin
  lib/ref-del.sin
  lib/rmdir.c
  lib/same-inode.h
  lib/save-cwd.c
  lib/save-cwd.h
  lib/sockets.c
  lib/sockets.h
  lib/stat.c
  lib/stdbool.in.h
  lib/stddef.in.h
  lib/stdint.in.h
  lib/stdio-write.c
  lib/stdio.in.h
  lib/stdlib.in.h
  lib/stpcpy.c
  lib/strdup.c
  lib/streq.h
  lib/strerror.c
  lib/strftime.c
  lib/strftime.h
  lib/string.in.h
  lib/stripslash.c
  lib/strtoimax.c
  lib/strtol.c
  lib/strtoll.c
  lib/sys_socket.in.h
  lib/sys_stat.in.h
  lib/sys_utsname.in.h
  lib/time.in.h
  lib/time_r.c
  lib/uinttostr.c
  lib/umaxtostr.c
  lib/uname.c
  lib/unistd--.h
  lib/unistd-safer.h
  lib/unistd.in.h
  lib/unlink.c
  lib/unlinkat.c
  lib/unlocked-io.h
  lib/verify.h
  lib/w32sock.h
  lib/wchar.in.h
  lib/xalloc-die.c
  lib/xalloc.h
  lib/xgetcwd.c
  lib/xgetcwd.h
  lib/xmalloc.c
  lib/xstrtoimax.c
  lib/xstrtol-error.c
  lib/xstrtol.c
  lib/xstrtol.h
  lib/xstrtoul.c
  m4/00gnulib.m4
  m4/alloca.m4
  m4/chdir-long.m4
  m4/chown.m4
  m4/close.m4
  m4/codeset.m4
  m4/d-ino.m4
  m4/dirent_h.m4
  m4/dirfd.m4
  m4/dirname.m4
  m4/dos.m4
  m4/double-slash-root.m4
  m4/dup2.m4
  m4/errno_h.m4
  m4/error.m4
  m4/exitfail.m4
  m4/extensions.m4
  m4/fchdir.m4
  m4/fclose.m4
  m4/fcntl-o.m4
  m4/fcntl.m4
  m4/fcntl_h.m4
  m4/fdopendir.m4
  m4/getcwd-abort-bug.m4
  m4/getcwd-path-max.m4
  m4/getcwd.m4
  m4/getdtablesize.m4
  m4/gethostname.m4
  m4/getopt.m4
  m4/glibc21.m4
  m4/gnulib-common.m4
  m4/include_next.m4
  m4/inline.m4
  m4/inttostr.m4
  m4/inttypes-pri.m4
  m4/inttypes.m4
  m4/lchown.m4
  m4/localcharset.m4
  m4/locale-fr.m4
  m4/locale-ja.m4
  m4/locale-zh.m4
  m4/longlong.m4
  m4/lstat.m4
  m4/malloc.m4
  m4/mbrlen.m4
  m4/mbrtowc.m4
  m4/mbsinit.m4
  m4/mbstate_t.m4
  m4/memchr.m4
  m4/memcpy.m4
  m4/mempcpy.m4
  m4/memrchr.m4
  m4/memset.m4
  m4/mkdir.m4
  m4/mktime.m4
  m4/mmap-anon.m4
  m4/mode_t.m4
  m4/multiarch.m4
  m4/onceonly.m4
  m4/open.m4
  m4/openat.m4
  m4/realloc.m4
  m4/rmdir.m4
  m4/save-cwd.m4
  m4/sockets.m4
  m4/sockpfaf.m4
  m4/stat.m4
  m4/stdbool.m4
  m4/stddef_h.m4
  m4/stdint.m4
  m4/stdio_h.m4
  m4/stdlib_h.m4
  m4/stpcpy.m4
  m4/strdup.m4
  m4/strerror.m4
  m4/strftime.m4
  m4/string_h.m4
  m4/strtoimax.m4
  m4/strtol.m4
  m4/strtoll.m4
  m4/sys_socket_h.m4
  m4/sys_stat_h.m4
  m4/sys_utsname_h.m4
  m4/time_h.m4
  m4/time_r.m4
  m4/tm_gmtoff.m4
  m4/uname.m4
  m4/unistd-safer.m4
  m4/unistd_h.m4
  m4/unlink.m4
  m4/unlocked-io.m4
  m4/warn-on-use.m4
  m4/wchar.m4
  m4/wchar_t.m4
  m4/wint_t.m4
  m4/xalloc.m4
  m4/xgetcwd.m4
  m4/xstrtol.m4
Copying file ./arg-nonnull.h
Copying file ./warn-on-use.h
Copying file lib/alignof.h
Copying file lib/alloca.c
Copying file lib/alloca.in.h
Copying file lib/at-func.c
Copying file lib/basename-lgpl.c
Copying file lib/chdir-long.c
Copying file lib/chdir-long.h
Copying file lib/chown.c
Copying file lib/close-hook.c
Copying file lib/close-hook.h
Copying file lib/close.c
Copying file lib/config.charset
Copying file lib/dirent.in.h
Copying file lib/dirfd.c
Copying file lib/dirname-lgpl.c
Copying file lib/dirname.h
Copying file lib/dup-safer.c
Copying file lib/dup2.c
Copying file lib/errno.in.h
Copying file lib/error.c
Copying file lib/error.h
Copying file lib/exitfail.c
Copying file lib/exitfail.h
Copying file lib/fchdir.c
Copying file lib/fchmodat.c
Copying file lib/fchown-stub.c
Copying file lib/fchownat.c
Copying file lib/fclose.c
Copying file lib/fcntl.c
Copying file lib/fcntl.in.h
Copying file lib/fd-safer.c
Copying file lib/fdopendir.c
Copying file lib/fstatat.c
Copying file lib/getcwd.c
Copying file lib/getdtablesize.c
Copying file lib/gethostname.c
Copying file lib/getopt.c
Copying file lib/getopt.in.h
Copying file lib/getopt1.c
Copying file lib/getopt_int.h
Copying file lib/gettext.h
Copying file lib/imaxtostr.c
Copying file lib/intprops.h
Copying file lib/inttostr.c
Copying file lib/inttostr.h
Copying file lib/inttypes.in.h
Copying file lib/lchown.c
Copying file lib/localcharset.c
Copying file lib/localcharset.h
Copying file lib/lstat.c
Copying file lib/malloc.c
Copying file lib/mbrlen.c
Copying file lib/mbrtowc.c
Copying file lib/mbsinit.c
Copying file lib/memchr.c
Copying file lib/memchr.valgrind
Copying file lib/memcpy.c
Copying file lib/mempcpy.c
Copying file lib/memrchr.c
Copying file lib/memset.c
Copying file lib/mkdir.c
Copying file lib/mkdirat.c
Copying file lib/mktime-internal.h
Copying file lib/mktime.c
Copying file lib/offtostr.c
Copying file lib/open.c
Copying file lib/openat-die.c
Copying file lib/openat-priv.h
Copying file lib/openat-proc.c
Copying file lib/openat.c
Copying file lib/openat.h
Copying file lib/pipe-safer.c
Copying file lib/realloc.c
Copying file lib/ref-add.sin
Copying file lib/ref-del.sin
Copying file lib/rmdir.c
Copying file lib/same-inode.h
Copying file lib/save-cwd.c
Copying file lib/save-cwd.h
Copying file lib/sockets.c
Copying file lib/sockets.h
Copying file lib/stat.c
Copying file lib/stdbool.in.h
Copying file lib/stddef.in.h
Copying file lib/stdint.in.h
Copying file lib/stdio-write.c
Copying file lib/stdio.in.h
Copying file lib/stdlib.in.h
Copying file lib/stpcpy.c
Copying file lib/strdup.c
Copying file lib/streq.h
Copying file lib/strerror.c
Copying file lib/strftime.c
Copying file lib/strftime.h
Copying file lib/string.in.h
Copying file lib/stripslash.c
Copying file lib/strtoimax.c
Copying file lib/strtol.c
Copying file lib/strtoll.c
Copying file lib/sys_socket.in.h
Copying file lib/sys_stat.in.h
Copying file lib/sys_utsname.in.h
Copying file lib/time.in.h
Copying file lib/time_r.c
Copying file lib/uinttostr.c
Copying file lib/umaxtostr.c
Copying file lib/uname.c
Copying file lib/unistd--.h
Copying file lib/unistd-safer.h
Copying file lib/unistd.in.h
Copying file lib/unlink.c
Copying file lib/unlinkat.c
Copying file lib/unlocked-io.h
Copying file lib/verify.h
Copying file lib/w32sock.h
Copying file lib/wchar.in.h
Copying file lib/xalloc-die.c
Copying file lib/xalloc.h
Copying file lib/xgetcwd.c
Copying file lib/xgetcwd.h
Copying file lib/xmalloc.c
Copying file lib/xstrtoimax.c
Copying file lib/xstrtol-error.c
Copying file lib/xstrtol.c
Copying file lib/xstrtol.h
Copying file lib/xstrtoul.c
Copying file m4/00gnulib.m4
Copying file m4/alloca.m4
Copying file m4/chdir-long.m4
Copying file m4/chown.m4
Copying file m4/close.m4
Copying file m4/codeset.m4
Copying file m4/d-ino.m4
Copying file m4/dirent_h.m4
Copying file m4/dirfd.m4
Copying file m4/dirname.m4
Copying file m4/dos.m4
Copying file m4/double-slash-root.m4
Copying file m4/dup2.m4
Copying file m4/errno_h.m4
Copying file m4/error.m4
Copying file m4/exitfail.m4
Copying file m4/extensions.m4
Copying file m4/fchdir.m4
Copying file m4/fclose.m4
Copying file m4/fcntl-o.m4
Copying file m4/fcntl.m4
Copying file m4/fcntl_h.m4
Copying file m4/fdopendir.m4
Copying file m4/getcwd-abort-bug.m4
Copying file m4/getcwd-path-max.m4
Copying file m4/getcwd.m4
Copying file m4/getdtablesize.m4
Copying file m4/gethostname.m4
Copying file m4/getopt.m4
Copying file m4/glibc21.m4
Copying file m4/gnulib-common.m4
Copying file m4/gnulib-tool.m4
Copying file m4/include_next.m4
Copying file m4/inline.m4
Copying file m4/inttostr.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes.m4
Copying file m4/lchown.m4
Copying file m4/localcharset.m4
Copying file m4/locale-fr.m4
Copying file m4/locale-ja.m4
Copying file m4/locale-zh.m4
Copying file m4/longlong.m4
Copying file m4/lstat.m4
Copying file m4/malloc.m4
Copying file m4/mbrlen.m4
Copying file m4/mbrtowc.m4
Copying file m4/mbsinit.m4
Copying file m4/mbstate_t.m4
Copying file m4/memchr.m4
Copying file m4/memcpy.m4
Copying file m4/mempcpy.m4
Copying file m4/memrchr.m4
Copying file m4/memset.m4
Copying file m4/mkdir.m4
Copying file m4/mktime.m4
Copying file m4/mmap-anon.m4
Copying file m4/mode_t.m4
Copying file m4/multiarch.m4
Copying file m4/onceonly.m4
Copying file m4/open.m4
Copying file m4/openat.m4
Copying file m4/realloc.m4
Copying file m4/rmdir.m4
Copying file m4/save-cwd.m4
Copying file m4/sockets.m4
Copying file m4/sockpfaf.m4
Copying file m4/stat.m4
Copying file m4/stdbool.m4
Copying file m4/stddef_h.m4
Copying file m4/stdint.m4
Copying file m4/stdio_h.m4
Copying file m4/stdlib_h.m4
Copying file m4/stpcpy.m4
Copying file m4/strdup.m4
Copying file m4/strerror.m4
Copying file m4/strftime.m4
Copying file m4/string_h.m4
Copying file m4/strtoimax.m4
Copying file m4/strtol.m4
Copying file m4/strtoll.m4
Copying file m4/sys_socket_h.m4
Copying file m4/sys_stat_h.m4
Copying file m4/sys_utsname_h.m4
Copying file m4/time_h.m4
Copying file m4/time_r.m4
Copying file m4/tm_gmtoff.m4
Copying file m4/uname.m4
Copying file m4/unistd-safer.m4
Copying file m4/unistd_h.m4
Copying file m4/unlink.m4
Copying file m4/unlocked-io.m4
Copying file m4/warn-on-use.m4
Copying file m4/wchar.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xalloc.m4
Copying file m4/xgetcwd.m4
Copying file m4/xstrtol.m4
Creating lib/Makefile.am
Creating m4/gnulib-cache.m4
Creating m4/gnulib-comp.m4
Finished.

You may need to add #include directives for the following .h files.
  #include <alloca.h>
  #include <getopt.h>
  #include <stdlib.h>
  #include <string.h>
  #include <sys/utsname.h>
  #include <time.h>
  #include <unistd.h>
  #include "error.h"
  #include "inttostr.h"
  #include "strftime.h"
  #include "unlocked-io.h"
  #include "xalloc.h"
  #include "xgetcwd.h"
  #include "xstrtol.h"

You may need to use the following Makefile variables when linking.
Use them in <program>_LDADD when linking a program, or
in <library>_a_LDFLAGS or <library>_la_LDFLAGS when linking a library.
  $(GETHOSTNAME_LIB)
  $(LIBSOCKET)
  $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise

Don't forget to
  - add "lib/Makefile" to AC_CONFIG_FILES in ./configure.ac,
  - mention "lib" in SUBDIRS in Makefile.am,
  - mention "-I m4" in ACLOCAL_AMFLAGS in Makefile.am,
  - mention "m4/gnulib-cache.m4" in EXTRA_DIST in Makefile.am,
  - invoke gl_EARLY in ./configure.ac, right after AC_PROG_CC,
  - invoke gl_INIT in ./configure.ac.
>bs> autoreconf --force --install -Wall
Copying file ABOUT-NLS
Copying file config.rpath
Copying file intl/ChangeLog
Copying file intl/Makefile.in
Copying file intl/VERSION
Copying file intl/bindtextdom.c
Copying file intl/config.charset
Copying file intl/dcgettext.c
Copying file intl/dcigettext.c
Copying file intl/dcngettext.c
Copying file intl/dgettext.c
Copying file intl/dngettext.c
Copying file intl/eval-plural.h
Copying file intl/explodename.c
Copying file intl/export.h
Copying file intl/finddomain.c
Copying file intl/gettext.c
Copying file intl/gettextP.h
Copying file intl/gmo.h
Copying file intl/hash-string.c
Copying file intl/hash-string.h
Copying file intl/intl-compat.c
Copying file intl/intl-exports.c
Copying file intl/l10nflist.c
Copying file intl/langprefs.c
Copying file intl/libgnuintl.h.in
Copying file intl/libintl.rc
Copying file intl/loadinfo.h
Copying file intl/loadmsgcat.c
Copying file intl/localcharset.c
Copying file intl/localcharset.h
Copying file intl/locale.alias
Copying file intl/localealias.c
Copying file intl/localename.c
Copying file intl/lock.c
Copying file intl/lock.h
Copying file intl/log.c
Copying file intl/ngettext.c
Copying file intl/os2compat.c
Copying file intl/os2compat.h
Copying file intl/osdep.c
Copying file intl/plural-exp.c
Copying file intl/plural-exp.h
Copying file intl/plural.c
Copying file intl/plural.y
Copying file intl/printf-args.c
Copying file intl/printf-args.h
Copying file intl/printf-parse.c
Copying file intl/printf-parse.h
Copying file intl/printf.c
Copying file intl/ref-add.sin
Copying file intl/ref-del.sin
Copying file intl/relocatable.c
Copying file intl/relocatable.h
Copying file intl/textdomain.c
Copying file intl/tsearch.c
Copying file intl/tsearch.h
Copying file intl/vasnprintf.c
Copying file intl/vasnprintf.h
Copying file intl/vasnwprintf.h
Copying file intl/version.c
Copying file intl/wprintf-parse.h
Copying file intl/xsize.h
Copying file m4/codeset.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intlmacosx.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/progtest.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/address@hidden
Copying file po/address@hidden
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
configure.ac:24: warning: The macro `AC_GNU_SOURCE' is obsolete.
configure.ac:24: You should run autoupdate.
../../lib/autoconf/specific.m4:310: AC_GNU_SOURCE is expanded from...
m4/gnulib-comp.m4:21: gl_EARLY is expanded from...
configure.ac:24: the top level
configure.ac:26: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:26: You should run autoupdate.
../../lib/autoconf/general.m4:2581: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:598: AS_IF is expanded from...
../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from...
m4/visibility.m4:23: gl_VISIBILITY is expanded from...
m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
configure.ac:26: the top level
../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from...
m4/stdint_h.m4:12: gl_AC_HEADER_STDINT_H is expanded from...
m4/intl.m4:186: gt_INTL_SUBDIR_CORE is expanded from...
configure.ac:26: warning: The macro `AC_TRY_RUN' is obsolete.
configure.ac:26: You should run autoupdate.
../../lib/autoconf/general.m4:2731: AC_TRY_RUN is expanded from...
m4/intdiv0.m4:9: gt_INTDIV0 is expanded from...
m4/inttypes_h.m4:12: gl_AC_HEADER_INTTYPES_H is expanded from...
m4/uintmax_t.m4:14: gl_AC_TYPE_UINTMAX_T is expanded from...
m4/inttypes-pri.m4:14: gt_INTTYPES_PRI is expanded from...
configure.ac:26: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:26: You should run autoupdate.
../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
m4/lock.m4:29: gl_LOCK_EARLY_BODY is expanded from...
m4/lock.m4:22: gl_LOCK_EARLY is expanded from...
m4/lock.m4:253: gl_LOCK is expanded from...
configure.ac:26: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:26: You should run autoupdate.
../../lib/autoconf/general.m4:2654: AC_TRY_LINK is expanded from...
m4/lock.m4:82: gl_LOCK_BODY is expanded from...
m4/intl.m4:270: gt_CHECK_DECL is expanded from...
m4/iconv.m4:20: AM_ICONV_LINK is expanded from...
m4/iconv.m4:154: AM_ICONV is expanded from...
m4/wchar_t.m4:11: gt_TYPE_WCHAR_T is expanded from...
m4/wint_t.m4:11: gt_TYPE_WINT_T is expanded from...
m4/intmax.m4:11: gt_TYPE_INTMAX_T is expanded from...
m4/printf-posix.m4:11: gt_PRINTF_POSIX is expanded from...
m4/size_max.m4:9: gl_SIZE_MAX is expanded from...
m4/xsize.m4:7: gl_XSIZE is expanded from...
m4/intlmacosx.m4:18: gt_INTL_MACOSX is expanded from...
m4/codeset.m4:9: AM_LANGINFO_CODESET is expanded from...
m4/lcmessage.m4:21: gt_LC_MESSAGES is expanded from...
configure.ac:29: warning: The macro `_AC_COMPUTE_INT' is obsolete and will be 
deleted in a
configure.ac:29: future version or Autoconf.  Hence, it is suggested that you 
use
configure.ac:29: instead the public AC_COMPUTE_INT macro.  Note that the 
arguments are
configure.ac:29: slightly different between the two.
../../lib/autoconf/general.m4:3035: _AC_COMPUTE_INT is expanded from...
m4/gethostname.m4:10: gl_FUNC_GETHOSTNAME is expanded from...
m4/gnulib-comp.m4:33: gl_INIT is expanded from...
configure.ac:29: the top level
configure.ac:29: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:29: You should run autoupdate.
m4/malloc.m4:27: gl_CHECK_MALLOC_POSIX is expanded from...
m4/malloc.m4:11: gl_FUNC_MALLOC_POSIX is expanded from...
configure.ac:29: warning: The macro `AC_TRY_RUN' is obsolete.
configure.ac:29: You should run autoupdate.
m4/mbrtowc.m4:91: gl_MBRTOWC_INCOMPLETE_STATE is expanded from...
m4/mbrtowc.m4:60: gl_MBSTATE_T_BROKEN is expanded from...
m4/mbrtowc.m4:8: gl_FUNC_MBRTOWC is expanded from...
m4/mbrlen.m4:7: gl_FUNC_MBRLEN is expanded from...
m4/mbrtowc.m4:139: gl_MBRTOWC_SANITYCHECK is expanded from...
m4/mbrtowc.m4:191: gl_MBRTOWC_NULL_ARG is expanded from...
m4/mbrtowc.m4:240: gl_MBRTOWC_RETVAL is expanded from...
m4/mbrtowc.m4:308: gl_MBRTOWC_NUL_RETVAL is expanded from...
m4/mbsinit.m4:7: gl_FUNC_MBSINIT is expanded from...
m4/open.m4:7: gl_FUNC_OPEN is expanded from...
m4/stdbool.m4:37: AC_HEADER_STDBOOL is expanded from...
m4/stdbool.m4:10: AM_STDBOOL_H is expanded from...
configure.ac:24: warning: The macro `AC_GNU_SOURCE' is obsolete.
configure.ac:24: You should run autoupdate.
../../lib/autoconf/specific.m4:310: AC_GNU_SOURCE is expanded from...
m4/gnulib-comp.m4:21: gl_EARLY is expanded from...
configure.ac:24: the top level
configure.ac:26: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:26: You should run autoupdate.
../../lib/autoconf/general.m4:2581: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:598: AS_IF is expanded from...
../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from...
m4/visibility.m4:23: gl_VISIBILITY is expanded from...
m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
configure.ac:26: the top level
../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from...
m4/stdint_h.m4:12: gl_AC_HEADER_STDINT_H is expanded from...
m4/intl.m4:186: gt_INTL_SUBDIR_CORE is expanded from...
configure.ac:26: warning: The macro `AC_TRY_RUN' is obsolete.
configure.ac:26: You should run autoupdate.
../../lib/autoconf/general.m4:2731: AC_TRY_RUN is expanded from...
m4/intdiv0.m4:9: gt_INTDIV0 is expanded from...
m4/inttypes_h.m4:12: gl_AC_HEADER_INTTYPES_H is expanded from...
m4/uintmax_t.m4:14: gl_AC_TYPE_UINTMAX_T is expanded from...
m4/inttypes-pri.m4:14: gt_INTTYPES_PRI is expanded from...
configure.ac:26: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:26: You should run autoupdate.
../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
m4/lock.m4:29: gl_LOCK_EARLY_BODY is expanded from...
m4/lock.m4:22: gl_LOCK_EARLY is expanded from...
m4/lock.m4:253: gl_LOCK is expanded from...
configure.ac:26: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:26: You should run autoupdate.
../../lib/autoconf/general.m4:2654: AC_TRY_LINK is expanded from...
m4/lock.m4:82: gl_LOCK_BODY is expanded from...
m4/intl.m4:270: gt_CHECK_DECL is expanded from...
m4/iconv.m4:20: AM_ICONV_LINK is expanded from...
m4/iconv.m4:154: AM_ICONV is expanded from...
m4/wchar_t.m4:11: gt_TYPE_WCHAR_T is expanded from...
m4/wint_t.m4:11: gt_TYPE_WINT_T is expanded from...
m4/intmax.m4:11: gt_TYPE_INTMAX_T is expanded from...
m4/printf-posix.m4:11: gt_PRINTF_POSIX is expanded from...
m4/size_max.m4:9: gl_SIZE_MAX is expanded from...
m4/xsize.m4:7: gl_XSIZE is expanded from...
m4/intlmacosx.m4:18: gt_INTL_MACOSX is expanded from...
m4/codeset.m4:9: AM_LANGINFO_CODESET is expanded from...
m4/lcmessage.m4:21: gt_LC_MESSAGES is expanded from...
configure.ac:29: warning: The macro `_AC_COMPUTE_INT' is obsolete and will be 
deleted in a
configure.ac:29: future version or Autoconf.  Hence, it is suggested that you 
use
configure.ac:29: instead the public AC_COMPUTE_INT macro.  Note that the 
arguments are
configure.ac:29: slightly different between the two.
../../lib/autoconf/general.m4:3035: _AC_COMPUTE_INT is expanded from...
m4/gethostname.m4:10: gl_FUNC_GETHOSTNAME is expanded from...
m4/gnulib-comp.m4:33: gl_INIT is expanded from...
configure.ac:29: the top level
configure.ac:29: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:29: You should run autoupdate.
m4/malloc.m4:27: gl_CHECK_MALLOC_POSIX is expanded from...
m4/malloc.m4:11: gl_FUNC_MALLOC_POSIX is expanded from...
configure.ac:29: warning: The macro `AC_TRY_RUN' is obsolete.
configure.ac:29: You should run autoupdate.
m4/mbrtowc.m4:91: gl_MBRTOWC_INCOMPLETE_STATE is expanded from...
m4/mbrtowc.m4:60: gl_MBSTATE_T_BROKEN is expanded from...
m4/mbrtowc.m4:8: gl_FUNC_MBRTOWC is expanded from...
m4/mbrlen.m4:7: gl_FUNC_MBRLEN is expanded from...
m4/mbrtowc.m4:139: gl_MBRTOWC_SANITYCHECK is expanded from...
m4/mbrtowc.m4:191: gl_MBRTOWC_NULL_ARG is expanded from...
m4/mbrtowc.m4:240: gl_MBRTOWC_RETVAL is expanded from...
m4/mbrtowc.m4:308: gl_MBRTOWC_NUL_RETVAL is expanded from...
m4/mbsinit.m4:7: gl_FUNC_MBSINIT is expanded from...
m4/open.m4:7: gl_FUNC_OPEN is expanded from...
m4/stdbool.m4:37: AC_HEADER_STDBOOL is expanded from...
m4/stdbool.m4:10: AM_STDBOOL_H is expanded from...
configure.ac:16: installing `./config.guess'
configure.ac:16: installing `./config.sub'
configure.ac:14: installing `./install-sh'
configure.ac:14: installing `./missing'
doc/Makefile.am:21: installing `doc/mdate-sh'
doc/Makefile.am:21: installing `doc/texinfo.tex'
lib/Makefile.am: installing `./depcomp'
src/Makefile.am:51: user target `installcheck' defined here...
/old-home/ROOT/usr/local/share/automake-1.11/am/install.am: ... overrides 
Automake target `installcheck' defined here
src/Makefile.am:51: consider using installcheck-local instead of installcheck
tests/Makefile.am:29: user target `clean' defined here...
automake: ... overrides Automake target `clean' defined here
tests/Makefile.am:29: consider using clean-local instead of clean
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING' using GNU General Public License v3 file
Makefile.am:     Consider adding the COPYING file to the version control system
Makefile.am:     for your code, to avoid questions about which license your 
project uses.
>bs> chmod ugo-x COPYING INSTALL doc/texinfo.tex














>BLD> ./configure '' --prefix=/old-home/gnu/proj/sharutils-inst 'CFLAGS=-g 
>-Wall'
configure: WARNING: you should use --build, --host, --target
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for ranlib... ranlib
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking whether we are using the GNU C Library 2 or newer... yes
checking for simple visibility declarations... yes
checking for inline... inline
checking for size_t... yes
checking for stdint.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for stdint.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for inttypes.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for string.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for unsigned long long int... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether imported symbols can be declared weak... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... yes
checking for pthread_rwlock_t... yes
checking for multithread API to use... posix
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for argz_count... yes
checking for argz_stringify... yes
checking for argz_next... yes
checking for __fsetlocking... yes
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, 
char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for NL_LOCALE_NAME macro... yes
checking for bison... bison
checking version of bison... 2.3, ok
checking for long long int... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for ptrdiff_t... yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for asprintf... yes
checking for fwprintf... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for snprintf... yes
checking for wcslen... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether getc_unlocked is declared... yes
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for uid_t in sys/types.h... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking whether chown dereferences symlinks... yes
checking for chown... yes
checking for fchown... yes
checking for dup2... yes
checking for fchdir... yes
checking for fcntl... yes
checking for fdopendir... yes
checking for getdtablesize... yes
checking for lchmod... no
checking for lstat... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mbrlen... yes
checking for mprotect... yes
checking for alarm... yes
checking for tzset... yes
checking for pipe... yes
checking whether chown honors trailing slash... yes
checking whether chown always updates ctime... yes
checking whether the preprocessor supports include_next... yes
checking whether system is Windows or MSDOS... no
checking whether // is distinct from /... no
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking for mode_t... yes
checking for promoted mode_t type... mode_t
checking for working fcntl.h... yes
checking whether getcwd (NULL, 0) allocates memory for result... yes
checking whether getcwd is declared... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether optreset is declared... no
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking whether getenv is declared... yes
checking for off_t... yes
checking whether stdint.h conforms to C99... yes
checking whether imaxabs is declared... yes
checking whether imaxdiv is declared... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking whether getc_unlocked is declared... (cached) yes
checking whether lstat correctly handles trailing slash... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for mbstate_t... yes
checking for a traditional japanese locale... ja_JP
checking for a transitional chinese locale... zh_CN.GB18030
checking for a french Unicode locale... fr_FR.UTF-8
checking whether mbrtowc handles incomplete characters... yes
checking whether mbrtowc works as well as mbtowc... yes
checking whether mbrtowc handles a NULL string argument... yes
checking whether mbrtowc has a correct return value... yes
checking whether mbrtowc returns 0 when parsing a NUL character... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking for memchr... yes
checking whether memchr works... yes
checking for C/C++ restrict keyword... __restrict
checking whether memrchr is declared... yes
checking whether unlink honors trailing slashes... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether strdup is declared... yes
checking for working strerror function... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking whether memmem is declared without a macro... yes
checking whether mempcpy is declared without a macro... yes
checking whether memrchr is declared without a macro... yes
checking whether rawmemchr is declared without a macro... yes
checking whether stpcpy is declared without a macro... yes
checking whether stpncpy is declared without a macro... yes
checking whether strchrnul is declared without a macro... yes
checking whether strdup is declared without a macro... yes
checking whether strndup is declared without a macro... yes
checking whether strnlen is declared without a macro... yes
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... yes
checking whether strcasestr is declared without a macro... yes
checking whether strtok_r is declared without a macro... yes
checking whether strsignal is declared without a macro... yes
checking whether strverscmp is declared without a macro... yes
checking whether stat file-mode macros are broken... no
checking for struct timespec in <time.h>... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... (cached) yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgets_unlocked is declared... (cached) yes
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking for alloca as a compiler built-in... yes
checking whether this system has an arbitrary file name length limit... yes
checking for d_ino member in directory struct... yes
checking whether alphasort is declared without a macro... yes
checking whether dirfd is declared without a macro... yes
checking whether fdopendir is declared without a macro... yes
checking whether scandir is declared without a macro... yes
checking for dirfd... yes
checking whether dirfd is declared... (cached) yes
checking whether dirfd is a macro... no
checking whether // is distinct from /... (cached) no
checking whether dup2 works... yes
checking for error_at_line... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
checking whether fcntl is declared without a macro... yes
checking whether openat is declared without a macro... yes
checking whether fdopendir works... yes
checking whether getcwd handles long file names properly... no, but it is 
partly working
checking for getpagesize... (cached) yes
checking whether getcwd aborts when 4k < cwd_length < 16k... no
checking for gethostname... yes
checking for HOST_NAME_MAX... yes
checking whether the compiler generally respects inline... no
checking whether inttypes.h conforms to C99... yes
checking whether INT32_MAX < INTMAX_MAX... yes
checking whether INT64_MAX == LONG_MAX... yes
checking whether UINT32_MAX < UINTMAX_MAX... yes
checking whether UINT64_MAX == ULONG_MAX... yes
checking whether imaxabs is declared without a macro... yes
checking whether imaxdiv is declared without a macro... yes
checking whether strtoimax is declared without a macro... yes
checking whether strtoumax is declared without a macro... yes
checking for lchown... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether mbrtowc handles a NULL string argument... (cached) yes
checking whether mbrtowc has a correct return value... (cached) yes
checking whether mbrtowc returns 0 when parsing a NUL character... (cached) yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking for memcpy... yes
checking for mempcpy... (cached) yes
checking for memrchr... yes
checking for memset... yes
checking whether mkdir handles trailing slash... yes
checking whether mkdir handles trailing dot... yes
checking for working mktime... yes
checking whether open recognizes a trailing slash... yes
checking for fchmodat... yes
checking for fstatat... yes
checking for mkdirat... yes
checking for openat... yes
checking for unlinkat... yes
checking for fchownat... yes
checking whether fchownat works with AT_SYMLINK_NOFOLLOW... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for rmdir... yes
checking whether rmdir works... yes
checking for library containing setsockopt... none needed
checking whether stat handles trailing slashes on directories... yes
checking whether stat handles trailing slashes on files... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether stdint.h conforms to C99... (cached) yes
checking whether dprintf is declared without a macro... yes
checking whether fpurge is declared without a macro... no
checking whether fseeko is declared without a macro... yes
checking whether ftello is declared without a macro... yes
checking whether getdelim is declared without a macro... yes
checking whether getline is declared without a macro... yes
checking whether popen is declared without a macro... yes
checking whether renameat is declared without a macro... yes
checking whether snprintf is declared without a macro... yes
checking whether vdprintf is declared without a macro... yes
checking whether vsnprintf is declared without a macro... yes
checking for random.h... no
checking for struct random_data... yes
checking whether atoll is declared without a macro... yes
checking whether canonicalize_file_name is declared without a macro... yes
checking whether getloadavg is declared without a macro... yes
checking whether getsubopt is declared without a macro... yes
checking whether mkdtemp is declared without a macro... yes
checking whether mkostemp is declared without a macro... yes
checking whether mkostemps is declared without a macro... no
checking whether mkstemp is declared without a macro... yes
checking whether mkstemps is declared without a macro... no
checking whether random_r is declared without a macro... yes
checking whether initstat_r is declared without a macro... no
checking whether srandom_r is declared without a macro... yes
checking whether setstate_r is declared without a macro... yes
checking whether realpath is declared without a macro... yes
checking whether rpmatch is declared without a macro... yes
checking whether setenv is declared without a macro... yes
checking whether strtod is declared without a macro... yes
checking whether strtoll is declared without a macro... yes
checking whether strtoull is declared without a macro... yes
checking whether unsetenv is declared without a macro... yes
checking for stpcpy... (cached) yes
checking for strdup... (cached) yes
checking whether <inttypes.h> defines strtoimax as a macro... no
checking for strtoimax... yes
checking for strtol... yes
checking for strtoll... yes
checking whether <sys/socket.h> is self-contained... yes
checking for shutdown... yes
checking whether <sys/socket.h> defines the SHUT_* macros... yes
checking for struct sockaddr_storage... yes
checking for sa_family_t... yes
checking whether socket is declared without a macro... no
checking whether connect is declared without a macro... no
checking whether accept is declared without a macro... no
checking whether bind is declared without a macro... no
checking whether getpeername is declared without a macro... no
checking whether getsockname is declared without a macro... no
checking whether getsockopt is declared without a macro... no
checking whether listen is declared without a macro... no
checking whether recv is declared without a macro... no
checking whether send is declared without a macro... no
checking whether recvfrom is declared without a macro... no
checking whether sendto is declared without a macro... no
checking whether setsockopt is declared without a macro... no
checking whether shutdown is declared without a macro... no
checking whether accept4 is declared without a macro... no
checking for nlink_t... yes
checking whether fchmodat is declared without a macro... yes
checking whether fstatat is declared without a macro... yes
checking whether futimens is declared without a macro... yes
checking whether lchmod is declared without a macro... yes
checking whether lstat is declared without a macro... yes
checking whether mkdirat is declared without a macro... yes
checking whether mkfifo is declared without a macro... yes
checking whether mkfifoat is declared without a macro... yes
checking whether mknod is declared without a macro... yes
checking whether mknodat is declared without a macro... yes
checking whether stat is declared without a macro... yes
checking whether utimensat is declared without a macro... yes
checking for struct utsname... yes
checking whether uname is declared without a macro... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking for uname... yes
checking whether chown is declared without a macro... yes
checking whether dup2 is declared without a macro... yes
checking whether dup3 is declared without a macro... yes
checking whether environ is declared without a macro... yes
checking whether euidaccess is declared without a macro... yes
checking whether faccessat is declared without a macro... yes
checking whether fchdir is declared without a macro... yes
checking whether fchownat is declared without a macro... yes
checking whether fsync is declared without a macro... yes
checking whether ftruncate is declared without a macro... yes
checking whether getcwd is declared without a macro... yes
checking whether getdomainname is declared without a macro... yes
checking whether getdtablesize is declared without a macro... yes
checking whether getgroups is declared without a macro... yes
checking whether gethostname is declared without a macro... yes
checking whether getlogin is declared without a macro... yes
checking whether getlogin_r is declared without a macro... yes
checking whether getpagesize is declared without a macro... yes
checking whether getusershell is declared without a macro... yes
checking whether setusershell is declared without a macro... yes
checking whether endusershell is declared without a macro... yes
checking whether lchown is declared without a macro... yes
checking whether link is declared without a macro... yes
checking whether linkat is declared without a macro... yes
checking whether lseek is declared without a macro... yes
checking whether pipe2 is declared without a macro... yes
checking whether pread is declared without a macro... yes
checking whether readlink is declared without a macro... yes
checking whether readlinkat is declared without a macro... yes
checking whether rmdir is declared without a macro... yes
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... yes
checking whether symlinkat is declared without a macro... yes
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... yes
checking whether usleep is declared without a macro... yes
checking whether unlink honors trailing slashes... (cached) yes
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... yes
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... yes
checking whether wcwidth is declared without a macro... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... (cached) ranlib
checking for gnudiff... no
checking for diffgnu... no
checking for diff... /usr/bin/diff
checking for Mail... /usr/bin/Mail
checking for perl... /usr/bin/perl
checking for bash... /bin/bash
checking for gnutar... no
checking for targnu... no
checking for gtar... no
checking for tar... /bin/tar
checking for compress... no
checking for library containing strerror... none required
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether char is unsigned... no
checking for an ANSI C-conforming const... yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... no
checking for limits.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for memory.h... (cached) yes
checking for string.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether stat file-mode macros are broken... (cached) no
checking for ANSI C header files... (cached) yes
checking for struct tm.tm_zone... (cached) yes
checking for size_t... (cached) yes
checking for fchmod... yes
checking for isascii... yes
checking for strchr... yes
checking whether closedir returns void... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for memset... (cached) yes
checking for mktime... yes
checking for strftime... yes
checking for xmalloc... no
checking for xstrdup... no
checking for /etc/systemid... no
checking if malloc debugging is wanted... no
configure: creating ./config.status
config.status: creating src/remsync
config.status: creating src/compress-dummy
config.status: creating contrib/Makefile
config.status: creating doc/Makefile
config.status: creating intl/Makefile
config.status: creating lib/Makefile
config.status: creating po/Makefile.in
config.status: creating src/Makefile
config.status: creating src/mail-files
config.status: creating src/mailshar
config.status: creating tests/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile














>BLD> make
make  all-recursive
make[1]: Entering directory `/old-home/gnu/proj/sharutils-bld'
Making all in intl
make[2]: Entering directory `/old-home/gnu/proj/sharutils-bld/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/old-home/gnu/proj/sharutils-bld/intl'
Making all in lib
make[2]: Entering directory `/old-home/gnu/proj/sharutils-bld/lib'
rm -f alloca.h-t alloca.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat ./alloca.in.h; \
        } > alloca.h-t && \
        mv -f alloca.h-t alloca.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
        sed -n -e '/GL_ARG_NONNULL/,$p' \
          < .././arg-nonnull.h \
          > arg-nonnull.h-t && \
        mv arg-nonnull.h-t arg-nonnull.h
rm -f configmake.h-t && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          echo '#define PREFIX "/old-home/gnu/proj/sharutils-inst"'; \
          echo '#define EXEC_PREFIX "/old-home/gnu/proj/sharutils-inst"'; \
          echo '#define BINDIR "/old-home/gnu/proj/sharutils-inst/bin"'; \
          echo '#define SBINDIR "/old-home/gnu/proj/sharutils-inst/sbin"'; \
          echo '#define LIBEXECDIR 
"/old-home/gnu/proj/sharutils-inst/libexec"'; \
          echo '#define DATAROOTDIR "/old-home/gnu/proj/sharutils-inst/share"'; 
\
          echo '#define DATADIR "/old-home/gnu/proj/sharutils-inst/share"'; \
          echo '#define SYSCONFDIR "/old-home/gnu/proj/sharutils-inst/etc"'; \
          echo '#define SHAREDSTATEDIR 
"/old-home/gnu/proj/sharutils-inst/com"'; \
          echo '#define LOCALSTATEDIR "/old-home/gnu/proj/sharutils-inst/var"'; 
\
          echo '#define INCLUDEDIR 
"/old-home/gnu/proj/sharutils-inst/include"'; \
          echo '#define OLDINCLUDEDIR "/usr/include"'; \
          echo '#define DOCDIR 
"/old-home/gnu/proj/sharutils-inst/share/doc/sharutils"'; \
          echo '#define INFODIR 
"/old-home/gnu/proj/sharutils-inst/share/info"'; \
          echo '#define HTMLDIR 
"/old-home/gnu/proj/sharutils-inst/share/doc/sharutils"'; \
          echo '#define DVIDIR 
"/old-home/gnu/proj/sharutils-inst/share/doc/sharutils"'; \
          echo '#define PDFDIR 
"/old-home/gnu/proj/sharutils-inst/share/doc/sharutils"'; \
          echo '#define PSDIR 
"/old-home/gnu/proj/sharutils-inst/share/doc/sharutils"'; \
          echo '#define LIBDIR "/old-home/gnu/proj/sharutils-inst/lib"'; \
          echo '#define LISPDIR ""'; \
          echo '#define LOCALEDIR 
"/old-home/gnu/proj/sharutils-inst/share/locale"'; \
          echo '#define MANDIR "/old-home/gnu/proj/sharutils-inst/share/man"'; \
          echo '#define MANEXT ""'; \
          echo '#define PKGDATADIR 
"/old-home/gnu/proj/sharutils-inst/share/sharutils"'; \
          echo '#define PKGINCLUDEDIR 
"/old-home/gnu/proj/sharutils-inst/include/sharutils"'; \
          echo '#define PKGLIBDIR 
"/old-home/gnu/proj/sharutils-inst/lib/sharutils"'; \
          echo '#define PKGLIBEXECDIR 
"/old-home/gnu/proj/sharutils-inst/libexec/sharutils"'; \
        } | sed '/""/d' > configmake.h-t && \
        if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; 
then \
          rm -f configmake.h-t; \
        else \
          rm -f configmake.h; mv configmake.h-t configmake.h; \
        fi
rm -f warn-on-use.h-t warn-on-use.h && \
        sed -n -e '/^.ifndef/,$p' \
          < .././warn-on-use.h \
          > warn-on-use.h-t && \
        mv warn-on-use.h-t warn-on-use.h
rm -f dirent.h-t dirent.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''NEXT_DIRENT_H''@|<dirent.h>|g' \
              -e 's|@''GNULIB_DIRFD''@|1|g' \
              -e 's|@''GNULIB_FDOPENDIR''@|1|g' \
              -e 's|@''GNULIB_SCANDIR''@|0|g' \
              -e 's|@''GNULIB_ALPHASORT''@|0|g' \
              -e 's|@''HAVE_DECL_DIRFD''@|1|g' \
              -e 's|@''HAVE_FDOPENDIR''@|1|g' \
              -e 's|@''HAVE_SCANDIR''@|1|g' \
              -e 's|@''HAVE_ALPHASORT''@|1|g' \
              -e 's|@''REPLACE_CLOSEDIR''@|0|g' \
              -e 's|@''REPLACE_FDOPENDIR''@|0|g' \
              -e 's|@''REPLACE_OPENDIR''@|0|g' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < ./dirent.in.h; \
        } > dirent.h-t && \
        mv dirent.h-t dirent.h
rm -f fcntl.h-t fcntl.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
              -e 's|@''GNULIB_FCNTL''@|1|g' \
              -e 's|@''GNULIB_OPEN''@|1|g' \
              -e 's|@''GNULIB_OPENAT''@|1|g' \
              -e 's|@''HAVE_FCNTL''@|1|g' \
              -e 's|@''HAVE_OPENAT''@|1|g' \
              -e 's|@''REPLACE_FCNTL''@|1|g' \
              -e 's|@''REPLACE_OPEN''@|0|g' \
              -e 's|@''REPLACE_OPENAT''@|0|g' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < ./fcntl.in.h; \
        } > fcntl.h-t && \
        mv fcntl.h-t fcntl.h
rm -f inttypes.h-t inttypes.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
              -e 's/@''PRI_MACROS_BROKEN''@/0/g' \
              -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
              -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
              -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
              -e 's/@''PRIPTR_PREFIX''@/"l"/g' \
              -e 's/@''GNULIB_IMAXABS''@/0/g' \
              -e 's/@''GNULIB_IMAXDIV''@/0/g' \
              -e 's/@''GNULIB_STRTOIMAX''@/1/g' \
              -e 's/@''GNULIB_STRTOUMAX''@/0/g' \
              -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
              -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
              -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
              -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
              -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
              -e 's/@''INT64_MAX_EQ_LONG_MAX''@/1/g' \
              -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
              -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/1/g' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < ./inttypes.in.h; \
        } > inttypes.h-t && \
        mv inttypes.h-t inttypes.h
rm -f stdio.h-t stdio.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
              -e 's|@''GNULIB_DPRINTF''@|0|g' \
              -e 's|@''GNULIB_FCLOSE''@|1|g' \
              -e 's|@''GNULIB_FFLUSH''@|0|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_FREOPEN''@|0|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_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_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_SNPRINTF''@|0|g' \
              -e 's|@''GNULIB_SPRINTF_POSIX''@|0|g' \
              -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|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_VPRINTF''@|1|g' \
              -e 's|@''GNULIB_VPRINTF_POSIX''@|0|g' \
              -e 's|@''GNULIB_VSNPRINTF''@|0|g' \
              -e 's|@''GNULIB_VSPRINTF_POSIX''@|0|g' \
              < ./stdio.in.h | \
          sed -e 's|@''HAVE_DECL_FPURGE''@|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_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_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_WRITE_FUNCS''@|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 '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
        } > stdio.h-t && \
        mv stdio.h-t stdio.h
rm -f stdlib.h-t stdlib.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|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_MALLOC_POSIX''@|1|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_PUTENV''@|0|g' \
              -e 's|@''GNULIB_RANDOM_R''@|0|g' \
              -e 's|@''GNULIB_REALLOC_POSIX''@|1|g' \
              -e 's|@''GNULIB_REALPATH''@|0|g' \
              -e 's|@''GNULIB_RPMATCH''@|0|g' \
              -e 's|@''GNULIB_SETENV''@|0|g' \
              -e 's|@''GNULIB_STRTOD''@|0|g' \
              -e 's|@''GNULIB_STRTOLL''@|1|g' \
              -e 's|@''GNULIB_STRTOULL''@|0|g' \
              -e 's|@''GNULIB_UNSETENV''@|0|g' \
              -e 's|@''HAVE_ATOLL''@|1|g' \
              -e 's|@''HAVE_CALLOC_POSIX''@|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_MALLOC_POSIX''@|1|g' \
              -e 's|@''HAVE_MKDTEMP''@|1|g' \
              -e 's|@''HAVE_MKOSTEMP''@|1|g' \
              -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
              -e 's|@''HAVE_MKSTEMPS''@|1|g' \
              -e 's|@''HAVE_RANDOM_H''@|0|g' \
              -e 's|@''HAVE_RANDOM_R''@|1|g' \
              -e 's|@''HAVE_REALLOC_POSIX''@|1|g' \
              -e 's|@''HAVE_REALPATH''@|1|g' \
              -e 's|@''HAVE_RPMATCH''@|1|g' \
              -e 's|@''HAVE_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_UNSETENV''@|1|g' \
              -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
              -e 's|@''REPLACE_MKSTEMP''@|0|g' \
              -e 's|@''REPLACE_PUTENV''@|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 '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < ./stdlib.in.h; \
        } > stdlib.h-t && \
        mv stdlib.h-t stdlib.h
rm -f string.h-t string.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''NEXT_STRING_H''@|<string.h>|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''@|1|g' \
              -e 's|@''GNULIB_MEMRCHR''@|1|g' \
              -e 's|@''GNULIB_RAWMEMCHR''@|0|g' \
              -e 's|@''GNULIB_STPCPY''@|1|g' \
              -e 's|@''GNULIB_STPNCPY''@|0|g' \
              -e 's|@''GNULIB_STRCHRNUL''@|0|g' \
              -e 's|@''GNULIB_STRDUP''@|1|g' \
              -e 's|@''GNULIB_STRNDUP''@|0|g' \
              -e 's|@''GNULIB_STRNLEN''@|0|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_STRSIGNAL''@|0|g' \
              -e 's|@''GNULIB_STRVERSCMP''@|0|g' \
              < ./string.in.h | \
          sed -e 's|@''HAVE_MBSLEN''@|0|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''@|1|g' \
              -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
              -e 's|@''HAVE_STRVERSCMP''@|1|g' \
              -e 's|@''REPLACE_MEMCHR''@|0|g' \
              -e 's|@''REPLACE_MEMMEM''@|0|g' \
              -e 's|@''REPLACE_STRCASESTR''@|0|g' \
              -e 's|@''REPLACE_STRDUP''@|0|g' \
              -e 's|@''REPLACE_STRSTR''@|0|g' \
              -e 's|@''REPLACE_STRERROR''@|0|g' \
              -e 's|@''REPLACE_STRNDUP''@|0|g' \
              -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
              -e 's|@''REPLACE_STRTOK_R''@|0|g' \
              -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
              < ./string.in.h; \
        } > string.h-t && \
        mv string.h-t string.h
/bin/mkdir -p sys
rm -f sys/socket.h-t sys/socket.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''NEXT_SYS_SOCKET_H''@|<sys/socket.h>|g' \
              -e 's|@''HAVE_SYS_SOCKET_H''@|1|g' \
              -e 's|@''GNULIB_CLOSE''@|1|g' \
              -e 's|@''GNULIB_SOCKET''@|0|g' \
              -e 's|@''GNULIB_CONNECT''@|0|g' \
              -e 's|@''GNULIB_ACCEPT''@|0|g' \
              -e 's|@''GNULIB_BIND''@|0|g' \
              -e 's|@''GNULIB_GETPEERNAME''@|0|g' \
              -e 's|@''GNULIB_GETSOCKNAME''@|0|g' \
              -e 's|@''GNULIB_GETSOCKOPT''@|0|g' \
              -e 's|@''GNULIB_LISTEN''@|0|g' \
              -e 's|@''GNULIB_RECV''@|0|g' \
              -e 's|@''GNULIB_SEND''@|0|g' \
              -e 's|@''GNULIB_RECVFROM''@|0|g' \
              -e 's|@''GNULIB_SENDTO''@|0|g' \
              -e 's|@''GNULIB_SETSOCKOPT''@|0|g' \
              -e 's|@''GNULIB_SHUTDOWN''@|0|g' \
              -e 's|@''GNULIB_ACCEPT4''@|0|g' \
              -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
              -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \
              -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|1|g' \
              -e 's|@''HAVE_SA_FAMILY_T''@|1|g' \
              -e 's|@''HAVE_ACCEPT4''@|1|g' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < ./sys_socket.in.h; \
        } > sys/socket.h-t && \
        mv -f sys/socket.h-t sys/socket.h
/bin/mkdir -p sys
rm -f sys/stat.h-t sys/stat.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
              -e 's|@''GNULIB_FCHMODAT''@|1|g' \
              -e 's|@''GNULIB_FSTATAT''@|1|g' \
              -e 's|@''GNULIB_FUTIMENS''@|0|g' \
              -e 's|@''GNULIB_LCHMOD''@|0|g' \
              -e 's|@''GNULIB_LSTAT''@|1|g' \
              -e 's|@''GNULIB_MKDIRAT''@|1|g' \
              -e 's|@''GNULIB_MKFIFO''@|0|g' \
              -e 's|@''GNULIB_MKFIFOAT''@|0|g' \
              -e 's|@''GNULIB_MKNOD''@|0|g' \
              -e 's|@''GNULIB_MKNODAT''@|0|g' \
              -e 's|@''GNULIB_STAT''@|1|g' \
              -e 's|@''GNULIB_UTIMENSAT''@|0|g' \
              -e 's|@''HAVE_FCHMODAT''@|1|g' \
              -e 's|@''HAVE_FSTATAT''@|1|g' \
              -e 's|@''HAVE_FUTIMENS''@|1|g' \
              -e 's|@''HAVE_LCHMOD''@|1|g' \
              -e 's|@''HAVE_LSTAT''@|1|g' \
              -e 's|@''HAVE_MKDIRAT''@|1|g' \
              -e 's|@''HAVE_MKFIFO''@|1|g' \
              -e 's|@''HAVE_MKFIFOAT''@|1|g' \
              -e 's|@''HAVE_MKNOD''@|1|g' \
              -e 's|@''HAVE_MKNODAT''@|1|g' \
              -e 's|@''HAVE_UTIMENSAT''@|1|g' \
              -e 's|@''REPLACE_FSTAT''@|0|g' \
              -e 's|@''REPLACE_FSTATAT''@|0|g' \
              -e 's|@''REPLACE_FUTIMENS''@|0|g' \
              -e 's|@''REPLACE_LSTAT''@|0|g' \
              -e 's|@''REPLACE_MKDIR''@|0|g' \
              -e 's|@''REPLACE_MKFIFO''@|0|g' \
              -e 's|@''REPLACE_MKNOD''@|0|g' \
              -e 's|@''REPLACE_STAT''@|0|g' \
              -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < ./sys_stat.in.h; \
        } > sys/stat.h-t && \
        mv sys/stat.h-t sys/stat.h
/bin/mkdir -p sys
rm -f sys/utsname.h-t sys/utsname.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's/@''HAVE_SYS_UTSNAME_H''@/1/g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''NEXT_SYS_UTSNAME_H''@|<sys/utsname.h>|g' \
              -e 's|@''GNULIB_UNAME''@|1|g' \
              -e 's|@''HAVE_STRUCT_UTSNAME''@|1|g' \
              -e 's|@''HAVE_UNAME''@|1|g' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < ./sys_utsname.in.h; \
        } > sys/utsname.h-t && \
        mv sys/utsname.h-t sys/utsname.h
rm -f time.h-t time.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@NEXT_TIME_H''@|<time.h>|g' \
              -e 's|@REPLACE_LOCALTIME_R''@|0|g' \
              -e 's|@REPLACE_MKTIME''@|0|g' \
              -e 's|@REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
              -e 's|@REPLACE_STRPTIME''@|GNULIB_PORTCHECK|g' \
              -e 's|@REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
              -e 's|@SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
              -e 's|@TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              < ./time.in.h; \
        } > time.h-t && \
        mv time.h-t time.h
rm -f unistd.h-t unistd.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
              -e 's|@''GNULIB_CHOWN''@|1|g' \
              -e 's|@''GNULIB_CLOSE''@|1|g' \
              -e 's|@''GNULIB_DUP2''@|1|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''@|1|g' \
              -e 's|@''GNULIB_FCHOWNAT''@|1|g' \
              -e 's|@''GNULIB_FSYNC''@|0|g' \
              -e 's|@''GNULIB_FTRUNCATE''@|0|g' \
              -e 's|@''GNULIB_GETCWD''@|1|g' \
              -e 's|@''GNULIB_GETDOMAINNAME''@|0|g' \
              -e 's|@''GNULIB_GETDTABLESIZE''@|1|g' \
              -e 's|@''GNULIB_GETGROUPS''@|0|g' \
              -e 's|@''GNULIB_GETHOSTNAME''@|1|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_LCHOWN''@|1|g' \
              -e 's|@''GNULIB_LINK''@|0|g' \
              -e 's|@''GNULIB_LINKAT''@|0|g' \
              -e 's|@''GNULIB_LSEEK''@|0|g' \
              -e 's|@''GNULIB_PIPE2''@|0|g' \
              -e 's|@''GNULIB_PREAD''@|0|g' \
              -e 's|@''GNULIB_READLINK''@|0|g' \
              -e 's|@''GNULIB_READLINKAT''@|0|g' \
              -e 's|@''GNULIB_RMDIR''@|1|g' \
              -e 's|@''GNULIB_SLEEP''@|0|g' \
              -e 's|@''GNULIB_SYMLINK''@|0|g' \
              -e 's|@''GNULIB_SYMLINKAT''@|0|g' \
              -e 's|@''GNULIB_UNISTD_H_GETOPT''@|0|g' \
              -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|0|g' \
              -e 's|@''GNULIB_UNLINK''@|1|g' \
              -e 's|@''GNULIB_UNLINKAT''@|1|g' \
              -e 's|@''GNULIB_USLEEP''@|0|g' \
              -e 's|@''GNULIB_WRITE''@|0|g' \
              < ./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_FCHOWNAT''@|1|g' \
              -e 's|@''HAVE_FSYNC''@|1|g' \
              -e 's|@''HAVE_FTRUNCATE''@|1|g' \
              -e 's|@''HAVE_GETDOMAINNAME''@|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_GETUSERSHELL''@|1|g' \
              -e 's|@''HAVE_LCHOWN''@|1|g' \
              -e 's|@''HAVE_LINK''@|1|g' \
              -e 's|@''HAVE_LINKAT''@|1|g' \
              -e 's|@''HAVE_PIPE2''@|1|g' \
              -e 's|@''HAVE_PREAD''@|1|g' \
              -e 's|@''HAVE_READLINK''@|1|g' \
              -e 's|@''HAVE_READLINKAT''@|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_GETLOGIN_R''@|1|g' \
              -e 's|@''HAVE_OS_H''@|0|g' \
              -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
              -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_FCHDIR''@|0|g' \
              -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
              -e 's|@''REPLACE_GETCWD''@|1|g' \
              -e 's|@''REPLACE_GETGROUPS''@|0|g' \
              -e 's|@''REPLACE_GETPAGESIZE''@|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_READLINK''@|0|g' \
              -e 's|@''REPLACE_RMDIR''@|0|g' \
              -e 's|@''REPLACE_SLEEP''@|0|g' \
              -e 's|@''REPLACE_SYMLINK''@|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 '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
        } > unistd.h-t && \
        mv unistd.h-t unistd.h
rm -f wchar.h-t wchar.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|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''@|1|g' \
              -e 's|@''GNULIB_MBSRTOWCS''@|0|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|@''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_DECL_WCTOB''@|1|g' \
              -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
              -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 '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
            < ./wchar.in.h; \
        } > wchar.h-t && \
        mv wchar.h-t wchar.h
make  all-recursive
make[3]: Entering directory `/old-home/gnu/proj/sharutils-bld/lib'
make[4]: Entering directory `/old-home/gnu/proj/sharutils-bld/lib'
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT close-hook.o -MD -MP -MF 
.deps/close-hook.Tpo -c -o close-hook.o close-hook.c
mv -f .deps/close-hook.Tpo .deps/close-hook.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT localcharset.o -MD -MP -MF 
.deps/localcharset.Tpo -c -o localcharset.o localcharset.c
mv -f .deps/localcharset.Tpo .deps/localcharset.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT openat-die.o -MD -MP -MF 
.deps/openat-die.Tpo -c -o openat-die.o openat-die.c
mv -f .deps/openat-die.Tpo .deps/openat-die.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT sockets.o -MD -MP -MF 
.deps/sockets.Tpo -c -o sockets.o sockets.c
mv -f .deps/sockets.Tpo .deps/sockets.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT xalloc-die.o -MD -MP -MF 
.deps/xalloc-die.Tpo -c -o xalloc-die.o xalloc-die.c
mv -f .deps/xalloc-die.Tpo .deps/xalloc-die.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT xstrtoimax.o -MD -MP -MF 
.deps/xstrtoimax.Tpo -c -o xstrtoimax.o xstrtoimax.c
mv -f .deps/xstrtoimax.Tpo .deps/xstrtoimax.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT basename-lgpl.o -MD -MP -MF 
.deps/basename-lgpl.Tpo -c -o basename-lgpl.o basename-lgpl.c
mv -f .deps/basename-lgpl.Tpo .deps/basename-lgpl.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT chdir-long.o -MD -MP -MF 
.deps/chdir-long.Tpo -c -o chdir-long.o chdir-long.c
mv -f .deps/chdir-long.Tpo .deps/chdir-long.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT dirname-lgpl.o -MD -MP -MF 
.deps/dirname-lgpl.Tpo -c -o dirname-lgpl.o dirname-lgpl.c
mv -f .deps/dirname-lgpl.Tpo .deps/dirname-lgpl.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT dup-safer.o -MD -MP -MF 
.deps/dup-safer.Tpo -c -o dup-safer.o dup-safer.c
mv -f .deps/dup-safer.Tpo .deps/dup-safer.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT exitfail.o -MD -MP -MF 
.deps/exitfail.Tpo -c -o exitfail.o exitfail.c
mv -f .deps/exitfail.Tpo .deps/exitfail.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT fcntl.o -MD -MP -MF 
.deps/fcntl.Tpo -c -o fcntl.o fcntl.c
mv -f .deps/fcntl.Tpo .deps/fcntl.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT fd-safer.o -MD -MP -MF 
.deps/fd-safer.Tpo -c -o fd-safer.o fd-safer.c
mv -f .deps/fd-safer.Tpo .deps/fd-safer.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT getcwd.o -MD -MP -MF 
.deps/getcwd.Tpo -c -o getcwd.o getcwd.c
mv -f .deps/getcwd.Tpo .deps/getcwd.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT imaxtostr.o -MD -MP -MF 
.deps/imaxtostr.Tpo -c -o imaxtostr.o imaxtostr.c
mv -f .deps/imaxtostr.Tpo .deps/imaxtostr.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT offtostr.o -MD -MP -MF 
.deps/offtostr.Tpo -c -o offtostr.o offtostr.c
mv -f .deps/offtostr.Tpo .deps/offtostr.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT openat-proc.o -MD -MP -MF 
.deps/openat-proc.Tpo -c -o openat-proc.o openat-proc.c
mv -f .deps/openat-proc.Tpo .deps/openat-proc.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT pipe-safer.o -MD -MP -MF 
.deps/pipe-safer.Tpo -c -o pipe-safer.o pipe-safer.c
mv -f .deps/pipe-safer.Tpo .deps/pipe-safer.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT save-cwd.o -MD -MP -MF 
.deps/save-cwd.Tpo -c -o save-cwd.o save-cwd.c
mv -f .deps/save-cwd.Tpo .deps/save-cwd.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT strftime.o -MD -MP -MF 
.deps/strftime.Tpo -c -o strftime.o strftime.c
mv -f .deps/strftime.Tpo .deps/strftime.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT stripslash.o -MD -MP -MF 
.deps/stripslash.Tpo -c -o stripslash.o stripslash.c
mv -f .deps/stripslash.Tpo .deps/stripslash.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT uinttostr.o -MD -MP -MF 
.deps/uinttostr.Tpo -c -o uinttostr.o uinttostr.c
mv -f .deps/uinttostr.Tpo .deps/uinttostr.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT umaxtostr.o -MD -MP -MF 
.deps/umaxtostr.Tpo -c -o umaxtostr.o umaxtostr.c
mv -f .deps/umaxtostr.Tpo .deps/umaxtostr.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT xgetcwd.o -MD -MP -MF 
.deps/xgetcwd.Tpo -c -o xgetcwd.o xgetcwd.c
mv -f .deps/xgetcwd.Tpo .deps/xgetcwd.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT xmalloc.o -MD -MP -MF 
.deps/xmalloc.Tpo -c -o xmalloc.o xmalloc.c
mv -f .deps/xmalloc.Tpo .deps/xmalloc.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT xstrtol.o -MD -MP -MF 
.deps/xstrtol.Tpo -c -o xstrtol.o xstrtol.c
mv -f .deps/xstrtol.Tpo .deps/xstrtol.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT xstrtol-error.o -MD -MP -MF 
.deps/xstrtol-error.Tpo -c -o xstrtol-error.o xstrtol-error.c
mv -f .deps/xstrtol-error.Tpo .deps/xstrtol-error.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT xstrtoul.o -MD -MP -MF 
.deps/xstrtoul.Tpo -c -o xstrtoul.o xstrtoul.c
mv -f .deps/xstrtoul.Tpo .deps/xstrtoul.Po
rm -f libgnu.a
ar cru libgnu.a close-hook.o localcharset.o openat-die.o sockets.o xalloc-die.o 
xstrtoimax.o basename-lgpl.o chdir-long.o dirname-lgpl.o dup-safer.o exitfail.o 
fcntl.o fd-safer.o getcwd.o imaxtostr.o offtostr.o openat-proc.o pipe-safer.o 
save-cwd.o strftime.o stripslash.o uinttostr.o umaxtostr.o xgetcwd.o xmalloc.o 
xstrtol.o xstrtol-error.o xstrtoul.o 
ranlib libgnu.a
rm -f t-charset.alias charset.alias && \
        /bin/sh ./config.charset 'x86_64-unknown-linux-gnu' > t-charset.alias 
&& \
        mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed && \
        sed -e '/^#/d' -e 's/@''PACKAGE''@/sharutils/g' ref-add.sin > 
t-ref-add.sed && \
        mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed && \
        sed -e '/^#/d' -e 's/@''PACKAGE''@/sharutils/g' ref-del.sin > 
t-ref-del.sed && \
        mv t-ref-del.sed ref-del.sed
make[4]: Leaving directory `/old-home/gnu/proj/sharutils-bld/lib'
make[3]: Leaving directory `/old-home/gnu/proj/sharutils-bld/lib'
make[2]: Leaving directory `/old-home/gnu/proj/sharutils-bld/lib'
Making all in src
make[2]: Entering directory `/old-home/gnu/proj/sharutils-bld/src'
gcc -DLOCALEDIR=\"/old-home/gnu/proj/sharutils-inst/share/locale\" 
-DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../lib -I../intl   -g -Wall -MT shar.o -MD 
-MP -MF .deps/shar.Tpo -c -o shar.o shar.c
mv -f .deps/shar.Tpo .deps/shar.Po
gcc -DLOCALEDIR=\"/old-home/gnu/proj/sharutils-inst/share/locale\" 
-DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../lib -I../intl   -g -Wall -MT encode.o 
-MD -MP -MF .deps/encode.Tpo -c -o encode.o encode.c
mv -f .deps/encode.Tpo .deps/encode.Po
gcc  -g -Wall   -o shar shar.o encode.o ../lib/libgnu.a  ../lib/libgnu.a 
gcc -DLOCALEDIR=\"/old-home/gnu/proj/sharutils-inst/share/locale\" 
-DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../lib -I../intl   -g -Wall -MT unshar.o 
-MD -MP -MF .deps/unshar.Tpo -c -o unshar.o unshar.c
mv -f .deps/unshar.Tpo .deps/unshar.Po
gcc  -g -Wall   -o unshar unshar.o encode.o ../lib/libgnu.a  ../lib/libgnu.a 
gcc -DLOCALEDIR=\"/old-home/gnu/proj/sharutils-inst/share/locale\" 
-DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../lib -I../intl   -g -Wall -MT uuencode.o 
-MD -MP -MF .deps/uuencode.Tpo -c -o uuencode.o uuencode.c
mv -f .deps/uuencode.Tpo .deps/uuencode.Po
gcc  -g -Wall   -o uuencode uuencode.o ../lib/libgnu.a  ../lib/libgnu.a 
gcc -DLOCALEDIR=\"/old-home/gnu/proj/sharutils-inst/share/locale\" 
-DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../lib -I../intl   -g -Wall -MT uudecode.o 
-MD -MP -MF .deps/uudecode.Tpo -c -o uudecode.o uudecode.c
uudecode.c: In function 'decode':
uudecode.c:449: warning: implicit declaration of function 'isspace'
mv -f .deps/uudecode.Tpo .deps/uudecode.Po
gcc  -g -Wall   -o uudecode uudecode.o ../lib/libgnu.a  ../lib/libgnu.a 
chmod ugo+x mail-files mailshar remsync compress-dummy
make[2]: Leaving directory `/old-home/gnu/proj/sharutils-bld/src'
Making all in doc
make[2]: Entering directory `/old-home/gnu/proj/sharutils-bld/doc'
Updating ./version.texi
restore=: && backupdir=".am$$" && \
        am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
        rm -rf $backupdir && mkdir $backupdir && \
        if (/bin/sh /old-home/gnu/proj/sharutils-bld/missing --run makeinfo 
--version) >/dev/null 2>&1; then \
          for f in sharutils.info sharutils.info-[0-9] 
sharutils.info-[0-9][0-9] sharutils.i[0-9] sharutils.i[0-9][0-9]; do \
            if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
          done; \
        else :; fi && \
        cd "$am__cwd"; \
        if /bin/sh /old-home/gnu/proj/sharutils-bld/missing --run makeinfo   -I 
. \
         -o sharutils.info sharutils.texi; \
        then \
          rc=0; \
          CDPATH="${ZSH_VERSION+.}:" && cd .; \
        else \
          rc=$?; \
          CDPATH="${ZSH_VERSION+.}:" && cd . && \
          $restore $backupdir/* `echo "./sharutils.info" | sed 's|[^/]*$||'`; \
        fi; \
        rm -rf $backupdir; exit $rc
man1base=`echo /old-home/gnu/proj/sharutils-inst/share/man/man1 | sed 
'address@hidden/\(.*\)@\1@'`; \
        echo ".so $man1base/uuencode.1" > uudecode.1
make[2]: Leaving directory `/old-home/gnu/proj/sharutils-bld/doc'
Making all in po
make[2]: Entering directory `/old-home/gnu/proj/sharutils-bld/po'
make sharutils.pot-update
make[3]: Entering directory `/old-home/gnu/proj/sharutils-bld/po'
sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed
mv t-remove-potcdate.sed remove-potcdate.sed
if LC_ALL=C grep 'GNU sharutils' ../* 2>/dev/null | grep -v 'libtool:' 
>/dev/null; then \
          package_gnu='GNU '; \
        else \
          package_gnu=''; \
        fi; \
        if test -n '' || test 'address@hidden' = '@'PACKAGE_BUGREPORT'@'; then \
          msgid_bugs_address=''; \
        else \
          msgid_bugs_address='address@hidden'; \
        fi; \
        case `/usr/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/bin/xgettext --default-domain=sharutils --directory=.. \
              --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ --no-wrap  
--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/bin/xgettext --default-domain=sharutils --directory=.. \
              --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ --no-wrap  
--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}sharutils" \
              --package-version='4.8' \
              --msgid-bugs-address="$msgid_bugs_address" \
            ;; \
        esac
test ! -f sharutils.po || { \
          if test -f ./sharutils.pot; then \
            sed -f remove-potcdate.sed < ./sharutils.pot > sharutils.1po && \
            sed -f remove-potcdate.sed < sharutils.po > sharutils.2po && \
            if cmp sharutils.1po sharutils.2po >/dev/null 2>&1; then \
              rm -f sharutils.1po sharutils.2po sharutils.po; \
            else \
              rm -f sharutils.1po sharutils.2po ./sharutils.pot && \
              mv sharutils.po ./sharutils.pot; \
            fi; \
          else \
            mv sharutils.po ./sharutils.pot; \
          fi; \
        }
make[3]: Leaving directory `/old-home/gnu/proj/sharutils-bld/po'
test ! -f ./sharutils.pot || \
          test -z "bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo es.gmo et.gmo 
fi.gmo fr.gmo ga.gmo gl.gmo hu.gmo it.gmo ja.gmo nb.gmo nl.gmo nn.gmo pl.gmo 
pt.gmo ru.gmo rw.gmo sr.gmo sv.gmo tr.gmo vi.gmo zh_TW.gmo" || make bg.gmo 
ca.gmo cs.gmo da.gmo de.gmo el.gmo es.gmo et.gmo fi.gmo fr.gmo ga.gmo gl.gmo 
hu.gmo it.gmo ja.gmo nb.gmo nl.gmo nn.gmo pl.gmo pt.gmo ru.gmo rw.gmo sr.gmo 
sv.gmo tr.gmo vi.gmo zh_TW.gmo
make[3]: Entering directory `/old-home/gnu/proj/sharutils-bld/po'
/usr/bin/msgmerge --update bg.po sharutils.pot
................... done.
rm -f bg.gmo && /usr/bin/msgfmt -c --statistics -o bg.gmo bg.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
/usr/bin/msgmerge --update ca.po sharutils.pot
..................... done.
rm -f ca.gmo && /usr/bin/msgfmt -c --statistics -o ca.gmo ca.po
82 translated messages, 44 fuzzy translations, 23 untranslated messages.
/usr/bin/msgmerge --update cs.po sharutils.pot
.................. done.
rm -f cs.gmo && /usr/bin/msgfmt -c --statistics -o cs.gmo cs.po
61 translated messages, 58 fuzzy translations, 30 untranslated messages.
/usr/bin/msgmerge --update da.po sharutils.pot
.................. done.
rm -f da.gmo && /usr/bin/msgfmt -c --statistics -o da.gmo da.po
82 translated messages, 44 fuzzy translations, 23 untranslated messages.
/usr/bin/msgmerge --update de.po sharutils.pot
.................. done.
rm -f de.gmo && /usr/bin/msgfmt -c --statistics -o de.gmo de.po
93 translated messages, 44 fuzzy translations, 12 untranslated messages.
/usr/bin/msgmerge --update el.po sharutils.pot
..................... done.
rm -f el.gmo && /usr/bin/msgfmt -c --statistics -o el.gmo el.po
61 translated messages, 56 fuzzy translations, 32 untranslated messages.
/usr/bin/msgmerge --update es.po sharutils.pot
.................. done.
rm -f es.gmo && /usr/bin/msgfmt -c --statistics -o es.gmo es.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
/usr/bin/msgmerge --update et.po sharutils.pot
.................. done.
rm -f et.gmo && /usr/bin/msgfmt -c --statistics -o et.gmo et.po
102 translated messages, 34 fuzzy translations, 13 untranslated messages.
/usr/bin/msgmerge --update fi.po sharutils.pot
.................. done.
rm -f fi.gmo && /usr/bin/msgfmt -c --statistics -o fi.gmo fi.po
89 translated messages, 46 fuzzy translations, 14 untranslated messages.
/usr/bin/msgmerge --update fr.po sharutils.pot
.................. done.
rm -f fr.gmo && /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
/usr/bin/msgmerge --update ga.po sharutils.pot
.................. done.
rm -f ga.gmo && /usr/bin/msgfmt -c --statistics -o ga.gmo ga.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
/usr/bin/msgmerge --update gl.po sharutils.pot
.................. done.
rm -f gl.gmo && /usr/bin/msgfmt -c --statistics -o gl.gmo gl.po
59 translated messages, 58 fuzzy translations, 32 untranslated messages.
/usr/bin/msgmerge --update hu.po sharutils.pot
.................. done.
rm -f hu.gmo && /usr/bin/msgfmt -c --statistics -o hu.gmo hu.po
74 translated messages, 55 fuzzy translations, 20 untranslated messages.
/usr/bin/msgmerge --update it.po sharutils.pot
..................... done.
rm -f it.gmo && /usr/bin/msgfmt -c --statistics -o it.gmo it.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
/usr/bin/msgmerge --update ja.po sharutils.pot
.................. done.
rm -f ja.gmo && /usr/bin/msgfmt -c --statistics -o ja.gmo ja.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
/usr/bin/msgmerge --update nb.po sharutils.pot
.................... done.
rm -f nb.gmo && /usr/bin/msgfmt -c --statistics -o nb.gmo nb.po
2 translated messages, 20 fuzzy translations, 127 untranslated messages.
/usr/bin/msgmerge --update nl.po sharutils.pot
.................... done.
rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po
133 translated messages, 14 fuzzy translations, 2 untranslated messages.
/usr/bin/msgmerge --update nn.po sharutils.pot
.................... done.
rm -f nn.gmo && /usr/bin/msgfmt -c --statistics -o nn.gmo nn.po
0 translated messages, 20 fuzzy translations, 129 untranslated messages.
/usr/bin/msgmerge --update pl.po sharutils.pot
.................. done.
rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
/usr/bin/msgmerge --update pt.po sharutils.pot
.................. done.
rm -f pt.gmo && /usr/bin/msgfmt -c --statistics -o pt.gmo pt.po
43 translated messages, 23 fuzzy translations, 83 untranslated messages.
/usr/bin/msgmerge --update ru.po sharutils.pot
.................. done.
rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
/usr/bin/msgmerge --update rw.po sharutils.pot
.................. done.
rm -f rw.gmo && /usr/bin/msgfmt -c --statistics -o rw.gmo rw.po
3 translated messages, 109 fuzzy translations, 37 untranslated messages.
/usr/bin/msgmerge --update sr.po sharutils.pot
.................. done.
rm -f sr.gmo && /usr/bin/msgfmt -c --statistics -o sr.gmo sr.po
102 translated messages, 34 fuzzy translations, 13 untranslated messages.
/usr/bin/msgmerge --update sv.po sharutils.pot
..................... done.
rm -f sv.gmo && /usr/bin/msgfmt -c --statistics -o sv.gmo sv.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
/usr/bin/msgmerge --update tr.po sharutils.pot
.................... done.
rm -f tr.gmo && /usr/bin/msgfmt -c --statistics -o tr.gmo tr.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
/usr/bin/msgmerge --update vi.po sharutils.pot
.................. done.
rm -f vi.gmo && /usr/bin/msgfmt -c --statistics -o vi.gmo vi.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
/usr/bin/msgmerge --update zh_TW.po sharutils.pot
.................. done.
rm -f zh_TW.gmo && /usr/bin/msgfmt -c --statistics -o zh_TW.gmo zh_TW.po
78 translated messages, 51 fuzzy translations, 20 untranslated messages.
make[3]: Leaving directory `/old-home/gnu/proj/sharutils-bld/po'
touch stamp-po
make[2]: Leaving directory `/old-home/gnu/proj/sharutils-bld/po'
Making all in contrib
make[2]: Entering directory `/old-home/gnu/proj/sharutils-bld/contrib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/old-home/gnu/proj/sharutils-bld/contrib'
Making all in tests
make[2]: Entering directory `/old-home/gnu/proj/sharutils-bld/tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/old-home/gnu/proj/sharutils-bld/tests'
make[2]: Entering directory `/old-home/gnu/proj/sharutils-bld'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/old-home/gnu/proj/sharutils-bld'
make[1]: Leaving directory `/old-home/gnu/proj/sharutils-bld'














>BLD> make dist
{ test ! -d "sharutils-4.8" || { find "sharutils-4.8" -type d ! -perm -200 
-exec chmod u+w {} ';' && rm -fr "sharutils-4.8"; }; }
test -d "sharutils-4.8" || mkdir "sharutils-4.8"
 (cd intl && make  top_distdir=../sharutils-4.8 distdir=../sharutils-4.8/intl \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory `/old-home/gnu/proj/sharutils-bld/intl'
if test "sharutils" = "gettext-tools"; then \
          : ; \
        else \
          if test "sharutils" = "gettext-runtime"; then \
            additional="COPYING.LIB-2.0 COPYING.LIB-2.1 libintl.glibc 
README.woe32"; \
          else \
            additional="VERSION"; \
          fi; \
          make Makefile.in config.charset locale.alias ref-add.sin ref-del.sin 
export.h libintl.rc gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h 
eval-plural.h localcharset.h lock.h relocatable.h tsearch.h tsearch.c xsize.h 
printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c 
vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.h.in 
bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c hash-string.c 
loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c 
dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c lock.c 
relocatable.c langprefs.c localename.c log.c printf.c version.c osdep.c 
os2compat.c intl-exports.c intl-compat.c plural.c $additional; \
          for file in ChangeLog Makefile.in config.charset locale.alias 
ref-add.sin ref-del.sin export.h libintl.rc gmo.h gettextP.h hash-string.h 
loadinfo.h plural-exp.h eval-plural.h localcharset.h lock.h relocatable.h 
tsearch.h tsearch.c xsize.h printf-args.h printf-args.c printf-parse.h 
wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c 
os2compat.h libgnuintl.h.in bindtextdom.c dcgettext.c dgettext.c gettext.c 
finddomain.c hash-string.c loadmsgcat.c localealias.c textdomain.c l10nflist.c 
explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y 
plural-exp.c localcharset.c lock.c relocatable.c langprefs.c localename.c log.c 
printf.c version.c osdep.c os2compat.c intl-exports.c intl-compat.c plural.c 
$additional; do \
            if test -f $file; then dir=.; else dir=.; fi; \
            cp -p $dir/$file ../sharutils-4.8/intl || test $file = Makefile.in 
|| exit 1; \
          done; \
        fi
make[2]: Entering directory `/old-home/gnu/proj/sharutils-bld/intl'
make[2]: Nothing to be done for `Makefile.in'.
make[2]: Nothing to be done for `config.charset'.
make[2]: Nothing to be done for `locale.alias'.
make[2]: Nothing to be done for `ref-add.sin'.
make[2]: Nothing to be done for `ref-del.sin'.
make[2]: Nothing to be done for `export.h'.
make[2]: Nothing to be done for `libintl.rc'.
make[2]: Nothing to be done for `gmo.h'.
make[2]: Nothing to be done for `gettextP.h'.
make[2]: Nothing to be done for `hash-string.h'.
make[2]: Nothing to be done for `loadinfo.h'.
make[2]: Nothing to be done for `plural-exp.h'.
make[2]: Nothing to be done for `eval-plural.h'.
make[2]: Nothing to be done for `localcharset.h'.
make[2]: Nothing to be done for `lock.h'.
make[2]: Nothing to be done for `relocatable.h'.
make[2]: Nothing to be done for `tsearch.h'.
make[2]: Nothing to be done for `tsearch.c'.
make[2]: Nothing to be done for `xsize.h'.
make[2]: Nothing to be done for `printf-args.h'.
make[2]: Nothing to be done for `printf-args.c'.
make[2]: Nothing to be done for `printf-parse.h'.
make[2]: Nothing to be done for `wprintf-parse.h'.
make[2]: Nothing to be done for `printf-parse.c'.
make[2]: Nothing to be done for `vasnprintf.h'.
make[2]: Nothing to be done for `vasnwprintf.h'.
make[2]: Nothing to be done for `vasnprintf.c'.
make[2]: Nothing to be done for `os2compat.h'.
make[2]: Nothing to be done for `libgnuintl.h.in'.
make[2]: Nothing to be done for `bindtextdom.c'.
make[2]: Nothing to be done for `dcgettext.c'.
make[2]: Nothing to be done for `dgettext.c'.
make[2]: Nothing to be done for `gettext.c'.
make[2]: Nothing to be done for `finddomain.c'.
make[2]: Nothing to be done for `hash-string.c'.
make[2]: Nothing to be done for `loadmsgcat.c'.
make[2]: Nothing to be done for `localealias.c'.
make[2]: Nothing to be done for `textdomain.c'.
make[2]: Nothing to be done for `l10nflist.c'.
make[2]: Nothing to be done for `explodename.c'.
make[2]: Nothing to be done for `dcigettext.c'.
make[2]: Nothing to be done for `dcngettext.c'.
make[2]: Nothing to be done for `dngettext.c'.
make[2]: Nothing to be done for `ngettext.c'.
make[2]: Nothing to be done for `plural.y'.
make[2]: Nothing to be done for `plural-exp.c'.
make[2]: Nothing to be done for `localcharset.c'.
make[2]: Nothing to be done for `lock.c'.
make[2]: Nothing to be done for `relocatable.c'.
make[2]: Nothing to be done for `langprefs.c'.
make[2]: Nothing to be done for `localename.c'.
make[2]: Nothing to be done for `log.c'.
make[2]: Nothing to be done for `printf.c'.
make[2]: Nothing to be done for `version.c'.
make[2]: Nothing to be done for `osdep.c'.
make[2]: Nothing to be done for `os2compat.c'.
make[2]: Nothing to be done for `intl-exports.c'.
make[2]: Nothing to be done for `intl-compat.c'.
make[2]: `plural.c' is up to date.
make[2]: Nothing to be done for `VERSION'.
make[2]: Leaving directory `/old-home/gnu/proj/sharutils-bld/intl'
make[1]: Leaving directory `/old-home/gnu/proj/sharutils-bld/intl'
 (cd lib && make  top_distdir=../sharutils-4.8 distdir=../sharutils-4.8/lib \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory `/old-home/gnu/proj/sharutils-bld/lib'
make[1]: Leaving directory `/old-home/gnu/proj/sharutils-bld/lib'
 (cd src && make  top_distdir=../sharutils-4.8 distdir=../sharutils-4.8/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory `/old-home/gnu/proj/sharutils-bld/src'
make[1]: Leaving directory `/old-home/gnu/proj/sharutils-bld/src'
 (cd doc && make  top_distdir=../sharutils-4.8 distdir=../sharutils-4.8/doc \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory `/old-home/gnu/proj/sharutils-bld/doc'
make  \
          top_distdir="../sharutils-4.8" distdir="../sharutils-4.8/doc" \
          dist-info
make[2]: Entering directory `/old-home/gnu/proj/sharutils-bld/doc'
make[2]: Leaving directory `/old-home/gnu/proj/sharutils-bld/doc'
make[1]: Leaving directory `/old-home/gnu/proj/sharutils-bld/doc'
 (cd po && make  top_distdir=../sharutils-4.8 distdir=../sharutils-4.8/po \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory `/old-home/gnu/proj/sharutils-bld/po'
make update-po
make[2]: Entering directory `/old-home/gnu/proj/sharutils-bld/po'
make sharutils.pot-update
make[3]: Entering directory `/old-home/gnu/proj/sharutils-bld/po'
if LC_ALL=C grep 'GNU sharutils' ../* 2>/dev/null | grep -v 'libtool:' 
>/dev/null; then \
          package_gnu='GNU '; \
        else \
          package_gnu=''; \
        fi; \
        if test -n '' || test 'address@hidden' = '@'PACKAGE_BUGREPORT'@'; then \
          msgid_bugs_address=''; \
        else \
          msgid_bugs_address='address@hidden'; \
        fi; \
        case `/usr/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/bin/xgettext --default-domain=sharutils --directory=.. \
              --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ --no-wrap  
--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/bin/xgettext --default-domain=sharutils --directory=.. \
              --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ --no-wrap  
--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}sharutils" \
              --package-version='4.8' \
              --msgid-bugs-address="$msgid_bugs_address" \
            ;; \
        esac
test ! -f sharutils.po || { \
          if test -f ./sharutils.pot; then \
            sed -f remove-potcdate.sed < ./sharutils.pot > sharutils.1po && \
            sed -f remove-potcdate.sed < sharutils.po > sharutils.2po && \
            if cmp sharutils.1po sharutils.2po >/dev/null 2>&1; then \
              rm -f sharutils.1po sharutils.2po sharutils.po; \
            else \
              rm -f sharutils.1po sharutils.2po ./sharutils.pot && \
              mv sharutils.po ./sharutils.pot; \
            fi; \
          else \
            mv sharutils.po ./sharutils.pot; \
          fi; \
        }
make[3]: Leaving directory `/old-home/gnu/proj/sharutils-bld/po'
test -z "bg.po-update ca.po-update cs.po-update da.po-update de.po-update 
el.po-update es.po-update et.po-update fi.po-update fr.po-update ga.po-update 
gl.po-update hu.po-update it.po-update ja.po-update nb.po-update nl.po-update 
nn.po-update pl.po-update pt.po-update ru.po-update rw.po-update sr.po-update 
sv.po-update tr.po-update vi.po-update zh_TW.po-update" || make bg.po-update 
ca.po-update cs.po-update da.po-update de.po-update el.po-update es.po-update 
et.po-update fi.po-update fr.po-update ga.po-update gl.po-update hu.po-update 
it.po-update ja.po-update nb.po-update nl.po-update nn.po-update pl.po-update 
pt.po-update ru.po-update rw.po-update sr.po-update sv.po-update tr.po-update 
vi.po-update zh_TW.po-update
make[3]: Entering directory `/old-home/gnu/proj/sharutils-bld/po'
bg:
msgmerge bg.po sharutils.pot -o bg.new.po
.................. done.
ca:
msgmerge ca.po sharutils.pot -o ca.new.po
.................... done.
cs:
msgmerge cs.po sharutils.pot -o cs.new.po
...................... done.
da:
msgmerge da.po sharutils.pot -o da.new.po
..................... done.
de:
msgmerge de.po sharutils.pot -o de.new.po
................... done.
el:
msgmerge el.po sharutils.pot -o el.new.po
.................. done.
es:
msgmerge es.po sharutils.pot -o es.new.po
.................. done.
et:
msgmerge et.po sharutils.pot -o et.new.po
................... done.
fi:
msgmerge fi.po sharutils.pot -o fi.new.po
.................... done.
fr:
msgmerge fr.po sharutils.pot -o fr.new.po
..................... done.
ga:
msgmerge ga.po sharutils.pot -o ga.new.po
..................... done.
gl:
msgmerge gl.po sharutils.pot -o gl.new.po
..................... done.
hu:
msgmerge hu.po sharutils.pot -o hu.new.po
.................. done.
it:
msgmerge it.po sharutils.pot -o it.new.po
...................... done.
ja:
msgmerge ja.po sharutils.pot -o ja.new.po
...................... done.
nb:
msgmerge nb.po sharutils.pot -o nb.new.po
................... done.
nl:
msgmerge nl.po sharutils.pot -o nl.new.po
.................. done.
nn:
msgmerge nn.po sharutils.pot -o nn.new.po
.................. done.
pl:
msgmerge pl.po sharutils.pot -o pl.new.po
.................. done.
pt:
msgmerge pt.po sharutils.pot -o pt.new.po
.................... done.
ru:
msgmerge ru.po sharutils.pot -o ru.new.po
.................. done.
rw:
msgmerge rw.po sharutils.pot -o rw.new.po
................... done.
sr:
msgmerge sr.po sharutils.pot -o sr.new.po
..................... done.
sv:
msgmerge sv.po sharutils.pot -o sv.new.po
.................... done.
tr:
msgmerge tr.po sharutils.pot -o tr.new.po
.................... done.
vi:
msgmerge vi.po sharutils.pot -o vi.new.po
..................... done.
zh_TW:
msgmerge zh_TW.po sharutils.pot -o zh_TW.new.po
.................. done.
make[3]: Leaving directory `/old-home/gnu/proj/sharutils-bld/po'
make update-gmo
make[3]: Entering directory `/old-home/gnu/proj/sharutils-bld/po'
rm -f bg.gmo && /usr/bin/msgfmt -c --statistics -o bg.gmo bg.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
rm -f ca.gmo && /usr/bin/msgfmt -c --statistics -o ca.gmo ca.po
82 translated messages, 44 fuzzy translations, 23 untranslated messages.
rm -f cs.gmo && /usr/bin/msgfmt -c --statistics -o cs.gmo cs.po
61 translated messages, 58 fuzzy translations, 30 untranslated messages.
rm -f da.gmo && /usr/bin/msgfmt -c --statistics -o da.gmo da.po
82 translated messages, 44 fuzzy translations, 23 untranslated messages.
rm -f de.gmo && /usr/bin/msgfmt -c --statistics -o de.gmo de.po
93 translated messages, 44 fuzzy translations, 12 untranslated messages.
rm -f el.gmo && /usr/bin/msgfmt -c --statistics -o el.gmo el.po
61 translated messages, 56 fuzzy translations, 32 untranslated messages.
rm -f es.gmo && /usr/bin/msgfmt -c --statistics -o es.gmo es.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
rm -f et.gmo && /usr/bin/msgfmt -c --statistics -o et.gmo et.po
102 translated messages, 34 fuzzy translations, 13 untranslated messages.
rm -f fi.gmo && /usr/bin/msgfmt -c --statistics -o fi.gmo fi.po
89 translated messages, 46 fuzzy translations, 14 untranslated messages.
rm -f fr.gmo && /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
rm -f ga.gmo && /usr/bin/msgfmt -c --statistics -o ga.gmo ga.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
rm -f gl.gmo && /usr/bin/msgfmt -c --statistics -o gl.gmo gl.po
59 translated messages, 58 fuzzy translations, 32 untranslated messages.
rm -f hu.gmo && /usr/bin/msgfmt -c --statistics -o hu.gmo hu.po
74 translated messages, 55 fuzzy translations, 20 untranslated messages.
rm -f it.gmo && /usr/bin/msgfmt -c --statistics -o it.gmo it.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
rm -f ja.gmo && /usr/bin/msgfmt -c --statistics -o ja.gmo ja.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
rm -f nb.gmo && /usr/bin/msgfmt -c --statistics -o nb.gmo nb.po
2 translated messages, 20 fuzzy translations, 127 untranslated messages.
rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po
133 translated messages, 14 fuzzy translations, 2 untranslated messages.
rm -f nn.gmo && /usr/bin/msgfmt -c --statistics -o nn.gmo nn.po
0 translated messages, 20 fuzzy translations, 129 untranslated messages.
rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
rm -f pt.gmo && /usr/bin/msgfmt -c --statistics -o pt.gmo pt.po
43 translated messages, 23 fuzzy translations, 83 untranslated messages.
rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
rm -f rw.gmo && /usr/bin/msgfmt -c --statistics -o rw.gmo rw.po
3 translated messages, 109 fuzzy translations, 37 untranslated messages.
rm -f sr.gmo && /usr/bin/msgfmt -c --statistics -o sr.gmo sr.po
102 translated messages, 34 fuzzy translations, 13 untranslated messages.
rm -f sv.gmo && /usr/bin/msgfmt -c --statistics -o sv.gmo sv.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
rm -f tr.gmo && /usr/bin/msgfmt -c --statistics -o tr.gmo tr.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
rm -f vi.gmo && /usr/bin/msgfmt -c --statistics -o vi.gmo vi.po
135 translated messages, 13 fuzzy translations, 1 untranslated message.
rm -f zh_TW.gmo && /usr/bin/msgfmt -c --statistics -o zh_TW.gmo zh_TW.po
78 translated messages, 51 fuzzy translations, 20 untranslated messages.
make[3]: Leaving directory `/old-home/gnu/proj/sharutils-bld/po'
make[2]: Leaving directory `/old-home/gnu/proj/sharutils-bld/po'
make[2]: Entering directory `/old-home/gnu/proj/sharutils-bld/po'
dists="Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed address@hidden 
address@hidden insert-header.sin Rules-quot   Makevars POTFILES.in bg.po ca.po 
cs.po da.po de.po el.po es.po et.po fi.po fr.po ga.po gl.po hu.po it.po ja.po 
nb.po nl.po nn.po pl.po pt.po ru.po rw.po sr.po sv.po tr.po vi.po zh_TW.po 
bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo es.gmo et.gmo fi.gmo fr.gmo ga.gmo 
gl.gmo hu.gmo it.gmo ja.gmo nb.gmo nl.gmo nn.gmo pl.gmo pt.gmo ru.gmo rw.gmo 
sr.gmo sv.gmo tr.gmo vi.gmo zh_TW.gmo   "; \
        if test "sharutils" = "gettext-tools"; then \
          dists="$dists Makevars.template"; \
        fi; \
        if test -f ./sharutils.pot; then \
          dists="$dists sharutils.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 ../sharutils-4.8/po || exit 1; \
          else \
            cp -p ./$file ../sharutils-4.8/po || exit 1; \
          fi; \
        done
make[2]: Leaving directory `/old-home/gnu/proj/sharutils-bld/po'
make[1]: Leaving directory `/old-home/gnu/proj/sharutils-bld/po'
 (cd contrib && make  top_distdir=../sharutils-4.8 
distdir=../sharutils-4.8/contrib \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory `/old-home/gnu/proj/sharutils-bld/contrib'
make[1]: Leaving directory `/old-home/gnu/proj/sharutils-bld/contrib'
 (cd tests && make  top_distdir=../sharutils-4.8 distdir=../sharutils-4.8/tests 
\
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory `/old-home/gnu/proj/sharutils-bld/tests'
make[1]: Leaving directory `/old-home/gnu/proj/sharutils-bld/tests'
test -n "" \
        || find "sharutils-4.8" -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 
/old-home/gnu/proj/sharutils-bld/install-sh -c -m a+r {} {} \; \
        || chmod -R a+r "sharutils-4.8"
tardir=sharutils-4.8 && /bin/sh /old-home/gnu/proj/sharutils-bld/missing --run 
tar chof - "$tardir" | GZIP=--best gzip -c >sharutils-4.8.tar.gz
tardir=sharutils-4.8 && /bin/sh /old-home/gnu/proj/sharutils-bld/missing --run 
tar chof - "$tardir" | bzip2 -9 -c >sharutils-4.8.tar.bz2
{ test ! -d "sharutils-4.8" || { find "sharutils-4.8" -type d ! -perm -200 
-exec chmod u+w {} ';' && rm -fr "sharutils-4.8"; }; }














>BLD> mkdir SAVEME
>BLD> cp sharutils-4.8.tar.bz2 sharutils-4.8.tar.gz SAVEME/.
>BLD> cp -frp lib lib-saved
>BLD> make check
Making check in intl
make[1]: Entering directory `/old-home/gnu/proj/sharutils-bld/intl'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/old-home/gnu/proj/sharutils-bld/intl'
Making check in lib
make[1]: Entering directory `/old-home/gnu/proj/sharutils-bld/lib'
make  check-recursive
make[2]: Entering directory `/old-home/gnu/proj/sharutils-bld/lib'
make[3]: Entering directory `/old-home/gnu/proj/sharutils-bld/lib'
rm -f getopt.h-t getopt.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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|@''NEXT_GETOPT_H''@|<getopt.h>|g' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              < ./getopt.in.h; \
        } > getopt.h-t && \
        mv -f getopt.h-t getopt.h
gcc -DHAVE_CONFIG_H -I. -I..     -g -Wall -MT close-hook.o -MD -MP -MF 
.deps/close-hook.Tpo -c -o close-hook.o close-hook.c
In file included from ./xstrtol.h:22,
                 from ../config.h:1469,
                 from close-hook.c:18:
./getopt.h:195: error: redefinition of 'struct option'
make[3]: *** [close-hook.o] Error 1
make[3]: Leaving directory `/old-home/gnu/proj/sharutils-bld/lib'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/old-home/gnu/proj/sharutils-bld/lib'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/old-home/gnu/proj/sharutils-bld/lib'
make: *** [check-recursive] Error 1

reply via email to

[Prev in Thread] Current Thread [Next in Thread]