bug-texinfo
[Top][All Lists]
Advanced

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

Build error in svn revision 8442


From: Stefan Husmann
Subject: Build error in svn revision 8442
Date: Sun, 25 Nov 2018 18:48:04 +0100

Hello,

somehow I reach the "funexit" label when I compile texinfo from svn in
revision 8442 or later. Revision 8441 builds fine.

This seems not to be expected, because it does not work. The label
exists multiple times in the file handle_commands.c

handle_commands.c:130:19: warning: implicit declaration of function 
'add_extra_integer'; did you mean 'add_extra_text'? 
[-Wimplicit-function-declaration]
                   add_extra_integer (misc, "item_number",
                   ^~~~~~~~~~~~~~~~~
                   add_extra_text
handle_commands.c: In function 'handle_block_command':
handle_commands.c:867:7: error: label 'funexit' used but not defined
       goto funexit;
       ^~~~
handle_commands.c: At top level:
handle_commands.c:869:3: error: expected identifier or '(' before 'else'
   else
   ^~~~
handle_commands.c:1038:8: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before ':' token
 funexit:
        ^
handle_commands.c:1040:3: error: expected identifier or '(' before 'return'
   return current;
   ^~~~~~
handle_commands.c:1041:1: error: expected identifier or '(' before '}' token
 }
 ^
make[6]: *** [Makefile:1094: Parsetexi_la-handle_commands.lo] Error 1

Best Regards

Stefan

==> Erstelle Paket: texinfo-svn 8441-1 (So 25 Nov 2018 18:27:31 CET)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> Empfange Quellen...
  -> Aktualisiere das texinfo svn Repo...
Aktualisiere ».«:
U    tp/Texinfo/XS/parsetexi/handle_commands.c
Aktualisiert zu Revision 8442.
  -> texinfo-install.hook gefunden
  -> texinfo-remove.hook gefunden
==> Überprüfe source Dateien mit md5sums...
    texinfo ... Übersprungen
    texinfo-install.hook ... Durchgelaufen
    texinfo-remove.hook ... Durchgelaufen
==> Entpacke Quellen...
  -> Erstelle Arbeitskopie des trunk svn Repos...
