public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "dominiq at lps dot ens dot fr" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/41405] [4.5 Regression] Bootstrap fails on *-apple-darwin* due to revision 151815
Date: Mon, 21 Sep 2009 08:05:00 -0000	[thread overview]
Message-ID: <20090921080541.32055.qmail@sourceware.org> (raw)
In-Reply-To: <bug-41405-12313@http.gcc.gnu.org/bugzilla/>



------- Comment #21 from dominiq at lps dot ens dot fr  2009-09-21 08:05 -------
Changed the subject to reflect the comments.

> [this might not be quite enough; backing out of only 151814->151815 for trunk
> version 151904 produced a working bootstrap but with still some dsymutil
> fails].

I don't see that at revision 151893, but with revision 151907 I see:

...
ld warning: cannot export hidden symbol
__cxxabiv1::__pbase_type_info::__pointer_catch(__cxxabiv1::__pbase_type_info
const*, void**, unsigned int) const from
.libs/libstdc++.lax/libsupc++convenience.a/pbase_type_info.o
libtool: link: dsymutil .libs/libstdc++.6.dylib || :
Assertion failed: (orig_str), function FixReferences, file
/SourceCache/dwarf_utilities/dwarf_utilities-66/source/DWARFdSYM.cpp, line
3619.
../libtool: line 7996:  5815 Abort trap              dsymutil
.libs/libstdc++.6.dylib
libtool: link: (cd ".libs" && rm -f "libstdc++.dylib" && ln -s
"libstdc++.6.dylib" "libstdc++.dylib")
...
libtool: link: dsymutil .libs/libgfortran.3.dylib || :
Assertion failed: (orig_str), function FixReferences, file
/SourceCache/dwarf_utilities/dwarf_utilities-66/source/DWARFdSYM.cpp, line
3619.
./libtool: line 7996: 60055 Abort trap              dsymutil
.libs/libgfortran.3.dylib
libtool: link: (cd ".libs" && rm -f "libgfortran.dylib" && ln -s
"libgfortran.3.dylib" "libgfortran.dylib")
...
libtool: link: dsymutil .libs/libobjc-gnu.2.dylib || :
Assertion failed: (orig_str), function FixReferences, file
/SourceCache/dwarf_utilities/dwarf_utilities-66/source/DWARFdSYM.cpp, line
3619.
warning: {0x000047a9} TAG_formal_parameter:  AT_location( 0x00000000 ) didn't
have valid function low pc, the location list will be incorrect.
./libtool: line 7988: 71819 Abort trap              dsymutil
.libs/libobjc-gnu.2.dylib
...
libtool: link: dsymutil .libs/libffi.4.dylib || :
Assertion failed: (orig_str), function FixReferences, file
/SourceCache/dwarf_utilities/dwarf_utilities-66/source/DWARFdSYM.cpp, line
3619.
./libtool: line 7982: 77537 Abort trap              dsymutil
.libs/libffi.4.dylib
libtool: link: (cd ".libs" && rm -f "libffi.dylib" && ln -s "libffi.4.dylib"
"libffi.dylib")
...
libtool: link: dsymutil .libs/libgcj.11.dylib || :
Assertion failed: (orig_str), function FixReferences, file
/SourceCache/dwarf_utilities/dwarf_utilities-66/source/DWARFdSYM.cpp, line
3619.
./libtool: line 7996: 79525 Abort trap              dsymutil
.libs/libgcj.11.dylib
libtool: link: (cd ".libs" && rm -f "libgcj.dylib" && ln -s "libgcj.11.dylib"
"libgcj.dylib")
...
libtool: link: dsymutil .libs/libgcj.11.dylib || :
Assertion failed: (orig_str), function FixReferences, file
/SourceCache/dwarf_utilities/dwarf_utilities-66/source/DWARFdSYM.cpp, line
3619.
./libtool: line 7996: 50550 Abort trap              dsymutil
.libs/libgcj.11.dylib
libtool: link: (cd ".libs" && rm -f "libgcj.dylib" && ln -s "libgcj.11.dylib"
"libgcj.dylib")
...

