public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/65931] New: [5/6 regression] dsymutil assertion failure building libgnat-5.dylib
@ 2015-04-29 12:44 ro at gcc dot gnu.org
  2015-04-30 16:10 ` [Bug target/65931] " egall at gwmail dot gwu.edu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2015-04-29 12:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65931

            Bug ID: 65931
           Summary: [5/6 regression] dsymutil assertion failure building
                    libgnat-5.dylib
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: howarth.at.gcc at gmail dot com, iains at gcc dot gnu.org
  Target Milestone: ---
              Host: x86_64-apple-darwin14.3.0
            Target: x86_64-apple-darwin14.3.0
             Build: x86_64-apple-darwin14.3.0

For about two weeks (thus affecting both the gcc-5 branch and mainline), Ada
bootstrap on Mac OS X 10.10.3 is broken:

cd rts; dsymutil libgnat-5.dylib
Assertion failed: (linked_addr_pos != line_table_map.end()), function
FixReferences, file
/SourceCache/dwarf_utilities/dwarf_utilities-121/source/DWARFdSYM.cpp, line
3883.
/bin/sh: line 1: 85928 Abort trap: 6           dsymutil libgnat-5.dylib
make[3]: *** [gnatlib-shared-darwin] Error 134

This is dsymutil from dwarfutils-121.  I haven't yet checked if gcc's DWARF
output
changed in a way dsymutil cannot handle or dsymutil was upgraded (from Mac OS
10.10.2 to .3) adding some bogus check.

  Rainer


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

* [Bug target/65931] [5/6 regression] dsymutil assertion failure building libgnat-5.dylib
  2015-04-29 12:44 [Bug target/65931] New: [5/6 regression] dsymutil assertion failure building libgnat-5.dylib ro at gcc dot gnu.org
@ 2015-04-30 16:10 ` egall at gwmail dot gwu.edu
  2015-05-03 12:21 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: egall at gwmail dot gwu.edu @ 2015-04-30 16:10 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65931

Eric Gallager <egall at gwmail dot gwu.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egall at gwmail dot gwu.edu

--- Comment #1 from Eric Gallager <egall at gwmail dot gwu.edu> ---
(In reply to Rainer Orth from comment #0)
> For about two weeks (thus affecting both the gcc-5 branch and mainline), Ada
> bootstrap on Mac OS X 10.10.3 is broken:
> 
> cd rts; dsymutil libgnat-5.dylib
> Assertion failed: (linked_addr_pos != line_table_map.end()), function
> FixReferences, file
> /SourceCache/dwarf_utilities/dwarf_utilities-121/source/DWARFdSYM.cpp, line
> 3883.
> /bin/sh: line 1: 85928 Abort trap: 6           dsymutil libgnat-5.dylib
> make[3]: *** [gnatlib-shared-darwin] Error 134
> 
> This is dsymutil from dwarfutils-121.  I haven't yet checked if gcc's DWARF
> output
> changed in a way dsymutil cannot handle or dsymutil was upgraded (from Mac
> OS 10.10.2 to .3) adding some bogus check.

Even if dsymutil hasn't been upgraded, it might still be Apple's bug anyways...
Have you filed a radar for this yet?


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

* [Bug target/65931] [5/6 regression] dsymutil assertion failure building libgnat-5.dylib
  2015-04-29 12:44 [Bug target/65931] New: [5/6 regression] dsymutil assertion failure building libgnat-5.dylib ro at gcc dot gnu.org
  2015-04-30 16:10 ` [Bug target/65931] " egall at gwmail dot gwu.edu
@ 2015-05-03 12:21 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2015-05-03 16:58 ` dominiq at lps dot ens.fr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2015-05-03 12:21 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65931

--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> ---
> --- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> I have already filed Bug ID# 20510039 and I am using dsymutil from Xcode 6.2.

Good, that helped quite a lot.

Thanks for the info.

        Rainer


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

* [Bug target/65931] [5/6 regression] dsymutil assertion failure building libgnat-5.dylib
  2015-04-29 12:44 [Bug target/65931] New: [5/6 regression] dsymutil assertion failure building libgnat-5.dylib ro at gcc dot gnu.org
  2015-04-30 16:10 ` [Bug target/65931] " egall at gwmail dot gwu.edu
  2015-05-03 12:21 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2015-05-03 16:58 ` dominiq at lps dot ens.fr
  2015-06-30 10:33 ` rguenth at gcc dot gnu.org
  2015-07-16  9:18 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2015-05-03 16:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65931

--- Comment #5 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> Did you also upload a standalone test case as a reproducer in that radar?

I did provide what I was asked for. Since then I don't have any news.


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

* [Bug target/65931] [5/6 regression] dsymutil assertion failure building libgnat-5.dylib
  2015-04-29 12:44 [Bug target/65931] New: [5/6 regression] dsymutil assertion failure building libgnat-5.dylib ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-05-03 16:58 ` dominiq at lps dot ens.fr
@ 2015-06-30 10:33 ` rguenth at gcc dot gnu.org
  2015-07-16  9:18 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-06-30 10:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65931

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
Waiting for apple


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

* [Bug target/65931] [5/6 regression] dsymutil assertion failure building libgnat-5.dylib
  2015-04-29 12:44 [Bug target/65931] New: [5/6 regression] dsymutil assertion failure building libgnat-5.dylib ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2015-06-30 10:33 ` rguenth at gcc dot gnu.org
@ 2015-07-16  9:18 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-07-16  9:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65931

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|5.2                         |5.3

--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 5.2 is being released, adjusting target milestone to 5.3.


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

end of thread, other threads:[~2015-07-16  9:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-29 12:44 [Bug target/65931] New: [5/6 regression] dsymutil assertion failure building libgnat-5.dylib ro at gcc dot gnu.org
2015-04-30 16:10 ` [Bug target/65931] " egall at gwmail dot gwu.edu
2015-05-03 12:21 ` ro at CeBiTec dot Uni-Bielefeld.DE
2015-05-03 16:58 ` dominiq at lps dot ens.fr
2015-06-30 10:33 ` rguenth at gcc dot gnu.org
2015-07-16  9:18 ` rguenth at gcc dot gnu.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).