==> Beginne pkgver()...
==> Aktualisierte Version: texinfo-svn 8442-1
==> Entferne existierendes $pkgdir/ Verzeichnis...
==> Beginne build()...
Preparing Texinfo development infrastructure:
  ./tp/maintain/regenerate_file_lists.pl
  (cd tp && ./maintain/regenerate_docstr.sh Makefile.docstr)
  (cd tp/tests && ../maintain/regenerate_cmd_tests.sh Makefile.onetst . -base 
'formatting sectioning indices nested_formats contents layout' -tex_html 
'tex_html')
  aclocal -I gnulib/m4 && autoconf && autoheader && automake 
  (cd tp/Texinfo/XS && libtoolize  && autoreconf --force --verbose --install)
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I gnulib/m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'gnulib/m4'.
libtoolize: copying file 'gnulib/m4/libtool.m4'
libtoolize: copying file 'gnulib/m4/ltoptions.m4'
libtoolize: copying file 'gnulib/m4/ltsugar.m4'
libtoolize: copying file 'gnulib/m4/ltversion.m4'
libtoolize: copying file 'gnulib/m4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:77: installing './compile'
configure.ac:14: installing './missing'
Makefile.am: installing './depcomp'
autoreconf: Leaving directory `.'

Now run configure with your desired options, for instance:
  ./configure CFLAGS='-g'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking for perl... /usr/bin/perl
checking Perl version and Encode module... yes
checking for gawk... (cached) gawk
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 whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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 whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for C/C++ restrict keyword... __restrict
checking whether // is distinct from /... no
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... 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 getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking crtdefs.h usability... no
checking crtdefs.h presence... no
checking for crtdefs.h... no
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for stdint.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking xlocale.h usability... no
checking xlocale.h presence... no
checking for xlocale.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking for working GNU getopt_long function... yes
checking for getprogname... no
checking for getexecname... no
checking for iswcntrl... yes
checking for iswblank... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mbslen... no
checking for isascii... yes
checking for mprotect... yes
checking for isblank... yes
checking for iswctype... yes
checking for strdup... yes
checking for wcwidth... yes
checking for btowc... yes
checking for symlink... yes
checking for _set_invalid_parameter_handler... no
checking for nl_langinfo... yes
checking for strndup... yes
checking for vasnprintf... no
checking for snprintf... yes
checking for wcrtomb... yes
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for the common suffixes of directories in the library search path... 
lib,lib
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
checking for wint_t... yes
checking whether wint_t is too small... no
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wctype is declared without a macro... yes
checking whether iswctype is declared without a macro... yes
checking whether wctrans is declared without a macro... yes
checking whether towctrans is declared without a macro... yes
checking whether limits.h has ULLONG_WIDTH etc.... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for mbstate_t... yes
checking for nl_langinfo and CODESET... yes
checking for a traditional japanese locale... none
checking for a transitional chinese locale... none
checking for a french Unicode locale... none
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether memrchr is declared... yes
checking whether alarm is declared... yes
checking for inline... inline
checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for wchar_t... yes
checking whether stdint.h conforms to C99... yes
checking whether stdint.h predates C++11... no
checking whether stdint.h has UINTMAX_WIDTH etc.... yes
checking for strcasestr... yes
checking whether strcasestr works... yes
checking whether strdup is declared... yes
checking whether strerror(0) succeeds... yes
checking whether ffsl is declared without a macro... yes
checking whether ffsll is declared without a macro... 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 strncat 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 strerror_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 ffs is declared without a macro... yes
checking whether strcasecmp is declared without a macro... yes
checking whether strncasecmp is declared without a macro... yes
checking whether strnlen is declared... (cached) yes
checking for pid_t... yes
checking for mode_t... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking for a traditional french locale... none
checking for working fcntl.h... yes
checking whether getc_unlocked is declared... yes
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 multithread API to use... posix
checking whether strndup is declared... (cached) yes
checking whether strstr works... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking where to find the exponent in a 'double'... word 1 bit 20
checking whether snprintf returns a byte count as in C99... yes
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... (cached) yes
checking whether _snprintf is declared... no
checking for alloca as a compiler built-in... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_replace... yes
checking if argz actually works... yes
checking whether // is distinct from /... (cached) no
checking for error_at_line... yes
checking whether conversion from 'int' to 'long double' works... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking whether __argv is declared... no
checking whether iswblank is declared... yes
checking whether mbrtowc handles incomplete characters... guessing yes
checking whether mbrtowc works as well as mbtowc... guessing yes
checking whether mbrtowc handles a NULL pwc argument... guessing yes
checking whether mbrtowc handles a NULL string argument... guessing yes
checking whether mbrtowc has a correct return value... guessing yes
checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
checking whether mbrtowc works on empty input... yes
checking whether the C locale is free of encoding errors... no
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether mbswidth is declared in <wchar.h>... no
checking for mbstate_t... (cached) yes
checking for memrchr... yes
checking for working re_compile_pattern... yes
checking for ssize_t... yes
checking for va_copy... yes
checking for max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking which flavor of printf attribute matches inttypes macros... system
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 gets is declared without a macro... no
checking whether pclose 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 tmpfile 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 whether _Exit is declared without a macro... 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 grantpt is declared without a macro... yes
checking whether initstate is declared without a macro... yes
checking whether initstate_r 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... yes
checking whether mkstemp is declared without a macro... yes
checking whether mkstemps is declared without a macro... yes
checking whether posix_openpt is declared without a macro... yes
checking whether ptsname is declared without a macro... yes
checking whether ptsname_r is declared without a macro... yes
checking whether qsort_r is declared without a macro... yes
checking whether random is declared without a macro... yes
checking whether random_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 secure_getenv is declared without a macro... yes
checking whether setenv is declared without a macro... yes
checking whether setstate is declared without a macro... yes
checking whether setstate_r is declared without a macro... yes
checking whether srandom is declared without a macro... yes
checking whether srandom_r 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 unlockpt is declared without a macro... yes
checking whether unsetenv is declared without a macro... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... (cached) yes
checking whether strcasestr works in linear time... yes
checking for strcasestr... (cached) yes
checking whether strcasestr works... (cached) yes
checking for working strerror function... yes
checking for working strnlen... yes
checking whether chdir is declared without a macro... yes
checking whether chown is declared without a macro... yes
checking whether dup 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 fdatasync 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 group_member is declared without a macro... yes
checking whether isatty 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 pipe 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 pwrite 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 sethostname 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 truncate is declared without a macro... yes
checking whether ttyname_r 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 for vasprintf... 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 wmemchr is declared without a macro... yes
checking whether wmemcmp is declared without a macro... yes
checking whether wmemcpy is declared without a macro... yes
checking whether wmemmove is declared without a macro... yes
checking whether wmemset is declared without a macro... yes
checking whether wcslen is declared without a macro... yes
checking whether wcsnlen is declared without a macro... yes
checking whether wcscpy is declared without a macro... yes
checking whether wcpcpy is declared without a macro... yes
checking whether wcsncpy is declared without a macro... yes
checking whether wcpncpy is declared without a macro... yes
checking whether wcscat is declared without a macro... yes
checking whether wcsncat is declared without a macro... yes
checking whether wcscmp is declared without a macro... yes
checking whether wcsncmp is declared without a macro... yes
checking whether wcscasecmp is declared without a macro... yes
checking whether wcsncasecmp is declared without a macro... yes
checking whether wcscoll is declared without a macro... yes
checking whether wcsxfrm is declared without a macro... yes
checking whether wcsdup is declared without a macro... yes
checking whether wcschr is declared without a macro... yes
checking whether wcsrchr is declared without a macro... yes
checking whether wcscspn is declared without a macro... yes
checking whether wcsspn is declared without a macro... yes
checking whether wcspbrk is declared without a macro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... yes
checking whether wcsftime is declared without a macro... yes
checking whether iswcntrl works... (cached) yes
checking for towlower... (cached) yes
checking for wctype_t... (cached) yes
checking for wctrans_t... (cached) yes
checking whether wctype is declared without a macro... (cached) yes
checking whether iswctype is declared without a macro... (cached) yes
checking whether wctrans is declared without a macro... (cached) yes
checking whether towctrans is declared without a macro... (cached) yes
checking whether wcwidth is declared... (cached) yes
checking whether wcwidth works reasonably in UTF-8 locales... yes
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking whether diff accepts -u... yes
checking whether diff accepts -a... yes
checking for sigblock... yes
checking whether stat file-mode macros are broken... no
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking for limits.h... (cached) yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/ttold.h usability... no
checking sys/ttold.h presence... no
checking for sys/ttold.h... no
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for sys/ptem.h... no
checking POSIX termios... yes
checking for off_t... yes
checking return type of signal handlers... void
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether memchr is declared... yes
checking whether strcoll is declared... yes
checking whether strerror is declared... yes
checking for working strcoll... yes
checking for vprintf... yes
checking for _doprnt... no
checking for bzero... yes
checking for getcwd... yes
checking for memset... yes
checking for setlocale... yes
checking for setvbuf... yes
checking for sigaction... yes
checking for sigprocmask... yes
checking for sigsetmask... yes
checking for strchr... yes
checking for posix_openpt... yes
checking for memcpy... yes
checking for memmove... yes
checking for strdup... (cached) yes
checking for strerror... yes
checking for tgetent in -ltinfo... yes
checking for library with termcap variables... 
checking for a sed that does not truncate output... /usr/bin/sed
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 for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
=== configuring in tp/Texinfo/XS 
(/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS)
configure: running /bin/sh ./configure --disable-option-checking 
'--prefix=/usr'  '--libexecdir=/usr/lib' 'CFLAGS=-march=x86-64 -mtune=generic 
-O2 -pipe -fstack-protector-strong -fno-plt' 
'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now' 
'CPPFLAGS=-D_FORTIFY_SOURCE=2' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for perl... /usr/bin/perl
checking Perl configuration value cc... cc
checking for gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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 whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for xsubpp... /usr/bin/core_perl/xsubpp
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for complete errno.h... yes
checking whether getdelim is declared... yes
checking for getdelim... yes
checking for mprotect... yes
checking for strndup... yes
checking for vasnprintf... no
checking for snprintf... yes
checking whether getline is declared... yes
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for the common suffixes of directories in the library search path... 
lib,lib
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking crtdefs.h usability... no
checking crtdefs.h presence... no
checking for crtdefs.h... no
checking whether limits.h has ULLONG_WIDTH etc.... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for wchar_t... yes
checking for wint_t... yes
checking whether wint_t is too small... no
checking for unsigned long long int... yes
checking for long long int... yes
checking whether stdint.h conforms to C99... yes
checking whether stdint.h predates C++11... no
checking whether stdint.h has UINTMAX_WIDTH etc.... yes
checking for C/C++ restrict keyword... __restrict
checking whether ffsl is declared without a macro... yes
checking whether ffsll is declared without a macro... 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 strncat 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 strerror_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 strndup is declared... (cached) yes
checking whether strnlen is declared... (cached) yes
checking for pid_t... yes
checking for mode_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking where to find the exponent in a 'double'... word 1 bit 20
checking whether snprintf returns a byte count as in C99... yes
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking whether <wchar.h> uses 'inline' correctly... yes
checking for alloca as a compiler built-in... yes
checking whether conversion from 'int' to 'long double' works... yes
checking for working getdelim function... yes
checking for getline... yes
checking for working getline function... yes
checking for rawmemchr... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for ssize_t... yes
checking for max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking which flavor of printf attribute matches inttypes macros... system
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 gets is declared without a macro... no
checking whether pclose 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 tmpfile 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 strchrnul... yes
checking whether strchrnul works... yes
checking for working strndup... yes
checking for working strnlen... yes
checking for ptrdiff_t... yes
checking for vasprintf... 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 wmemchr is declared without a macro... yes
checking whether wmemcmp is declared without a macro... yes
checking whether wmemcpy is declared without a macro... yes
checking whether wmemmove is declared without a macro... yes
checking whether wmemset is declared without a macro... yes
checking whether wcslen is declared without a macro... yes
checking whether wcsnlen is declared without a macro... yes
checking whether wcscpy is declared without a macro... yes
checking whether wcpcpy is declared without a macro... yes
checking whether wcsncpy is declared without a macro... yes
checking whether wcpncpy is declared without a macro... yes
checking whether wcscat is declared without a macro... yes
checking whether wcsncat is declared without a macro... yes
checking whether wcscmp is declared without a macro... yes
checking whether wcsncmp is declared without a macro... yes
checking whether wcscasecmp is declared without a macro... yes
checking whether wcsncasecmp is declared without a macro... yes
checking whether wcscoll is declared without a macro... yes
checking whether wcsxfrm is declared without a macro... yes
checking whether wcsdup is declared without a macro... yes
checking whether wcschr is declared without a macro... yes
checking whether wcsrchr is declared without a macro... yes
checking whether wcscspn is declared without a macro... yes
checking whether wcsspn is declared without a macro... yes
checking whether wcspbrk is declared without a macro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... yes
checking whether wcsftime is declared without a macro... yes
checking for stdint.h... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1879296
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu 
format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... 
func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking Perl configuration value ccflags... -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
checking Perl configuration value cccdlflags... -fPIC
checking Perl configuration value ccdlflags... -Wl,-E 
-Wl,-rpath,/usr/lib/perl5/5.28/core_perl/CORE
checking Perl configuration value libperl... libperl.so
checking Perl configuration value archlibexp... /usr/lib/perl5/5.28/core_perl
checking Perl configuration value privlibexp... /usr/share/perl5/core_perl
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gnulib/lib/Makefile
config.status: creating parsetexi/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
checking whether we can build Perl extension (XS) modules... 
Making clean in gnulib/lib
make[1]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS/gnulib/lib'
make[2]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS/gnulib/lib'
test -z "" || rm -f 
rm -rf .libs _libs
test -z "" || rm -f 
test -z "libgnu.la" || rm -f libgnu.la
rm -f ./so_locations
rm -f *.o
test -z "core *.stackdump alloca.h alloca.h-t errno.h errno.h-t float.h 
float.h-t limits.h limits.h-t stddef.h stddef.h-t stdint.h stdint.h-t stdio.h 
stdio.h-t string.h string.h-t sys/types.h sys/types.h-t wchar.h wchar.h-t" || 
rm -f core *.stackdump alloca.h alloca.h-t errno.h errno.h-t float.h float.h-t 
limits.h limits.h-t stddef.h stddef.h-t stdint.h stdint.h-t stdio.h stdio.h-t 
string.h string.h-t sys/types.h sys/types.h-t wchar.h wchar.h-t
rm -f *.lo
make[2]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS/gnulib/lib'
make[1]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS/gnulib/lib'
Making clean in parsetexi
make[1]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS/parsetexi'
test -z "Parsetexi.c" || rm -f Parsetexi.c
rm -rf .libs _libs
test -z "Parsetexi.la" || rm -f Parsetexi.la
rm -f ./so_locations
rm -f *.o
rm -f *.lo
make[1]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS/parsetexi'
make[1]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS'
test -z "TestXS.c XSParagraph.c MiscXS.c" || rm -f TestXS.c XSParagraph.c 
MiscXS.c
rm -rf .libs _libs
test -z "XSParagraph.la TestXS.la MiscXS.la" || rm -f XSParagraph.la TestXS.la 
MiscXS.la
rm -f ./so_locations
rm -f *.o
rm -f *.lo
make[1]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS'
/usr/bin/core_perl/xsubpp -typemap /usr/share/perl5/core_perl/ExtUtils/typemap 
TestXS.xs > TestXS.xsc && mv TestXS.xsc TestXS.c
/bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. 
-I./gnulib/lib -I./gnulib/lib  -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -DXS_VERSION=\"0\" 
"-I/usr/lib/perl5/5.28/core_perl/CORE"  -MT TestXS_la-TestXS.lo -MD -MP -MF 
.deps/TestXS_la-TestXS.Tpo -c -o TestXS_la-TestXS.lo `test -f 'TestXS.c' || 
echo './'`TestXS.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I./gnulib/lib -I./gnulib/lib 
-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -DXS_VERSION=\"0\" 
-I/usr/lib/perl5/5.28/core_perl/CORE -MT TestXS_la-TestXS.lo -MD -MP -MF 
.deps/TestXS_la-TestXS.Tpo -c TestXS.c  -fPIC -DPIC -o .libs/TestXS_la-TestXS.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I./gnulib/lib -I./gnulib/lib 
-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -DXS_VERSION=\"0\" 
-I/usr/lib/perl5/5.28/core_perl/CORE -MT TestXS_la-TestXS.lo -MD -MP -MF 
.deps/TestXS_la-TestXS.Tpo -c TestXS.c -o TestXS_la-TestXS.o >/dev/null 2>&1
mv -f .deps/TestXS_la-TestXS.Tpo .deps/TestXS_la-TestXS.Plo
/bin/sh ./libtool  --tag=CC   --mode=link cc -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -DXS_VERSION=\"0\" 
"-I/usr/lib/perl5/5.28/core_perl/CORE"  -avoid-version -module -Wl,-E 
-Wl,-rpath,/usr/lib/perl5/5.28/core_perl/CORE   -o TestXS.la -rpath 
/usr/lib/texinfo TestXS_la-TestXS.lo  
libtool: link: cc -shared  -fPIC -DPIC  .libs/TestXS_la-TestXS.o    
-fstack-protector-strong -Wl,-E -Wl,-rpath 
-Wl,/usr/lib/perl5/5.28/core_perl/CORE   -Wl,-soname -Wl,TestXS.so -o 
.libs/TestXS.so
libtool: link: ar cr .libs/TestXS.a  TestXS_la-TestXS.o
libtool: link: ranlib .libs/TestXS.a
libtool: link: ( cd ".libs" && rm -f "TestXS.la" && ln -s "../TestXS.la" 
"TestXS.la" )
checking ./TestXS.la
found ./TestXS.la
./.libs/TestXS.so loaded
looking for boot_TestXS
trying to call boot_TestXS...
  ...succeeded
message from XS module
checking whether we can build Perl extension (XS) modules... yes
checking for prove... prove
checking parser tests requirements... no
checking Perl Texinfo API texinfo documentation build requirements... yes
checking Pod::Simple::Texinfo tests requirements... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating install-info/tests/defs
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/tp_api/Makefile
config.status: creating gnulib/lib/Makefile
config.status: creating info/Makefile
config.status: creating install-info/Makefile
config.status: creating install-info/tests/Makefile
config.status: creating man/Makefile
config.status: creating po/Makefile.in
config.status: creating po_document/Makefile.in
config.status: creating util/Makefile
config.status: creating texindex/Makefile
config.status: creating tp/Makefile
config.status: creating tp/Texinfo/ModulePath.pm
config.status: creating tp/tests/Makefile
config.status: creating tp/tests/many_input_files/Makefile
config.status: creating tp/tests/sectioning/Makefile
config.status: creating tp/tests/formatting/Makefile
config.status: creating tp/tests/indices/Makefile
config.status: creating tp/tests/contents/Makefile
config.status: creating tp/tests/nested_formats/Makefile
config.status: creating tp/tests/layout/Makefile
config.status: creating tp/tests/tex_html/Makefile
config.status: creating tp/defs
config.status: creating Pod-Simple-Texinfo/Makefile
config.status: creating pre-inst-env
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: creating po_document/POTFILES
config.status: creating po_document/Makefile
make  all-recursive
make[1]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo'
Making all in gnulib/lib
make[2]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/gnulib/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 configmake.h-t && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  echo '#define PREFIX "/usr"'; \
  echo '#define EXEC_PREFIX "/usr"'; \
  echo '#define BINDIR "/usr/bin"'; \
  echo '#define SBINDIR "/usr/sbin"'; \
  echo '#define LIBEXECDIR "/usr/lib"'; \
  echo '#define DATAROOTDIR "/usr/share"'; \
  echo '#define DATADIR "/usr/share"'; \
  echo '#define SYSCONFDIR "/usr/etc"'; \
  echo '#define SHAREDSTATEDIR "/usr/com"'; \
  echo '#define LOCALSTATEDIR "/usr/var"'; \
  echo '#define RUNSTATEDIR "/usr/var/run"'; \
  echo '#define INCLUDEDIR "/usr/include"'; \
  echo '#define OLDINCLUDEDIR "/usr/include"'; \
  echo '#define DOCDIR "/usr/share/doc/texinfo"'; \
  echo '#define INFODIR "/usr/share/info"'; \
  echo '#define HTMLDIR "/usr/share/doc/texinfo"'; \
  echo '#define DVIDIR "/usr/share/doc/texinfo"'; \
  echo '#define PDFDIR "/usr/share/doc/texinfo"'; \
  echo '#define PSDIR "/usr/share/doc/texinfo"'; \
  echo '#define LIBDIR "/usr/lib"'; \
  echo '#define LISPDIR "/usr/share/emacs/site-lisp"'; \
  echo '#define LOCALEDIR "/usr/share/locale"'; \
  echo '#define MANDIR "/usr/share/man"'; \
  echo '#define MANEXT ""'; \
  echo '#define PKGDATADIR "/usr/share/texinfo"'; \
  echo '#define PKGINCLUDEDIR "/usr/include/texinfo"'; \
  echo '#define PKGLIBDIR "/usr/lib/texinfo"'; \
  echo '#define PKGLIBEXECDIR "/usr/lib/texinfo"'; \
} | sed '/""/d' > configmake.h-t && \
mv -f configmake.h-t configmake.h
rm -f limits.h-t limits.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_LIMITS_H''@|<limits.h>|g' \
      < ./limits.in.h; \
} > limits.h-t && \
mv limits.h-t limits.h
rm -f stdio.h-t stdio.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
      -e 's/@''GNULIB_DPRINTF''@/0/g' \
      -e 's/@''GNULIB_FCLOSE''@/0/g' \
      -e 's/@''GNULIB_FDOPEN''@/0/g' \
      -e 's/@''GNULIB_FFLUSH''@/0/g' \
      -e 's/@''GNULIB_FGETC''@/1/g' \
      -e 's/@''GNULIB_FGETS''@/1/g' \
      -e 's/@''GNULIB_FOPEN''@/0/g' \
      -e 's/@''GNULIB_FPRINTF''@/1/g' \
      -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_FPURGE''@/0/g' \
      -e 's/@''GNULIB_FPUTC''@/1/g' \
      -e 's/@''GNULIB_FPUTS''@/1/g' \
      -e 's/@''GNULIB_FREAD''@/1/g' \
      -e 's/@''GNULIB_FREOPEN''@/0/g' \
      -e 's/@''GNULIB_FSCANF''@/1/g' \
      -e 's/@''GNULIB_FSEEK''@/0/g' \
      -e 's/@''GNULIB_FSEEKO''@/0/g' \
      -e 's/@''GNULIB_FTELL''@/0/g' \
      -e 's/@''GNULIB_FTELLO''@/0/g' \
      -e 's/@''GNULIB_FWRITE''@/1/g' \
      -e 's/@''GNULIB_GETC''@/1/g' \
      -e 's/@''GNULIB_GETCHAR''@/1/g' \
      -e 's/@''GNULIB_GETDELIM''@/0/g' \
      -e 's/@''GNULIB_GETLINE''@/0/g' \
      -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_PCLOSE''@/0/g' \
      -e 's/@''GNULIB_PERROR''@/0/g' \
      -e 's/@''GNULIB_POPEN''@/0/g' \
      -e 's/@''GNULIB_PRINTF''@/1/g' \
      -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_PUTC''@/1/g' \
      -e 's/@''GNULIB_PUTCHAR''@/1/g' \
      -e 's/@''GNULIB_PUTS''@/1/g' \
      -e 's/@''GNULIB_REMOVE''@/0/g' \
      -e 's/@''GNULIB_RENAME''@/0/g' \
      -e 's/@''GNULIB_RENAMEAT''@/0/g' \
      -e 's/@''GNULIB_SCANF''@/1/g' \
      -e 's/@''GNULIB_SNPRINTF''@/0/g' \
      -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \
      -e 's/@''GNULIB_TMPFILE''@/0/g' \
      -e 's/@''GNULIB_VASPRINTF''@/1/g' \
      -e 's/@''GNULIB_VDPRINTF''@/0/g' \
      -e 's/@''GNULIB_VFPRINTF''@/1/g' \
      -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_VFSCANF''@/0/g' \
      -e 's/@''GNULIB_VSCANF''@/0/g' \
      -e 's/@''GNULIB_VPRINTF''@/1/g' \
      -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_VSNPRINTF''@/0/g' \
      -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
      < ./stdio.in.h | \
  sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
      -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
      -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
      -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
      -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
      -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
      -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
      -e 's|@''HAVE_DPRINTF''@|1|g' \
      -e 's|@''HAVE_FSEEKO''@|1|g' \
      -e 's|@''HAVE_FTELLO''@|1|g' \
      -e 's|@''HAVE_PCLOSE''@|1|g' \
      -e 's|@''HAVE_POPEN''@|1|g' \
      -e 's|@''HAVE_RENAMEAT''@|1|g' \
      -e 's|@''HAVE_VASPRINTF''@|1|g' \
      -e 's|@''HAVE_VDPRINTF''@|1|g' \
      -e 's|@''REPLACE_DPRINTF''@|0|g' \
      -e 's|@''REPLACE_FCLOSE''@|0|g' \
      -e 's|@''REPLACE_FDOPEN''@|0|g' \
      -e 's|@''REPLACE_FFLUSH''@|0|g' \
      -e 's|@''REPLACE_FOPEN''@|0|g' \
      -e 's|@''REPLACE_FPRINTF''@|0|g' \
      -e 's|@''REPLACE_FPURGE''@|0|g' \
      -e 's|@''REPLACE_FREOPEN''@|0|g' \
      -e 's|@''REPLACE_FSEEK''@|0|g' \
      -e 's|@''REPLACE_FSEEKO''@|0|g' \
      -e 's|@''REPLACE_FTELL''@|0|g' \
      -e 's|@''REPLACE_FTELLO''@|0|g' \
      -e 's|@''REPLACE_GETDELIM''@|0|g' \
      -e 's|@''REPLACE_GETLINE''@|0|g' \
      -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
      -e 's|@''REPLACE_PERROR''@|0|g' \
      -e 's|@''REPLACE_POPEN''@|0|g' \
      -e 's|@''REPLACE_PRINTF''@|0|g' \
      -e 's|@''REPLACE_REMOVE''@|0|g' \
      -e 's|@''REPLACE_RENAME''@|0|g' \
      -e 's|@''REPLACE_RENAMEAT''@|0|g' \
      -e 's|@''REPLACE_SNPRINTF''@|0|g' \
      -e 's|@''REPLACE_SPRINTF''@|0|g' \
      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
      -e 's|@''REPLACE_TMPFILE''@|0|g' \
      -e 's|@''REPLACE_VASPRINTF''@|0|g' \
      -e 's|@''REPLACE_VDPRINTF''@|0|g' \
      -e 's|@''REPLACE_VFPRINTF''@|0|g' \
      -e 's|@''REPLACE_VPRINTF''@|0|g' \
      -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
      -e 's|@''REPLACE_VSPRINTF''@|0|g' \
      -e 's|@''ASM_SYMBOL_PREFIX''@||g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -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|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
      -e 's/@''GNULIB__EXIT''@/0/g' \
      -e 's/@''GNULIB_ATOLL''@/0/g' \
      -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/0/g' \
      -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
      -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
      -e 's/@''GNULIB_GRANTPT''@/0/g' \
      -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
      -e 's/@''GNULIB_MBTOWC''@/0/g' \
      -e 's/@''GNULIB_MKDTEMP''@/0/g' \
      -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
      -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
      -e 's/@''GNULIB_MKSTEMP''@/0/g' \
      -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
      -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
      -e 's/@''GNULIB_PTSNAME''@/0/g' \
      -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
      -e 's/@''GNULIB_PUTENV''@/0/g' \
      -e 's/@''GNULIB_QSORT_R''@/0/g' \
      -e 's/@''GNULIB_RANDOM''@/0/g' \
      -e 's/@''GNULIB_RANDOM_R''@/0/g' \
      -e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \
      -e 's/@''GNULIB_REALPATH''@/0/g' \
      -e 's/@''GNULIB_RPMATCH''@/0/g' \
      -e 's/@''GNULIB_SECURE_GETENV''@/0/g' \
      -e 's/@''GNULIB_SETENV''@/0/g' \
      -e 's/@''GNULIB_STRTOD''@/0/g' \
      -e 's/@''GNULIB_STRTOLL''@/0/g' \
      -e 's/@''GNULIB_STRTOULL''@/0/g' \
      -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
      -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
      -e 's/@''GNULIB_UNSETENV''@/0/g' \
      -e 's/@''GNULIB_WCTOMB''@/0/g' \
      < ./stdlib.in.h | \
  sed -e 's|@''HAVE__EXIT''@|1|g' \
      -e 's|@''HAVE_ATOLL''@|1|g' \
      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
      -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
      -e 's|@''HAVE_GETSUBOPT''@|1|g' \
      -e 's|@''HAVE_GRANTPT''@|1|g' \
      -e 's|@''HAVE_MKDTEMP''@|1|g' \
      -e 's|@''HAVE_MKOSTEMP''@|1|g' \
      -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
      -e 's|@''HAVE_MKSTEMP''@|1|g' \
      -e 's|@''HAVE_MKSTEMPS''@|1|g' \
      -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
      -e 's|@''HAVE_PTSNAME''@|1|g' \
      -e 's|@''HAVE_PTSNAME_R''@|1|g' \
      -e 's|@''HAVE_QSORT_R''@|1|g' \
      -e 's|@''HAVE_RANDOM''@|1|g' \
      -e 's|@''HAVE_RANDOM_H''@|1|g' \
      -e 's|@''HAVE_RANDOM_R''@|1|g' \
      -e 's|@''HAVE_REALPATH''@|1|g' \
      -e 's|@''HAVE_RPMATCH''@|1|g' \
      -e 's|@''HAVE_SECURE_GETENV''@|1|g' \
      -e 's|@''HAVE_DECL_SETENV''@|1|g' \
      -e 's|@''HAVE_STRTOD''@|1|g' \
      -e 's|@''HAVE_STRTOLL''@|1|g' \
      -e 's|@''HAVE_STRTOULL''@|1|g' \
      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
      -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
      -e 's|@''HAVE_UNLOCKPT''@|1|g' \
      -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
      -e 's|@''REPLACE_CALLOC''@|0|g' \
      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
      -e 's|@''REPLACE_MALLOC''@|0|g' \
      -e 's|@''REPLACE_MBTOWC''@|0|g' \
      -e 's|@''REPLACE_MKSTEMP''@|0|g' \
      -e 's|@''REPLACE_PTSNAME''@|0|g' \
      -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
      -e 's|@''REPLACE_PUTENV''@|0|g' \
      -e 's|@''REPLACE_QSORT_R''@|0|g' \
      -e 's|@''REPLACE_RANDOM_R''@|0|g' \
      -e 's|@''REPLACE_REALLOC''@|0|g' \
      -e 's|@''REPLACE_REALPATH''@|0|g' \
      -e 's|@''REPLACE_SETENV''@|0|g' \
      -e 's|@''REPLACE_STRTOD''@|0|g' \
      -e 's|@''REPLACE_UNSETENV''@|0|g' \
      -e 's|@''REPLACE_WCTOMB''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _Noreturn/r ./_Noreturn.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.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|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
      -e 's/@''GNULIB_FFSL''@/0/g' \
      -e 's/@''GNULIB_FFSLL''@/0/g' \
      -e 's/@''GNULIB_MBSLEN''@/1/g' \
      -e 's/@''GNULIB_MBSNLEN''@/0/g' \
      -e 's/@''GNULIB_MBSCHR''@/1/g' \
      -e 's/@''GNULIB_MBSRCHR''@/0/g' \
      -e 's/@''GNULIB_MBSSTR''@/1/g' \
      -e 's/@''GNULIB_MBSCASECMP''@/1/g' \
      -e 's/@''GNULIB_MBSNCASECMP''@/1/g' \
      -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
      -e 's/@''GNULIB_MBSCSPN''@/0/g' \
      -e 's/@''GNULIB_MBSPBRK''@/0/g' \
      -e 's/@''GNULIB_MBSSPN''@/0/g' \
      -e 's/@''GNULIB_MBSSEP''@/0/g' \
      -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
      -e 's/@''GNULIB_MEMCHR''@/1/g' \
      -e 's/@''GNULIB_MEMMEM''@/0/g' \
      -e 's/@''GNULIB_MEMPCPY''@/0/g' \
      -e 's/@''GNULIB_MEMRCHR''@/1/g' \
      -e 's/@''GNULIB_RAWMEMCHR''@/0/g' \
      -e 's/@''GNULIB_STPCPY''@/0/g' \
      -e 's/@''GNULIB_STPNCPY''@/0/g' \
      -e 's/@''GNULIB_STRCHRNUL''@/0/g' \
      -e 's/@''GNULIB_STRDUP''@/1/g' \
      -e 's/@''GNULIB_STRNCAT''@/0/g' \
      -e 's/@''GNULIB_STRNDUP''@/0/g' \
      -e 's/@''GNULIB_STRNLEN''@/1/g' \
      -e 's/@''GNULIB_STRPBRK''@/0/g' \
      -e 's/@''GNULIB_STRSEP''@/0/g' \
      -e 's/@''GNULIB_STRSTR''@/0/g' \
      -e 's/@''GNULIB_STRCASESTR''@/1/g' \
      -e 's/@''GNULIB_STRTOK_R''@/0/g' \
      -e 's/@''GNULIB_STRERROR''@/1/g' \
      -e 's/@''GNULIB_STRERROR_R''@/0/g' \
      -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
      -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
      < ./string.in.h | \
  sed -e 's|@''HAVE_FFSL''@|1|g' \
      -e 's|@''HAVE_FFSLL''@|1|g' \
      -e 's|@''HAVE_MBSLEN''@|0|g' \
      -e 's|@''HAVE_MEMCHR''@|1|g' \
      -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
      -e 's|@''HAVE_MEMPCPY''@|1|g' \
      -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
      -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
      -e 's|@''HAVE_STPCPY''@|1|g' \
      -e 's|@''HAVE_STPNCPY''@|1|g' \
      -e 's|@''HAVE_STRCHRNUL''@|1|g' \
      -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
      -e 's|@''HAVE_STRPBRK''@|1|g' \
      -e 's|@''HAVE_STRSEP''@|1|g' \
      -e 's|@''HAVE_STRCASESTR''@|1|g' \
      -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
      -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
      -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
      -e 's|@''HAVE_STRVERSCMP''@|1|g' \
      -e 's|@''REPLACE_STPNCPY''@|0|g' \
      -e 's|@''REPLACE_MEMCHR''@|0|g' \
      -e 's|@''REPLACE_MEMMEM''@|0|g' \
      -e 's|@''REPLACE_STRCASESTR''@|0|g' \
      -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
      -e 's|@''REPLACE_STRDUP''@|0|g' \
      -e 's|@''REPLACE_STRSTR''@|0|g' \
      -e 's|@''REPLACE_STRERROR''@|0|g' \
      -e 's|@''REPLACE_STRERROR_R''@|0|g' \
      -e 's|@''REPLACE_STRNCAT''@|0|g' \
      -e 's|@''REPLACE_STRNDUP''@|0|g' \
      -e 's|@''REPLACE_STRNLEN''@|0|g' \
      -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
      -e 's|@''REPLACE_STRTOK_R''@|0|g' \
      -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -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
rm -f strings.h-t strings.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''HAVE_STRINGS_H''@|1|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STRINGS_H''@|<strings.h>|g' \
      -e 's|@''GNULIB_FFS''@|0|g' \
      -e 's|@''HAVE_FFS''@|1|g' \
      -e 's|@''HAVE_STRCASECMP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      < ./strings.in.h; \
} > strings.h-t && \
mv strings.h-t strings.h
/usr/bin/mkdir -p sys
rm -f sys/types.h-t sys/types.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
      -e 's|@''WINDOWS_STAT_INODES''@|0|g' \
      < ./sys_types.in.h; \
} > sys/types.h-t && \
mv sys/types.h-t sys/types.h
rm -f unistd.h-t unistd.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''HAVE_UNISTD_H''@|1|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
      -e 's/@''GNULIB_CHDIR''@/0/g' \
      -e 's/@''GNULIB_CHOWN''@/0/g' \
      -e 's/@''GNULIB_CLOSE''@/0/g' \
      -e 's/@''GNULIB_DUP''@/0/g' \
      -e 's/@''GNULIB_DUP2''@/0/g' \
      -e 's/@''GNULIB_DUP3''@/0/g' \
      -e 's/@''GNULIB_ENVIRON''@/0/g' \
      -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
      -e 's/@''GNULIB_FACCESSAT''@/0/g' \
      -e 's/@''GNULIB_FCHDIR''@/0/g' \
      -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
      -e 's/@''GNULIB_FDATASYNC''@/0/g' \
      -e 's/@''GNULIB_FSYNC''@/0/g' \
      -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
      -e 's/@''GNULIB_GETCWD''@/0/g' \
      -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
      -e 's/@''GNULIB_GETDTABLESIZE''@/0/g' \
      -e 's/@''GNULIB_GETGROUPS''@/0/g' \
      -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
      -e 's/@''GNULIB_GETLOGIN''@/0/g' \
      -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
      -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
      -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
      -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
      -e 's/@''GNULIB_ISATTY''@/0/g' \
      -e 's/@''GNULIB_LCHOWN''@/0/g' \
      -e 's/@''GNULIB_LINK''@/0/g' \
      -e 's/@''GNULIB_LINKAT''@/0/g' \
      -e 's/@''GNULIB_LSEEK''@/0/g' \
      -e 's/@''GNULIB_PIPE''@/0/g' \
      -e 's/@''GNULIB_PIPE2''@/0/g' \
      -e 's/@''GNULIB_PREAD''@/0/g' \
      -e 's/@''GNULIB_PWRITE''@/0/g' \
      -e 's/@''GNULIB_READ''@/0/g' \
      -e 's/@''GNULIB_READLINK''@/0/g' \
      -e 's/@''GNULIB_READLINKAT''@/0/g' \
      -e 's/@''GNULIB_RMDIR''@/0/g' \
      -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
      -e 's/@''GNULIB_SLEEP''@/0/g' \
      -e 's/@''GNULIB_SYMLINK''@/0/g' \
      -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
      -e 's/@''GNULIB_TRUNCATE''@/0/g' \
      -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \
      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
      -e 's/@''GNULIB_UNLINK''@/0/g' \
      -e 's/@''GNULIB_UNLINKAT''@/0/g' \
      -e 's/@''GNULIB_USLEEP''@/0/g' \
      -e 's/@''GNULIB_WRITE''@/0/g' \
      < ./unistd.in.h | \
  sed -e 's|@''HAVE_CHOWN''@|1|g' \
      -e 's|@''HAVE_DUP2''@|1|g' \
      -e 's|@''HAVE_DUP3''@|1|g' \
      -e 's|@''HAVE_EUIDACCESS''@|1|g' \
      -e 's|@''HAVE_FACCESSAT''@|1|g' \
      -e 's|@''HAVE_FCHDIR''@|1|g' \
      -e 's|@''HAVE_FCHOWNAT''@|1|g' \
      -e 's|@''HAVE_FDATASYNC''@|1|g' \
      -e 's|@''HAVE_FSYNC''@|1|g' \
      -e 's|@''HAVE_FTRUNCATE''@|1|g' \
      -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
      -e 's|@''HAVE_GETGROUPS''@|1|g' \
      -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
      -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
      -e 's|@''HAVE_LCHOWN''@|1|g' \
      -e 's|@''HAVE_LINK''@|1|g' \
      -e 's|@''HAVE_LINKAT''@|1|g' \
      -e 's|@''HAVE_PIPE''@|1|g' \
      -e 's|@''HAVE_PIPE2''@|1|g' \
      -e 's|@''HAVE_PREAD''@|1|g' \
      -e 's|@''HAVE_PWRITE''@|1|g' \
      -e 's|@''HAVE_READLINK''@|1|g' \
      -e 's|@''HAVE_READLINKAT''@|1|g' \
      -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_SLEEP''@|1|g' \
      -e 's|@''HAVE_SYMLINK''@|1|g' \
      -e 's|@''HAVE_SYMLINKAT''@|1|g' \
      -e 's|@''HAVE_TRUNCATE''@|1|g' \
      -e 's|@''HAVE_UNLINKAT''@|1|g' \
      -e 's|@''HAVE_USLEEP''@|1|g' \
      -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
      -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
      -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
      -e 's|@''HAVE_DECL_GETLOGIN''@|1|g' \
      -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
      -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
      -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
      -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
      -e 's|@''HAVE_OS_H''@|0|g' \
      -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
  | \
  sed -e 's|@''REPLACE_CHOWN''@|0|g' \
      -e 's|@''REPLACE_CLOSE''@|0|g' \
      -e 's|@''REPLACE_DUP''@|0|g' \
      -e 's|@''REPLACE_DUP2''@|0|g' \
      -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
      -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
      -e 's|@''REPLACE_GETCWD''@|0|g' \
      -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
      -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
      -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
      -e 's|@''REPLACE_GETGROUPS''@|0|g' \
      -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
      -e 's|@''REPLACE_ISATTY''@|0|g' \
      -e 's|@''REPLACE_LCHOWN''@|0|g' \
      -e 's|@''REPLACE_LINK''@|0|g' \
      -e 's|@''REPLACE_LINKAT''@|0|g' \
      -e 's|@''REPLACE_LSEEK''@|0|g' \
      -e 's|@''REPLACE_PREAD''@|0|g' \
      -e 's|@''REPLACE_PWRITE''@|0|g' \
      -e 's|@''REPLACE_READ''@|0|g' \
      -e 's|@''REPLACE_READLINK''@|0|g' \
      -e 's|@''REPLACE_READLINKAT''@|0|g' \
      -e 's|@''REPLACE_RMDIR''@|0|g' \
      -e 's|@''REPLACE_SLEEP''@|0|g' \
      -e 's|@''REPLACE_SYMLINK''@|0|g' \
      -e 's|@''REPLACE_SYMLINKAT''@|0|g' \
      -e 's|@''REPLACE_TRUNCATE''@|0|g' \
      -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
      -e 's|@''REPLACE_UNLINK''@|0|g' \
      -e 's|@''REPLACE_UNLINKAT''@|0|g' \
      -e 's|@''REPLACE_USLEEP''@|0|g' \
      -e 's|@''REPLACE_WRITE''@|0|g' \
      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -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|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''HAVE_FEATURES_H''@|1|g' \
      -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
      -e 's|@''HAVE_WCHAR_H''@|1|g' \
      -e 's/@''HAVE_CRTDEFS_H''@/0/g' \
      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \
      -e 's/@''GNULIB_BTOWC''@/0/g' \
      -e 's/@''GNULIB_WCTOB''@/0/g' \
      -e 's/@''GNULIB_MBSINIT''@/1/g' \
      -e 's/@''GNULIB_MBRTOWC''@/1/g' \
      -e 's/@''GNULIB_MBRLEN''@/0/g' \
      -e 's/@''GNULIB_MBSRTOWCS''@/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''@/1/g' \
      -e 's/@''GNULIB_WMEMCHR''@/0/g' \
      -e 's/@''GNULIB_WMEMCMP''@/0/g' \
      -e 's/@''GNULIB_WMEMCPY''@/0/g' \
      -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
      -e 's/@''GNULIB_WMEMSET''@/0/g' \
      -e 's/@''GNULIB_WCSLEN''@/0/g' \
      -e 's/@''GNULIB_WCSNLEN''@/0/g' \
      -e 's/@''GNULIB_WCSCPY''@/0/g' \
      -e 's/@''GNULIB_WCPCPY''@/0/g' \
      -e 's/@''GNULIB_WCSNCPY''@/0/g' \
      -e 's/@''GNULIB_WCPNCPY''@/0/g' \
      -e 's/@''GNULIB_WCSCAT''@/0/g' \
      -e 's/@''GNULIB_WCSNCAT''@/0/g' \
      -e 's/@''GNULIB_WCSCMP''@/0/g' \
      -e 's/@''GNULIB_WCSNCMP''@/0/g' \
      -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
      -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
      -e 's/@''GNULIB_WCSCOLL''@/0/g' \
      -e 's/@''GNULIB_WCSXFRM''@/0/g' \
      -e 's/@''GNULIB_WCSDUP''@/0/g' \
      -e 's/@''GNULIB_WCSCHR''@/0/g' \
      -e 's/@''GNULIB_WCSRCHR''@/0/g' \
      -e 's/@''GNULIB_WCSCSPN''@/0/g' \
      -e 's/@''GNULIB_WCSSPN''@/0/g' \
      -e 's/@''GNULIB_WCSPBRK''@/0/g' \
      -e 's/@''GNULIB_WCSSTR''@/0/g' \
      -e 's/@''GNULIB_WCSTOK''@/0/g' \
      -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
      -e 's/@''GNULIB_WCSFTIME''@/0/g' \
      < ./wchar.in.h | \
  sed -e 's|@''HAVE_WINT_T''@|1|g' \
      -e 's|@''HAVE_BTOWC''@|1|g' \
      -e 's|@''HAVE_MBSINIT''@|1|g' \
      -e 's|@''HAVE_MBRTOWC''@|1|g' \
      -e 's|@''HAVE_MBRLEN''@|1|g' \
      -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
      -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
      -e 's|@''HAVE_WCRTOMB''@|1|g' \
      -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
      -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
      -e 's|@''HAVE_WMEMCHR''@|1|g' \
      -e 's|@''HAVE_WMEMCMP''@|1|g' \
      -e 's|@''HAVE_WMEMCPY''@|1|g' \
      -e 's|@''HAVE_WMEMMOVE''@|1|g' \
      -e 's|@''HAVE_WMEMSET''@|1|g' \
      -e 's|@''HAVE_WCSLEN''@|1|g' \
      -e 's|@''HAVE_WCSNLEN''@|1|g' \
      -e 's|@''HAVE_WCSCPY''@|1|g' \
      -e 's|@''HAVE_WCPCPY''@|1|g' \
      -e 's|@''HAVE_WCSNCPY''@|1|g' \
      -e 's|@''HAVE_WCPNCPY''@|1|g' \
      -e 's|@''HAVE_WCSCAT''@|1|g' \
      -e 's|@''HAVE_WCSNCAT''@|1|g' \
      -e 's|@''HAVE_WCSCMP''@|1|g' \
      -e 's|@''HAVE_WCSNCMP''@|1|g' \
      -e 's|@''HAVE_WCSCASECMP''@|1|g' \
      -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
      -e 's|@''HAVE_WCSCOLL''@|1|g' \
      -e 's|@''HAVE_WCSXFRM''@|1|g' \
      -e 's|@''HAVE_WCSDUP''@|1|g' \
      -e 's|@''HAVE_WCSCHR''@|1|g' \
      -e 's|@''HAVE_WCSRCHR''@|1|g' \
      -e 's|@''HAVE_WCSCSPN''@|1|g' \
      -e 's|@''HAVE_WCSSPN''@|1|g' \
      -e 's|@''HAVE_WCSPBRK''@|1|g' \
      -e 's|@''HAVE_WCSSTR''@|1|g' \
      -e 's|@''HAVE_WCSTOK''@|1|g' \
      -e 's|@''HAVE_WCSWIDTH''@|1|g' \
      -e 's|@''HAVE_WCSFTIME''@|1|g' \
      -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
      -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
  | \
  sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
      -e 's|@''REPLACE_BTOWC''@|0|g' \
      -e 's|@''REPLACE_WCTOB''@|0|g' \
      -e 's|@''REPLACE_MBSINIT''@|0|g' \
      -e 's|@''REPLACE_MBRTOWC''@|1|g' \
      -e 's|@''REPLACE_MBRLEN''@|0|g' \
      -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
      -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
      -e 's|@''REPLACE_WCRTOMB''@|0|g' \
      -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
      -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
      -e 's|@''REPLACE_WCWIDTH''@|0|g' \
      -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
      -e 's|@''REPLACE_WCSFTIME''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \
} > wchar.h-t && \
mv wchar.h-t wchar.h
rm -f wctype.h-t wctype.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's/@''HAVE_WCTYPE_H''@/1/g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
      -e 's/@''HAVE_CRTDEFS_H''@/0/g' \
      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \
      -e 's/@''GNULIB_ISWBLANK''@/1/g' \
      -e 's/@''GNULIB_WCTYPE''@/0/g' \
      -e 's/@''GNULIB_ISWCTYPE''@/0/g' \
      -e 's/@''GNULIB_WCTRANS''@/0/g' \
      -e 's/@''GNULIB_TOWCTRANS''@/0/g' \
      -e 's/@''HAVE_ISWBLANK''@/1/g' \
      -e 's/@''HAVE_ISWCNTRL''@/1/g' \
      -e 's/@''HAVE_WCTYPE_T''@/1/g' \
      -e 's/@''HAVE_WCTRANS_T''@/1/g' \
      -e 's/@''HAVE_WINT_T''@/1/g' \
      -e 's/@''REPLACE_ISWBLANK''@/0/g' \
      -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
      -e 's/@''REPLACE_TOWLOWER''@/0/g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      < ./wctype.in.h; \
} > wctype.h-t && \
mv wctype.h-t wctype.h
make  all-recursive
make[3]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/gnulib/lib'
make[4]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/gnulib/lib'
depbase=`echo dirname-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT dirname-lgpl.o 
-MD -MP -MF $depbase.Tpo -c -o dirname-lgpl.o dirname-lgpl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo basename-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT basename-lgpl.o 
-MD -MP -MF $depbase.Tpo -c -o basename-lgpl.o basename-lgpl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo exitfail.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT exitfail.o -MD 
-MP -MF $depbase.Tpo -c -o exitfail.o exitfail.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo getprogname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT getprogname.o 
-MD -MP -MF $depbase.Tpo -c -o getprogname.o getprogname.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo hard-locale.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT hard-locale.o 
-MD -MP -MF $depbase.Tpo -c -o hard-locale.o hard-locale.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo localcharset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT localcharset.o 
-MD -MP -MF $depbase.Tpo -c -o localcharset.o localcharset.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo malloca.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT malloca.o -MD 
-MP -MF $depbase.Tpo -c -o malloca.o malloca.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbchar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mbchar.o -MD -MP 
-MF $depbase.Tpo -c -o mbchar.o mbchar.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbiter.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mbiter.o -MD -MP 
-MF $depbase.Tpo -c -o mbiter.o mbiter.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbscasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mbscasecmp.o -MD 
-MP -MF $depbase.Tpo -c -o mbscasecmp.o mbscasecmp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbschr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mbschr.o -MD -MP 
-MF $depbase.Tpo -c -o mbschr.o mbschr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbslen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mbslen.o -MD -MP 
-MF $depbase.Tpo -c -o mbslen.o mbslen.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbsncasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mbsncasecmp.o 
-MD -MP -MF $depbase.Tpo -c -o mbsncasecmp.o mbsncasecmp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbsstr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mbsstr.o -MD -MP 
-MF $depbase.Tpo -c -o mbsstr.o mbsstr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbswidth.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mbswidth.o -MD 
-MP -MF $depbase.Tpo -c -o mbswidth.o mbswidth.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbuiter.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mbuiter.o -MD 
-MP -MF $depbase.Tpo -c -o mbuiter.o mbuiter.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo strnlen1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT strnlen1.o -MD 
-MP -MF $depbase.Tpo -c -o strnlen1.o strnlen1.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo unistd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT unistd.o -MD -MP 
-MF $depbase.Tpo -c -o unistd.o unistd.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo uniwidth/width.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT uniwidth/width.o 
-MD -MP -MF $depbase.Tpo -c -o uniwidth/width.o uniwidth/width.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo wctype-h.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT wctype-h.o -MD 
-MP -MF $depbase.Tpo -c -o wctype-h.o wctype-h.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xmalloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT xmalloc.o -MD 
-MP -MF $depbase.Tpo -c -o xmalloc.o xmalloc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xalloc-die.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT xalloc-die.o -MD 
-MP -MF $depbase.Tpo -c -o xalloc-die.o xalloc-die.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbrtowc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mbrtowc.o -MD 
-MP -MF $depbase.Tpo -c -o mbrtowc.o mbrtowc.c &&\
mv -f $depbase.Tpo $depbase.Po
rm -f libgnu.a
ar cr libgnu.a dirname-lgpl.o basename-lgpl.o stripslash.o exitfail.o 
getprogname.o hard-locale.o localcharset.o  malloca.o mbchar.o mbiter.o 
mbscasecmp.o mbschr.o mbslen.o mbsncasecmp.o mbsstr.o mbswidth.o mbuiter.o  
strnlen1.o  unistd.o uniwidth/width.o wctype-h.o xmalloc.o xalloc-die.o  
mbrtowc.o
ranlib libgnu.a
make[4]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/gnulib/lib'
make[3]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/gnulib/lib'
make[2]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/gnulib/lib'
Making all in info
make[2]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/info'
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT makedoc.o -MD 
-MP -MF .deps/makedoc.Tpo -c -o makedoc.o makedoc.c
mv -f .deps/makedoc.Tpo .deps/makedoc.Po
gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  
-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o makedoc makedoc.o 
../gnulib/lib/libgnu.a -ltinfo   
rm -f doc.c funs.h
..//info/makedoc ./session.c ./echo-area.c ./infodoc.c ./m-x.c ./indices.c 
./nodemenu.c ./footnotes.c ./variables.c
make  all-am
make[3]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/info'
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT dir.o -MD -MP 
-MF .deps/dir.Tpo -c -o dir.o dir.c
mv -f .deps/dir.Tpo .deps/dir.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT display.o -MD 
-MP -MF .deps/display.Tpo -c -o display.o display.c
mv -f .deps/display.Tpo .deps/display.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT dribble.o -MD 
-MP -MF .deps/dribble.Tpo -c -o dribble.o dribble.c
mv -f .deps/dribble.Tpo .deps/dribble.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT echo-area.o -MD 
-MP -MF .deps/echo-area.Tpo -c -o echo-area.o echo-area.c
mv -f .deps/echo-area.Tpo .deps/echo-area.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT filesys.o -MD 
-MP -MF .deps/filesys.Tpo -c -o filesys.o filesys.c
filesys.c: In function 'info_file_find_next_in_path':
filesys.c:170:15: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
               asprintf (&s, "%s%s", "./", with_extension);
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/filesys.Tpo .deps/filesys.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT footnotes.o -MD 
-MP -MF .deps/footnotes.Tpo -c -o footnotes.o footnotes.c
footnotes.c: In function 'make_footnotes_node':
footnotes.c:124:5: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
     asprintf (&header,
     ^~~~~~~~~~~~~~~~~~
               "*** Footnotes appearing in the node '%s' ***\n",
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               node->nodename);
               ~~~~~~~~~~~~~~~