Looking in more details I get

[ibook-dhum] libstdc++-v3/src/.libs% dsymutil libstdc++.6.dylib
Assertion failed: (orig_str), function FixReferences, file
/SourceCache/dwarf_utilities/dwarf_utilities-66/source/DWARFdSYM.cpp, line
3619.
Abort
[ibook-dhum] libstdc++-v3/x86_64/src/.libs% dsymutil libstdc++.6.dylib
Assertion failed: (orig_str), function FixReferences, file
/SourceCache/dwarf_utilities/dwarf_utilities-66/source/DWARFdSYM.cpp, line
3619.
Abort
[ibook-dhum] libgfortran/.libs% dsymutil libgfortran.3.dylib
warning: {0x0004c5b4} TAG_formal_parameter:  AT_location( 0x0004e95e ) didn't
have valid function low pc, the location list will be incorrect.
[ibook-dhum] x86_64/libgfortran/.libs% dsymutil libgfortran.3.dylib
Assertion failed: (orig_str), function FixReferences, file
/SourceCache/dwarf_utilities/dwarf_utilities-66/source/DWARFdSYM.cpp, line
3619.
Abort
[ibook-dhum] libobjc/.libs% dsymutil libobjc-gnu.2.dylib
warning: {0x000047a9} TAG_formal_parameter:  AT_location( 0x00000000 ) didn't
have valid function low pc, the location list will be incorrect.
Assertion failed: (orig_str), function FixReferences, file
/SourceCache/dwarf_utilities/dwarf_utilities-66/source/DWARFdSYM.cpp, line
3619.
Abort
[ibook-dhum] x86_64/libobjc/.libs% dsymutil libobjc-gnu.2.dylib

This is likely due to revision 151901 and seems harmless on the fortran tests I
have done (I did not regtested yet).


-- 

