[Freeciv-tickets] [freeciv] #43355: zstd printf size_t trouble

Back to archive index
OSDN Ticket System norep****@osdn*****
Thu Dec 9 08:54:40 JST 2021


#43355: zstd printf size_t trouble

  Open Date: 2021-12-09 01:48
Last Update: 2021-12-09 01:54

URL for this Ticket:
    https://osdn.net//projects/freeciv/ticket/43355
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=43355

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2021-12-09 01:54 Updated by: cazfi
 * Resolution Update from None to Accepted


---------------------------------------------------------------------
Ticket Status:

      Reporter: cazfi
         Owner: (None)
          Type: Bugs
        Status: Open
      Priority: 9 - Highest
     MileStone: 3.1.0
     Component: General
      Severity: 5 - Medium
    Resolution: Accepted
---------------------------------------------------------------------

Ticket details:

Build on msys2 currently fails (detected by CI). The problem is bad format specifier for a size_t variable in zstd support code.
Will treat this as an emergency fix, even though there's multiple ways to proceed and all of them have their risks.
The obvious solution is to provide correct "%zu" format specifier, and that's what I'm going to test first. The risk associated to that is that it might not be supported by some of the compilers we've supported so far.

-- 
Ticket information of Freeciv project
Freeciv Project is hosted on OSDN

Project URL: https://osdn.net/projects/freeciv/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/freeciv/ticket/43355
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=43355



More information about the Freeciv-tickets mailing list
Back to archive index