mv -f .deps/footnotes.Tpo .deps/footnotes.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT indices.o -MD 
-MP -MF .deps/indices.Tpo -c -o indices.o indices.c
indices.c: In function 'info_index_apropos':
indices.c:656:5: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
     asprintf (&prompt, "%s [%s]: ", _("Index apropos"), index_search);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
indices.c:658:5: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
     asprintf (&prompt, "%s: ", _("Index apropos"));
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
indices.c: In function 'create_virtual_index':
indices.c:854:3: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
   asprintf (&node->nodename, "Index for '%s'", index_search);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
indices.c: In function 'info_virtual_index':
indices.c:891:5: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
     asprintf (&prompt, "%s [%s]: ", _("Index topic"), index_search);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
indices.c:893:5: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
     asprintf (&prompt, "%s: ", _("Index topic"));
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/indices.Tpo .deps/indices.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT info-utils.o -MD 
-MP -MF .deps/info-utils.Tpo -c -o info-utils.o info-utils.c
mv -f .deps/info-utils.Tpo .deps/info-utils.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT info.o -MD -MP 
-MF .deps/info.Tpo -c -o info.o info.c
info.c: In function 'get_initial_file':
info.c:188:11: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
           asprintf (&s, "%s%s", "./", user_filename);
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
info.c:280:9: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
         asprintf (error, _("No menu item '%s' in node '%s'"),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             (*argv)[0], "(dir)Top");
             ~~~~~~~~~~~~~~~~~~~~~~~