dominiq at lps dot ens dot fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |blocker
            Summary|[4.5 Regression] Bootstrap  |[4.5 Regression] Bootstrap
                   |fails at revision 151873 on |fails on *-apple-darwin* due
                   |*-apple-darwin9             |to revision 151815


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


  parent reply	other threads:[~2009-09-21  8:05 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-19  9:49 [Bug bootstrap/41405] New: [4.5 Regression] Bootstrap fails at revision 151873 on *-apple-darwin9 dominiq at lps dot ens dot fr
2009-09-19 19:56 ` [Bug bootstrap/41405] " rguenth at gcc dot gnu dot org
2009-09-19 20:44 ` rguenth at gcc dot gnu dot org
2009-09-19 21:31 ` dominiq at lps dot ens dot fr
2009-09-19 21:40 ` dominiq at lps dot ens dot fr
2009-09-19 22:04 ` rguenth at gcc dot gnu dot org
2009-09-19 23:14 ` howarth at nitro dot med dot uc dot edu
2009-09-19 23:22 ` howarth at nitro dot med dot uc dot edu
2009-09-19 23:23 ` howarth at nitro dot med dot uc dot edu
2009-09-19 23:24 ` howarth at nitro dot med dot uc dot edu
2009-09-19 23:26 ` howarth at nitro dot med dot uc dot edu
2009-09-19 23:37 ` howarth at nitro dot med dot uc dot edu
2009-09-20  8:01 ` developer at sandoe-acoustics dot co dot uk
2009-09-20  9:39 ` developer at sandoe-acoustics dot co dot uk
2009-09-20 15:24 ` dominiq at lps dot ens dot fr
2009-09-20 16:23 ` howarth at nitro dot med dot uc dot edu
2009-09-20 16:24 ` howarth at nitro dot med dot uc dot edu
2009-09-20 16:37 ` rguenth at gcc dot gnu dot org
2009-09-20 17:02 ` howarth at nitro dot med dot uc dot edu
2009-09-20 21:49 ` pogma at gcc dot gnu dot org
2009-09-20 22:38 ` developer at sandoe-acoustics dot co dot uk
2009-09-21  7:01 ` jakub at gcc dot gnu dot org
2009-09-21  8:05 ` dominiq at lps dot ens dot fr [this message]
2009-09-21  9:04 ` [Bug bootstrap/41405] [4.5 Regression] Bootstrap fails on *-apple-darwin* due to revision 151815 developer at sandoe-acoustics dot co dot uk
2009-09-21 10:22 ` jakub at gcc dot gnu dot org
2009-09-21 12:19 ` dominiq at lps dot ens dot fr
2009-09-21 12:45 ` developer at sandoe-acoustics dot co dot uk
2009-09-21 14:25 ` developer at sandoe-acoustics dot co dot uk
2009-09-21 15:37 ` jakub at gcc dot gnu dot org
2009-09-21 16:46 ` developer at sandoe-acoustics dot co dot uk
2009-09-21 17:07 ` howarth at nitro dot med dot uc dot edu
2009-09-21 17:25 ` jakub at gcc dot gnu dot org
2009-09-21 18:50 ` developer at sandoe-acoustics dot co dot uk
2009-09-22  7:08 ` jakub at gcc dot gnu dot org
2009-09-22 13:22 ` jakub at gcc dot gnu dot org
2009-09-22 14:36 ` developer at sandoe-acoustics dot co dot uk
2009-09-22 15:01 ` rguenth at gcc dot gnu dot org
2009-09-22 15:04 ` jakub at gcc dot gnu dot org
2009-09-22 16:09 ` developer at sandoe-acoustics dot co dot uk
2009-09-22 16:38 ` developer at sandoe-acoustics dot co dot uk
2009-09-22 20:17 ` developer at sandoe-acoustics dot co dot uk
2009-09-22 20:47 ` howarth at nitro dot med dot uc dot edu
2009-09-22 21:00 ` dominiq at lps dot ens dot fr
2009-09-22 21:34 ` jakub at gcc dot gnu dot org
2009-09-22 21:42 ` developer at sandoe-acoustics dot co dot uk
2009-09-23  0:11 ` howarth at nitro dot med dot uc dot edu
2009-09-23  1:35 ` howarth at nitro dot med dot uc dot edu
2009-09-23  3:33 ` howarth at nitro dot med dot uc dot edu
2009-09-23  4:22 ` howarth at nitro dot med dot uc dot edu
2009-09-23  9:13 ` developer at sandoe-acoustics dot co dot uk
2009-09-23  9:29 ` dominiq at lps dot ens dot fr
2009-09-23 13:38 ` howarth at nitro dot med dot uc dot edu
2009-09-23 13:49 ` howarth at nitro dot med dot uc dot edu
2009-09-23 13:58 ` developer at sandoe-acoustics dot co dot uk
2009-09-23 14:26 ` howarth at nitro dot med dot uc dot edu
2009-09-23 14:30 ` jakub at gcc dot gnu dot org
2009-09-23 14:53 ` jakub at gcc dot gnu dot org
2009-09-23 15:23 ` howarth at nitro dot med dot uc dot edu
2009-09-23 15:43 ` howarth at nitro dot med dot uc dot edu
2009-09-23 19:40 ` developer at sandoe-acoustics dot co dot uk
2009-09-23 23:06 ` howarth at nitro dot med dot uc dot edu
2009-09-23 23:34 ` howarth at nitro dot med dot uc dot edu
2009-09-24  9:06 ` dominiq at lps dot ens dot fr
2009-09-24  9:40 ` dominiq at lps dot ens dot fr
2009-09-24 13:47 ` howarth at nitro dot med dot uc dot edu
2009-09-24 17:03 ` rth at gcc dot gnu dot org
2009-09-25  8:11 ` developer at sandoe-acoustics dot co dot uk
2009-09-25 14:04 ` howarth at nitro dot med dot uc dot edu
2009-09-25 21:40 ` dominiq at lps dot ens dot fr

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=20090921080541.32055.qmail@sourceware.org \
    --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).