public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/43623]  New: FAIL: abi_check sparc
@ 2010-04-02  1:02 davem at davemloft dot net
  2010-04-02  1:03 ` [Bug libstdc++/43623] " davem at davemloft dot net
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: davem at davemloft dot net @ 2010-04-02  1:02 UTC (permalink / raw)
  To: gcc-bugs

abi_check has been failing on sparc for a while, looking
at the baseline_txt updates it hasn't been updated in
a very long time.  Therefore I'm pretty sure gcc-4.4 et al.
need similar updating.

I'll attach the detailed failure logs from make check
that lists all the symbol differences.


-- 
           Summary: FAIL: abi_check sparc
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: davem at davemloft dot net
 GCC build triplet: sparc-unknown-linux-gnu
  GCC host triplet: sparc-unknown-linux-gnu
GCC target triplet: sparc-unknown-linux-gnu


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


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

* [Bug libstdc++/43623] FAIL: abi_check sparc
  2010-04-02  1:02 [Bug libstdc++/43623] New: FAIL: abi_check sparc davem at davemloft dot net
@ 2010-04-02  1:03 ` davem at davemloft dot net
  2010-04-02  9:37 ` paolo dot carlini at oracle dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: davem at davemloft dot net @ 2010-04-02  1:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from davem at davemloft dot net  2010-04-02 01:02 -------
Created an attachment (id=20281)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20281&action=view)
libstdc++ abi_check failure log on sparc


-- 


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


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

* [Bug libstdc++/43623] FAIL: abi_check sparc
  2010-04-02  1:02 [Bug libstdc++/43623] New: FAIL: abi_check sparc davem at davemloft dot net
  2010-04-02  1:03 ` [Bug libstdc++/43623] " davem at davemloft dot net
@ 2010-04-02  9:37 ` paolo dot carlini at oracle dot com
  2010-04-02 20:26 ` davem at davemloft dot net
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-04-02  9:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from paolo dot carlini at oracle dot com  2010-04-02 09:37 -------
Sorry if I'm misunderstanding what you are saying, but, first, I should point
out that a baseline is a **baseline**, not something you update from time to
time at will. Eg, the x86_64-linux baseline is certainly much older, and works
perfectly ok.

That said, I had a quick look to the failures and seem to me very similar to
the failures I obtain on x86_64-linux if I onfigure with
--enable-clocale=generic, thus overriding the normal choice of the gnu locale
model. Isn't the case that on the sparc machine at issue the required
localedata is missing and the configury falls back to generic?


-- 


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


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

* [Bug libstdc++/43623] FAIL: abi_check sparc
  2010-04-02  1:02 [Bug libstdc++/43623] New: FAIL: abi_check sparc davem at davemloft dot net
  2010-04-02  1:03 ` [Bug libstdc++/43623] " davem at davemloft dot net
  2010-04-02  9:37 ` paolo dot carlini at oracle dot com
@ 2010-04-02 20:26 ` davem at davemloft dot net
  2010-04-02 20:39 ` paolo dot carlini at oracle dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: davem at davemloft dot net @ 2010-04-02 20:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from davem at davemloft dot net  2010-04-02 20:25 -------
Sorry, I overlooked that I'd been building with --disable-nls, I'll
rebuild with --enable-nls and see how things look after that.


-- 


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


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

* [Bug libstdc++/43623] FAIL: abi_check sparc
  2010-04-02  1:02 [Bug libstdc++/43623] New: FAIL: abi_check sparc davem at davemloft dot net
                   ` (2 preceding siblings ...)
  2010-04-02 20:26 ` davem at davemloft dot net
@ 2010-04-02 20:39 ` paolo dot carlini at oracle dot com
  2010-04-02 21:42 ` davem at davemloft dot net
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-04-02 20:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from paolo dot carlini at oracle dot com  2010-04-02 20:39 -------
I don't think it can be the whole story. Please, double check that you have the
required localedata installed, per:

  
http://gcc.gnu.org/onlinedocs/libstdc++/manual/setup.html#manual.intro.setup.prereq

and which locale model ends up being selected by [GLIBCXX_ENABLE_CLOCALE]. The
ABI baselines have been generated for the GNU locale model, are not suited for
the generic locale model.


-- 


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


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

* [Bug libstdc++/43623] FAIL: abi_check sparc
  2010-04-02  1:02 [Bug libstdc++/43623] New: FAIL: abi_check sparc davem at davemloft dot net
                   ` (3 preceding siblings ...)
  2010-04-02 20:39 ` paolo dot carlini at oracle dot com
@ 2010-04-02 21:42 ` davem at davemloft dot net
  2010-04-02 22:54 ` joseph at codesourcery dot com
  2010-04-03  1:51 ` davem at davemloft dot net
  6 siblings, 0 replies; 8+ messages in thread
From: davem at davemloft dot net @ 2010-04-02 21:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from davem at davemloft dot net  2010-04-02 21:42 -------
I've double checked that I have the locales and everything installed.

I'm building a fixed setup now, and I validated that "gnu" instead of
"generic" is now choosen for the c++locale.h header file by
libstdc++'s configure.

I'll report the abi_check result when it's ready.


-- 


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


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

* [Bug libstdc++/43623] FAIL: abi_check sparc
  2010-04-02  1:02 [Bug libstdc++/43623] New: FAIL: abi_check sparc davem at davemloft dot net
                   ` (4 preceding siblings ...)
  2010-04-02 21:42 ` davem at davemloft dot net
@ 2010-04-02 22:54 ` joseph at codesourcery dot com
  2010-04-03  1:51 ` davem at davemloft dot net
  6 siblings, 0 replies; 8+ messages in thread
From: joseph at codesourcery dot com @ 2010-04-02 22:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from joseph at codesourcery dot com  2010-04-02 22:54 -------
Subject: Re:  FAIL: abi_check sparc

--enable-nls ought not to affect the choice of locale model; it should be 
solely about translations of GCC's own messages.  (If libstdc++'s messages 
were actually usefully translated - domain registered with the TP and 
translations handled through the TP, regeneration part of procedures 
documented at http://gcc.gnu.org/translation.html - then it would also be 
desirable to be able to configure message translation for host and target 
separately.)


-- 


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


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

* [Bug libstdc++/43623] FAIL: abi_check sparc
  2010-04-02  1:02 [Bug libstdc++/43623] New: FAIL: abi_check sparc davem at davemloft dot net
                   ` (5 preceding siblings ...)
  2010-04-02 22:54 ` joseph at codesourcery dot com
@ 2010-04-03  1:51 ` davem at davemloft dot net
  6 siblings, 0 replies; 8+ messages in thread
From: davem at davemloft dot net @ 2010-04-03  1:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from davem at davemloft dot net  2010-04-03 01:51 -------
Ok, once I straightened out all of the locale issues the abi_check
failure went away.  Closing.


-- 

davem at davemloft dot net changed:

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


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


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

end of thread, other threads:[~2010-04-03  1:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-02  1:02 [Bug libstdc++/43623] New: FAIL: abi_check sparc davem at davemloft dot net
2010-04-02  1:03 ` [Bug libstdc++/43623] " davem at davemloft dot net
2010-04-02  9:37 ` paolo dot carlini at oracle dot com
2010-04-02 20:26 ` davem at davemloft dot net
2010-04-02 20:39 ` paolo dot carlini at oracle dot com
2010-04-02 21:42 ` davem at davemloft dot net
2010-04-02 22:54 ` joseph at codesourcery dot com
2010-04-03  1:51 ` davem at davemloft dot net

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).