info.c: In function 'add_initial_nodes':
info.c:418:19: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
                   asprintf (error, _("Cannot find node '%s'"),
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                             user_nodenames[i]);
                             ~~~~~~~~~~~~~~~~~~
mv -f .deps/info.Tpo .deps/info.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT infodoc.o -MD 
-MP -MF .deps/infodoc.Tpo -c -o infodoc.o infodoc.c
mv -f .deps/infodoc.Tpo .deps/infodoc.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT infokey.o -MD 
-MP -MF .deps/infokey.Tpo -c -o infokey.o infokey.c
mv -f .deps/infokey.Tpo .deps/infokey.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT infomap.o -MD 
-MP -MF .deps/infomap.Tpo -c -o infomap.o infomap.c
mv -f .deps/infomap.Tpo .deps/infomap.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT infopath.o -MD 
-MP -MF .deps/infopath.Tpo -c -o infopath.o infopath.c
mv -f .deps/infopath.Tpo .deps/infopath.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT m-x.o -MD -MP 
-MF .deps/m-x.Tpo -c -o m-x.o m-x.c
m-x.c: In function 'info_execute_command':
m-x.c:106:5: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
     asprintf (&prompt, "%d %s ", count, keys);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
m-x.c:108:5: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
     asprintf (&prompt, "%s ", keys);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/m-x.Tpo .deps/m-x.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT man.o -MD -MP 
