bug-texinfo
[Top][All Lists]
Advanced

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

texinfo-4.11 - tests fail - syntax errors at line 237


From: Terry Stewart
Subject: texinfo-4.11 - tests fail - syntax errors at line 237
Date: Fri, 14 Dec 2007 14:21:43 +0000
User-agent: Thunderbird 2.0.0.9 (X11/20071119)

Installing on Solaris 10
=============================
Release: 5.10
Kernel architecture: sun4u
Application architecture: sparc
Kernel version: SunOS 5.10 Generic_125100-10


Compilers Used
=============================
--> gcc           v 4.2.2


Additional packages installed
=============================
--> binutils          v 2.18
--> coreutils          v 6.9
--> diffutils v 2.8.1 --> bash v 3.2.0
--> ncurses          v 5.6
--> libiconv          v 1.11
--> libtool          v 1.5.2
--> m4            v 1.4.1
--> sed v 4.1.5 --> gettext v 0.16
--> make (gmake)      v 3.81
--> grep v 2.5.3 --> glib v 2.14.4


Set the following variables
=============================
setenv CONFIG_SHELL /usr/local/gnu/bin/bash
setenv CC gcc
setenv CXX g++
setenv F77 g77

(F77 & CXX set as this is my standard configuration for compiling)

---------------------------------------------------------------------------------------
Untared and unzipped latest package (texinfo-4.11)
---------------------------------------------------------------------------------------

cd /usr/local/gnu/src/texinfo-4.11
./configure --prefix=/usr/local/gnu
checking for a BSD-compatible install... /usr/local/gnu/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/local/gnu/bin/grep
checking for egrep... /usr/local/gnu/bin/grep -E
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long_only... yes
checking whether optreset is declared... no
checking for working GNU getopt function... no
checking whether getenv is declared... yes
checking for C/C++ restrict keyword... __restrict
checking whether the preprocessor supports include_next... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for struct timeval... yes
checking for gettimeofday... yes
checking for isascii... yes
checking for mbsinit... yes
checking for setenv... yes
checking for strerror... yes
checking for lstat... yes
checking for iswcntrl... yes
checking for wcwidth... yes
checking for inline... inline
checking for nl_langinfo and CODESET... yes
checking whether getc_unlocked is declared... yes
checking build system type... sparc-sun-solaris2.10
checking host system type... sparc-sun-solaris2.10
checking whether we are using the GNU C Library 2.1 or newer... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for long long int... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for unsigned long long int... yes
checking whether strdup is declared... yes
checking whether stat file-mode macros are broken... no
checking for wint_t... yes
checking for wchar_t... yes
checking for alloca as a compiler built-in... yes
checking for error_at_line... no
checking for gettimeofday with POSIX signature... yes
checking whether gettimeofday clobbers localtime buffer... no
checking whether the compiler generally respects inline... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking whether mbswidth is declared in <wchar.h>... no
checking for mbstate_t... yes
checking for memcpy... yes
checking for memmove... yes
checking for working mkstemp... yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether stdint.h conforms to C99... no
checking sys/inttypes.h usability... yes
checking sys/inttypes.h presence... yes
checking for sys/inttypes.h... yes
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking for bit size of ptrdiff_t... 32
checking for bit size of sig_atomic_t... 32
checking for bit size of size_t... 32
checking for bit size of wchar_t... 32
checking for bit size of wint_t... 32
checking whether sig_atomic_t is signed... yes
checking whether wchar_t is signed... yes
checking whether wint_t is signed... yes
checking for ptrdiff_t integer literal suffix...
checking for sig_atomic_t integer literal suffix...
checking for size_t integer literal suffix... u
checking for wchar_t integer literal suffix... l
checking for wint_t integer literal suffix... l
checking for strcasecmp... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking for strdup... yes
checking whether mkdir is declared... yes
checking for a thread-safe mkdir -p... /usr/local/gnu/bin/mkdir -p
checking for a thread-safe mkdir -p... /usr/local/gnu/bin/mkdir -p
checking whether <wchar.h> is standalone... yes
checking whether wcwidth is declared... yes
checking whether wcwidth works reasonably in UTF-8 locales... yes
checking for ranlib... (cached) ranlib
checking for a BSD-compatible install... /usr/local/gnu/bin/ginstall -c
checking whether make sets $(MAKE)... (cached) yes
checking for sigblock... no
checking for sigblock in -lbsd... no
checking whether stat file-mode macros are broken... (cached) 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 limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... 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 termcap.h usability... no
checking termcap.h presence... no
checking for termcap.h... no
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/stream.h usability... yes
checking sys/stream.h presence... yes
checking for sys/stream.h... yes
checking for sys/time.h... (cached) yes
checking sys/ttold.h usability... yes
checking sys/ttold.h presence... yes
checking for sys/ttold.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for sys/ptem.h... yes
checking POSIX termios... yes
checking whether termios.h defines TIOCGWINSZ... 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... yes
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... no
checking for strchr... yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for strdup... (cached) yes
checking for strerror... (cached) yes
checking build system type... (cached) sparc-sun-solaris2.10
checking for tgetent in -lncurses... yes
checking for library with termcap variables... ncurses
checking ncurses/termcap.h usability... yes
checking ncurses/termcap.h presence... yes
checking for ncurses/termcap.h... yes
checking host system type... (cached) sparc-sun-solaris2.10
checking whether NLS is requested... yes
checking for msgfmt... /usr/local/gnu/bin/msgfmt
checking for gmsgfmt... /opt/csw/bin/gmsgfmt
checking for xgettext... /usr/local/gnu/bin/xgettext
checking for msgmerge... /usr/local/gnu/bin/msgmerge
checking for ld used by GCC... /usr/local/gnu/bin/ld
checking if the linker (/usr/local/gnu/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... no
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... /usr/local/gnu/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/gnu/lib
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... /usr/local/gnu/lib/libintl.so -L/usr/local/gnu/lib /usr/local/gnu/lib/libiconv.so -lc -Wl,-rpath -Wl,/usr/local/gnu/lib
checking for hevea... no
checking for tex... tex
configure: creating ./config.status
config.status: creating util/defs
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating gnulib/lib/Makefile
config.status: creating info/Makefile
config.status: creating lib/Makefile
config.status: creating makeinfo/Makefile
config.status: creating makeinfo/tests/Makefile
config.status: creating po/Makefile.in
config.status: creating util/Makefile
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

---------------------------------------------------------------------------------------
texinfo-4.11 configures ok.  Then ran make (gmake);
---------------------------------------------------------------------------------------

gmake
gmake  all-recursive
gmake[1]: Entering directory `/usr/local/gnu/src/texinfo-4.11'
Making all in gnulib/lib
gmake[2]: Entering directory `/usr/local/gnu/src/texinfo-4.11/gnulib/lib'
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
         cat ./alloca_.h; \
       } > alloca.h-t
