Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 909015 - media-video/vlc-9999 fails with sys-devel/gettext-0.22 : 'msgstr' is not a valid C format string
Summary: media-video/vlc-9999 fails with sys-devel/gettext-0.22 : 'msgstr' is not a va...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: 908875
  Show dependency tree
 
Reported: 2023-06-22 22:13 UTC by cyrillic
Modified: 2023-07-03 20:56 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cyrillic 2023-06-22 22:13:29 UTC
media-video/vlc-9999 fails with sys-devel/gettext-0.22 : 'msgstr' is not a valid C format string

The same typo is present in both fr.po and oc.po

Reproducible: Always




--- a/po/fr.po	2023-06-22 17:03:52.617524105 -0400
+++ b/po/fr.po	2023-06-22 17:31:51.863825906 -0400
@@ -5407,19 +5407,19 @@
 #: src/misc/update.c:482
 #, c-format
 msgid "%.1f GiB"
-msgstr "%.lf Gio"
+msgstr "%.1f Gio"
 
 #: src/misc/update.c:484
 #, c-format
 msgid "%.1f MiB"
-msgstr "%.lf Mio"
+msgstr "%.1f Mio"
 
 #: src/misc/update.c:486 modules/gui/macosx/VLCPlaylistInfo.m:148
 #: modules/gui/macosx/VLCPlaylistInfo.m:150
 #: modules/gui/macosx/VLCPlaylistInfo.m:160
 #, c-format
 msgid "%.1f KiB"
-msgstr "%.lf Kio"
+msgstr "%.1f Kio"
 
 #: src/misc/update.c:488
 #, c-format


--- a/po/oc.po	2023-06-22 17:39:12.776074923 -0400
+++ b/po/oc.po	2023-06-22 17:45:18.704068694 -0400
@@ -5374,19 +5374,19 @@
 #: src/misc/update.c:482
 #, c-format
 msgid "%.1f GiB"
-msgstr "%.lf Gio"
+msgstr "%.1f Gio"
 
 #: src/misc/update.c:484
 #, c-format
 msgid "%.1f MiB"
-msgstr "%.lf Mio"
+msgstr "%.1f Mio"
 
 #: src/misc/update.c:486 modules/gui/macosx/VLCPlaylistInfo.m:148
 #: modules/gui/macosx/VLCPlaylistInfo.m:150
 #: modules/gui/macosx/VLCPlaylistInfo.m:160
 #, c-format
 msgid "%.1f KiB"
-msgstr "%.lf Kio"
+msgstr "%.1f Kio"
 
 #: src/misc/update.c:488
 #, c-format
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-06-26 16:49:53 UTC
Could you send this upstream please? Thanks.
Comment 2 cyrillic 2023-06-26 18:12:00 UTC
Getting a github.com account was easy, but code.videolan.org seems to be more of a pain. I was kinda hoping someone else could push this upstream.
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-06-26 18:15:50 UTC
ack, will do it
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-06-26 18:21:38 UTC
Done, thanks: https://code.videolan.org/videolan/vlc/-/merge_requests/3826
Comment 5 cyrillic 2023-07-03 20:56:31 UTC
It looks like upstream accepted it.

https://code.videolan.org/videolan/vlc/-/commit/9d67e20c2edd25251b46d1780a7973b44ac5e5ba