-MF .deps/man.Tpo -c -o man.o man.c
man.c: In function 'get_manpage_from_formatter':
man.c:310:3: warning: ignoring return value of 'pipe', declared with attribute 
warn_unused_result [-Wunused-result]
   pipe (pipes);
   ^~~~~~~~~~~~
man.c:329:7: warning: ignoring return value of 'freopen', declared with 
attribute warn_unused_result [-Wunused-result]
       freopen (NULL_DEVICE, "w", stderr);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
man.c:330:7: warning: ignoring return value of 'freopen', declared with 
attribute warn_unused_result [-Wunused-result]
       freopen (NULL_DEVICE, "r", stdin);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/man.Tpo .deps/man.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT nodemenu.o -MD 
-MP -MF .deps/nodemenu.Tpo -c -o nodemenu.o nodemenu.c
mv -f .deps/nodemenu.Tpo .deps/nodemenu.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT nodes.o -MD -MP 
-MF .deps/nodes.Tpo -c -o nodes.o nodes.c
mv -f .deps/nodes.Tpo .deps/nodes.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT search.o -MD -MP 
-MF .deps/search.Tpo -c -o search.o search.c
mv -f .deps/search.Tpo .deps/search.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT session.o -MD 
-MP -MF .deps/session.Tpo -c -o session.o session.c
session.c: In function 'info_follow_menus':
session.c:2802:15: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
               asprintf (error, _("No menu in node '%s'"),
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                         node_printed_rep (initial_node));
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
session.c:2824:15: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
               asprintf (error, _("No menu item '%s' in node '%s'"),
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                         arg, node_printed_rep (initial_node));
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
session.c:2848:15: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
               asprintf (error,
               ^~~~~~~~~~~~~~~~
                         _("Unable to find node referenced by '%s' in '%s'"),
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                         entry->label,
                         ~~~~~~~~~~~~~
                         node_printed_rep (initial_node));
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
session.c: In function 'find_invocation_node_by_nodename':
session.c:3421:3: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
   asprintf (&try1, "Invoking %s", program);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
session.c:3422:3: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
   asprintf (&try2, "%s invocation", program);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
session.c: In function 'info_tree_search':
session.c:4617:3: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
   asprintf (&prompt, _("Search under %s: "),
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             window->node->nodename);
             ~~~~~~~~~~~~~~~~~~~~~~~
session.c: In function 'ask_for_search_string':
session.c:4224:5: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
     asprintf (&prompt, _("%s%s%s [%s]: "),
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              use_regex ? _("Regexp search") : _("Search"),
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              case_sensitive ? _(" case-sensitively") : "",
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              direction < 0 ? _(" backward") : "",
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              search_string);
              ~~~~~~~~~~~~~~
