Bug 477355

Summary: yum doesn't summarize the resolution of deps
Product: [Fedora] Fedora Reporter: Karol Trzcionka <karlikt>
Component: yumAssignee: Seth Vidal <skvidal>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: ffesti, james.antill, katzj, pmatilai, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-01-07 16:19:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Karol Trzcionka 2008-12-20 22:20:03 UTC
Description of problem:
If you use yum with locales, yum won't summarize the resolution of deps (won't show table with listing of packages to install/update/remove).

How reproducible:
Always

Steps to Reproduce:
1. LANG=pl_PL.UTF-8 yum remove yum
  
Actual results:
[root@rawhide ~]# yum update kernel
Ustawianie procesu aktualizacji
--> Wykonywanie sprawdzania transakcji
---> Pakiet kernel.x86_64 0:2.6.28-0.138.rc9.fc11 zostanie zainstalowany
W porządku? [t/N]:

(it is like:
Setting up Update Process
--> Running transaction check
---> Package kernel.x86_64 0:2.6.28-0.138.rc9.fc11 set to be installed
Is this ok [y/N]:
)

Expected results:
"[root@rawhide ~]# yum update kernel
Ustawianie procesu aktualizacji
Rozwiązywanie zależności
--> Wykonywanie sprawdzania transakcji
---> Pakiet kernel.x86_64 0:2.6.28-0.138.rc9.fc11 zostanie zainstalowany
--> Zakończono rozwiązywanie zależności

Rozwiązano zależności

============================================================================================================================================
 Pakiet                      Arch                         Wersja                                      Repositorium                  Rozmiar
============================================================================================================================================
Instalowanie:
 kernel                       x86_64                       2.6.28-0.138.rc9.fc11                        rawhide                        22 M

Podsumowanie transakcji
============================================================================================================================================
Instalowanie      1 Pakiet(y)
Aktualizacja      0 Pakiet(y)
Usuwanie          0 Pakiet(y)

Całkowity rozmiar pobierania: 22 M
W porządku? [t/N]:"

Comment 1 James Antill 2008-12-21 07:52:02 UTC
 What version? The latest version seems to work fine for me on Fedora 9 (and Fedora 10 shouldn't be any different).

 But this is probably related to what you have installed/available ... can you do "yum repolist" and "LANG=C yum repolist"?
 And do any of these look bad/weird:

msgid "Installing"
msgstr "Instalowanie"
msgid "Updating"
msgstr "Aktualizowanie"
msgid "Removing"
msgstr "Usuwanie"

msgid "Installing for dependencies"
msgstr "Instalowanie, aby rozwiązać zależności"
msgid "Updating for dependencies"
msgstr "Aktualizowanie, aby rozwiązać zależności"
msgid "Removing for dependencies"
msgstr "Usuwanie, aby rozwiązać zależności"

msgid ""
"     replacing  %s.%s %s\n"
"\n"
msgstr ""
"     zastępuje  %s.%s %s\n"
"\n"

Comment 2 Karol Trzcionka 2008-12-21 11:13:56 UTC
See above: Version: Rawhide
I don't know which exactly version but bug has been since I updated system after release f10.
All msgs you listed looks ok.
[root@rawhide ~]# LANG=C yum repolist
Loaded plugins: refresh-packagekit
repo id                                  repo name                                                                            status
adobe-linux-i386                         Adobe Systems Incorporated                                                           enabled:    17
rawhide                                  Fedora - Rawhide - Developmental packages for the next Fedora release                enabled: 14783
rpmfusion-free                           RPM Fusion for Fedora 10.90 - Free                                                   enabled:   356
rpmfusion-free-updates                   RPM Fusion for Fedora 10.90 - Free - Updates                                         enabled:    85
rpmfusion-nonfree                        RPM Fusion for Fedora 10.90 - Nonfree                                                enabled:   137
rpmfusion-nonfree-updates                RPM Fusion for Fedora 10.90 - Nonfree - Updates                                      enabled:    30
repolist: 15408
[root@rawhide ~]# yum repolist
Wczytane wtyczki: refresh-packagekit
ID repozytorium                         nazwa repozytorium                                                                   stan
repolist: 15408

Comment 3 James Antill 2009-01-07 16:19:33 UTC

*** This bug has been marked as a duplicate of bug 478403 ***