This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Another Gcc-4.1.2 Bug On Solaris 9 12/20/07


Gentle People:

I installed a new texinfo-4.8 and the previous texinfo bug was fixed! Thank You.

However these is another bug shown below:

Please note that the runs were executed on a Solaris 9 Sparc Ultra 30 machine,
and that Dineen-Linux is a RH Linux file server. Also note that the target was a native
compiler (Not a cross compiler).


"/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/sparc-sun-solaris2.9/sparcv9/libjava
./gen-classlist.sh: test: unknown operator -ef"

Two possible problems:

1) The warning about file modification time being in the future.
Which I can fix by correcting the system times.
2) The "unknown operator -ef" error, which I think is the root of the problem!
Which I don't know how to fix.


  The Gnu --version command runs, which were executed in the SAME shell
after the error are included at the bottom.

Thanks for the help.
Thomas Dineen

- Long Error Listing:

make[4]: Entering directory `/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/sparc-sun-solaris2.9/sparcv9/libjava'
make[4]: Warning: File `sysdep/.deps/dwarf2-backtrace.Plo' has modification time 2.4e+03 s in the future
: make ; exec true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-O2 -g -O2 -m64" "CXXFLAGS=-g -O2 -m64" "CPPFLAGS=-I/usr/local/include" "CFLAGS_FOR_BUILD=-g -O2 " "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2/install-sh -c" "INSTALL_DATA=/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2/install-sh -c -m 644" "INSTALL_PROGRAM=/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2/install-sh -c" "INSTALL_SCRIPT=/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2/install-sh -c" "GCJFLAGS=-g -O2 -m64" "LDFLAGS=-m64" "LIBCFLAGS=-O2 -g -O2 -m64" "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/info" "libdir=/usr/local/lib" "prefix=/usr/local" "gxx_include_dir=/usr/local/include/c++/4.1.2" "AR=ar" "AS=/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/./gcc/as" "LD=/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/./gcc/collect-ld" "LIBCFLAGS=-O2 -g -O2 -m64" "NM=/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do
Making all in libltdl
make[5]: Entering directory `/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/sparc-sun-solaris2.9/sparcv9/libjava/libltdl'
make[5]: Warning: File `Makefile' has modification time 2.7e+03 s in the future
/bin/sh ./libtool --tag=CC --mode=compile /net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/./gcc/xgcc -B/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/./gcc/ -B/usr/local/sparc-sun-solaris2.9/bin/ -B/usr/local/sparc-sun-solaris2.9/lib/ -isystem /usr/local/sparc-sun-solaris2.9/include -isystem /usr/local/sparc-sun-solaris2.9/sys-include -m64 -DPACKAGE_NAME=\"libltdl\" -DPACKAGE_TARNAME=\"libltdl\" -DPACKAGE_VERSION=\"1.2\" -DPACKAGE_STRING=\"libltdl\ 1.2\" -DPACKAGE_BUGREPORT=\"bug-libtool@gnu.org\" -DPACKAGE=\"libltdl\" -DVERSION=\"1.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -DLTDL_SHLIB_EXT=\".so\" -DLTDL_SHLIBPATH_VAR=\"LD_LIBRARY_PATH\" -DLTDL_SYSSEARCHPATH=\"/lib:/usr/lib\" -DLTDL_OBJDIR=\".libs/\" -DHAVE_PRELOADED_SYMBOLS=1 -DHAVE_LIBDL=1 -DHAVE_DLERROR=1 -Derror_t=int -DHAVE_ASSERT_H=1 -DHAVE_CTYPE_H=1 -DHAVE_ERRNO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_DL_H=1 -DHAVE_STRING_H=1 -DHAVE_STRCHR=1 -DHAVE_STRRCHR=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRCMP=1 -DHAVE_CLOSEDIR=1 -DHAVE_OPENDIR=1 -DHAVE_READDIR=1 -I. -I/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2/libjava/libltdl -I/usr/local/include -O2 -g -O2 -m64 -c -o ltdl.lo /net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2/libjava/libltdl/ltdl.c
mkdir .libs
/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/./gcc/xgcc -B/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/./gcc/ -B/usr/local/sparc-sun-solaris2.9/bin/ -B/usr/local/sparc-sun-solaris2.9/lib/ -isystem /usr/local/sparc-sun-solaris2.9/include -isystem /usr/local/sparc-sun-solaris2.9/sys-include -m64 -DPACKAGE_NAME=\"libltdl\" -DPACKAGE_TARNAME=\"libltdl\" -DPACKAGE_VERSION=\"1.2\" "-DPACKAGE_STRING=\"libltdl 1.2\"" -DPACKAGE_BUGREPORT=\"bug-libtool@gnu.org\" -DPACKAGE=\"libltdl\" -DVERSION=\"1.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -DLTDL_SHLIB_EXT=\".so\" -DLTDL_SHLIBPATH_VAR=\"LD_LIBRARY_PATH\" -DLTDL_SYSSEARCHPATH=\"/lib:/usr/lib\" -DLTDL_OBJDIR=\".libs/\" -DHAVE_PRELOADED_SYMBOLS=1 -DHAVE_LIBDL=1 -DHAVE_DLERROR=1 -Derror_t=int -DHAVE_ASSERT_H=1 -DHAVE_CTYPE_H=1 -DHAVE_ERRNO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_DL_H=1 -DHAVE_STRING_H=1 -DHAVE_STRCHR=1 -DHAVE_STRRCHR=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRCMP=1 -DHAVE_CLOSEDIR=1 -DHAVE_OPENDIR=1 -DHAVE_READDIR=1 -I. -I/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2/libjava/libltdl -I/usr/local/include -O2 -g -O2 -m64 -c /net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2/libjava/libltdl/ltdl.c -fPIC -DPIC -o .libs/ltdl.o
/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/./gcc/xgcc -B/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/./gcc/ -B/usr/local/sparc-sun-solaris2.9/bin/ -B/usr/local/sparc-sun-solaris2.9/lib/ -isystem /usr/local/sparc-sun-solaris2.9/include -isystem /usr/local/sparc-sun-solaris2.9/sys-include -m64 -DPACKAGE_NAME=\"libltdl\" -DPACKAGE_TARNAME=\"libltdl\" -DPACKAGE_VERSION=\"1.2\" "-DPACKAGE_STRING=\"libltdl 1.2\"" -DPACKAGE_BUGREPORT=\"bug-libtool@gnu.org\" -DPACKAGE=\"libltdl\" -DVERSION=\"1.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -DLTDL_SHLIB_EXT=\".so\" -DLTDL_SHLIBPATH_VAR=\"LD_LIBRARY_PATH\" -DLTDL_SYSSEARCHPATH=\"/lib:/usr/lib\" -DLTDL_OBJDIR=\".libs/\" -DHAVE_PRELOADED_SYMBOLS=1 -DHAVE_LIBDL=1 -DHAVE_DLERROR=1 -Derror_t=int -DHAVE_ASSERT_H=1 -DHAVE_CTYPE_H=1 -DHAVE_ERRNO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_DL_H=1 -DHAVE_STRING_H=1 -DHAVE_STRCHR=1 -DHAVE_STRRCHR=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRCMP=1 -DHAVE_CLOSEDIR=1 -DHAVE_OPENDIR=1 -DHAVE_READDIR=1 -I. -I/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2/libjava/libltdl -I/usr/local/include -O2 -g -O2 -m64 -c /net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2/libjava/libltdl/ltdl.c -o ltdl.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link /net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/./gcc/xgcc -B/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/./gcc/ -B/usr/local/sparc-sun-solaris2.9/bin/ -B/usr/local/sparc-sun-solaris2.9/lib/ -isystem /usr/local/sparc-sun-solaris2.9/include -isystem /usr/local/sparc-sun-solaris2.9/sys-include -m64 -O2 -g -O2 -m64 -m64 -o libltdlc.la ltdl.lo -ldl
ar rc .libs/libltdlc.a .libs/ltdl.o
ranlib .libs/libltdlc.a
creating libltdlc.la
(cd .libs && rm -f libltdlc.la && ln -s ../libltdlc.la libltdlc.la)
make[5]: warning: Clock skew detected. Your build may be incomplete.
make[5]: Leaving directory `/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/sparc-sun-solaris2.9/sparcv9/libjava/libltdl'
Making all in gcj
make[5]: Entering directory `/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/sparc-sun-solaris2.9/sparcv9/libjava/gcj'
make[5]: Warning: File `Makefile' has modification time 2.4e+03 s in the future
make all-am
make[6]: Entering directory `/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/sparc-sun-solaris2.9/sparcv9/libjava/gcj'
make[6]: Warning: File `Makefile' has modification time 2.4e+03 s in the future
make[6]: Nothing to be done for `all-am'.
make[6]: warning: Clock skew detected. Your build may be incomplete.
make[6]: Leaving directory `/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/sparc-sun-solaris2.9/sparcv9/libjava/gcj'
make[5]: warning: Clock skew detected. Your build may be incomplete.
make[5]: Leaving directory `/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/sparc-sun-solaris2.9/sparcv9/libjava/gcj'
Making all in include
make[5]: Entering directory `/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/sparc-sun-solaris2.9/sparcv9/libjava/include'
make[5]: Warning: File `Makefile' has modification time 2.4e+03 s in the future
make all-am
make[6]: Entering directory `/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/sparc-sun-solaris2.9/sparcv9/libjava/include'
make[6]: Warning: File `Makefile' has modification time 2.4e+03 s in the future
make[6]: Nothing to be done for `all-am'.
make[6]: warning: Clock skew detected. Your build may be incomplete.
make[6]: Leaving directory `/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/sparc-sun-solaris2.9/sparcv9/libjava/include'
make[5]: warning: Clock skew detected. Your build may be incomplete.
make[5]: Leaving directory `/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/sparc-sun-solaris2.9/sparcv9/libjava/include'
Making all in classpath
make[5]: Entering directory `/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/sparc-sun-solaris2.9/sparcv9/libjava/classpath'
make[5]: Warning: File `Makefile' has modification time 2.5e+03 s in the future
Making all in lib
make[6]: Entering directory `/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/sparc-sun-solaris2.9/sparcv9/libjava/classpath/lib'
make[6]: Warning: File `Makefile' has modification time 2.5e+03 s in the future
mkdir -p ../java/util
/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2/libjava/classpath/scripts/generate-locale-list.sh > ../java/util/LocaleData.java
true
top_builddir=.. top_srcdir=/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2/libjava/classpath /bin/sh ./gen-classlist.sh standard
Adding java source files from srcdir '/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2/libjava/classpath'.
Adding java source files from VM directory /net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2/libjava
Adding java source files from VM directory /net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/sparc-sun-solaris2.9/sparcv9/libjava
./gen-classlist.sh: test: unknown operator -ef
make[6]: warning: Clock skew detected. Your build may be incomplete.
make[6]: Leaving directory `/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/sparc-sun-solaris2.9/sparcv9/libjava/classpath/lib'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/sparc-sun-solaris2.9/sparcv9/libjava/classpath'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/sparc-sun-solaris2.9/sparcv9/libjava'
make[3]: *** [multi-do] Error 1
make[3]: Leaving directory `/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/sparc-sun-solaris2.9/libjava'
make[2]: *** [all-multi] Error 2
make[2]: Leaving directory `/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj/sparc-sun-solaris2.9/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/net/Dineen-Linux/home/tools/solaris9/gcc-4.1.2-obj'
make: *** [all] Error 2
root@Sun6# Thu Dec 20 01:14:48 PST 2007


root@Sun6#  gcc --version
gcc (GCC) 3.4.6
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

root@Sun6# as --version
GNU assembler 2.17
Copyright 2005 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License.  This program has absolutely no warranty.
This assembler was configured for a target of `sparc-sun-solaris2.9'.

root@Sun6# ld --version GNU ld version 2.17
Copyright 2005 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License. This program has absolutely no warranty.


root@Sun6# makeinfo --version
makeinfo (GNU texinfo) 4.8
Copyright (C) 2004 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]