mv -f alloca.h-t alloca.h
rm -f configmake.h-t configmake.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
         echo '#define PREFIX "/usr/local/gnu"'; \
         echo '#define EXEC_PREFIX "/usr/local/gnu"'; \
         echo '#define BINDIR "/usr/local/gnu/bin"'; \
         echo '#define SBINDIR "/usr/local/gnu/sbin"'; \
         echo '#define LIBEXECDIR "/usr/local/gnu/libexec"'; \
         echo '#define DATAROOTDIR "/usr/local/gnu/share"'; \
         echo '#define DATADIR "/usr/local/gnu/share"'; \
         echo '#define SYSCONFDIR "/usr/local/gnu/etc"'; \
         echo '#define SHAREDSTATEDIR "/usr/local/gnu/com"'; \
         echo '#define LOCALSTATEDIR "/usr/local/gnu/var"'; \
         echo '#define INCLUDEDIR "/usr/local/gnu/include"'; \
         echo '#define OLDINCLUDEDIR "/usr/include"'; \
         echo '#define DOCDIR "/usr/local/gnu/share/doc/texinfo"'; \
         echo '#define INFODIR "/usr/local/gnu/share/info"'; \
         echo '#define HTMLDIR "/usr/local/gnu/share/doc/texinfo"'; \
         echo '#define DVIDIR "/usr/local/gnu/share/doc/texinfo"'; \
         echo '#define PDFDIR "/usr/local/gnu/share/doc/texinfo"'; \
         echo '#define PSDIR "/usr/local/gnu/share/doc/texinfo"'; \
         echo '#define LIBDIR "/usr/local/gnu/lib"'; \
         echo '#define LISPDIR ""'; \
         echo '#define LOCALEDIR "/usr/local/gnu/share/locale"'; \
         echo '#define MANDIR "/usr/local/gnu/share/man"'; \
         echo '#define MANEXT ""'; \
         echo '#define PKGDATADIR "/usr/local/gnu/share/texinfo"'; \
         echo '#define PKGINCLUDEDIR "/usr/local/gnu/include/texinfo"'; \
         echo '#define PKGLIBDIR "/usr/local/gnu/lib/texinfo"'; \
         echo '#define PKGLIBEXECDIR ""'; \
       } | sed '/""/d' > configmake.h-t
