Bug 2021637

Summary: mtools: needs dependency on glibc-gconv-extra since F35
Product: [Fedora] Fedora Reporter: fedora.dm0
Component: mtoolsAssignee: Vojtech Trefny <vtrefny>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 35CC: vonsch, vtrefny
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: mtools-4.0.35-2.fc36 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-11-10 09:50:40 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description fedora.dm0 2021-11-09 19:45:03 UTC
Description of problem:
Fedora 35 has a new subpackage glibc-gconv-extra which now contains support for code page 850, the default DOS character set.  The mtools commands fail without this.

Version-Release number of selected component (if applicable):
mtools-4.0.35-1.fc35.x86_64

How reproducible:
Always

Steps to Reproduce:
1. truncate --size=272629760 esp.img
2. mkfs.vfat -F 32 -n EFI-SYSTEM esp.img
3. mmd -i esp.img ::/EFI ::/EFI/BOOT

Actual results:
The mmd command fails with return code 1 and output:
Error converting to codepage 850 Invalid argument
Error setting code page
Cannot initialize '::'
Error converting to codepage 850 Invalid argument
Error setting code page
Cannot initialize '::'

Expected results:
It should successfully create directories in the image.

Additional info:
It works after "dnf -y install glibc-gconv-extra".  The code page can be changed in the config file, but it looks like all acceptable options (judging by the man page's description) are packaged in glibc-gconv-extra.

Comment 1 Fedora Update System 2021-11-10 10:02:48 UTC
FEDORA-2021-2019faf7d0 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-2019faf7d0

Comment 2 Fedora Update System 2021-11-11 04:37:23 UTC
FEDORA-2021-2019faf7d0 has been pushed to the Fedora 35 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-2019faf7d0`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-2019faf7d0

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 3 Fedora Update System 2021-11-14 04:07:24 UTC
FEDORA-2021-2019faf7d0 has been pushed to the Fedora 35 stable repository.
If problem still persists, please make note of it in this bug report.