Opened 21 months ago
Closed 21 months ago
#5445 closed enhancement (fixed)
gettext-0.22.5
| Reported by: | Xi Ruoyao | Owned by: | lfs-book |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.2 |
| Component: | Book | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New patch version.
Version 0.22.5 - February 2024
- The replacements for the printf()/fprintf()/... functions that are provided through <libintl.h> on native Windows and NetBSD now enable GCC's format string analysis (-Wformat).
- Bug fixes:
- xgettext's processing of Vala files with printf method invocations has been corrected (regression in 0.22).
- Build fixes on macOS.
Change History (3)
follow-up: 2 comment:1 by , 21 months ago
comment:2 by , 21 months ago
Replying to Xi Ruoyao:
https://savannah.gnu.org/bugs/index.php?65346
I remember we've been haunted by CJK Unified Ideographs Extension I once before (LibreOffice), but in this case I'm almost sure it's a test-suite-only issue.
Per the upstream response, I've updated libunistring to 1.2 for my BLFS system and these tests no longer fail. I assume they won't fail building LFS (while an internal libunistring copy is being used) as well.
comment:3 by , 21 months ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed at commits
Update to iana-etc-20240222.
Update to vim-9.1.0145.
Update to xz-5.6.0.
Update to tcl-8.6.14.
Update to shadow-4.14.6.
Update to setuptools-69.1.1.
Update to linux-6.7.7.
Update to libffi-3.4.6.
Update to gettext-0.22.5.
Update to expat-2.6.1.
Note:
See TracTickets
for help on using tickets.

https://savannah.gnu.org/bugs/index.php?65346
I remember we've been haunted by CJK Unified Ideographs Extension I once before (LibreOffice), but in this case I'm almost sure it's a test-suite-only issue.