public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/37277]  New: bootstrap failure with --with-dwarf2 on Solaris 10
@ 2008-08-29 13:12 jwakely dot gcc at gmail dot com
  2008-08-29 13:12 ` [Bug bootstrap/37277] " jwakely dot gcc at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jwakely dot gcc at gmail dot com @ 2008-08-29 13:12 UTC (permalink / raw)
  To: gcc-bugs

/home/wakelyjo/src/gcc/gcc-4.3.2/configure
--prefix=/home/wakelyjo/src/gcc/sol10-64/INSTALL 
--with-gmp=/home/wakelyjo/src/gcc/sol10-64/INSTALL
--with-mpfr=/home/wakelyjo/src/gcc/sol10-64/INSTALL --with-dwarf2

Bootstrap fails with:

build/gengtype /home/wakelyjo/src/gcc/gcc-4.3.2/gcc gtyp-input.list
gtyp-input.list:20: file
/home/wakelyjo/src/gcc/gcc-4.3.2/gcc/config/tm-dwarf2.h specified more than
once for language (all)
make[3]: *** [s-gtype] Error 1
make[3]: Leaving directory `/home/wakelyjo/src/gcc/tmp/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/home/wakelyjo/src/gcc/tmp'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/wakelyjo/src/gcc/tmp'
make: *** [all] Error 2


-- 
           Summary: bootstrap failure with --with-dwarf2 on Solaris 10
           Product: gcc
           Version: 4.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jwakely dot gcc at gmail dot com
 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=37277


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/37277] bootstrap failure with --with-dwarf2 on Solaris 10
  2008-08-29 13:12 [Bug bootstrap/37277] New: bootstrap failure with --with-dwarf2 on Solaris 10 jwakely dot gcc at gmail dot com
@ 2008-08-29 13:12 ` jwakely dot gcc at gmail dot com
  2008-08-29 13:37 ` jwakely dot gcc at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jwakely dot gcc at gmail dot com @ 2008-08-29 13:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jwakely dot gcc at gmail dot com  2008-08-29 13:11 -------
Created an attachment (id=16161)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16161&action=view)
gcc/gtyp-input.list

Here is the generated file with the duplicate entry


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/37277] bootstrap failure with --with-dwarf2 on Solaris 10
  2008-08-29 13:12 [Bug bootstrap/37277] New: bootstrap failure with --with-dwarf2 on Solaris 10 jwakely dot gcc at gmail dot com
  2008-08-29 13:12 ` [Bug bootstrap/37277] " jwakely dot gcc at gmail dot com
@ 2008-08-29 13:37 ` jwakely dot gcc at gmail dot com
  2008-08-29 20:27 ` ebotcazou at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jwakely dot gcc at gmail dot com @ 2008-08-29 13:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jwakely dot gcc at gmail dot com  2008-08-29 13:36 -------
I think this is a regression against 4.2.2 as I have working compilers for
sparc-sun-solaris2.10 and sparc64-sun-solaris2.10 which were both configured
with --with-dwarf2 (although I didn't build them myself so I'm not 100% sure)


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/37277] bootstrap failure with --with-dwarf2 on Solaris 10
  2008-08-29 13:12 [Bug bootstrap/37277] New: bootstrap failure with --with-dwarf2 on Solaris 10 jwakely dot gcc at gmail dot com
  2008-08-29 13:12 ` [Bug bootstrap/37277] " jwakely dot gcc at gmail dot com
  2008-08-29 13:37 ` jwakely dot gcc at gmail dot com
@ 2008-08-29 20:27 ` ebotcazou at gcc dot gnu dot org
  2008-09-01  8:40 ` jwakely dot gcc at gmail dot com
  2008-09-01 13:19 ` ebotcazou at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2008-08-29 20:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ebotcazou at gcc dot gnu dot org  2008-08-29 20:26 -------
Remove --with-dwarf2, it is useless now.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/37277] bootstrap failure with --with-dwarf2 on Solaris 10
  2008-08-29 13:12 [Bug bootstrap/37277] New: bootstrap failure with --with-dwarf2 on Solaris 10 jwakely dot gcc at gmail dot com
                   ` (2 preceding siblings ...)
  2008-08-29 20:27 ` ebotcazou at gcc dot gnu dot org
@ 2008-09-01  8:40 ` jwakely dot gcc at gmail dot com
  2008-09-01 13:19 ` ebotcazou at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jwakely dot gcc at gmail dot com @ 2008-09-01  8:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jwakely dot gcc at gmail dot com  2008-09-01 08:39 -------
Yes, I realise that, but it's still documented and it was apparently harmless
with 4.2.2


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/37277] bootstrap failure with --with-dwarf2 on Solaris 10
  2008-08-29 13:12 [Bug bootstrap/37277] New: bootstrap failure with --with-dwarf2 on Solaris 10 jwakely dot gcc at gmail dot com
                   ` (3 preceding siblings ...)
  2008-09-01  8:40 ` jwakely dot gcc at gmail dot com
@ 2008-09-01 13:19 ` ebotcazou at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2008-09-01 13:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ebotcazou at gcc dot gnu dot org  2008-09-01 13:18 -------
> Yes, I realise that, but it's still documented and it was apparently harmless
> with 4.2.2

It's still documented because it's still useful on platforms that don't default
to DWARF-2, which is not the case of Solaris anymore.


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-09-01 13:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-29 13:12 [Bug bootstrap/37277] New: bootstrap failure with --with-dwarf2 on Solaris 10 jwakely dot gcc at gmail dot com
2008-08-29 13:12 ` [Bug bootstrap/37277] " jwakely dot gcc at gmail dot com
2008-08-29 13:37 ` jwakely dot gcc at gmail dot com
2008-08-29 20:27 ` ebotcazou at gcc dot gnu dot org
2008-09-01  8:40 ` jwakely dot gcc at gmail dot com
2008-09-01 13:19 ` ebotcazou at gcc dot gnu dot org

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).