http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55293



             Bug #: 55293

           Summary: Attempt to bootstrap 7.7.2 on Solaris 10 Sparc fails

                    with gcc/pretty-print.c:954:28: error: invalid

                    conversion from 'char**' to 'const char**'

                    [-fpermissive]

    Classification: Unclassified

           Product: gcc

           Version: 4.7.3

            Status: UNCONFIRMED

          Severity: normal

          Priority: P3

         Component: c

        AssignedTo: unassig...@gcc.gnu.org

        ReportedBy: dcla...@blastwave.org





On a Solaris 10 server : 



$ uname -a 

SunOS node002 5.10 Generic_147440-23 sun4v sparc SUNW,T5240



With gcc 4.5.1 from Blastwave : 



$ which gcc 

/opt/csw/gcc4/bin/gcc

$ gcc --version

gcc (Blastwave.org Inc. Mon Aug  9 07:10:45 GMT 2010) 4.5.1

Copyright (C) 2010 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.



See test report filed :



    http://gcc.gnu.org/ml/gcc-testresults/2010-08/msg01023.html



With gmp-5.0.5, mpfr-3.1.1, and mpc-1.0.1 all previously built, tested clean

and installed into /usr/local.



Configure of GCC 4.7.2 looks fine thus : 



$ pwd

/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou





$ CC='gcc -m64' CXX='g++ -m64' ../gcc-4.7.2/configure --prefix=/usr/local/gcc4

\

> --build=sparc64-sun-solaris2.10 --without-gnu-as --without-gnu-ld \

> --with-gmp=/usr/local --with-mpfr=/usr/local --with-mpc=/usr/local \

> --with-ld=/usr/ccs/bin/ld --enable-nls --enable-threads=posix --enable-shared 
> \

> --libdir=/usr/local/gcc4/lib --with-local-prefix=/usr/local/gcc4 \

> --with-cpu=v9 --enable-stage1-languages=c --disable-multilib \

> --libexecdir=/usr/local/gcc4/lib \

> --with-pkgversion=Blastwave.org\ Inc.\ Mon\ Nov\ 12\ 04\:18\:15\ GMT\ 2012 \

> --with-bugurl=http\:\/\/www.blastwave.org\/support \

> --enable-languages=c,c++,objc,fortran,ada --enable-bootstrap

checking build system type... sparc64-sun-solaris2.10

checking host system type... sparc64-sun-solaris2.10

checking target system type... sparc64-sun-solaris2.10

checking for a BSD-compatible install... ../gcc-4.7.2/install-sh -c

checking whether ln works... yes

checking whether ln -s works... yes

checking for a sed that does not truncate output... /usr/local/bin/gsed

checking for gawk... gawk

checking for libitm support... yes

checking for gcc... gcc -m64

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 -m64 accepts -g... yes

checking for gcc -m64 option to accept ISO C89... none needed

checking whether we are using the GNU C++ compiler... yes

checking whether g++ -m64 accepts -g... yes

checking for gnatbind... gnatbind

checking for gnatmake... gnatmake

checking whether compiler driver understands Ada... yes

checking how to compare bootstrapped objects... cmp $$f1 $$f2 16 16

checking for objdir... .libs

checking for the correct version of gmp.h... yes

checking for the correct version of mpfr.h... yes

checking for the correct version of mpc.h... yes

checking for the correct version of the gmp/mpfr/mpc libraries... yes

checking for PWL_handle_timeout in -lpwl... no

checking for version 0.11 (revision 0 or later) of PPL... no

The following languages will be built: c,ada,c++,fortran,lto,objc

*** This configuration is not supported in the following subdirectories:

     target-libmudflap target-libgo target-libffi target-zlib target-libjava

target-boehm-gc

    (Any other directories should still work fine.)

checking for default BUILD_CONFIG... 

checking for bison... bison -y

checking for bison... bison

checking for gm4... /usr/local/bin/gm4

checking for flex... flex

checking for flex... flex

checking for makeinfo... makeinfo

checking for expect... expect

checking for runtest... runtest

checking for ar... (cached) /usr/ccs/bin/ar

checking for as... (cached) /usr/ccs/bin/as

checking for dlltool... no

checking for ld... (cached) /usr/ccs/bin/ld

checking for lipo... no

checking for nm... nm

checking for ranlib... ranlib

checking for strip... strip

checking for windres... no

checking for windmc... no

checking for objcopy... no

checking for objdump... no

checking for readelf... no

checking for cc... cc

checking for c++... c++

checking for gcc... gcc

checking for gcj... no

checking for gfortran... gfortran

checking for gccgo... no

checking for ar... no

checking for ar... ar

checking for as... no

checking for as... as

checking for dlltool... no

checking for dlltool... no

checking for ld... no

checking for ld... ld

checking for lipo... no

checking for lipo... no

checking for nm... no

checking for nm... nm

checking for objdump... no

checking for objdump... no

checking for ranlib... no

checking for ranlib... ranlib

checking for readelf... no

checking for readelf... no

checking for strip... no

checking for strip... strip

checking for windres... no

checking for windres... no

checking for windmc... no

checking for windmc... no

checking where to find the target ar... host tool

checking where to find the target as... host tool

checking where to find the target cc... just compiled

checking where to find the target c++... just compiled

checking where to find the target c++ for libstdc++... just compiled

checking where to find the target dlltool... host tool

checking where to find the target gcc... just compiled

checking where to find the target gcj... host tool

checking where to find the target gfortran... just compiled

checking where to find the target gccgo... host tool

checking where to find the target ld... host tool

checking where to find the target lipo... host tool