mv configmake.h-t configmake.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
         cat ./getopt_.h; \
       } > getopt.h-t
mv -f getopt.h-t getopt.h
rm -f stdint.h-t stdint.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
         sed -e 's/@''HAVE_STDINT_H''@/1/g' \
             -e 's/@''INCLUDE_NEXT''@/include_next/g' \
             -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \
             -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
             -e 's/@''HAVE_INTTYPES_H''@/1/g' \
             -e 's/@''HAVE_SYS_INTTYPES_H''@/1/g' \
             -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
             -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
             -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
             -e 's/@''BITSIZEOF_PTRDIFF_T''@/32/g' \
             -e 's/@''PTRDIFF_T_SUFFIX''@//g' \
             -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \
             -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' \
             -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
             -e 's/@''BITSIZEOF_SIZE_T''@/32/g' \
             -e 's/@''SIZE_T_SUFFIX''@/u/g' \
             -e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \
             -e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g' \
             -e 's/@''WCHAR_T_SUFFIX''@/l/g' \
             -e 's/@''BITSIZEOF_WINT_T''@/32/g' \
             -e 's/@''HAVE_SIGNED_WINT_T''@/1/g' \
             -e 's/@''WINT_T_SUFFIX''@/l/g' \
             < ./stdint_.h; \
       } > stdint.h-t
mv stdint.h-t stdint.h
rm -f stdlib.h-t stdlib.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
         sed -e 's/@''INCLUDE_NEXT''@/include_next/g' \
             -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
             -e 's|@''GNULIB_GETSUBOPT''@|0|g' \
             -e 's|@''GNULIB_MKDTEMP''@|0|g' \
             -e 's|@''GNULIB_MKSTEMP''@|1|g' \
             -e 's|@''HAVE_GETSUBOPT''@|1|g' \
             -e 's|@''HAVE_MKDTEMP''@|1|g' \
             -e 's|@''REPLACE_MKSTEMP''@|0|g' \
-e '/definition of GL_LINK_WARNING/r ../../build-aux/link-warning.h' \
             < ./stdlib_.h; \
       } > stdlib.h-t
mv stdlib.h-t stdlib.h
rm -f string.h-t string.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
         sed -e 's/@''INCLUDE_NEXT''@/include_next/g' \
             -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
             -e 's|@''GNULIB_MBSLEN''@|0|g' \
             -e 's|@''GNULIB_MBSNLEN''@|0|g' \
             -e 's|@''GNULIB_MBSCHR''@|0|g' \
             -e 's|@''GNULIB_MBSRCHR''@|0|g' \
             -e 's|@''GNULIB_MBSSTR''@|0|g' \
             -e 's|@''GNULIB_MBSCASECMP''@|0|g' \
             -e 's|@''GNULIB_MBSNCASECMP''@|0|g' \
             -e 's|@''GNULIB_MBSPCASECMP''@|0|g' \
             -e 's|@''GNULIB_MBSCASESTR''@|0|g' \
             -e 's|@''GNULIB_MBSCSPN''@|0|g' \
             -e 's|@''GNULIB_MBSPBRK''@|0|g' \
             -e 's|@''GNULIB_MBSSPN''@|0|g' \
             -e 's|@''GNULIB_MBSSEP''@|0|g' \
             -e 's|@''GNULIB_MBSTOK_R''@|0|g' \
             -e 's|@''GNULIB_MEMMEM''@|0|g' \
             -e 's|@''GNULIB_MEMPCPY''@|0|g' \
             -e 's|@''GNULIB_MEMRCHR''@|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_STRNDUP''@|0|g' \
             -e 's|@''GNULIB_STRNLEN''@|0|g' \
             -e 's|@''GNULIB_STRPBRK''@|0|g' \
             -e 's|@''GNULIB_STRSEP''@|0|g' \
             -e 's|@''GNULIB_STRCASESTR''@|0|g' \
             -e 's|@''GNULIB_STRTOK_R''@|0|g' \
             -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
             -e 's|@''HAVE_MEMPCPY''@|1|g' \
             -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
             -e 's|@''HAVE_STPCPY''@|1|g' \
             -e 's|@''HAVE_STPNCPY''@|1|g' \
             -e 's|@''HAVE_STRCASECMP''@|1|g' \
             -e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \
             -e 's|@''HAVE_STRCHRNUL''@|1|g' \
             -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
             -e 's|@''HAVE_STRNDUP''@|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 '/definition of GL_LINK_WARNING/r ../../build-aux/link-warning.h' \
             < ./string_.h; \
       } > string.h-t
