public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "Jay dot St dot Pierre at Colorado dot EDU" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/37050]  New: gcc-4.3.1 bootstrap failure on sparc Solaris 10
Date: Thu, 07 Aug 2008 19:12:00 -0000	[thread overview]
Message-ID: <bug-37050-7082@http.gcc.gnu.org/bugzilla/> (raw)

Since I am unable to bootstrap gcc-4.3.1 using the Sun cc compiler (see bug
Bug#: 33304), I attempted to compile using Sun's version of gcc
(http://cooltools.sunsource.net/gcc/).  This does not work either.  The
configure fails in the sparc-sun-solaris2.10/libgcc directory.

The version of gcc being used is:
/gcc -v
Using built-in specs.
Target: sparc-sun-solaris2.10
Configured with:
/net/clpt-v490-1/export/data/bldmstr/20080102_phobos_gcc42/src/configure
--prefix=/usr/sfw --enable-shared --with-system-zlib --enable-checking=release
--disable-libmudflap --enable-languages=c,c++
--enable-version-specific-runtime-libs --with-cpu=v9 --with-ld=/usr/ccs/bin/ld
--without-gnu-ld --disable-gnattools --with-mpfr=/ws/gccfss/tools
--with-gmp=/ws/gccfss/tools
Thread model: posix
gcc version 4.2.0 (gccfss)

The configure command is:
/bin/ksh
/appl/local_sde_dev/src/gcc/gcc-4.3.1/sparc-SunOS-5.10/gcc-4.3.1-obj/../gcc-4.3.1/configure
--prefix=/usr/local/sde/gcc-4.3.1 --with-gmp=/usr/local/sde
--with-mpfr=/usr/local/sde --disable-nls

Note that gmp and mpfr are compiled into static libraries only, and I set
ABI=32 for gmp.

The "make bootstrap" terminates with:

checking for suffix of object files... configure: error: cannot compute suffix
of object files: cannot compile
See `config.log' for more details.

The following is an extract from the config.log (from the
sparc-sun-solaris2.10/libgcc directory) that has the following error message:

Reading specs from
/appl/local_sde_dev/src/gcc/gcc-4.3.1/sparc-SunOS-5.10/gcc-4.3.1-obj/./gcc/specs
Target: sparc-sun-solaris2.10
Configured with:
/appl/local_sde_dev/src/gcc/gcc-4.3.1/sparc-SunOS-5.10/gcc-4.3.1-obj/../gcc-4.3.1/configure
--prefix=/usr/local/sde/gcc-4.3.1 --with-gmp=/usr/local/sde
--with-mpfr=/usr/local/sde --disable-nls
Thread model: posix
gcc version 4.3.1 (GCC)
configure:2374: $? = 0
configure:2376:
/appl/local_sde_dev/src/gcc/gcc-4.3.1/sparc-SunOS-5.10/gcc-4.3.1-obj/./gcc/xgcc
-B/appl/local_sde_dev/src/gcc/gcc-4.3.1/sparc-SunOS-5.10/gcc-4.3.1-obj/./gcc/
-B/usr/local/sde/gcc-4.3.1/sparc-sun-solaris2.10/bin/
-B/usr/local/sde/gcc-4.3.1/sparc-sun-solaris2.10/lib/ -isystem
/usr/local/sde/gcc-4.3.1/sparc-sun-solaris2.10/include -isystem
/usr/local/sde/gcc-4.3.1/sparc-sun-solaris2.10/sys-include -V </dev/null >&5
xgcc: '-V' must come at the start of the command line
configure:2379: $? = 1
configure:2398:
/appl/local_sde_dev/src/gcc/gcc-4.3.1/sparc-SunOS-5.10/gcc-4.3.1-obj/./gcc/xgcc
-B/appl/local_sde_dev/src/gcc/gcc-4.3.1/sparc-SunOS-5.10/gcc-4.3.1-obj/./gcc/
-B/usr/local/sde/gcc-4.3.1/sparc-sun-solaris2.10/bin/
-B/usr/local/sde/gcc-4.3.1/sparc-sun-solaris2.10/lib/ -isystem
/usr/local/sde/gcc-4.3.1/sparc-sun-solaris2.10/include -isystem
/usr/local/sde/gcc-4.3.1/sparc-sun-solaris2.10/sys-include -o conftest -g
-fkeep-inline-functions   conftest.c  >&5
conftest.c:1: internal compiler error: Segmentation Fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Please let me know what more information you would like.


-- 
           Summary: gcc-4.3.1 bootstrap failure on sparc Solaris 10
           Product: gcc
           Version: 4.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Jay dot St dot Pierre at Colorado dot EDU
 GCC build triplet: sparc-sun-solaris2.10
  GCC host triplet: sparc-sun-solaris2.10
GCC target triplet: sparc-sun-solaris2.10


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


             reply	other threads:[~2008-08-07 19:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-07 19:12 Jay dot St dot Pierre at Colorado dot EDU [this message]
2008-08-09 16:35 ` [Bug target/37050] " Jay dot St dot Pierre at Colorado dot EDU
2008-08-10  3:16 ` Jay dot St dot Pierre at Colorado dot EDU
2008-08-10 15:44 ` Jay dot St dot Pierre at Colorado dot EDU
2008-08-16 22:09 ` pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-37050-7082@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).