session.c:4230:5: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
     asprintf (&prompt, _("%s%s%s: "),
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              use_regex ? _("Regexp search") : _("Search"),
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              case_sensitive ? _(" case-sensitively") : "",
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              direction < 0 ? _(" backward") : "");
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/session.Tpo .deps/session.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT signals.o -MD 
-MP -MF .deps/signals.Tpo -c -o signals.o signals.c
mv -f .deps/signals.Tpo .deps/signals.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tag.o -MD -MP 
-MF .deps/tag.Tpo -c -o tag.o tag.c
mv -f .deps/tag.Tpo .deps/tag.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT terminal.o -MD 
-MP -MF .deps/terminal.Tpo -c -o terminal.o terminal.c
mv -f .deps/terminal.Tpo .deps/terminal.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT tilde.o -MD -MP 
-MF .deps/tilde.Tpo -c -o tilde.o tilde.c
mv -f .deps/tilde.Tpo .deps/tilde.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT variables.o -MD 
-MP -MF .deps/variables.Tpo -c -o variables.o variables.c
variables.c: In function 'describe_variable':
variables.c:234:5: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
     asprintf (&description, "%s (%s): %s.",
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              var->name,
              ~~~~~~~~~~
              var->value == &highlight_searches
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              ? on_off_choices[match_rendition.mask != 0]
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              : var->choices == (char **) &rendition_choices
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              ? rendition_to_string (var->value)
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              : var->choices[*(int *)var->value], _(var->doc));
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
variables.c:242:5: warning: ignoring return value of 'asprintf', declared with 
attribute warn_unused_result [-Wunused-result]
     asprintf (&description, "%s (%d): %s.",
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              var->name, *(int *)var->value, _(var->doc));
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/variables.Tpo .deps/variables.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT window.o -MD -MP 
-MF .deps/window.Tpo -c -o window.o window.c
mv -f .deps/window.Tpo .deps/window.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -DINFODIR=\"/usr/share/info\" 
-DINFODIR2=\"/usr/share/info\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT doc.o -MD -MP 
-MF .deps/doc.Tpo -c -o doc.o doc.c
mv -f .deps/doc.Tpo .deps/doc.Po
gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  
-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o ginfo dir.o display.o 
dribble.o echo-area.o filesys.o footnotes.o indices.o info-utils.o info.o 
infodoc.o infokey.o infomap.o infopath.o m-x.o man.o nodemenu.o nodes.o 
search.o session.o signals.o tag.o terminal.o tilde.o variables.o window.o 
doc.o ../gnulib/lib/libgnu.a -ltinfo   
make[3]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/info'
make[2]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/info'
Making all in install-info
make[2]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/install-info'
Making all in .
make[3]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/install-info'
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib 
-DLOCALEDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2  -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT install-info.o 
-MD -MP -MF .deps/install-info.Tpo -c -o install-info.o install-info.c
mv -f .deps/install-info.Tpo .deps/install-info.Po
gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  
-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o ginstall-info 
install-info.o ../gnulib/lib/libgnu.a  
make[3]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/install-info'
Making all in tests
make[3]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/install-info/tests'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/install-info/tests'
make[2]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/install-info'
Making all in po
make[2]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/po'
Making all in po_document
make[2]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/po_document'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/po_document'
Making all in tp
make[2]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp'
Making all in Texinfo/XS
make[3]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS'
make  all-recursive
make[4]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS'
Making all in gnulib/lib
make[5]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS/gnulib/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 limits.h-t limits.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_LIMITS_H''@|<limits.h>|g' \
      < ./limits.in.h; \
} > limits.h-t && \
mv limits.h-t limits.h
rm -f stdio.h-t stdio.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
      -e 's/@''GNULIB_DPRINTF''@/0/g' \
      -e 's/@''GNULIB_FCLOSE''@/0/g' \
      -e 's/@''GNULIB_FDOPEN''@/0/g' \
      -e 's/@''GNULIB_FFLUSH''@/0/g' \
      -e 's/@''GNULIB_FGETC''@/1/g' \
      -e 's/@''GNULIB_FGETS''@/1/g' \
      -e 's/@''GNULIB_FOPEN''@/0/g' \
      -e 's/@''GNULIB_FPRINTF''@/1/g' \
      -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_FPURGE''@/0/g' \
      -e 's/@''GNULIB_FPUTC''@/1/g' \
      -e 's/@''GNULIB_FPUTS''@/1/g' \
      -e 's/@''GNULIB_FREAD''@/1/g' \
      -e 's/@''GNULIB_FREOPEN''@/0/g' \
      -e 's/@''GNULIB_FSCANF''@/1/g' \
      -e 's/@''GNULIB_FSEEK''@/0/g' \
      -e 's/@''GNULIB_FSEEKO''@/0/g' \
      -e 's/@''GNULIB_FTELL''@/0/g' \
      -e 's/@''GNULIB_FTELLO''@/0/g' \
      -e 's/@''GNULIB_FWRITE''@/1/g' \
      -e 's/@''GNULIB_GETC''@/1/g' \
      -e 's/@''GNULIB_GETCHAR''@/1/g' \
      -e 's/@''GNULIB_GETDELIM''@/1/g' \
      -e 's/@''GNULIB_GETLINE''@/1/g' \
      -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_PCLOSE''@/0/g' \
      -e 's/@''GNULIB_PERROR''@/0/g' \
      -e 's/@''GNULIB_POPEN''@/0/g' \
      -e 's/@''GNULIB_PRINTF''@/1/g' \
      -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_PUTC''@/1/g' \
      -e 's/@''GNULIB_PUTCHAR''@/1/g' \
      -e 's/@''GNULIB_PUTS''@/1/g' \
      -e 's/@''GNULIB_REMOVE''@/0/g' \
      -e 's/@''GNULIB_RENAME''@/0/g' \
      -e 's/@''GNULIB_RENAMEAT''@/0/g' \
      -e 's/@''GNULIB_SCANF''@/1/g' \
      -e 's/@''GNULIB_SNPRINTF''@/0/g' \
      -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \
      -e 's/@''GNULIB_TMPFILE''@/0/g' \
      -e 's/@''GNULIB_VASPRINTF''@/1/g' \
      -e 's/@''GNULIB_VDPRINTF''@/0/g' \
      -e 's/@''GNULIB_VFPRINTF''@/1/g' \
      -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_VFSCANF''@/0/g' \
      -e 's/@''GNULIB_VSCANF''@/0/g' \
      -e 's/@''GNULIB_VPRINTF''@/1/g' \
      -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_VSNPRINTF''@/0/g' \
      -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
      < ./stdio.in.h | \
  sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
      -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
      -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
      -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
      -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
      -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
      -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
      -e 's|@''HAVE_DPRINTF''@|1|g' \
      -e 's|@''HAVE_FSEEKO''@|1|g' \
      -e 's|@''HAVE_FTELLO''@|1|g' \
      -e 's|@''HAVE_PCLOSE''@|1|g' \
      -e 's|@''HAVE_POPEN''@|1|g' \
      -e 's|@''HAVE_RENAMEAT''@|1|g' \
      -e 's|@''HAVE_VASPRINTF''@|1|g' \
      -e 's|@''HAVE_VDPRINTF''@|1|g' \
      -e 's|@''REPLACE_DPRINTF''@|0|g' \
      -e 's|@''REPLACE_FCLOSE''@|0|g' \
      -e 's|@''REPLACE_FDOPEN''@|0|g' \
      -e 's|@''REPLACE_FFLUSH''@|0|g' \
      -e 's|@''REPLACE_FOPEN''@|0|g' \
      -e 's|@''REPLACE_FPRINTF''@|0|g' \
      -e 's|@''REPLACE_FPURGE''@|0|g' \
      -e 's|@''REPLACE_FREOPEN''@|0|g' \
      -e 's|@''REPLACE_FSEEK''@|0|g' \
      -e 's|@''REPLACE_FSEEKO''@|0|g' \
      -e 's|@''REPLACE_FTELL''@|0|g' \
      -e 's|@''REPLACE_FTELLO''@|0|g' \
      -e 's|@''REPLACE_GETDELIM''@|0|g' \
      -e 's|@''REPLACE_GETLINE''@|0|g' \
      -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
      -e 's|@''REPLACE_PERROR''@|0|g' \
      -e 's|@''REPLACE_POPEN''@|0|g' \
      -e 's|@''REPLACE_PRINTF''@|0|g' \
      -e 's|@''REPLACE_REMOVE''@|0|g' \
      -e 's|@''REPLACE_RENAME''@|0|g' \
      -e 's|@''REPLACE_RENAMEAT''@|0|g' \
      -e 's|@''REPLACE_SNPRINTF''@|0|g' \
      -e 's|@''REPLACE_SPRINTF''@|0|g' \
      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
      -e 's|@''REPLACE_TMPFILE''@|0|g' \
      -e 's|@''REPLACE_VASPRINTF''@|0|g' \
      -e 's|@''REPLACE_VDPRINTF''@|0|g' \
      -e 's|@''REPLACE_VFPRINTF''@|0|g' \
      -e 's|@''REPLACE_VPRINTF''@|0|g' \
      -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
      -e 's|@''REPLACE_VSPRINTF''@|0|g' \
      -e 's|@''ASM_SYMBOL_PREFIX''@||g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -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 string.h-t string.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
      -e 's/@''GNULIB_FFSL''@/0/g' \
      -e 's/@''GNULIB_FFSLL''@/0/g' \
      -e 's/@''GNULIB_MBSLEN''@/0/g' \
      -e 's/@''GNULIB_MBSNLEN''@/0/g' \
      -e 's/@''GNULIB_MBSCHR''@/0/g' \
      -e 's/@''GNULIB_MBSRCHR''@/0/g' \
      -e 's/@''GNULIB_MBSSTR''@/0/g' \
      -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
      -e 's/@''GNULIB_MBSCSPN''@/0/g' \
      -e 's/@''GNULIB_MBSPBRK''@/0/g' \
      -e 's/@''GNULIB_MBSSPN''@/0/g' \
      -e 's/@''GNULIB_MBSSEP''@/0/g' \
      -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
      -e 's/@''GNULIB_MEMCHR''@/1/g' \
      -e 's/@''GNULIB_MEMMEM''@/0/g' \
      -e 's/@''GNULIB_MEMPCPY''@/0/g' \
      -e 's/@''GNULIB_MEMRCHR''@/0/g' \
      -e 's/@''GNULIB_RAWMEMCHR''@/1/g' \
      -e 's/@''GNULIB_STPCPY''@/0/g' \
      -e 's/@''GNULIB_STPNCPY''@/0/g' \
      -e 's/@''GNULIB_STRCHRNUL''@/1/g' \
      -e 's/@''GNULIB_STRDUP''@/0/g' \
      -e 's/@''GNULIB_STRNCAT''@/0/g' \
      -e 's/@''GNULIB_STRNDUP''@/1/g' \
      -e 's/@''GNULIB_STRNLEN''@/1/g' \
      -e 's/@''GNULIB_STRPBRK''@/0/g' \
      -e 's/@''GNULIB_STRSEP''@/0/g' \
      -e 's/@''GNULIB_STRSTR''@/0/g' \
      -e 's/@''GNULIB_STRCASESTR''@/0/g' \
      -e 's/@''GNULIB_STRTOK_R''@/0/g' \
      -e 's/@''GNULIB_STRERROR''@/0/g' \
      -e 's/@''GNULIB_STRERROR_R''@/0/g' \
      -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
      -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
      < ./string.in.h | \
  sed -e 's|@''HAVE_FFSL''@|1|g' \
      -e 's|@''HAVE_FFSLL''@|1|g' \
      -e 's|@''HAVE_MBSLEN''@|0|g' \
      -e 's|@''HAVE_MEMCHR''@|1|g' \
      -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
      -e 's|@''HAVE_MEMPCPY''@|1|g' \
      -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
      -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
      -e 's|@''HAVE_STPCPY''@|1|g' \
      -e 's|@''HAVE_STPNCPY''@|1|g' \
      -e 's|@''HAVE_STRCHRNUL''@|1|g' \
      -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
      -e 's|@''HAVE_STRPBRK''@|1|g' \
      -e 's|@''HAVE_STRSEP''@|1|g' \
      -e 's|@''HAVE_STRCASESTR''@|1|g' \
      -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
      -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
      -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
      -e 's|@''HAVE_STRVERSCMP''@|1|g' \
      -e 's|@''REPLACE_STPNCPY''@|0|g' \
      -e 's|@''REPLACE_MEMCHR''@|0|g' \
      -e 's|@''REPLACE_MEMMEM''@|0|g' \
      -e 's|@''REPLACE_STRCASESTR''@|0|g' \
      -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
      -e 's|@''REPLACE_STRDUP''@|0|g' \
      -e 's|@''REPLACE_STRSTR''@|0|g' \
      -e 's|@''REPLACE_STRERROR''@|0|g' \
      -e 's|@''REPLACE_STRERROR_R''@|0|g' \
      -e 's|@''REPLACE_STRNCAT''@|0|g' \
      -e 's|@''REPLACE_STRNDUP''@|0|g' \
      -e 's|@''REPLACE_STRNLEN''@|0|g' \
      -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
      -e 's|@''REPLACE_STRTOK_R''@|0|g' \
      -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -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
/usr/bin/mkdir -p sys
rm -f sys/types.h-t sys/types.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
      -e 's|@''WINDOWS_STAT_INODES''@|0|g' \
      < ./sys_types.in.h; \
} > sys/types.h-t && \
mv sys/types.h-t sys/types.h
rm -f wchar.h-t wchar.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''HAVE_FEATURES_H''@|1|g' \
      -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
      -e 's|@''HAVE_WCHAR_H''@|1|g' \
      -e 's/@''HAVE_CRTDEFS_H''@/0/g' \
      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \
      -e 's/@''GNULIB_BTOWC''@/0/g' \
      -e 's/@''GNULIB_WCTOB''@/0/g' \
      -e 's/@''GNULIB_MBSINIT''@/0/g' \
      -e 's/@''GNULIB_MBRTOWC''@/0/g' \
      -e 's/@''GNULIB_MBRLEN''@/0/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/@''GNULIB_WMEMCHR''@/0/g' \
      -e 's/@''GNULIB_WMEMCMP''@/0/g' \
      -e 's/@''GNULIB_WMEMCPY''@/0/g' \
      -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
      -e 's/@''GNULIB_WMEMSET''@/0/g' \
      -e 's/@''GNULIB_WCSLEN''@/0/g' \
      -e 's/@''GNULIB_WCSNLEN''@/0/g' \
      -e 's/@''GNULIB_WCSCPY''@/0/g' \
      -e 's/@''GNULIB_WCPCPY''@/0/g' \
      -e 's/@''GNULIB_WCSNCPY''@/0/g' \
      -e 's/@''GNULIB_WCPNCPY''@/0/g' \
      -e 's/@''GNULIB_WCSCAT''@/0/g' \
      -e 's/@''GNULIB_WCSNCAT''@/0/g' \
      -e 's/@''GNULIB_WCSCMP''@/0/g' \
      -e 's/@''GNULIB_WCSNCMP''@/0/g' \
      -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
      -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
      -e 's/@''GNULIB_WCSCOLL''@/0/g' \
      -e 's/@''GNULIB_WCSXFRM''@/0/g' \
      -e 's/@''GNULIB_WCSDUP''@/0/g' \
      -e 's/@''GNULIB_WCSCHR''@/0/g' \
      -e 's/@''GNULIB_WCSRCHR''@/0/g' \
      -e 's/@''GNULIB_WCSCSPN''@/0/g' \
      -e 's/@''GNULIB_WCSSPN''@/0/g' \
      -e 's/@''GNULIB_WCSPBRK''@/0/g' \
      -e 's/@''GNULIB_WCSSTR''@/0/g' \
      -e 's/@''GNULIB_WCSTOK''@/0/g' \
      -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
      -e 's/@''GNULIB_WCSFTIME''@/0/g' \
      < ./wchar.in.h | \
  sed -e 's|@''HAVE_WINT_T''@|1|g' \
      -e 's|@''HAVE_BTOWC''@|1|g' \
      -e 's|@''HAVE_MBSINIT''@|1|g' \
      -e 's|@''HAVE_MBRTOWC''@|1|g' \
      -e 's|@''HAVE_MBRLEN''@|1|g' \
      -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
      -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
      -e 's|@''HAVE_WCRTOMB''@|1|g' \
      -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
      -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
      -e 's|@''HAVE_WMEMCHR''@|1|g' \
      -e 's|@''HAVE_WMEMCMP''@|1|g' \
      -e 's|@''HAVE_WMEMCPY''@|1|g' \
      -e 's|@''HAVE_WMEMMOVE''@|1|g' \
      -e 's|@''HAVE_WMEMSET''@|1|g' \
      -e 's|@''HAVE_WCSLEN''@|1|g' \
      -e 's|@''HAVE_WCSNLEN''@|1|g' \
      -e 's|@''HAVE_WCSCPY''@|1|g' \
      -e 's|@''HAVE_WCPCPY''@|1|g' \
      -e 's|@''HAVE_WCSNCPY''@|1|g' \
      -e 's|@''HAVE_WCPNCPY''@|1|g' \
      -e 's|@''HAVE_WCSCAT''@|1|g' \
      -e 's|@''HAVE_WCSNCAT''@|1|g' \
      -e 's|@''HAVE_WCSCMP''@|1|g' \
      -e 's|@''HAVE_WCSNCMP''@|1|g' \
      -e 's|@''HAVE_WCSCASECMP''@|1|g' \
      -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
      -e 's|@''HAVE_WCSCOLL''@|1|g' \
      -e 's|@''HAVE_WCSXFRM''@|1|g' \
      -e 's|@''HAVE_WCSDUP''@|1|g' \
      -e 's|@''HAVE_WCSCHR''@|1|g' \
      -e 's|@''HAVE_WCSRCHR''@|1|g' \
      -e 's|@''HAVE_WCSCSPN''@|1|g' \
      -e 's|@''HAVE_WCSSPN''@|1|g' \
      -e 's|@''HAVE_WCSPBRK''@|1|g' \
      -e 's|@''HAVE_WCSSTR''@|1|g' \
      -e 's|@''HAVE_WCSTOK''@|1|g' \
      -e 's|@''HAVE_WCSWIDTH''@|1|g' \
      -e 's|@''HAVE_WCSFTIME''@|1|g' \
      -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
      -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
  | \
  sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
      -e 's|@''REPLACE_BTOWC''@|0|g' \
      -e 's|@''REPLACE_WCTOB''@|0|g' \
      -e 's|@''REPLACE_MBSINIT''@|0|g' \
      -e 's|@''REPLACE_MBRTOWC''@|0|g' \
      -e 's|@''REPLACE_MBRLEN''@|0|g' \
      -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
      -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
      -e 's|@''REPLACE_WCRTOMB''@|0|g' \
      -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
      -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
      -e 's|@''REPLACE_WCWIDTH''@|0|g' \
      -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
      -e 's|@''REPLACE_WCSFTIME''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \
} > wchar.h-t && \
mv wchar.h-t wchar.h
make  all-recursive
make[6]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS/gnulib/lib'
make[7]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS/gnulib/lib'
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. 
  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe 