mv string.h-t string.h
/usr/local/gnu/bin/mkdir -p sys
rm -f sys/stat.h-t sys/stat.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
         sed -e 's/@''INCLUDE_NEXT''@/include_next/g' \
             -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
             -e 's|@''HAVE_IO_H''@|0|g' \
             -e 's|@''HAVE_LSTAT''@|1|g' \
             -e 's|@''HAVE_DECL_MKDIR''@|1|g' \
             < ./sys_stat_.h; \
       } > sys/stat.h-t
mv sys/stat.h-t sys/stat.h
rm -f unistd.h-t unistd.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
         sed -e 's|@''HAVE_UNISTD_H''@|1|g' \
             -e 's/@''INCLUDE_NEXT''@/include_next/g' \
             -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
             -e 's|@''GNULIB_CHOWN''@|0|g' \
             -e 's|@''GNULIB_DUP2''@|0|g' \
             -e 's|@''GNULIB_FCHDIR''@|0|g' \
             -e 's|@''GNULIB_FTRUNCATE''@|0|g' \
             -e 's|@''GNULIB_GETCWD''@|0|g' \
             -e 's|@''GNULIB_GETLOGIN_R''@|0|g' \
             -e 's|@''GNULIB_LCHOWN''@|0|g' \
             -e 's|@''GNULIB_LSEEK''@|0|g' \
             -e 's|@''GNULIB_READLINK''@|0|g' \
             -e 's|@''GNULIB_SLEEP''@|0|g' \
             -e 's|@''HAVE_DUP2''@|1|g' \
             -e 's|@''HAVE_FTRUNCATE''@|1|g' \
             -e 's|@''HAVE_READLINK''@|1|g' \
             -e 's|@''HAVE_SLEEP''@|1|g' \
             -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
             -e 's|@''REPLACE_CHOWN''@|0|g' \
             -e 's|@''REPLACE_FCHDIR''@|0|g' \
             -e 's|@''REPLACE_GETCWD''@|0|g' \
             -e 's|@''REPLACE_LCHOWN''@|0|g' \
             -e 's|@''REPLACE_LSEEK''@|0|g' \
             < ./unistd_.h; \
       } > unistd.h-t
mv unistd.h-t unistd.h
gmake  all-am
gmake[3]: Entering directory `/usr/local/gnu/src/texinfo-4.11/gnulib/lib'
depbase=`echo localcharset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -I/usr/local/gnu/include -g -O2 -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../.. -I../../intl -I/usr/local/gnu/include -g -O2 -MT malloca.o -MD -MP -MF $depbase.Tpo -c -o malloca.o malloca.c &&\
       mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbswidth.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -I/usr/local/gnu/include -g -O2 -MT mbswidth.o -MD -MP -MF $depbase.Tpo -c -o mbswidth.o mbswidth.c &&\
       mv -f $depbase.Tpo $depbase.Po
depbase=`echo uniwidth/width.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -I/usr/local/gnu/include -g -O2 -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 xalloc-die.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -I/usr/local/gnu/include -g -O2 -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 xsetenv.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -I/usr/local/gnu/include -g -O2 -MT xsetenv.o -MD -MP -MF $depbase.Tpo -c -o xsetenv.o xsetenv.c &&\
       mv -f $depbase.Tpo $depbase.Po
depbase=`echo error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -I/usr/local/gnu/include -g -O2 -MT error.o -MD -MP -MF $depbase.Tpo -c -o error.o error.c &&\
       mv -f $depbase.Tpo $depbase.Po
depbase=`echo exitfail.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -I/usr/local/gnu/include -g -O2 -MT exitfail.o -MD -MP -MF $depbase.Tpo -c -o exitfail.o exitfail.c &&\
       mv -f $depbase.Tpo $depbase.Po
depbase=`echo getopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -I/usr/local/gnu/include -g -O2 -MT getopt.o -MD -MP -MF $depbase.Tpo -c -o getopt.o getopt.c &&\
       mv -f $depbase.Tpo $depbase.Po
