This is the mail archive of the gcc-prs@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]

Re: bootstrap/5275: stat.h parse error in fdmatch.c on Solaris 2.8


The following reply was made to PR bootstrap/5275; it has been noted by GNATS.

From: Laszlo.Megyeri@eth.ericsson.se (Laszlo Megyeri)
To: rodrigc@gcc.gnu.org, Laszlo.Megyeri@eth.ericsson.se, gcc-bugs@gcc.gnu.org,
   gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: bootstrap/5275: stat.h parse error in fdmatch.c on Solaris 2.8
Date: Sat, 5 Jan 2002 10:24:20 +0100 (MET)

 Yes, I have checked  http://gcc.gnu.org/install/specific.html#*-*-solaris2*
 
 - I changed first line of configure to '#!/bin/ksh'
 - setenv CONFIG_SHELL '/bin/ksh' was issued before configure command
 - I check if 'SUNWarc, SUNWbtool, SUNWesu, SUNWhea, SUNWlibm, SUNWsprot, and SUNWtoo'
   are existed
 - PATH does not contains /usr/ucb
 - LD_LIBRARY_PATH does not contain /usr/ucblib
 - I used binutils 2.11.2 compiled by gcc3.0.2
   (this gcc3.0.2 was compiled on Solaris 2.6)
 - patches 108652-38 108652-46 were installed on Sol8.
 - and I rename config.cahce to config.cache-OLD before
   I started make bootstrap
 
 See some log here:
 
  -1-1-1-1-1-1-1-1-
 
 #gnuowner duna261> isainfo -kv
 64-bit sparcv9 kernel modules
 #gnuowner duna261> psrinfo -v
 Status of processor 0 as of: 01/05/02 10:12:15
   Processor has been on-line since 01/04/02 13:16:18.
   The sparcv9 processor operates at 360 MHz,
 	and has a sparcv9 floating point processor.
 #gnuowner duna261> /bin/optisa `isalist`
 sparcv9+vis
 #gnuowner duna261> uname -a
 SunOS duna261 5.8 Generic_108528-12 sun4u sparc SUNW,Ultra-5_10
 #gnuowner duna261> echo $PATH
 /mnt/adm/gnuowner/bin:/usr/local/gnu/bin:/usr/local/Apstools/Aps4.0/bin:/bin:/usr/local/bin:/usr/openwin/bin:/usr/dt/bin:/usr/bin:/usr/local/tools/bin:/usr/atria/bin:/usr/sbin:/usr/ccs/bin
 #gnuowner duna261> echo $LD_LIBRARY_PATH
 /usr/local/gnu/lib:/usr/openwin/lib:/usr/dt/lib:/usr/openwin/lib:/usr/lib:/usr/local/lib
 #gnuowner duna261> showrev -p | grep 108652
 Patch: 108652-38 Obsoletes:  Requires:  Incompatibles:  Packages: SUNWxwfnt, SUNWxwice, SUNWxwplt, SUNWxwicx, SUNWxwplx, SUNWxwdxm, SUNWxwinc, SUNWxwman, SUNWxwpmn, SUNWxwslb
 Patch: 108652-46 Obsoletes: 110499-03 Requires:  Incompatibles:  Packages: SUNWxwfnt, SUNWxwice, SUNWxwplt, SUNWxwicx, SUNWxwplx, SUNWxwdxm, SUNWxwfa, SUNWxwinc, SUNWxwman, SUNWxwpmn, SUNWxwslb
 Patch: 108940-33 Obsoletes:  Requires: 108652-25 Incompatibles:  Packages: SUNWmfrun, SUNWdtbax
 Patch: 108919-11 Obsoletes:  Requires: 108652-19 Incompatibles:  Packages: SUNWdtbas, SUNWdtdte
 Patch: 109354-11 Obsoletes:  Requires: 108652-19 Incompatibles:  Packages: SUNWdtdte, SUNWdtwm
 Patch: 108921-13 Obsoletes:  Requires: 108652-19 Incompatibles:  Packages: SUNWdtwm
 
 
 -2-2-2-2-2-2-2-2-2-2-
 
 #gnuowner duna261> find . -name '*.cache*' -print
 ./config.cache
 #gnuowner duna261> mv config.cache config.cache-OLD
 #gnuowner duna261> 
 #gnuowner duna261> 
 #gnuowner duna261> 
 #gnuowner duna261> make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap
 make[1]: Entering directory `/mnt/adm/gnuowner/w1-obj/libiberty'
 if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ] && [ ! -d pic ]; then \
   mkdir pic; \
 else true; fi
 touch stamp-picdir
 if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \
   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/argv.c -o pic/argv.o; \
 else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/argv.c
 if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \
   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/choose-temp.c -o pic/choose-temp.o; \
 else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/choose-temp.c
 if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \
   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/concat.c -o pic/concat.o; \
 else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/concat.c
 if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \
   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
 else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/cplus-dem.c
 if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \
   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
 else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/cp-demangle.c
 if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \
   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/dyn-string.c -o pic/dyn-string.o; \
 else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/dyn-string.c
 if [ x"`case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`" != x ]; then \
   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic `case '-g -O2 -g -O2 -fno-implicit-templates' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/fdmatch.c -o pic/fdmatch.o; \
 else true; fi
 In file included from /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/fdmatch.c:53:
 /usr/include/sys/stat.h:258: parse error before "blksize_t"
 /usr/include/sys/stat.h:262: parse error before '}' token
 /usr/include/sys/stat.h:318: parse error before "blksize_t"
 /usr/include/sys/stat.h:319: conflicting types for `st_blocks'
 /usr/include/sys/stat.h:259: previous declaration of `st_blocks'
 /usr/include/sys/stat.h:322: parse error before '}' token
 /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/fdmatch.c: In function `fdmatch':
 /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/fdmatch.c:59: storage size of `sbuf1' isn't known
 /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/fdmatch.c:60: storage size of `sbuf2' isn't known
 /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/fdmatch.c:59: warning: unused variable `sbuf1'
 /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/fdmatch.c:60: warning: unused variable `sbuf2'
 make[1]: *** [fdmatch.o] Error 1
 make[1]: Leaving directory `/mnt/adm/gnuowner/w1-obj/libiberty'
 make: *** [all-libiberty] Error 2
 
 
 -3-3-3-3-3-3-3-3-3-3-3-
 
 #gnuowner duna261> cd w1-obj/
 #gnuowner duna261> /mnt/adm/gnuowner/w1/gcc-3.0.2/configure --prefix=/usr/local/gnu/gcc3.0.3_test  --with-local-prefix=/usr/local/gnu/gcc3.0.3_test --srcdir=/mnt/adm/gnuowner/w1/gcc-3.0.2 --enable-shared --with-as=/usr/local/gnu/bin/as --with-ld=/usr/local/gnu/bin/ld --enable-threads --disable-target-optspace
 Configuring for a sparc-sun-solaris2.8 host.
 *** This configuration is not supported in the following subdirectories:
      target-libffi target-boehm-gc target-zlib target-libjava
     (Any other directories should still work fine.)
 Created "Makefile" in /mnt/adm/gnuowner/w1-obj using "mh-frag" and "mt-frag"
 Configuring libiberty...
 creating cache ../config.cache
 checking host system type... sparc-sun-solaris2.8
 checking build system type... sparc-sun-solaris2.8
 checking for ar... ar
 checking for ranlib... ranlib
 checking for gcc... gcc
 checking whether we are using GNU C... yes
 checking whether gcc accepts -g... yes
 checking for POSIXized ISC... no
 checking for working const... yes
 checking for inline... inline
 checking for a BSD compatible install... /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/../install-sh -c
 Appending /mnt/adm/gnuowner/w1/gcc-3.0.2/libiberty/config/../../config/mh-sparcpic to xhost-mkfrag
 checking how to run the C preprocessor... gcc -E
 checking for sys/file.h... yes
 checking for sys/param.h... yes
 checking for limits.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for unistd.h... yes
 checking for strings.h... yes
 checking for sys/time.h... yes
 checking for time.h... yes
 checking for sys/resource.h... yes
 checking for sys/stat.h... yes
 checking for sys/mman.h... yes
 checking for fcntl.h... yes
 checking for sys/wait.h that is POSIX.1 compatible... yes
 checking whether time.h and sys/time.h may both be included... yes
 checking whether errno must be declared... no
 checking whether the C compiler (gcc -g -O2 ) works... yes
 checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
 checking for asprintf... no
 checking for atexit... yes
 checking for basename... yes
 checking for bcmp... yes
 checking for bcopy... yes
 checking for bsearch... yes
 checking for bzero... yes
 checking for calloc... yes
 checking for clock... yes
 checking for getcwd... yes
 checking for getpagesize... yes
 checking for index... yes
 checking for insque... yes
 checking for memchr... yes
 checking for memcmp... yes
 checking for memcpy... yes
 checking for memmove... yes
 checking for memset... yes
 checking for mkstemps... no
 checking for putenv... yes
 checking for random... yes
 checking for rename... yes
 checking for rindex... yes
 checking for setenv... no
 checking for sigsetmask... no
 checking for strcasecmp... yes
 checking for strchr... yes
 checking for strdup... yes
 checking for strncasecmp... yes
 checking for strrchr... yes
 checking for strstr... yes
 checking for strtod... yes
 checking for strtol... yes
 checking for strtoul... yes
 checking for tmpnam... yes
 checking for vasprintf... no
 checking for vfprintf... yes
 checking for vprintf... yes
 checking for vsprintf... yes
 checking for waitpid... yes
 checking for working alloca.h... yes
 checking for alloca... yes
 checking for ANSI C header files... yes
 checking for pid_t... yes
 checking for vfork.h... no
 checking for working vfork... no
 checking for sys_errlist... yes
 checking for sys_nerr... yes
 checking for sys_siglist... no
 checking for getrusage... yes
 checking for on_exit... no
 checking for psignal... yes
 checking for strerror... yes
 checking for strsignal... yes
 checking for sysconf... yes
 checking for times... yes
 checking for sbrk... yes
 checking for gettimeofday... yes
 checking for unistd.h... (cached) yes
 checking for getpagesize... (cached) yes
 checking for working mmap... yes
 checking for working strncmp... no
 updating cache ../config.cache
 creating ./config.status
 creating Makefile
 creating testsuite/Makefile
 creating config.h
 Configuring zlib...
 loading cache ../config.cache
 checking host system type... sparc-sun-solaris2.8
 checking target system type... sparc-sun-solaris2.8
 checking build system type... sparc-sun-solaris2.8
 checking for a BSD compatible install... /mnt/adm/gnuowner/w1/gcc-3.0.2/zlib/../install-sh -c
 checking whether build environment is sane... yes
 checking whether make sets ${MAKE}... yes
 checking for working aclocal... found
 checking for working autoconf... found
 checking for working automake... found
 checking for working autoheader... found
 checking for working makeinfo... found
 checking whether to enable maintainer-specific portions of Makefiles... no
 checking for gcc... (cached) gcc
 checking whether we are using GNU C... (cached) yes
 checking whether gcc accepts -g... (cached) yes
 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 /usr/local/gnu/bin/ld option to reload object files... -r
 checking for BSD-compatible nm... /usr/local/gnu/bin/nm -B
 checking whether ln -s works... yes
 checking how to recognise dependant libraries... pass_all
 checking for object suffix... o
 checking for ranlib... (cached) ranlib
 checking for strip... strip
 updating cache ../config.cache
 loading cache ../config.cache within ltconfig
 checking whether -lc should be explicitly linked in... yes
 checking for objdir... .libs
 checking for gcc option to produce PIC... -fPIC -DPIC
 checking if gcc PIC flag -fPIC -DPIC works... yes
 checking if gcc static flag -static works... yes
 finding the maximum length of command line arguments... 393217
 checking if gcc supports -c -o file.o... yes
 checking if gcc supports -fno-rtti -fno-exceptions ... yes
 checking whether the linker (/usr/local/gnu/bin/ld) supports shared libraries... yes
 checking how to hardcode library paths into programs... immediate
 checking whether stripping libraries is possible... yes
 checking dynamic linker characteristics... solaris2.8 ld.so
 checking command to parse /usr/local/gnu/bin/nm -B output... ok
 checking if libtool supports shared libraries... yes
 checking whether to build shared libraries... yes
 checking whether to build static libraries... yes
 creating libtool
 updating cache ../config.cache
 loading cache ../config.cache
 checking how to run the C preprocessor... (cached) gcc -E
 checking for unistd.h... (cached) yes
 checking for getpagesize... (cached) yes
 checking for working mmap... (cached) yes
 checking for memcpy... (cached) yes
 checking for strerror... (cached) yes
 checking for unistd.h... (cached) yes
 creating ./config.status
 creating Makefile
 Configuring gcc...
 loading cache ../config.cache
 checking LIBRARY_PATH variable... ok
 checking GCC_EXEC_PREFIX variable... ok
 checking host system type... sparc-sun-solaris2.8
 checking target system type... sparc-sun-solaris2.8
 checking build system type... sparc-sun-solaris2.8
 checking for gcc... (cached) gcc
 checking whether the C compiler (gcc -g -O2 ) works... yes
 checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
 checking whether we are using GNU C... (cached) yes
 checking whether gcc accepts -g... (cached) yes
 checking whether gcc and cc understand -c and -o together... yes
 checking for long double... yes
 checking for built-in _Bool... yes
 checking whether gcc accepts -Wno-long-long... yes
 checking whether make sets ${MAKE}... (cached) yes
 checking whether a default assembler was specified... yes (/usr/local/gnu/bin/as - GNU as)
 checking whether a default linker was specified... yes (/usr/local/gnu/bin/ld - GNU ld)
 checking for GNU C library... no
 checking for inline... (cached) inline
 checking for mawk... no
 checking for gawk... gawk
 checking whether ln works... yes
 checking whether ln -s works... yes
 checking for volatile... yes
 checking for ranlib... (cached) ranlib
 checking for a BSD compatible install... /mnt/adm/gnuowner/w1/gcc-3.0.2/gcc/../install-sh -c
 checking how to run the C preprocessor... (cached) gcc -E
 checking for ANSI C header files... (cached) yes
 checking whether time.h and sys/time.h may both be included... (cached) yes
 checking for working stdbool.h... yes
 checking whether string.h and strings.h may both be included... yes
 checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
 checking for limits.h... (cached) yes
 checking for stddef.h... yes
 checking for string.h... (cached) yes
 checking for strings.h... (cached) yes
 checking for stdlib.h... (cached) yes
 checking for time.h... (cached) yes
 checking for fcntl.h... (cached) yes
 checking for unistd.h... (cached) yes
 checking for stab.h... no
 checking for sys/file.h... (cached) yes
 checking for sys/time.h... (cached) yes
 checking for sys/resource.h... (cached) yes
 checking for sys/param.h... (cached) yes
 checking for sys/times.h... yes
 checking for sys/stat.h... (cached) yes
 checking for direct.h... no
 checking for malloc.h... yes
 checking for langinfo.h... yes
 checking for thread.h... yes
 checking for pthread.h... yes
 checking for gnatbind... no
 checking for mktemp... no
 checking for makeinfo... makeinfo
 checking for modern makeinfo... no
 configure: warning: 
 *** Makeinfo is missing or too old.
 *** Info documentation will not be built.
 checking for recent Pod::Man... no
 checking for flex... flex
 checking for bison... bison
 checking for preprocessor stringizing operator... yes
 checking for inttypes.h... yes
 checking for unsigned enumerated bitfields... yes
 checking for strtoul... (cached) yes
 checking for bsearch... (cached) yes
 checking for putenv... (cached) yes
 checking for popen... yes
 checking for bcopy... (cached) yes
 checking for strchr... (cached) yes
 checking for strrchr... (cached) yes
 checking for kill... yes
 checking for getrlimit... yes
 checking for setrlimit... yes
 checking for atoll... yes
 checking for atoq... no
 checking for sysconf... (cached) yes
 checking for isascii... yes
 checking for gettimeofday... (cached) yes
 checking for strsignal... (cached) yes
 checking for putc_unlocked... yes
 checking for fputc_unlocked... no
 checking for fputs_unlocked... no
 checking for getrusage... (cached) yes
 checking for nl_langinfo... yes
 checking for lstat... yes
 checking for ssize_t... yes
 checking for uid_t in sys/types.h... yes
 checking type of array argument to getgroups... gid_t
 checking for vprintf... (cached) yes
 checking for strstr... (cached) yes
 checking whether the printf functions support %p... yes
 checking for pid_t... (cached) yes
 checking for vfork.h... (cached) no
 checking for working vfork... (cached) no
 checking for getpagesize... (cached) yes
 checking for working mmap from /dev/zero... no
 checking for working mmap with MAP_ANON(YMOUS)... no
 checking for working mmap of a file... no
 checking for iconv... yes
 checking for iconv declaration... 
          extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
 checking whether bcopy is declared... no
 checking whether getenv is declared... no
 checking whether atol is declared... no
 checking whether sbrk is declared... no
 checking whether abort is declared... no
 checking whether atof is declared... no
 checking whether getcwd is declared... no
 checking whether getwd is declared... no
 checking whether strsignal is declared... no
 checking whether putc_unlocked is declared... no
 checking whether fputs_unlocked is declared... no
 checking whether strstr is declared... no
 checking whether environ is declared... no
 checking whether malloc is declared... no
 checking whether realloc is declared... no
 checking whether calloc is declared... no
 checking whether free is declared... no
 checking whether basename is declared... no
 checking whether getopt is declared... no
 checking whether getrlimit is declared... no
 checking whether setrlimit is declared... no
 checking whether getrusage is declared... no
 checking if mkdir takes one argument... yes
 Using `/mnt/adm/gnuowner/w1/gcc-3.0.2/gcc/config/sparc/sparc.c' for machine-specific logic.
 Using `/mnt/adm/gnuowner/w1/gcc-3.0.2/gcc/config/sparc/sparc.md' as machine description file.
 Using `/mnt/adm/gnuowner/w1/gcc-3.0.2/gcc/config/sparc/sol2.h' as target machine macro file.
 Using the following host machine macro files:
 	/mnt/adm/gnuowner/w1/gcc-3.0.2/gcc/config/sparc/xm-sysv4.h
 	/mnt/adm/gnuowner/w1/gcc-3.0.2/gcc/config/sparc/xm-sol2.h
 checking for strerror in -lcposix... no
 checking for working const... (cached) yes
 checking for off_t... yes
 checking for size_t... yes
 checking for working alloca.h... (cached) yes
 checking for alloca... (cached) yes
 checking for argz.h... no
 checking for limits.h... (cached) yes
 checking for locale.h... yes
 checking for nl_types.h... yes
 checking for malloc.h... (cached) yes
 checking for string.h... (cached) yes
 checking for unistd.h... (cached) yes
 checking for sys/param.h... (cached) yes
 checking for getcwd... (cached) yes
 checking for munmap... yes
 checking for putenv... (cached) yes
 checking for setenv... (cached) no
 checking for setlocale... yes
 checking for strchr... (cached) yes
 checking for strcasecmp... (cached) yes
 checking for strdup... (cached) yes
 checking for __argz_count... no
 checking for __argz_stringify... no
 checking for __argz_next... no
 checking for stpcpy... no
 checking for LC_MESSAGES... yes
 checking whether NLS is requested... yes
 checking whether included gettext is requested... no
 checking for libintl.h... yes
 checking for gettext in libc... yes
 checking for msgfmt... /bin/msgfmt
 checking for dcgettext... yes
 checking for gmsgfmt... /bin/msgfmt
 checking for xgettext... /bin/xgettext
 found xgettext program is not GNU xgettext; ignore it
 checking whether windows registry support is requested... yes
 checking registry key on windows hosts... 3.0.2
 checking what assembler to use... /usr/local/gnu/bin/as
 checking what nm to use... nm
 checking assembler alignment features... .p2align including maximum skip
 checking assembler subsection support... working .subsection -1
 checking assembler weak support... yes
 checking assembler hidden support... yes
 checking assembler leb128 support... yes
 checking assembler eh_frame optimization... yes
 checking assembler .register pseudo-op support... yes
 checking assembler supports -relax... yes
 checking assembler dwarf2 debug_line support... yes
 Using ggc-page for garbage collection.
 checking whether to enable maintainer-specific portions of Makefiles... no
 Links are now set up to build a native compiler for sparc-sun-solaris2.8
 updating cache ../config.cache
 creating ./config.status
 creating Makefile
 creating intl/Makefile
 creating po/Makefile.in
 creating fixinc/Makefile
 creating gccbug
 creating mklibgcc
 creating auto-host.h
 Configuring fastjar...
 loading cache ../config.cache
 checking for a BSD compatible install... /mnt/adm/gnuowner/w1/gcc-3.0.2/fastjar/install-sh -c
 checking whether build environment is sane... yes
 checking whether make sets ${MAKE}... (cached) yes
 checking for working aclocal... found
 checking for working autoconf... found
 checking for working automake... found
 checking for working autoheader... found
 checking for working makeinfo... found
 checking for gcc... (cached) gcc
 checking whether the C compiler (gcc -g -O2 ) works... yes
 checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
 checking whether we are using GNU C... (cached) yes
 checking whether gcc accepts -g... (cached) yes
 checking for a BSD compatible install... /mnt/adm/gnuowner/w1/gcc-3.0.2/fastjar/install-sh -c
 checking for rm... /bin/rm
 checking for cp... /bin/cp
 checking for strip... /usr/local/gnu/bin/strip
 checking for chmod... /bin/chmod
 checking for dirent.h that defines DIR... yes
 checking for opendir in -ldir... no
 checking how to run the C preprocessor... (cached) gcc -E
 checking for ANSI C header files... (cached) yes
 checking whether struct tm is in sys/time.h or time.h... time.h
 checking for fcntl.h... (cached) yes
 checking for unistd.h... (cached) yes
 checking for sys/param.h... (cached) yes
 checking for getopt.h... no
 checking for off_t... (cached) yes
 checking whether struct tm is in sys/time.h or time.h... (cached) time.h
 checking size of char... 1
 checking size of short... 2
 checking size of int... 4
 checking size of long... 4
 checking size of long long... 8
 checking whether byte ordering is bigendian... yes
 updating cache ../config.cache
 creating ./config.status
 creating Makefile
 creating install-defs.sh
 creating config.h
 #gnuowner duna261> pwd
 /mnt/adm/gnuowner/w1-obj
 #gnuowner duna261> l
 total 162
 -rw-r--r--   1 gnuowner staff      12535 Jan  5 10:09 config.cache
 -rwxr-xr-x   1 gnuowner staff        560 Jan  5 10:07 config.status
 drwxr-xr-x   2 gnuowner staff        512 Jan  5 10:09 fastjar
 drwxr-xr-x   9 gnuowner staff        512 Jan  5 10:09 gcc
 drwxr-xr-x   3 gnuowner staff        512 Jan  5 10:07 libiberty
 -rw-r--r--   1 gnuowner staff      60972 Jan  5 10:07 Makefile
 -rw-r--r--   1 gnuowner staff        203 Jan  5 10:06 mh-frag
 -rw-r--r--   1 gnuowner staff        106 Jan  5 10:06 mt-frag
 drwxr-xr-x   2 gnuowner staff        512 Jan  5 10:06 sparc-sun-solaris2.8
 drwxr-xr-x   2 gnuowner staff        512 Jan  5 10:08 zlib
 #gnuowner duna261> find . -name '*.cache*' -print
 ./config.cache
 
 
  END OF LOG
 
 
 > From anonymous@sources.redhat.com Fri Jan  4 19:26:13 2002
 > Date: 4 Jan 2002 18:26:12 -0000
 > To: Laszlo.Megyeri@eth.ericsson.se, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
 >         nobody@gcc.gnu.org
 > Reply-To: rodrigc@gcc.gnu.org,Laszlo.Megyeri@eth.ericsson.se,gcc-bugs@gcc.gnu.org,gcc-prs@gcc.gnu.org,nobody@gcc.gnu.org,gcc-gnats@gcc.gnu.org
 > X-Mailer: gnatsweb 2.9.3
 > Subject: Re: bootstrap/5275: stat.h parse error in fdmatch.c on Solaris 2.8
 > Content-Length: 503
 > 
 > Synopsis: stat.h parse error in fdmatch.c on Solaris 2.8
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: rodrigc
 > State-Changed-When: Fri Jan  4 10:26:11 2002
 > State-Changed-Why:
 >     Did you follow all the instructions in the Solaris notes:
 >     http://gcc.gnu.org/install/specific.html#*-*-solaris2*
 >     
 >     We have a successful bootstrap report on Solaris 8 here:
 >     http://gcc.gnu.org/gcc-3.0/buildstat.html
 > 
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5275
 > 


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