bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/21732] New: String-concatenated message can not be transla


From: goeran at uddeborg dot se
Subject: [Bug binutils/21732] New: String-concatenated message can not be translated
Date: Fri, 07 Jul 2017 10:11:04 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=21732

            Bug ID: 21732
           Summary: String-concatenated message can not be translated
           Product: binutils
           Version: 2.29
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: goeran at uddeborg dot se
  Target Milestone: ---

In binutils/dwarf.c there is this code:

        error (_("Internal error: %s%d: LEB value (%#" DWARF_VMA_FMT "x) too
large for containing variable\n"), \

The C-compiler will compose the three strings to one, but when extracting this
for translation that hasn't happened yet.  Thus only the initial part,
"Internal error: %s%d: LEB value (%#", will show up in the po files.  The
completed string will be sent to gettext (“_”), but never found in the catalog.

The gettext documentation at
https://www.gnu.org/software/gettext/manual/html_node/Preparing-Strings.html ,
the last part of that page, has some discussion on how to handle cases like
this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]