|
Bugzilla – Full Text Bug Listing |
| Summary: | The msgfmt from gettext-runtime does not know how to convert LATIN-1 to UTF-8 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Dr. Werner Fink <werner> |
| Component: | Basesystem | Assignee: | Christian Vögl <christian.voegl> |
| Status: | REOPENED --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | alarrosa, Andreas.Stieger, dimstar, schwab |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Dr. Werner Fink
2024-05-27 10:51:47 UTC
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 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 |