public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/52866] New: [4.8 Regression] build with --enable-libstdcxx-debug fails in libstdc++
@ 2012-04-04 14:53 doko at gcc dot gnu.org
  2012-04-04 15:07 ` [Bug libstdc++/52866] " redi at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: doko at gcc dot gnu.org @ 2012-04-04 14:53 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52866
           Summary: [4.8 Regression] build with --enable-libstdcxx-debug
                    fails in libstdc++
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: doko@gcc.gnu.org


today's trunk fails to build, when configured with --enable-libstdcxx-debug

make[10]: Leaving directory
`/home/packages/gcc/snap/gcc-snapshot-20120404/build/x86_64-linux-gnu/libstdc++-v3/src/debug/c++11'
make[10]: Entering directory
`/home/packages/gcc/snap/gcc-snapshot-20120404/build/x86_64-linux-gnu/libstdc++-v3/src/debug'
make[10]: *** No rule to make target `compatibility.lo', needed by
`libstdc++.la'.  Stop.
make[10]: Leaving directory
`/home/packages/gcc/snap/gcc-snapshot-20120404/build/x86_64-linux-gnu/libstdc++-v3/src/debug'
make[9]: *** [all-recursive] Error 1


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

* [Bug libstdc++/52866] [4.8 Regression] build with --enable-libstdcxx-debug fails in libstdc++
  2012-04-04 14:53 [Bug libstdc++/52866] New: [4.8 Regression] build with --enable-libstdcxx-debug fails in libstdc++ doko at gcc dot gnu.org
@ 2012-04-04 15:07 ` redi at gcc dot gnu.org
  2012-04-05 10:47 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2012-04-04 15:07 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-04-04
     Ever Confirmed|0                           |1

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-04-04 15:07:11 UTC ---
Confirmed, I've had the same problem but not had time to debug it yet.


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

* [Bug libstdc++/52866] [4.8 Regression] build with --enable-libstdcxx-debug fails in libstdc++
  2012-04-04 14:53 [Bug libstdc++/52866] New: [4.8 Regression] build with --enable-libstdcxx-debug fails in libstdc++ doko at gcc dot gnu.org
  2012-04-04 15:07 ` [Bug libstdc++/52866] " redi at gcc dot gnu.org
@ 2012-04-05 10:47 ` rguenth at gcc dot gnu.org
  2012-04-25  0:05 ` bkoz at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-04-05 10:47 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.8.0


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

* [Bug libstdc++/52866] [4.8 Regression] build with --enable-libstdcxx-debug fails in libstdc++
  2012-04-04 14:53 [Bug libstdc++/52866] New: [4.8 Regression] build with --enable-libstdcxx-debug fails in libstdc++ doko at gcc dot gnu.org
  2012-04-04 15:07 ` [Bug libstdc++/52866] " redi at gcc dot gnu.org
  2012-04-05 10:47 ` rguenth at gcc dot gnu.org
@ 2012-04-25  0:05 ` bkoz at gcc dot gnu.org
  2012-04-30 17:46 ` bkoz at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bkoz at gcc dot gnu.org @ 2012-04-25  0:05 UTC (permalink / raw)
  To: gcc-bugs

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

Benjamin Kosnik <bkoz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bkoz at gcc dot gnu.org

--- Comment #2 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2012-04-25 00:05:21 UTC ---

yo dudes, I cannot reproduce this on x86_64 linux with:

--enable-languages=c,c++ --verbose --enable-libstdcxx-debug
--enable-languages=c,c++ --verbose --enable-libstdcxx-debug --disable-multilib 

and others. This might have been a transitory thing, or perhaps there is
something besides just --enable-libstdcxx-debug that is necessary to trigger
it?


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

* [Bug libstdc++/52866] [4.8 Regression] build with --enable-libstdcxx-debug fails in libstdc++
  2012-04-04 14:53 [Bug libstdc++/52866] New: [4.8 Regression] build with --enable-libstdcxx-debug fails in libstdc++ doko at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-04-25  0:05 ` bkoz at gcc dot gnu.org
@ 2012-04-30 17:46 ` bkoz at gcc dot gnu.org
  2012-05-02 17:03 ` bkoz at gcc dot gnu.org
  2012-05-02 22:11 ` redi at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: bkoz at gcc dot gnu.org @ 2012-04-30 17:46 UTC (permalink / raw)
  To: gcc-bugs

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

Benjamin Kosnik <bkoz at gcc dot gnu.org> changed:

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

--- Comment #3 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2012-04-30 17:46:32 UTC ---

Waiting on details so I can reproduce...


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

* [Bug libstdc++/52866] [4.8 Regression] build with --enable-libstdcxx-debug fails in libstdc++
  2012-04-04 14:53 [Bug libstdc++/52866] New: [4.8 Regression] build with --enable-libstdcxx-debug fails in libstdc++ doko at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2012-04-30 17:46 ` bkoz at gcc dot gnu.org
@ 2012-05-02 17:03 ` bkoz at gcc dot gnu.org
  2012-05-02 22:11 ` redi at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: bkoz at gcc dot gnu.org @ 2012-05-02 17:03 UTC (permalink / raw)
  To: gcc-bugs

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

Benjamin Kosnik <bkoz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #4 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2012-05-02 17:03:16 UTC ---

I'm going to close this as a transitory buglet, if it returns please re-open


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

* [Bug libstdc++/52866] [4.8 Regression] build with --enable-libstdcxx-debug fails in libstdc++
  2012-04-04 14:53 [Bug libstdc++/52866] New: [4.8 Regression] build with --enable-libstdcxx-debug fails in libstdc++ doko at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2012-05-02 17:03 ` bkoz at gcc dot gnu.org
@ 2012-05-02 22:11 ` redi at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2012-05-02 22:11 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-05-02 22:11:38 UTC ---
Yep, I can't reproduce it now


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

end of thread, other threads:[~2012-05-02 22:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-04 14:53 [Bug libstdc++/52866] New: [4.8 Regression] build with --enable-libstdcxx-debug fails in libstdc++ doko at gcc dot gnu.org
2012-04-04 15:07 ` [Bug libstdc++/52866] " redi at gcc dot gnu.org
2012-04-05 10:47 ` rguenth at gcc dot gnu.org
2012-04-25  0:05 ` bkoz at gcc dot gnu.org
2012-04-30 17:46 ` bkoz at gcc dot gnu.org
2012-05-02 17:03 ` bkoz at gcc dot gnu.org
2012-05-02 22:11 ` redi 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).