public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/32959]  New: msgfmt fails on file libcpp/po/fr.po
@ 2007-08-01 16:10 sdirkse at gams dot com
  2008-02-01  3:26 ` [Bug translation/32959] " bje at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: sdirkse at gams dot com @ 2007-08-01 16:10 UTC (permalink / raw)
  To: gcc-bugs

My build of gcc fails with an error running msgfmt.  If I do

/usr/bin/msgfmt --statistics libcpp/po/fr.po -o /dev/null

I get failure with the current gcc (rev 127119) but if I use the file fr.po
from rev 111982 the command works.  Does the fix need to happen to fr.po or to
my msgfmt binary?  I have Fedora Core 6 installed, with gettext RPM 0.14.6-4.


-- 
           Summary: msgfmt fails on file libcpp/po/fr.po
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sdirkse at gams dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug translation/32959] msgfmt fails on file libcpp/po/fr.po
  2007-08-01 16:10 [Bug bootstrap/32959] New: msgfmt fails on file libcpp/po/fr.po sdirkse at gams dot com
@ 2008-02-01  3:26 ` bje at gcc dot gnu dot org
  2008-02-01  4:09 ` bje at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bje at gcc dot gnu dot org @ 2008-02-01  3:26 UTC (permalink / raw)
  To: gcc-bugs



-- 

bje at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |bje at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-02-01 03:26:14
               date|                            |


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


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

* [Bug translation/32959] msgfmt fails on file libcpp/po/fr.po
  2007-08-01 16:10 [Bug bootstrap/32959] New: msgfmt fails on file libcpp/po/fr.po sdirkse at gams dot com
  2008-02-01  3:26 ` [Bug translation/32959] " bje at gcc dot gnu dot org
@ 2008-02-01  4:09 ` bje at gcc dot gnu dot org
  2008-02-01 18:25 ` sdirkse at gams dot com
  2008-02-03 23:36 ` bje at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: bje at gcc dot gnu dot org @ 2008-02-01  4:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bje at gcc dot gnu dot org  2008-02-01 04:09 -------
I see nothing in the diffs of r111982 and r127119 to suggest corruption or
problems with fr.po.  Your gettext does appear quite old, though, compared to
the version installed on my FC6 system. Can you please upgrade gettext and try
again?

Thanks.


-- 


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


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

* [Bug translation/32959] msgfmt fails on file libcpp/po/fr.po
  2007-08-01 16:10 [Bug bootstrap/32959] New: msgfmt fails on file libcpp/po/fr.po sdirkse at gams dot com
  2008-02-01  3:26 ` [Bug translation/32959] " bje at gcc dot gnu dot org
  2008-02-01  4:09 ` bje at gcc dot gnu dot org
@ 2008-02-01 18:25 ` sdirkse at gams dot com
  2008-02-03 23:36 ` bje at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: sdirkse at gams dot com @ 2008-02-01 18:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from sdirkse at gams dot com  2008-02-01 18:24 -------
I tried a more recent GCC checkout of the trunk and I no longer have this
issue, even with the old gettext.  If this reoccurs I'll try updating gettext.

Thanks, and please feel free to close this issue report.  Or should I close it?


-- 


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


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

* [Bug translation/32959] msgfmt fails on file libcpp/po/fr.po
  2007-08-01 16:10 [Bug bootstrap/32959] New: msgfmt fails on file libcpp/po/fr.po sdirkse at gams dot com
                   ` (2 preceding siblings ...)
  2008-02-01 18:25 ` sdirkse at gams dot com
@ 2008-02-03 23:36 ` bje at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: bje at gcc dot gnu dot org @ 2008-02-03 23:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from bje at gcc dot gnu dot org  2008-02-03 23:35 -------
The problem no longer occurs on mainline.


-- 

bje at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2008-02-03 23:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-01 16:10 [Bug bootstrap/32959] New: msgfmt fails on file libcpp/po/fr.po sdirkse at gams dot com
2008-02-01  3:26 ` [Bug translation/32959] " bje at gcc dot gnu dot org
2008-02-01  4:09 ` bje at gcc dot gnu dot org
2008-02-01 18:25 ` sdirkse at gams dot com
2008-02-03 23:36 ` bje at gcc dot gnu dot 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).