checking where to find the target nm... host tool

checking where to find the target objdump... host tool

checking where to find the target ranlib... host tool

checking where to find the target readelf... host tool

checking where to find the target strip... host tool

checking where to find the target windres... host tool

checking where to find the target windmc... host tool

checking whether to enable maintainer-specific portions of Makefiles... no

checking whether -fkeep-inline-functions is supported... yes

configure: creating ./config.status

config.status: creating Makefile

$ 





Running GNU Make then results in the following stage 2 failure after seven

hours and 45 minutes: 



.

.

.

/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/./prev-gcc/g++

-B/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/./prev-gcc/

-B/usr/local/gcc4/sparc64-sun-solaris2.10/bin/ -nostdinc++

-B/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/src/.libs

-B/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/libsupc++/.libs

-I/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/include/sparc64-sun-solaris2.10

-I/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/include

-I/usr/local/build/gcc-4.7.2/libstdc++-v3/libsupc++

-L/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/src/.libs

-L/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/libsupc++/.libs

-c   -g -O2 -DIN_GCC   -fno-exceptions -fno-rtti -W -Wall -Wno-narrowing

-Wwrite-strings -Wcast-qual    -DHAVE_CONFIG_H -I. -Icommon

-I../../gcc-4.7.2/gcc -I../../gcc-4.7.2/gcc/common

-I../../gcc-4.7.2/gcc/../include -I./../intl

-I../../gcc-4.7.2/gcc/../libcpp/include -I/usr/local/include

-I/usr/local/include -I/usr/local/include 

-I../../gcc-4.7.2/gcc/../libdecnumber -I../../gcc-4.7.2/gcc/../libdecnumber/dpd

-I../libdecnumber   -I/usr/local/include:/opt/csw/gcc4/include
../../gcc-4.7.2/gcc/common/common-targhooks.c -o common/common-targhooks.o

rm -rf libcommon-target.a

/usr/ccs/bin/ar rc libcommon-target.a sparc-common.o prefix.o params.o opts.o

opts-common.o options.o vec.o hooks.o comon/common-targhooks.o

/usr/ccs/bin/ar rc libcommon-target.a sparc-common.o prefix.o params.o opts.o

opts-common.o options.o vec.o hooks.o common/common-targhooks.o

/usr/ccs/bin/ar rc libcommon-target.a sparc-common.o prefix.o params.o opts.o

opts-common.o options.o vec.o hooks.o common/common-targhooks.o

ranlib  libcommon-target.a

/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/./prev-gcc/g++

-B/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/./prev-gcc/

-B/usr/local/gcc4/sparc64-sun-solaris2.10/bin/ -nostdinc++

-B/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/src/.libs

-B/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/libsupc++/.libs

-I/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/include/sparc64-sun-solaris2.10

-I/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/include

-I/usr/local/build/gcc-4.7.2/libstdc++-v3/libsupc++

-L/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/src/.libs

-L/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/libsupc++/.libs

-c   -g -O2 -DIN_GCC   -fno-exceptions -fno-rtti -W -Wall -Wno-narrowing

-Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long

-Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I.

-I../../gcc-4.7.2/gcc -I../../gcc-4.7.2/gcc/. -I../../gcc-4.7.2/gcc/../include

-I./../intl -I../../gcc-4.7.2/gcc/../libcpp/include -I/usr/local/include

-I/usr/local/include -I/usr/local/include 

-I../../gcc-4.7.2/gcc/../libdecnumber -I../../gcc-4.7.2/gcc/../libdecnumber/dpd

-I../libdecnumber   -I/usr/local/include:/opt/csw/gcc4/include

../../gcc-4.7.2/gcc/diagnostic.c -o diagnostic.o

/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/./prev-gcc/g++

-B/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/./prev-gcc/

-B/usr/local/gcc4/sparc64-sun-solaris2.10/bin/ -nostdinc++

-B/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/src/.libs

-B/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/libsupc++/.libs

-I/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/include/sparc64-sun-solaris2.10

-I/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/include

-I/usr/local/build/gcc-4.7.2/libstdc++-v3/libsupc++

-L/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/src/.libs

-L/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/libsupc++/.libs

-c   -g -O2 -DIN_GCC   -fno-exceptions -fno-rtti -W -Wall -Wno-narrowing

-Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long

-Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I.

-I../../gcc-4.7.2/gcc -I../../gcc-4.7.2/gcc/. -I../../gcc-4.7.2/gcc/../include

-I./../intl -I../../gcc-4.7.2/gcc/../libcpp/include -I/usr/local/include

-I/usr/local/include -I/usr/local/include 

-I../../gcc-4.7.2/gcc/../libdecnumber -I../../gcc-4.7.2/gcc/../libdecnumber/dpd

-I../libdecnumber   -I/usr/local/include:/opt/csw/gcc4/include

../../gcc-4.7.2/gcc/pretty-print.c -o pretty-print.o

../../gcc-4.7.2/gcc/pretty-print.c: In function 'const char*

identifier_to_locale(const char*)':

../../gcc-4.7.2/gcc/pretty-print.c:954:28: error: invalid conversion from

'char**' to 'const char**' [-fpermissive]

gmake[3]: *** [pretty-print.o] Error 1

gmake[3]: Leaving directory

`/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/gcc'

gmake[2]: *** [all-stage2-gcc] Error 2

gmake[2]: Leaving directory

`/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou'

gmake[1]: *** [stage2-bubble] Error 2

gmake[1]: Leaving directory

`/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou'

gmake: *** [all] Error 2



real 27941.42

user 24133.86

sys 713.93

Reply via email to