Bug 2066048

Summary: dnf fails if packages have already been downloaded
Product: [Fedora] Fedora Reporter: Davide Repetto <red>
Component: dnfAssignee: rpm-software-management
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 35CC: daniel.mach, jmracek, jrohel, mblaha, mhatina, packaging-team-maint, pkratoch, rpm-software-management, vmukhame
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-03-21 07:29:56 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 Davide Repetto 2022-03-20 09:55:37 UTC
Description of problem:
=======================
The following happens only with dnf-4.11.1-1.fc35:

# dnf upgrade 
Ultima verifica della scadenza dei metadati: 0:00:19 fa il dom 20 mar 2022, 10:35:04.
Dipendenze risolte.
=====================================================================================================================================
 Package                              Architecture              Version                             Repository                  Size
=====================================================================================================================================
Upgrading:
 glib2                                i686                      2.70.5-1.fc35                       updates                    2.7 M
 glib2                                x86_64                    2.70.5-1.fc35                       updates                    2.6 M
 glib2-devel                          x86_64                    2.70.5-1.fc35                       updates                    478 k
 glibc                                i686                      2.34-29.fc35                        updates                    1.8 M
 glibc                                x86_64                    2.34-29.fc35                        updates                    1.9 M
 glibc-common                         x86_64                    2.34-29.fc35                        updates                    289 k
 glibc-devel                          x86_64                    2.34-29.fc35                        updates                     30 k
 glibc-doc                            noarch                    2.34-29.fc35                        updates                    1.0 M
 glibc-gconv-extra                    i686                      2.34-29.fc35                        updates                    1.5 M
 glibc-gconv-extra                    x86_64                    2.34-29.fc35                        updates                    1.5 M
 glibc-headers-x86                    noarch                    2.34-29.fc35                        updates                    427 k
 glibc-langpack-en                    x86_64                    2.34-29.fc35                        updates                    548 k
 glibc-langpack-it                    x86_64                    2.34-29.fc35                        updates                    504 k
 libnsl                               i686                      2.34-29.fc35                        updates                     63 k
 libnsl                               x86_64                    2.34-29.fc35                        updates                     59 k

Riepilogo della transazione
=====================================================================================================================================
Aggiornati  15 pacchetti

Dimensione totale: 15 M
Procedere [s/N]: s
Scaricamento dei pacchetti:
[SKIPPED] glib2-2.70.5-1.fc35.i686.rpm: Already downloaded                                                                          
[SKIPPED] glib2-2.70.5-1.fc35.x86_64.rpm: Already downloaded                                                                        
[SKIPPED] glib2-devel-2.70.5-1.fc35.x86_64.rpm: Already downloaded                                                                  
[SKIPPED] glibc-2.34-29.fc35.i686.rpm: Already downloaded                                                                           
[SKIPPED] glibc-2.34-29.fc35.x86_64.rpm: Already downloaded                                                                         
[SKIPPED] glibc-common-2.34-29.fc35.x86_64.rpm: Already downloaded                                                                  
[SKIPPED] glibc-devel-2.34-29.fc35.x86_64.rpm: Already downloaded                                                                   
[SKIPPED] glibc-doc-2.34-29.fc35.noarch.rpm: Already downloaded                                                                     
[SKIPPED] glibc-gconv-extra-2.34-29.fc35.i686.rpm: Already downloaded                                                               
[SKIPPED] glibc-gconv-extra-2.34-29.fc35.x86_64.rpm: Already downloaded                                                             
[SKIPPED] glibc-headers-x86-2.34-29.fc35.noarch.rpm: Already downloaded                                                             
[SKIPPED] glibc-langpack-en-2.34-29.fc35.x86_64.rpm: Already downloaded                                                             
[SKIPPED] glibc-langpack-it-2.34-29.fc35.x86_64.rpm: Already downloaded                                                             
[SKIPPED] libnsl-2.34-29.fc35.i686.rpm: Already downloaded                                                                          
[SKIPPED] libnsl-2.34-29.fc35.x86_64.rpm: Already downloaded                                                                        

I pacchetti scaricati sono stati salvati nella cache fino alla prossima transazione completata con successo.
È possibile rimuovere i pacchetti in cache eseguendo 'dnf clean packages'.
Errore: Errore nello scaricamento dei pacchetti:
  glib2-2.70.5-1.fc35.i686: Already downloaded
  glib2-2.70.5-1.fc35.x86_64: Already downloaded
  glib2-devel-2.70.5-1.fc35.x86_64: Already downloaded
  glibc-2.34-29.fc35.i686: Already downloaded
  glibc-2.34-29.fc35.x86_64: Already downloaded
  glibc-common-2.34-29.fc35.x86_64: Already downloaded
  glibc-devel-2.34-29.fc35.x86_64: Already downloaded
  glibc-doc-2.34-29.fc35.noarch: Already downloaded
  glibc-gconv-extra-2.34-29.fc35.i686: Already downloaded
  glibc-gconv-extra-2.34-29.fc35.x86_64: Already downloaded
  glibc-headers-x86-2.34-29.fc35.noarch: Already downloaded
  glibc-langpack-en-2.34-29.fc35.x86_64: Already downloaded
  glibc-langpack-it-2.34-29.fc35.x86_64: Already downloaded
  libnsl-2.34-29.fc35.i686: Already downloaded
  libnsl-2.34-29.fc35.x86_64: Already downloaded

Comment 1 Marek Blaha 2022-03-21 07:29:56 UTC

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