Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1698984

Summary: Duplicated locale name "Català (Espanya)" for locale selection in install dialog
Product: [Fedora] Fedora Reporter: Robert Antoni Buj Gelonch <rbuj>
Component: langtableAssignee: Mike FABIAN <mfabian>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 30CC: anaconda-maint-list, i18n-bugs, jonathan, kellin, mfabian, mkolman, tomi.leppikangas, vanmeeuwen+fedora, vponcova, wwoods
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: langtable-0.0.42-1.fc30 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-04-27 21:24:58 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:
Attachments:
Description Flags
Screenshot of Catalan locale selection in installation process none

Description Robert Antoni Buj Gelonch 2019-04-11 14:27:51 UTC
Created attachment 1554580 [details]
Screenshot of Catalan locale selection in installation process

Description of problem:
Can't select the correct locale for Catalan as they are two locales with the same name "Català (Espanya)". I think that they are "Català (Espanya)" (ca_ES, ca_ES.utf8) and "Valencià (Espanya)" (ca_ES@valencia, ca_ES.utf8@valencia)

Steps to Reproduce:
1. Boot the system using Fedora-Workstation-Live-x86_64-30_Beta-1.8.iso
2. Click on right pane "Install to Hard Drive"
3. Select Català on left pane

Actual results:
"Català (Espanya)" is displayed twice on right pane after selecting "Català" on left pane.

Expected results:
Show "Català (Espanya)" and "Valencià (Espanya)" on right pane after selecting "Català" on left pane.

Comment 1 Vendula Poncova 2019-04-12 10:51:31 UTC
This content is provided by langtable. Reassigning.

Comment 2 Fedora Update System 2019-04-15 14:46:11 UTC
langtable-0.0.42-1.fc30 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-88c71b6f70

Comment 3 Fedora Update System 2019-04-16 01:35:31 UTC
langtable-0.0.42-1.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-88c71b6f70

Comment 4 Fedora Update System 2019-04-27 21:24:58 UTC
langtable-0.0.42-1.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report.

Comment 5 Mike FABIAN 2019-04-29 18:04:55 UTC
The problem still seems to exist in Fedora-Workstation-netinst-x86_64-30-1.2.iso,
even though after installing that I see that langtable-0.0.42-1.fc30 is installed  ... 🤔

Comment 6 Martin Kolman 2019-04-29 18:49:10 UTC
(In reply to Mike FABIAN from comment #5)
> The problem still seems to exist in
> Fedora-Workstation-netinst-x86_64-30-1.2.iso,
> even though after installing that I see that langtable-0.0.42-1.fc30 is
> installed  ... 🤔
Fedora netinst generally installs the lates packages available, so you might be getting the updated package on the target system while the installation image was build using the old package. To verify image content, you can switch to TTY2 during the installation to get a root shell. 

From there you can check /root/lorax-packages.log for the list of packages used to build the installation image you are running. Also if possible you can check the files on the image itself to see if they are as expected. :)

Comment 7 Mike FABIAN 2019-04-30 12:47:57 UTC
(In reply to Martin Kolman from comment #6)
> (In reply to Mike FABIAN from comment #5)
> > The problem still seems to exist in
> > Fedora-Workstation-netinst-x86_64-30-1.2.iso,
> > even though after installing that I see that langtable-0.0.42-1.fc30 is
> > installed  ... 🤔
> Fedora netinst generally installs the lates packages available, so you might
> be getting the updated package on the target system while the installation
> image was build using the old package. To verify image content, you can
> switch to TTY2 during the installation to get a root shell. 
> 
> From there you can check /root/lorax-packages.log for the list of packages
> used to build the installation image you are running. Also if possible you
> can check the files on the image itself to see if they are as expected. :)

Thank you, in /root/lorax-packages.log I still see langtable-0.0.41-2.fc30.

So probably the next update will fix it!

Comment 8 Tomi Leppikangas 2019-05-29 18:06:51 UTC
When running "yum update langtable", missing depency:

 Problem: problem with installed package python2-langtable-0.0.41-2.fc30.noarch
  - package python2-langtable-0.0.41-2.fc30.noarch requires langtable = 0.0.41-2.fc30, but none of the providers can be installed
  - cannot install both langtable-0.0.43-1.fc30.noarch and langtable-0.0.41-2.fc30.noarch
  - cannot install both langtable-0.0.41-2.fc30.noarch and langtable-0.0.43-1.fc30.noarch
  - cannot install the best update candidate for package langtable-0.0.41-2.fc30.noarch

When comparing builds:
https://koji.fedoraproject.org/koji/buildinfo?buildID=1190656
https://koji.fedoraproject.org/koji/buildinfo?buildID=1250089

there is python2-langtable rpm missing.
Maybe related to  bug 1686395

Comment 9 Mike FABIAN 2019-06-04 07:23:56 UTC
Yes, the python2-langtable package has been removed. It is not needed anymore, anaconda uses python3-langtable.