From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11681 invoked by alias); 15 Dec 2012 10:46:17 -0000 Received: (qmail 11620 invoked by uid 48); 15 Dec 2012 10:46:00 -0000 From: "rainer@emrich-ebersheim.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/55706] New: [4.8 Regression] failue to build libstdc++ in stage 1 Date: Sat, 15 Dec 2012 10:46:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rainer@emrich-ebersheim.de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-12/txt/msg01540.txt.bz2 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.