-fstack-protector-strong -fno-plt -MT xsize.lo -MD -MP -MF .deps/xsize.Tpo -c 
-o xsize.lo xsize.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 
-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT 
xsize.lo -MD -MP -MF .deps/xsize.Tpo -c xsize.c  -fPIC -DPIC -o .libs/xsize.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 
-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT 
xsize.lo -MD -MP -MF .deps/xsize.Tpo -c xsize.c -o xsize.o >/dev/null 2>&1
mv -f .deps/xsize.Tpo .deps/xsize.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. 
  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe 
-fstack-protector-strong -fno-plt -MT asnprintf.lo -MD -MP -MF 
.deps/asnprintf.Tpo -c -o asnprintf.lo asnprintf.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 
-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT 
asnprintf.lo -MD -MP -MF .deps/asnprintf.Tpo -c asnprintf.c  -fPIC -DPIC -o 
.libs/asnprintf.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 
-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT 
asnprintf.lo -MD -MP -MF .deps/asnprintf.Tpo -c asnprintf.c -o asnprintf.o 
>/dev/null 2>&1
mv -f .deps/asnprintf.Tpo .deps/asnprintf.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. 
  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe 
-fstack-protector-strong -fno-plt -MT printf-args.lo -MD -MP -MF 
.deps/printf-args.Tpo -c -o printf-args.lo printf-args.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 
-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT 
printf-args.lo -MD -MP -MF .deps/printf-args.Tpo -c printf-args.c  -fPIC -DPIC 
-o .libs/printf-args.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 
-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT 
printf-args.lo -MD -MP -MF .deps/printf-args.Tpo -c printf-args.c -o 
printf-args.o >/dev/null 2>&1
mv -f .deps/printf-args.Tpo .deps/printf-args.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. 
  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe 
-fstack-protector-strong -fno-plt -MT printf-parse.lo -MD -MP -MF 
.deps/printf-parse.Tpo -c -o printf-parse.lo printf-parse.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 
-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT 
printf-parse.lo -MD -MP -MF .deps/printf-parse.Tpo -c printf-parse.c  -fPIC 
-DPIC -o .libs/printf-parse.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 
-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT 
printf-parse.lo -MD -MP -MF .deps/printf-parse.Tpo -c printf-parse.c -o 
printf-parse.o >/dev/null 2>&1
mv -f .deps/printf-parse.Tpo .deps/printf-parse.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. 
  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe 
-fstack-protector-strong -fno-plt -MT vasnprintf.lo -MD -MP -MF 
.deps/vasnprintf.Tpo -c -o vasnprintf.lo vasnprintf.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 
-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT 
vasnprintf.lo -MD -MP -MF .deps/vasnprintf.Tpo -c vasnprintf.c  -fPIC -DPIC -o 
.libs/vasnprintf.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 
-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT 
vasnprintf.lo -MD -MP -MF .deps/vasnprintf.Tpo -c vasnprintf.c -o vasnprintf.o 
>/dev/null 2>&1
mv -f .deps/vasnprintf.Tpo .deps/vasnprintf.Plo
/bin/sh ../../libtool  --tag=CC   --mode=link cc  -march=x86-64 -mtune=generic 
-O2 -pipe -fstack-protector-strong -fno-plt  -no-undefined  
-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libgnu.la  xsize.lo 
asnprintf.lo printf-args.lo printf-parse.lo vasnprintf.lo 
libtool: link: ar cr .libs/libgnu.a .libs/xsize.o .libs/asnprintf.o 
.libs/printf-args.o .libs/printf-parse.o .libs/vasnprintf.o 
libtool: link: ranlib .libs/libgnu.a
libtool: link: ( cd ".libs" && rm -f "libgnu.la" && ln -s "../libgnu.la" 
"libgnu.la" )
make[7]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS/gnulib/lib'
make[6]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS/gnulib/lib'
make[5]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS/gnulib/lib'
Making all in parsetexi
make[5]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS/parsetexi'
make  all-am
make[6]: Entering directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS/parsetexi'
/usr/bin/core_perl/xsubpp -typemap /usr/share/perl5/core_perl/ExtUtils/typemap 
-typemap typemap Parsetexi.xs > Parsetexi.xsc && mv Parsetexi.xsc Parsetexi.c
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. 
-I../gnulib/lib -I../gnulib/lib  -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" 
"-I/usr/lib/perl5/5.28/core_perl/CORE"  -MT Parsetexi_la-Parsetexi.lo -MD -MP 
-MF .deps/Parsetexi_la-Parsetexi.Tpo -c -o Parsetexi_la-Parsetexi.lo `test -f 
'Parsetexi.c' || echo './'`Parsetexi.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-Parsetexi.lo -MD -MP -MF .deps/Parsetexi_la-Parsetexi.Tpo -c 
Parsetexi.c  -fPIC -DPIC -o .libs/Parsetexi_la-Parsetexi.o
Parsetexi.c: In function 'XS_Parsetexi_parse_string':
Parsetexi.c:237:2: warning: implicit declaration of function 'parse_string'; 
did you mean 'parse_file'? [-Wimplicit-function-declaration]
  parse_string(string);
  ^~~~~~~~~~~~
  parse_file
Parsetexi.c: In function 'XS_Parsetexi_parse_text':
Parsetexi.c:253:2: warning: implicit declaration of function 'parse_text'; did 
you mean 'parse_file'? [-Wimplicit-function-declaration]
  parse_text(string);
  ^~~~~~~~~~
  parse_file
Parsetexi.c: In function 'XS_Parsetexi_wipe_values':
Parsetexi.c:285:2: warning: implicit declaration of function 'wipe_values'; did 
you mean 'si_value'? [-Wimplicit-function-declaration]
  wipe_values();
  ^~~~~~~~~~~
  si_value
Parsetexi.c: In function 'XS_Parsetexi_clear_expanded_formats':
Parsetexi.c:599:2: warning: implicit declaration of function 
'clear_expanded_formats'; did you mean 'clear_defarray'? 
[-Wimplicit-function-declaration]
  clear_expanded_formats();
  ^~~~~~~~~~~~~~~~~~~~~~
  clear_defarray
Parsetexi.c: In function 'XS_Parsetexi_add_expanded_format':
Parsetexi.c:615:2: warning: implicit declaration of function 
'add_expanded_format' [-Wimplicit-function-declaration]
  add_expanded_format(format);
  ^~~~~~~~~~~~~~~~~~~
Parsetexi.c: In function 'XS_Parsetexi_conf_set_CPP_LINE_DIRECTIVES':
Parsetexi.c:647:2: warning: implicit declaration of function 
'conf_set_CPP_LINE_DIRECTIVES'; did you mean 
'XS_Parsetexi_conf_set_CPP_LINE_DIRECTIVES'? [-Wimplicit-function-declaration]
  conf_set_CPP_LINE_DIRECTIVES(i);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  XS_Parsetexi_conf_set_CPP_LINE_DIRECTIVES
Parsetexi.c: In function 
'XS_Parsetexi_conf_set_IGNORE_SPACE_AFTER_BRACED_COMMAND_NAME':
Parsetexi.c:663:2: warning: implicit declaration of function 
'conf_set_IGNORE_SPACE_AFTER_BRACED_COMMAND_NAME'; did you mean 
'XS_Parsetexi_conf_set_IGNORE_SPACE_AFTER_BRACED_COMMAND_NAME'? 
[-Wimplicit-function-declaration]
  conf_set_IGNORE_SPACE_AFTER_BRACED_COMMAND_NAME(i);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  XS_Parsetexi_conf_set_IGNORE_SPACE_AFTER_BRACED_COMMAND_NAME
Parsetexi.c: In function 'XS_Parsetexi_set_debug':
Parsetexi.c:695:2: warning: implicit declaration of function 'set_debug'; did 
you mean 'PL_debug'? [-Wimplicit-function-declaration]
  set_debug(i);
  ^~~~~~~~~
  PL_debug
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-Parsetexi.lo -MD -MP -MF .deps/Parsetexi_la-Parsetexi.Tpo -c 
Parsetexi.c -o Parsetexi_la-Parsetexi.o >/dev/null 2>&1
mv -f .deps/Parsetexi_la-Parsetexi.Tpo .deps/Parsetexi_la-Parsetexi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. 
-I../gnulib/lib -I../gnulib/lib  -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" 
"-I/usr/lib/perl5/5.28/core_perl/CORE"  -MT Parsetexi_la-api.lo -MD -MP -MF 
.deps/Parsetexi_la-api.Tpo -c -o Parsetexi_la-api.lo `test -f 'api.c' || echo 
'./'`api.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-api.lo -MD -MP -MF .deps/Parsetexi_la-api.Tpo -c api.c  -fPIC 
-DPIC -o .libs/Parsetexi_la-api.o
api.c: In function 'reset_parser_except_conf':
api.c:54:3: warning: implicit declaration of function 'wipe_macros'; did you 
mean 'wipe_errors'? [-Wimplicit-function-declaration]
   wipe_macros ();
   ^~~~~~~~~~~
   wipe_errors
api.c: In function 'reset_parser':
api.c:75:3: warning: implicit declaration of function 'wipe_values'; did you 
mean 'si_value'? [-Wimplicit-function-declaration]
   wipe_values ();
   ^~~~~~~~~~~
   si_value
api.c: In function 'element_to_perl_hash':
api.c:390:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
               int value = (int) f;
                           ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-api.lo -MD -MP -MF .deps/Parsetexi_la-api.Tpo -c api.c -o 
