Opened 10 years ago
Closed 10 years ago
#82 closed defect (fixed)
A conflict between RPM packages libmpc3 and mpc-devel: both cannot be installed at the same time
Reported by: | dbanet | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | milestone1 |
Component: | rpm | Version: | |
Severity: | Keywords: | ||
Cc: |
Description
So I can have either the headers, or the library...
[C:\]yum install libmpc3 mpc-devel
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package libmpc3.i386 0:1.0.1-2 set to be updated
---> Package mpc-devel.i386 0:1.0.1-1 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
libmpc3 i386 1.0.1-2 netlabs-rel 47 k
mpc-devel i386 1.0.1-1 netlabs-rel 221 k
Transaction Summary
================================================================================
Install 2 Package(s)
Upgrade 0 Package(s)
Total size: 269 k
Installed size: 950 k
Is this ok [y/N]: Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Check Error:
file /@unixroot/usr/lib/mpc.dll conflicts between attempted installs of mpc-devel-1.0.1-1.i386 and libmpc3-1.0.1-2.i386
Error Summary
Change History (3)
comment:1 by , 10 years ago
Milestone: | → milestone1 |
---|
comment:2 by , 10 years ago
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Appears to work now.
[C:\]yum list installed | grep mpc libmpc3.i386 1.0.1-3 installed mpc-devel.i386 1.0.1-3 installed
This had been fixed in february but never committed.
spec: mpc, resolve dll conflict with devel package, fixes ticket#82.
Committed revision 433.