public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/55706] New: [4.8 Regression] failue to build libstdc++ in stage 1
@ 2012-12-15 10:46 rainer@emrich-ebersheim.de
  2012-12-15 12:43 ` [Bug bootstrap/55706] " redi at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: rainer@emrich-ebersheim.de @ 2012-12-15 10:46 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55706
           Summary: [4.8 Regression] failue to build libstdc++ in stage 1
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: rainer@emrich-ebersheim.de


Created attachment 28976
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28976
error log

There are a lot of failures, huge error log attached.

For me it looks like the root cause is the following:

libstdc++-v3/include/bits/basic_string.h:2971:22: note:   mismatched types
'std::size_t {aka long long unsigned int}' and 'const wchar_t*'

That causes for example
error: no matching function for call to '__to_xstring(int (*)(wchar_t*, const
wchar_t*, char*), long long unsigned int, const wchar_t [3], unsigned int&)'

an leads to template argument deduction/substitution failed.


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

* [Bug bootstrap/55706] [4.8 Regression] failue to build libstdc++ in stage 1
  2012-12-15 10:46 [Bug bootstrap/55706] New: [4.8 Regression] failue to build libstdc++ in stage 1 rainer@emrich-ebersheim.de
@ 2012-12-15 12:43 ` redi at gcc dot gnu.org
  2012-12-15 12:47 ` redi at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2012-12-15 12:43 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-12-15 12:43:15 UTC ---
This implies the type of std::vswprintf is wrong on that platform.


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

* [Bug bootstrap/55706] [4.8 Regression] failue to build libstdc++ in stage 1
  2012-12-15 10:46 [Bug bootstrap/55706] New: [4.8 Regression] failue to build libstdc++ in stage 1 rainer@emrich-ebersheim.de
  2012-12-15 12:43 ` [Bug bootstrap/55706] " redi at gcc dot gnu.org
@ 2012-12-15 12:47 ` redi at gcc dot gnu.org
  2012-12-15 13:08 ` redi at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2012-12-15 12:47 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-12-15 12:47:13 UTC ---
Ah of course, this is the fix for PR 52015

You need to use at least r5437 from the Mingw-w64 trunk for 4.8, I will update
the release notes today


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

* [Bug bootstrap/55706] [4.8 Regression] failue to build libstdc++ in stage 1
  2012-12-15 10:46 [Bug bootstrap/55706] New: [4.8 Regression] failue to build libstdc++ in stage 1 rainer@emrich-ebersheim.de
  2012-12-15 12:43 ` [Bug bootstrap/55706] " redi at gcc dot gnu.org
  2012-12-15 12:47 ` redi at gcc dot gnu.org
@ 2012-12-15 13:08 ` redi at gcc dot gnu.org
  2013-09-05 14:16 ` rogerdpack at gmail dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2012-12-15 13:08 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-12-15 13:08:13 UTC ---
This is now documented http://gcc.gnu.org/gcc-4.8/changes.html#targets


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

* [Bug bootstrap/55706] [4.8 Regression] failue to build libstdc++ in stage 1
  2012-12-15 10:46 [Bug bootstrap/55706] New: [4.8 Regression] failue to build libstdc++ in stage 1 rainer@emrich-ebersheim.de
                   ` (2 preceding siblings ...)
  2012-12-15 13:08 ` redi at gcc dot gnu.org
@ 2013-09-05 14:16 ` rogerdpack at gmail dot com
  2013-09-05 14:33 ` [Bug bootstrap/55706] [4.8 Regression] failure " redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rogerdpack at gmail dot com @ 2013-09-05 14:16 UTC (permalink / raw)
  To: gcc-bugs

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

roger pack <rogerdpack at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rogerdpack at gmail dot com

--- Comment #4 from roger pack <rogerdpack at gmail dot com> ---
(as a note, appears mingw-w64 2.0.8 is not sufficient you need something
newer...)


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

* [Bug bootstrap/55706] [4.8 Regression] failure to build libstdc++ in stage 1
  2012-12-15 10:46 [Bug bootstrap/55706] New: [4.8 Regression] failue to build libstdc++ in stage 1 rainer@emrich-ebersheim.de
                   ` (3 preceding siblings ...)
  2013-09-05 14:16 ` rogerdpack at gmail dot com
@ 2013-09-05 14:33 ` redi at gcc dot gnu.org
  2013-09-05 14:41 ` rogerdpack at gmail dot com
  2013-09-05 15:54 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2013-09-05 14:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to roger pack from comment #4)
> (as a note, appears mingw-w64 2.0.8 is not sufficient you need something
> newer...)

It should be. 2.0.8 is from r5746 which is new enough.


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

* [Bug bootstrap/55706] [4.8 Regression] failure to build libstdc++ in stage 1
  2012-12-15 10:46 [Bug bootstrap/55706] New: [4.8 Regression] failue to build libstdc++ in stage 1 rainer@emrich-ebersheim.de
                   ` (4 preceding siblings ...)
  2013-09-05 14:33 ` [Bug bootstrap/55706] [4.8 Regression] failure " redi at gcc dot gnu.org
@ 2013-09-05 14:41 ` rogerdpack at gmail dot com
  2013-09-05 15:54 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: rogerdpack at gmail dot com @ 2013-09-05 14:41 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from roger pack <rogerdpack at gmail dot com> ---
Yeah I was getting the same error message with 2.0.8 and pinged them about it. 
Apparently the crt they bundled with 2.0.8 wasn't new enough or something like
that, and they plan on releasing a new release soon...from what I could glean
that is.


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

* [Bug bootstrap/55706] [4.8 Regression] failure to build libstdc++ in stage 1
  2012-12-15 10:46 [Bug bootstrap/55706] New: [4.8 Regression] failue to build libstdc++ in stage 1 rainer@emrich-ebersheim.de
                   ` (5 preceding siblings ...)
  2013-09-05 14:41 ` rogerdpack at gmail dot com
@ 2013-09-05 15:54 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2013-09-05 15:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Ah I see. Thanks for the info.


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

end of thread, other threads:[~2013-09-05 15:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-15 10:46 [Bug bootstrap/55706] New: [4.8 Regression] failue to build libstdc++ in stage 1 rainer@emrich-ebersheim.de
2012-12-15 12:43 ` [Bug bootstrap/55706] " redi at gcc dot gnu.org
2012-12-15 12:47 ` redi at gcc dot gnu.org
2012-12-15 13:08 ` redi at gcc dot gnu.org
2013-09-05 14:16 ` rogerdpack at gmail dot com
2013-09-05 14:33 ` [Bug bootstrap/55706] [4.8 Regression] failure " redi at gcc dot gnu.org
2013-09-05 14:41 ` rogerdpack at gmail dot com
2013-09-05 15:54 ` 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).