Parsetexi_la-api.o >/dev/null 2>&1
mv -f .deps/Parsetexi_la-api.Tpo .deps/Parsetexi_la-api.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. 
-I../gnulib/lib -I../gnulib/lib  -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" 
"-I/usr/lib/perl5/5.28/core_perl/CORE"  -MT Parsetexi_la-parser.lo -MD -MP -MF 
.deps/Parsetexi_la-parser.Tpo -c -o Parsetexi_la-parser.lo `test -f 'parser.c' 
|| echo './'`parser.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-parser.lo -MD -MP -MF .deps/Parsetexi_la-parser.Tpo -c parser.c  
-fPIC -DPIC -o .libs/Parsetexi_la-parser.o
parser.c: In function 'begin_paragraph':
parser.c:407:9: warning: implicit declaration of function 'add_extra_integer'; 
did you mean 'add_extra_text'? [-Wimplicit-function-declaration]
         add_extra_integer (e, indent == CM_indent ? "indent" : "noindent",
         ^~~~~~~~~~~~~~~~~
         add_extra_text
parser.c: In function 'isolate_last_space_internal':
parser.c:646:7: warning: implicit declaration of function 'text_reset'; did you 
mean 'text_base'? [-Wimplicit-function-declaration]
       text_reset (&t);
       ^~~~~~~~~~
       text_base
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-parser.lo -MD -MP -MF .deps/Parsetexi_la-parser.Tpo -c parser.c -o 
Parsetexi_la-parser.o >/dev/null 2>&1
mv -f .deps/Parsetexi_la-parser.Tpo .deps/Parsetexi_la-parser.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. 
-I../gnulib/lib -I../gnulib/lib  -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" 
"-I/usr/lib/perl5/5.28/core_perl/CORE"  -MT Parsetexi_la-element_types.lo -MD 
-MP -MF .deps/Parsetexi_la-element_types.Tpo -c -o 
Parsetexi_la-element_types.lo `test -f 'element_types.c' || echo 
'./'`element_types.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-element_types.lo -MD -MP -MF .deps/Parsetexi_la-element_types.Tpo 
-c element_types.c  -fPIC -DPIC -o .libs/Parsetexi_la-element_types.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-element_types.lo -MD -MP -MF .deps/Parsetexi_la-element_types.Tpo 
-c element_types.c -o Parsetexi_la-element_types.o >/dev/null 2>&1
mv -f .deps/Parsetexi_la-element_types.Tpo .deps/Parsetexi_la-element_types.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. 
-I../gnulib/lib -I../gnulib/lib  -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" 
"-I/usr/lib/perl5/5.28/core_perl/CORE"  -MT Parsetexi_la-commands.lo -MD -MP 
-MF .deps/Parsetexi_la-commands.Tpo -c -o Parsetexi_la-commands.lo `test -f 
'commands.c' || echo './'`commands.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-commands.lo -MD -MP -MF .deps/Parsetexi_la-commands.Tpo -c 
commands.c  -fPIC -DPIC -o .libs/Parsetexi_la-commands.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-commands.lo -MD -MP -MF .deps/Parsetexi_la-commands.Tpo -c 
commands.c -o Parsetexi_la-commands.o >/dev/null 2>&1
mv -f .deps/Parsetexi_la-commands.Tpo .deps/Parsetexi_la-commands.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. 
-I../gnulib/lib -I../gnulib/lib  -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" 
"-I/usr/lib/perl5/5.28/core_perl/CORE"  -MT Parsetexi_la-input.lo -MD -MP -MF 
.deps/Parsetexi_la-input.Tpo -c -o Parsetexi_la-input.lo `test -f 'input.c' || 
echo './'`input.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-input.lo -MD -MP -MF .deps/Parsetexi_la-input.Tpo -c input.c  
-fPIC -DPIC -o .libs/Parsetexi_la-input.o
input.c:16: warning: "_GNU_SOURCE" redefined
 #define _GNU_SOURCE
 
<command-line>: note: this is the location of the previous definition
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-input.lo -MD -MP -MF .deps/Parsetexi_la-input.Tpo -c input.c -o 
Parsetexi_la-input.o >/dev/null 2>&1
mv -f .deps/Parsetexi_la-input.Tpo .deps/Parsetexi_la-input.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. 
-I../gnulib/lib -I../gnulib/lib  -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" 
"-I/usr/lib/perl5/5.28/core_perl/CORE"  -MT Parsetexi_la-tree.lo -MD -MP -MF 
.deps/Parsetexi_la-tree.Tpo -c -o Parsetexi_la-tree.lo `test -f 'tree.c' || 
echo './'`tree.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-tree.lo -MD -MP -MF .deps/Parsetexi_la-tree.Tpo -c tree.c  -fPIC 
-DPIC -o .libs/Parsetexi_la-tree.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-tree.lo -MD -MP -MF .deps/Parsetexi_la-tree.Tpo -c tree.c -o 
Parsetexi_la-tree.o >/dev/null 2>&1
mv -f .deps/Parsetexi_la-tree.Tpo .deps/Parsetexi_la-tree.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. 
-I../gnulib/lib -I../gnulib/lib  -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" 
"-I/usr/lib/perl5/5.28/core_perl/CORE"  -MT Parsetexi_la-close.lo -MD -MP -MF 
.deps/Parsetexi_la-close.Tpo -c -o Parsetexi_la-close.lo `test -f 'close.c' || 
echo './'`close.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-close.lo -MD -MP -MF .deps/Parsetexi_la-close.Tpo -c close.c  
-fPIC -DPIC -o .libs/Parsetexi_la-close.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-close.lo -MD -MP -MF .deps/Parsetexi_la-close.Tpo -c close.c -o 
Parsetexi_la-close.o >/dev/null 2>&1
mv -f .deps/Parsetexi_la-close.Tpo .deps/Parsetexi_la-close.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. 
-I../gnulib/lib -I../gnulib/lib  -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" 
"-I/usr/lib/perl5/5.28/core_perl/CORE"  -MT Parsetexi_la-text.lo -MD -MP -MF 
.deps/Parsetexi_la-text.Tpo -c -o Parsetexi_la-text.lo `test -f 'text.c' || 
echo './'`text.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-text.lo -MD -MP -MF .deps/Parsetexi_la-text.Tpo -c text.c  -fPIC 
-DPIC -o .libs/Parsetexi_la-text.o
text.c:16: warning: "_GNU_SOURCE" redefined
 #define _GNU_SOURCE
 
<command-line>: note: this is the location of the previous definition
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-text.lo -MD -MP -MF .deps/Parsetexi_la-text.Tpo -c text.c -o 
Parsetexi_la-text.o >/dev/null 2>&1
mv -f .deps/Parsetexi_la-text.Tpo .deps/Parsetexi_la-text.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. 
-I../gnulib/lib -I../gnulib/lib  -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" 
"-I/usr/lib/perl5/5.28/core_perl/CORE"  -MT Parsetexi_la-context_stack.lo -MD 
-MP -MF .deps/Parsetexi_la-context_stack.Tpo -c -o 
Parsetexi_la-context_stack.lo `test -f 'context_stack.c' || echo 
'./'`context_stack.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-context_stack.lo -MD -MP -MF .deps/Parsetexi_la-context_stack.Tpo 
-c context_stack.c  -fPIC -DPIC -o .libs/Parsetexi_la-context_stack.o
context_stack.c: In function 'push_context':
context_stack.c:41:3: warning: implicit declaration of function 'debug' 
[-Wimplicit-function-declaration]
   debug (">>>>>>>>>>>>>>>>>PUSHING STACK AT %d  -- %s", top,
   ^~~~~
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-context_stack.lo -MD -MP -MF .deps/Parsetexi_la-context_stack.Tpo 
-c context_stack.c -o Parsetexi_la-context_stack.o >/dev/null 2>&1
mv -f .deps/Parsetexi_la-context_stack.Tpo .deps/Parsetexi_la-context_stack.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. 
-I../gnulib/lib -I../gnulib/lib  -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" 
"-I/usr/lib/perl5/5.28/core_perl/CORE"  -MT Parsetexi_la-debug.lo -MD -MP -MF 
.deps/Parsetexi_la-debug.Tpo -c -o Parsetexi_la-debug.lo `test -f 'debug.c' || 
echo './'`debug.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-debug.lo -MD -MP -MF .deps/Parsetexi_la-debug.Tpo -c debug.c  
-fPIC -DPIC -o .libs/Parsetexi_la-debug.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-debug.lo -MD -MP -MF .deps/Parsetexi_la-debug.Tpo -c debug.c -o 
Parsetexi_la-debug.o >/dev/null 2>&1
mv -f .deps/Parsetexi_la-debug.Tpo .deps/Parsetexi_la-debug.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. 
-I../gnulib/lib -I../gnulib/lib  -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" 
"-I/usr/lib/perl5/5.28/core_perl/CORE"  -MT Parsetexi_la-convert.lo -MD -MP -MF 
.deps/Parsetexi_la-convert.Tpo -c -o Parsetexi_la-convert.lo `test -f 
'convert.c' || echo './'`convert.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-convert.lo -MD -MP -MF .deps/Parsetexi_la-convert.Tpo -c convert.c 
 -fPIC -DPIC -o .libs/Parsetexi_la-convert.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-convert.lo -MD -MP -MF .deps/Parsetexi_la-convert.Tpo -c convert.c 
-o Parsetexi_la-convert.o >/dev/null 2>&1
mv -f .deps/Parsetexi_la-convert.Tpo .deps/Parsetexi_la-convert.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. 
-I../gnulib/lib -I../gnulib/lib  -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" 
"-I/usr/lib/perl5/5.28/core_perl/CORE"  -MT Parsetexi_la-end_line.lo -MD -MP 
-MF .deps/Parsetexi_la-end_line.Tpo -c -o Parsetexi_la-end_line.lo `test -f 
'end_line.c' || echo './'`end_line.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-end_line.lo -MD -MP -MF .deps/Parsetexi_la-end_line.Tpo -c 
end_line.c  -fPIC -DPIC -o .libs/Parsetexi_la-end_line.o
end_line.c: In function 'parse_special_misc_command':
end_line.c:215:7: warning: implicit declaration of function 'clear_value'; did 
you mean 'counter_value'? [-Wimplicit-function-declaration]
       clear_value (p, q - p);
       ^~~~~~~~~~~
       counter_value
end_line.c: In function 'parse_line_command_args':
end_line.c:308:6: warning: implicit declaration of function 
'add_extra_integer'; did you mean 'add_extra_text'? 
[-Wimplicit-function-declaration]
      add_extra_integer (line_command, "missing_argument", 1);
      ^~~~~~~~~~~~~~~~~
      add_extra_text
end_line.c: In function 'end_line_misc_line':
end_line.c:1603:19: warning: implicit declaration of function 
'set_input_encoding' [-Wimplicit-function-declaration]
                   set_input_encoding (input_encoding);
                   ^~~~~~~~~~~~~~~~~~
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-end_line.lo -MD -MP -MF .deps/Parsetexi_la-end_line.Tpo -c 
end_line.c -o Parsetexi_la-end_line.o >/dev/null 2>&1
mv -f .deps/Parsetexi_la-end_line.Tpo .deps/Parsetexi_la-end_line.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. 
-I../gnulib/lib -I../gnulib/lib  -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" 
"-I/usr/lib/perl5/5.28/core_perl/CORE"  -MT Parsetexi_la-separator.lo -MD -MP 
-MF .deps/Parsetexi_la-separator.Tpo -c -o Parsetexi_la-separator.lo `test -f 
'separator.c' || echo './'`separator.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-separator.lo -MD -MP -MF .deps/Parsetexi_la-separator.Tpo -c 
separator.c  -fPIC -DPIC -o .libs/Parsetexi_la-separator.o
separator.c: In function 'handle_comma':
separator.c:617:19: warning: implicit declaration of function 
'add_extra_integer'; did you mean 'add_extra_text'? 
[-Wimplicit-function-declaration]
                   add_extra_integer (current, "expand_index", 1);
                   ^~~~~~~~~~~~~~~~~
                   add_extra_text
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-separator.lo -MD -MP -MF .deps/Parsetexi_la-separator.Tpo -c 
separator.c -o Parsetexi_la-separator.o >/dev/null 2>&1
mv -f .deps/Parsetexi_la-separator.Tpo .deps/Parsetexi_la-separator.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. 
-I../gnulib/lib -I../gnulib/lib  -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" 
"-I/usr/lib/perl5/5.28/core_perl/CORE"  -MT Parsetexi_la-multitable.lo -MD -MP 
-MF .deps/Parsetexi_la-multitable.Tpo -c -o Parsetexi_la-multitable.lo `test -f 
'multitable.c' || echo './'`multitable.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-multitable.lo -MD -MP -MF .deps/Parsetexi_la-multitable.Tpo -c 
multitable.c  -fPIC -DPIC -o .libs/Parsetexi_la-multitable.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-multitable.lo -MD -MP -MF .deps/Parsetexi_la-multitable.Tpo -c 
multitable.c -o Parsetexi_la-multitable.o >/dev/null 2>&1
mv -f .deps/Parsetexi_la-multitable.Tpo .deps/Parsetexi_la-multitable.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. 
-I../gnulib/lib -I../gnulib/lib  -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" 
"-I/usr/lib/perl5/5.28/core_perl/CORE"  -MT Parsetexi_la-indices.lo -MD -MP -MF 
.deps/Parsetexi_la-indices.Tpo -c -o Parsetexi_la-indices.lo `test -f 
'indices.c' || echo './'`indices.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-indices.lo -MD -MP -MF .deps/Parsetexi_la-indices.Tpo -c indices.c 
 -fPIC -DPIC -o .libs/Parsetexi_la-indices.o
indices.c: In function 'enter_index_entry':
indices.c:313:5: warning: implicit declaration of function 'line_warn' 
[-Wimplicit-function-declaration]
     line_warn ("entry for index `%s' outside of any node", idx->name);
     ^~~~~~~~~
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-indices.lo -MD -MP -MF .deps/Parsetexi_la-indices.Tpo -c indices.c 
-o Parsetexi_la-indices.o >/dev/null 2>&1
mv -f .deps/Parsetexi_la-indices.Tpo .deps/Parsetexi_la-indices.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. 
-I../gnulib/lib -I../gnulib/lib  -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" 
"-I/usr/lib/perl5/5.28/core_perl/CORE"  -MT Parsetexi_la-macro.lo -MD -MP -MF 
.deps/Parsetexi_la-macro.Tpo -c -o Parsetexi_la-macro.lo `test -f 'macro.c' || 
echo './'`macro.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-macro.lo -MD -MP -MF .deps/Parsetexi_la-macro.Tpo -c macro.c  
-fPIC -DPIC -o .libs/Parsetexi_la-macro.o
macro.c:16: warning: "_GNU_SOURCE" redefined
 #define _GNU_SOURCE
 
<command-line>: note: this is the location of the previous definition
macro.c: In function 'parse_macro_command_line':
macro.c:102:7: warning: implicit declaration of function 'add_extra_integer'; 
did you mean 'add_extra_text'? [-Wimplicit-function-declaration]
       add_extra_integer (macro, "invalid_syntax", 1);
       ^~~~~~~~~~~~~~~~~
       add_extra_text
macro.c:178:24: warning: implicit declaration of function 'isalnum' 
[-Wimplicit-function-declaration]
                   if (!isalnum (*p) && *p != '_' && *p != '-')
                        ^~~~~~~
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-macro.lo -MD -MP -MF .deps/Parsetexi_la-macro.Tpo -c macro.c -o 
Parsetexi_la-macro.o >/dev/null 2>&1
mv -f .deps/Parsetexi_la-macro.Tpo .deps/Parsetexi_la-macro.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.. 
-I../gnulib/lib -I../gnulib/lib  -D_REENTRANT -D_GNU_SOURCE -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" 
"-I/usr/lib/perl5/5.28/core_perl/CORE"  -MT Parsetexi_la-handle_commands.lo -MD 
-MP -MF .deps/Parsetexi_la-handle_commands.Tpo -c -o 
Parsetexi_la-handle_commands.lo `test -f 'handle_commands.c' || echo 
'./'`handle_commands.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib 
-I../gnulib/lib -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DVERSION=\"0\" -I/usr/lib/perl5/5.28/core_perl/CORE -MT 
Parsetexi_la-handle_commands.lo -MD -MP -MF 
.deps/Parsetexi_la-handle_commands.Tpo -c handle_commands.c  -fPIC -DPIC -o 
.libs/Parsetexi_la-handle_commands.o
handle_commands.c: In function 'handle_other_command':
handle_commands.c:130:19: warning: implicit declaration of function 
'add_extra_integer'; did you mean 'add_extra_text'? 
[-Wimplicit-function-declaration]
                   add_extra_integer (misc, "item_number",
                   ^~~~~~~~~~~~~~~~~
                   add_extra_text
handle_commands.c: In function 'handle_block_command':
handle_commands.c:867:7: error: label 'funexit' used but not defined
       goto funexit;
       ^~~~
handle_commands.c: At top level:
handle_commands.c:869:3: error: expected identifier or '(' before 'else'
   else
   ^~~~
handle_commands.c:1038:8: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before ':' token
 funexit:
        ^
handle_commands.c:1040:3: error: expected identifier or '(' before 'return'
   return current;
   ^~~~~~
handle_commands.c:1041:1: error: expected identifier or '(' before '}' token
 }
 ^
make[6]: *** [Makefile:1094: Parsetexi_la-handle_commands.lo] Error 1
make[6]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS/parsetexi'
make[5]: *** [Makefile:841: all] Error 2
make[5]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS/parsetexi'
make[4]: *** [Makefile:1083: all-recursive] Error 1
make[4]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS'
make[3]: *** [Makefile:885: all] Error 2
make[3]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp/Texinfo/XS'
make[2]: *** [Makefile:3226: all-recursive] Error 1
make[2]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo/tp'
make[1]: *** [Makefile:1206: all-recursive] Error 1
make[1]: Leaving directory 
'/home/haawda/paketierung/meine_Pakete/texinfo-svn/src/texinfo'
make: *** [Makefile:1143: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Process makepkg exited abnormally with code 4

reply via email to

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