Bugzilla – Bug 1225340
The msgfmt from gettext-runtime does not know how to convert LATIN-1 to UTF-8
Last modified: 2024-07-16 15:55:08 UTC
The package psmisc does not build anymore due to [ 21s] el.1po: 92 translated messages. [ 21s] /usr/bin/msgfmt: Cannot convert from "ISO-8859-1" to "UTF-8". msgfmt relies on iconv(). This version was built without iconv(). means msgfmt from gettext-runtime is missing the major feature iconv(3)
Seems to be a regression due to an update of gettext(-runtime)
(In reply to Dr. Werner Fink from comment #0) > The package psmisc does not build anymore due to > > [ 21s] el.1po: 92 translated messages. > [ 21s] /usr/bin/msgfmt: Cannot convert from "ISO-8859-1" to "UTF-8". > msgfmt relies on iconv(). This version was built without iconv(). > > > means msgfmt from gettext-runtime is missing the major feature iconv(3) considering the package psmisc builds perfectly fail in Factory (it's part of Ring1 after all) I am convinced nothing in Factory is responsible for the breakage - it must be limited to something in the devel project (Base:System) most likely glibc - which is just undergoing some rework in this area https://build.opensuse.org/request/show/1177069 CC Andreas Schwab
https://build.opensuse.org/request/show/1177070
No maintainer anymore ... > ldapcat passwd | grep Voegl cvoegl:x:17792:50:Christian Voegl,,,,serv=loki,mail=relay,type=prak,relo=:/real-home/gone:/bin/false
unresolvable: nothing provides /usr/sbin/iconvconfig needed by glibc-gconv-modules-extra, nothing provides /usr/sbin/iconvconfig needed by glibc-gconv-modules-extra The same I see at build if I require at build time glibc-gconv-modules-extra ... but the binary exists werner/psmisc> ll /abuild/oscbuild/openSUSE_Tumbleweed/usr/sbin/iconvconfig -rwxr-xr-x 1 root root 35592 May 21 11:44 /abuild/oscbuild/openSUSE_Tumbleweed/usr/sbin/iconvconfig
FileProvides: /usr/sbin/iconvconfig glibc
I've added FileProvides: /usr/sbin/install-info glibc for project config of Base:System for Factory and Tumbleweed