Bug 1473856 - Conflict in perl-libs-4:5.24
Summary: Conflict in perl-libs-4:5.24
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: perl
Version: 25
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jitka Plesnikova
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-07-21 21:20 UTC by Allen Winter
Modified: 2017-11-20 09:51 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-11-20 09:51:15 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Allen Winter 2017-07-21 21:20:58 UTC
Description of problem:
dnf update is showing a conflict between packages perl-libs i686 and x86_64

Version-Release number of selected component (if applicable):
perl-libs-4:5.24.2-387

How reproducible:
dnf update


Actual results:
Running transaction test
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: Transaction check error:
  file /usr/share/man/man3/XSLoader.3pm.gz from install of perl-libs-4:5.24.2-387.fc25.i686 conflicts with file from package perl-libs-4:5.24.1-386.fc25.x86_64
  file /usr/share/man/man3/integer.3pm.gz from install of perl-libs-4:5.24.2-387.fc25.i686 conflicts with file from package perl-libs-4:5.24.1-386.fc25.x86_64
  file /usr/share/man/man3/re.3pm.gz from install of perl-libs-4:5.24.2-387.fc25.i686 conflicts with file from package perl-libs-4:5.24.1-386.fc25.x86_64
  file /usr/share/man/man3/strict.3pm.gz from install of perl-libs-4:5.24.2-387.fc25.i686 conflicts with file from package perl-libs-4:5.24.1-386.fc25.x86_64
  file /usr/share/man/man3/utf8.3pm.gz from install of perl-libs-4:5.24.2-387.fc25.i686 conflicts with file from package perl-libs-4:5.24.1-386.fc25.x86_64
  file /usr/share/man/man3/warnings.3pm.gz from install of perl-libs-4:5.24.2-387.fc25.i686 conflicts with file from package perl-libs-4:5.24.1-386.fc25.x86_64


Expected results:
update should work

Comment 1 Petr Pisar 2017-07-24 08:25:34 UTC
You try to install perl-libs packages of different versions:

perl-libs-4:5.24.2-387.fc25.i686
perl-libs-4:5.24.1-386.fc25.x86_64

This cannot work.

You should investigate, why your system cannot upgrade x86_64 perl-libs from 4:5.24.1-386.fc25 to 4:5.24.2-387.fc25. Specifying the exact perl-libs version and architecture could reveal what's the problem. Like:

# dnf install perl-libs-4:5.24.2-387.fc25.x86_64

or

# dnf repoquery perl-libs-4:5.24.2-387.fc25.x86_64

Comment 2 Petr Pisar 2017-07-24 08:27:53 UTC
By the way, repoquery on "perl-libs" should list the same version for both architectures:

# LANG=en_US.UTF-8 dnf repoquery perl-libs
Last metadata expiration check: 0:11:49 ago on Mon Jul 24 10:15:43 2017.
perl-libs-4:5.24.0-377.fc25.i686
perl-libs-4:5.24.0-377.fc25.x86_64
perl-libs-4:5.24.2-387.fc25.i686
perl-libs-4:5.24.2-387.fc25.x86_64

Comment 3 Allen Winter 2017-07-24 11:53:28 UTC
The problem must really be with the net-snmp-devel.i686 package.
I uninstalled the i686 net-snmp-devel along with its dependencies and then tried to reinstall with dnf.  

% dnf install net-snmp-devel.i686
Last metadata expiration check: 1:40:06 ago on Mon Jul 24 06:11:22 2017.
Dependencies resolved.
====================================================================================================
 Package                       Arch           Version                       Repository         Size
====================================================================================================
Installing:
 net-snmp-agent-libs           i686           1:5.7.3-13.fc25               fedora            662 k
 net-snmp-devel                i686           1:5.7.3-13.fc25               fedora            259 k
 perl-devel                    i686           4:5.24.2-387.fc25             updates           575 k
 perl-libs                     i686           4:5.24.2-387.fc25             updates           1.5 M

Transaction Summary
====================================================================================================
Install  4 Packages

Total download size: 3.0 M
Installed size: 11 M
Is this ok [y/N]: y
Downloading Packages:
(1/4): perl-libs-5.24.2-387.fc25.i686.rpm                           1.9 MB/s | 1.5 MB     00:00    
(2/4): perl-devel-5.24.2-387.fc25.i686.rpm                          1.9 MB/s | 575 kB     00:00    
(3/4): net-snmp-devel-5.7.3-13.fc25.i686.rpm                        152 kB/s | 259 kB     00:01    
(4/4): net-snmp-agent-libs-5.7.3-13.fc25.i686.rpm                   247 kB/s | 662 kB     00:02    
----------------------------------------------------------------------------------------------------
Total                                                               853 kB/s | 3.0 MB     00:03     
Running transaction check
Transaction check succeeded.
Running transaction test
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: Transaction check error:
  file /usr/share/man/man3/XSLoader.3pm.gz from install of perl-libs-4:5.24.2-387.fc25.i686 conflicts with file from package perl-libs-4:5.24.1-386.fc25.x86_64
  file /usr/share/man/man3/integer.3pm.gz from install of perl-libs-4:5.24.2-387.fc25.i686 conflicts with file from package perl-libs-4:5.24.1-386.fc25.x86_64
  file /usr/share/man/man3/re.3pm.gz from install of perl-libs-4:5.24.2-387.fc25.i686 conflicts with file from package perl-libs-4:5.24.1-386.fc25.x86_64
  file /usr/share/man/man3/strict.3pm.gz from install of perl-libs-4:5.24.2-387.fc25.i686 conflicts with file from package perl-libs-4:5.24.1-386.fc25.x86_64
  file /usr/share/man/man3/utf8.3pm.gz from install of perl-libs-4:5.24.2-387.fc25.i686 conflicts with file from package perl-libs-4:5.24.1-386.fc25.x86_64
  file /usr/share/man/man3/warnings.3pm.gz from install of perl-libs-4:5.24.2-387.fc25.i686 conflicts with file from package perl-libs-4:5.24.1-386.fc25.x86_64

Comment 4 Petr Pisar 2017-07-24 12:06:15 UTC
No. This is still the same issue. It tries to install 387 release for i686 which is the latest one. That's fine. But for some reason it does not want to update x86_64 release from 386 to 387. You need too figure out why DNF does not want to update x86_64 perl-libs from 386 to 387.

Comment 5 Fedora End Of Life 2017-11-16 19:00:28 UTC
This message is a reminder that Fedora 25 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 25. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '25'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version'
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not
able to fix it before Fedora 25 is end of life. If you would still like
to see this bug fixed and are able to reproduce it against a later version
of Fedora, you are encouraged  change the 'version' to a later Fedora
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.


Note You need to log in before you can comment on or make changes to this bug.