depbase=`echo getopt1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -I/usr/local/gnu/include -g -O2 -MT getopt1.o -MD -MP -MF $depbase.Tpo -c -o getopt1.o getopt1.c &&\
       mv -f $depbase.Tpo $depbase.Po
depbase=`echo tempname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -I/usr/local/gnu/include -g -O2 -MT tempname.o -MD -MP -MF $depbase.Tpo -c -o tempname.o tempname.c &&\
       mv -f $depbase.Tpo $depbase.Po
depbase=`echo xmalloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -I/usr/local/gnu/include -g -O2 -MT xmalloc.o -MD -MP -MF $depbase.Tpo -c -o xmalloc.o xmalloc.c &&\
       mv -f $depbase.Tpo $depbase.Po
rm -f libgnu.a
ar cru libgnu.a localcharset.o malloca.o mbswidth.o uniwidth/width.o xalloc-die.o xsetenv.o error.o exitfail.o getopt.o getopt1.o tempname.o xmalloc.o
ranlib libgnu.a
rm -f t-charset.alias charset.alias
/usr/local/gnu/bin/bash ./config.charset 'sparc-sun-solaris2.10' > t-charset.alias
mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/texinfo/g' ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/texinfo/g' ref-del.sin > t-ref-del.sed
mv t-ref-del.sed ref-del.sed
gmake[3]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/gnulib/lib'
gmake[2]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/gnulib/lib'
Making all in lib
gmake[2]: Entering directory `/usr/local/gnu/src/texinfo-4.11/lib'
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -MT substring.o -MD -MP -MF .deps/substring.Tpo -c -o substring.o substring.c
mv -f .deps/substring.Tpo .deps/substring.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -MT xexit.o -MD -MP -MF .deps/xexit.Tpo -c -o xexit.o xexit.c
mv -f .deps/xexit.Tpo .deps/xexit.Po
rm -f libtxi.a
ar cru libtxi.a substring.o xexit.o
ranlib libtxi.a
gmake[2]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/lib'
Making all in info
gmake[2]: Entering directory `/usr/local/gnu/src/texinfo-4.11/info'
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -MT makedoc.o -MD -MP -MF .deps/makedoc.Tpo -c -o makedoc.o makedoc.c
mv -f .deps/makedoc.Tpo .deps/makedoc.Po
gcc -g -O2 -o makedoc makedoc.o ../lib/libtxi.a ../gnulib/lib/libgnu.a -lncurses /usr/local/gnu/lib/libintl.so -L/usr/local/gnu/lib /usr/local/gnu/lib/libiconv.so -lc -Wl,-rpath -Wl,/usr/local/gnu/lib
rm -f doc.c key.c funs.h
..//info/makedoc ./session.c ./echo-area.c ./infodoc.c ./m-x.c ./indices.c ./nodemenu.c ./footnotes.c ./variables.c
gmake  all-am
gmake[3]: Entering directory `/usr/local/gnu/src/texinfo-4.11/info'
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -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/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -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/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -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/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -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/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -MT filesys.o -MD -MP -MF .deps/filesys.Tpo -c -o filesys.o filesys.c
mv -f .deps/filesys.Tpo .deps/filesys.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -MT footnotes.o -MD -MP -MF .deps/footnotes.Tpo -c -o footnotes.o footnotes.c
mv -f .deps/footnotes.Tpo .deps/footnotes.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -MT gc.o -MD -MP -MF .deps/gc.Tpo -c -o gc.o gc.c
mv -f .deps/gc.Tpo .deps/gc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -MT indices.o -MD -MP -MF .deps/indices.Tpo -c -o indices.o indices.c
mv -f .deps/indices.Tpo .deps/indices.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -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/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -MT info.o -MD -MP -MF .deps/info.Tpo -c -o info.o info.c
mv -f .deps/info.Tpo .deps/info.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -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/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -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/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -MT m-x.o -MD -MP -MF .deps/m-x.Tpo -c -o m-x.o m-x.c
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/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -MT man.o -MD -MP -MF .deps/man.Tpo -c -o man.o man.c
mv -f .deps/man.Tpo .deps/man.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -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/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -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/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -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/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -MT session.o -MD -MP -MF .deps/session.Tpo -c -o session.o session.c
mv -f .deps/session.Tpo .deps/session.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -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/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -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/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -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/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -MT variables.o -MD -MP -MF .deps/variables.Tpo -c -o variables.o variables.c
mv -f .deps/variables.Tpo .deps/variables.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -MT window.o -MD -MP -MF .deps/window.Tpo -c -o window.o window.c
mv -f .deps/window.Tpo .deps/window.Po
rm -f doc.c key.c funs.h
..//info/makedoc ./session.c ./echo-area.c ./infodoc.c ./m-x.c ./indices.c ./nodemenu.c ./footnotes.c ./variables.c gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -MT doc.o -MD -MP -MF .deps/doc.Tpo -c -o doc.o doc.c
mv -f .deps/doc.Tpo .deps/doc.Po
gcc -g -O2 -o ginfo dir.o display.o dribble.o echo-area.o filesys.o footnotes.o gc.o indices.o info-utils.o info.o infodoc.o infomap.o m-x.o man.o nodemenu.o nodes.o search.o session.o signals.o terminal.o tilde.o variables.o window.o doc.o ../lib/libtxi.a ../gnulib/lib/libgnu.a -lncurses /usr/local/gnu/lib/libintl.so -L/usr/local/gnu/lib /usr/local/gnu/lib/libiconv.so -lc -Wl,-rpath -Wl,/usr/local/gnu/lib gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -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/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -MT key.o -MD -MP -MF .deps/key.Tpo -c -o key.o key.c
mv -f .deps/key.Tpo .deps/key.Po
gcc -g -O2 -o infokey infokey.o key.o ../lib/libtxi.a ../gnulib/lib/libgnu.a /usr/local/gnu/lib/libintl.so -L/usr/local/gnu/lib /usr/local/gnu/lib/libiconv.so -lc -Wl,-rpath -Wl,/usr/local/gnu/lib
gmake[3]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/info'
gmake[2]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/info'
Making all in makeinfo
gmake[2]: Entering directory `/usr/local/gnu/src/texinfo-4.11/makeinfo'
Making all in tests
gmake[3]: Entering directory `/usr/local/gnu/src/texinfo-4.11/makeinfo/tests'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/makeinfo/tests'
gmake[3]: Entering directory `/usr/local/gnu/src/texinfo-4.11/makeinfo'
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -MT cmds.o -MD -MP -MF .deps/cmds.Tpo -c -o cmds.o cmds.c
mv -f .deps/cmds.Tpo .deps/cmds.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -MT defun.o -MD -MP -MF .deps/defun.Tpo -c -o defun.o defun.c
mv -f .deps/defun.Tpo .deps/defun.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -MT files.o -MD -MP -MF .deps/files.Tpo -c -o files.o files.c
mv -f .deps/files.Tpo .deps/files.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -MT float.o -MD -MP -MF .deps/float.Tpo -c -o float.o float.c
mv -f .deps/float.Tpo .deps/float.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -MT footnote.o -MD -MP -MF .deps/footnote.Tpo -c -o footnote.o footnote.c
mv -f .deps/footnote.Tpo .deps/footnote.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -MT html.o -MD -MP -MF .deps/html.Tpo -c -o html.o html.c
mv -f .deps/html.Tpo .deps/html.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -MT index.o -MD -MP -MF .deps/index.Tpo -c -o index.o index.c
mv -f .deps/index.Tpo .deps/index.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -MT insertion.o -MD -MP -MF .deps/insertion.Tpo -c -o insertion.o insertion.c
mv -f .deps/insertion.Tpo .deps/insertion.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -MT lang.o -MD -MP -MF .deps/lang.Tpo -c -o lang.o lang.c
mv -f .deps/lang.Tpo .deps/lang.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -MT macro.o -MD -MP -MF .deps/macro.Tpo -c -o macro.o macro.c
mv -f .deps/macro.Tpo .deps/macro.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -MT makeinfo.o -MD -MP -MF .deps/makeinfo.Tpo -c -o makeinfo.o makeinfo.c
mv -f .deps/makeinfo.Tpo .deps/makeinfo.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -MT multi.o -MD -MP -MF .deps/multi.Tpo -c -o multi.o multi.c
mv -f .deps/multi.Tpo .deps/multi.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -MT node.o -MD -MP -MF .deps/node.Tpo -c -o node.o node.c
mv -f .deps/node.Tpo .deps/node.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -MT sectioning.o -MD -MP -MF .deps/sectioning.Tpo -c -o sectioning.o sectioning.c
mv -f .deps/sectioning.Tpo .deps/sectioning.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -MT toc.o -MD -MP -MF .deps/toc.Tpo -c -o toc.o toc.c
mv -f .deps/toc.Tpo .deps/toc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -MT xml.o -MD -MP -MF .deps/xml.Tpo -c -o xml.o xml.c
mv -f .deps/xml.Tpo .deps/xml.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -MT xref.o -MD -MP -MF .deps/xref.Tpo -c -o xref.o xref.c
mv -f .deps/xref.Tpo .deps/xref.Po
gcc -g -O2 -o makeinfo cmds.o defun.o files.o float.o footnote.o html.o index.o insertion.o lang.o macro.o makeinfo.o multi.o node.o sectioning.o toc.o xml.o xref.o ../lib/libtxi.a ../gnulib/lib/libgnu.a /usr/local/gnu/lib/libintl.so -L/usr/local/gnu/lib /usr/local/gnu/lib/libiconv.so -lc -Wl,-rpath -Wl,/usr/local/gnu/lib
gmake[3]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/makeinfo'
gmake[2]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/makeinfo'
Making all in po
gmake[2]: Entering directory `/usr/local/gnu/src/texinfo-4.11/po'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/po'
Making all in util
gmake[2]: Entering directory `/usr/local/gnu/src/texinfo-4.11/util'
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -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 -g -O2 -o ginstall-info install-info.o ../lib/libtxi.a ../gnulib/lib/libgnu.a /usr/local/gnu/lib/libintl.so -L/usr/local/gnu/lib /usr/local/gnu/lib/libiconv.so -lc -Wl,-rpath -Wl,/usr/local/gnu/lib gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -I/usr/local/gnu/include -g -O2 -MT texindex.o -MD -MP -MF .deps/texindex.Tpo -c -o texindex.o texindex.c
mv -f .deps/texindex.Tpo .deps/texindex.Po
gcc -g -O2 -o texindex texindex.o ../lib/libtxi.a ../gnulib/lib/libgnu.a /usr/local/gnu/lib/libintl.so -L/usr/local/gnu/lib /usr/local/gnu/lib/libiconv.so -lc -Wl,-rpath -Wl,/usr/local/gnu/lib
sed 's/__VERSION__/4.11/g' ./texinfo-cat.in >texinfo.cat
gmake[2]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/util'
Making all in doc
gmake[2]: Entering directory `/usr/local/gnu/src/texinfo-4.11/doc'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/doc'
gmake[2]: Entering directory `/usr/local/gnu/src/texinfo-4.11'
gmake[2]: Leaving directory `/usr/local/gnu/src/texinfo-4.11'
gmake[1]: Leaving directory `/usr/local/gnu/src/texinfo-4.11'

---------------------------------------------------------------------------------------
texinfo-4.11 makes ok.  Then ran tests;
---------------------------------------------------------------------------------------

gmake check
Making check in gnulib/lib
gmake[1]: Entering directory `/usr/local/gnu/src/texinfo-4.11/gnulib/lib'
gmake  check-am
gmake[2]: Entering directory `/usr/local/gnu/src/texinfo-4.11/gnulib/lib'
gmake[2]: Nothing to be done for `check-am'.
gmake[2]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/gnulib/lib'
gmake[1]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/gnulib/lib'
Making check in lib
gmake[1]: Entering directory `/usr/local/gnu/src/texinfo-4.11/lib'
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/lib'
Making check in info
gmake[1]: Entering directory `/usr/local/gnu/src/texinfo-4.11/info'
gmake  check-am
gmake[2]: Entering directory `/usr/local/gnu/src/texinfo-4.11/info'
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -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/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -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/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -MT m-x.o -MD -MP -MF .deps/m-x.Tpo -c -o m-x.o m-x.c
mv -f .deps/m-x.Tpo .deps/m-x.Po
rm -f doc.c key.c funs.h
..//info/makedoc ./session.c ./echo-area.c ./infodoc.c ./m-x.c ./indices.c ./nodemenu.c ./footnotes.c ./variables.c gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/gnu/share/locale\" -DINFODIR=\"/usr/local/gnu/share/info\" -DINFODIR2=\"/usr/local/gnu/share/info\" -I/usr/local/gnu/include -g -O2 -MT doc.o -MD -MP -MF .deps/doc.Tpo -c -o doc.o doc.c
mv -f .deps/doc.Tpo .deps/doc.Po
gcc -g -O2 -o ginfo dir.o display.o dribble.o echo-area.o filesys.o footnotes.o gc.o indices.o info-utils.o info.o infodoc.o infomap.o m-x.o man.o nodemenu.o nodes.o search.o session.o signals.o terminal.o tilde.o variables.o window.o doc.o ../lib/libtxi.a ../gnulib/lib/libgnu.a -lncurses /usr/local/gnu/lib/libintl.so -L/usr/local/gnu/lib /usr/local/gnu/lib/libiconv.so -lc -Wl,-rpath -Wl,/usr/local/gnu/lib
gmake[2]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/info'
gmake[1]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/info'
Making check in makeinfo
gmake[1]: Entering directory `/usr/local/gnu/src/texinfo-4.11/makeinfo'
Making check in tests
gmake[2]: Entering directory `/usr/local/gnu/src/texinfo-4.11/makeinfo/tests'
gmake  check-TESTS
gmake[3]: Entering directory `/usr/local/gnu/src/texinfo-4.11/makeinfo/tests'
PASS: accent
PASS: accentenc
PASS: cond
PASS: copying
PASS: defxcond
PASS: emph-option
PASS: html-docdesc
PASS: html-extrali
PASS: html-min
PASS: html-manuals
PASS: html-para
PASS: html-title
PASS: html-top
PASS: include-value
PASS: macro-at
PASS: menu-whitespace
PASS: no-headers
PASS: node-expand
PASS: node-value
PASS: node-whitespace
PASS: quote-args
PASS: top
PASS: twofiles
===================
All 23 tests passed
===================
gmake[3]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/makeinfo/tests'
gmake[2]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/makeinfo/tests'
gmake[2]: Entering directory `/usr/local/gnu/src/texinfo-4.11/makeinfo'
gmake[2]: Nothing to be done for `check-am'.
gmake[2]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/makeinfo'
gmake[1]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/makeinfo'
Making check in po
gmake[1]: Entering directory `/usr/local/gnu/src/texinfo-4.11/po'
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/po'
Making check in util
gmake[1]: Entering directory `/usr/local/gnu/src/texinfo-4.11/util'
gmake  defs
gmake[2]: Entering directory `/usr/local/gnu/src/texinfo-4.11/util'
gmake[2]: `defs' is up to date.
gmake[2]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/util'
gmake  check-TESTS
gmake[2]: Entering directory `/usr/local/gnu/src/texinfo-4.11/util'
./bibtex.test: syntax error at line 237: `n=$' unexpected
FAIL: bibtex.test
./dvipdf.test: syntax error at line 237: `n=$' unexpected
FAIL: dvipdf.test
./latex2html.test: syntax error at line 237: `n=$' unexpected
FAIL: latex2html.test
./texi2dvi.test: syntax error at line 237: `n=$' unexpected
FAIL: texi2dvi.test
====================================
4 of 4 tests failed
Please report to address@hidden
====================================
gmake[2]: *** [check-TESTS] Error 1
gmake[2]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/util'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/usr/local/gnu/src/texinfo-4.11/util'
gmake: *** [check-recursive] Error 1


-----------------------------------------------------------------------------------------------------------
Repeated using the following configures, with the same results - syntax error at line 237: `n=$' unexpected
   4 of 4 tests failed
-----------------------------------------------------------------------------------------------------------

./configure --prefix=/usr/local/gnu --with-libiconv=gnu --with-gnu-as --with-as=/usr/local/bin/as --with-gnu-ld --with-ld=/usr/local/bin/ld ./configure --prefix=/usr/local/gnu --with-libiconv=gnu --with-gnu-as --with-as=/usr/local/bin/as --with-gnu-ld --with-ld=/usr/local/bin/ld --disable-nls ./configure --prefix=/usr/local/gnu --disable-shared --with-libiconv=gnu --with-gnu-as --with-as=/usr/local/bin/as --with-gnu-ld --with-ld=/usr/local/bin/ld

-----------------------------------------------------------------------------------------------------------
Repeated using Sun Studio11 Compilers, with the same results - syntax error at line 237: `n=$' unexpected
   4 of 4 tests failed
-----------------------------------------------------------------------------------------------------------

cc: Sun WorkShop 6 update 2 C 5.3 2001/05/15
CC: Sun WorkShop 6 update 2 C++ 5.3 2001/05/15
f77: Sun WorkShop 6 update 2 FORTRAN 77 5.3 2001/05/15

setenv CC cc
setenv CXX CC
setenv CFLAGS "-fast -xO5"
setenv F77 f77

./configure --prefix=/usr/local/gnu


--
---------------------------------------------------
Dr Terry Stewart
MRC Biostatistics Unit
Forvie Site
Robinson Way
Cambridge
CB2 2SR, UK
Tel: +44 1223 330383
E-mail: address@hidden
Web: http://www.mrc-bsu.cam.ac.uk/personal/terry/index.shtml





reply via email to

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