Bug 905174 - php / php53 conflicts
Summary: php / php53 conflicts
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: php-IDNA_Convert
Version: el5
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Remi Collet
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 862770
Blocks: 857724
TreeView+ depends on / blocked
 
Reported: 2013-01-28 18:40 UTC by Patrick C. F. Ernzer
Modified: 2013-01-29 17:37 UTC (History)
4 users (show)

Fixed In Version:
Clone Of: 862770
Environment:
Last Closed: 2013-01-28 18:44:30 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Patrick C. F. Ernzer 2013-01-28 18:40:28 UTC
+++ This bug was initially created as a clone of Bug #862770 +++

cloning for EPEL5 only as I only tested on el5

[...]
--- Additional comment from Fedora Update System on 2013-01-24 21:45:45 EST ---

php-IDNA_Convert-0.8.0-1.el5 has been pushed to the Fedora EPEL 5 stable repository.  If problems still persist, please make note of it in this bug report.

[...]

I am having dependency issues on el5

full yum output;
# yum install php-IDNA_Convert
Loaded plugins: downloadonly, fastestmirror
Determining fastest mirrors
 * base: mirror.de.leaseweb.net
 * epel: mirror.de.leaseweb.net
 * extras: mirror.softaculous.com
 * updates: mirror.netcologne.de
base                      [...]| 1.1 kB     00:00     
base/primary              [...]| 1.2 MB     00:00     
base                      [...]             3641/3641
epel                      [...]| 3.4 kB     00:00     
epel/primary_db           [...]| 3.8 MB     00:00     
extras                    [...]| 2.1 kB     00:00     
extras/primary_db         [...]| 174 kB     00:00     
updates                   [...]| 1.9 kB     00:00     
updates/primary_db        [...]|  68 kB     00:00     
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php-IDNA_Convert.noarch 0:0.8.0-1.el5 set to be updated
--> Processing Dependency: php-xml for package: php-IDNA_Convert
--> Processing Dependency: php-mbstring for package: php-IDNA_Convert
--> Running transaction check
---> Package php-mbstring.x86_64 0:5.1.6-39.el5_8 set to be updated
--> Processing Dependency: php-common = 5.1.6-39.el5_8 for package: php-mbstring
---> Package php-xml.x86_64 0:5.1.6-39.el5_8 set to be updated
--> Running transaction check
---> Package php-common.x86_64 0:5.1.6-39.el5_8 set to be updated
--> Processing Conflict: php53-common conflicts php-common
--> Finished Dependency Resolution
php53-common-5.3.3-13.el5_8.x86_64 from installed has depsolving problems
  --> php53-common conflicts with php-common
Error: php53-common conflicts with php-common
 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest
[root@centos5 ~]#

Comment 1 Remi Collet 2013-01-28 18:44:30 UTC
Simply run
yum install php53-xml php53-mbstring

Then 
yum install php-IDNA_Convert

php vs ph53 is a admin choicie, thus conflicts are ther by design.
If you choose to use php53, you need to block php in yum config.

Comment 2 Remi Collet 2013-01-28 18:46:05 UTC
You can also file a bug against yum which is unable to select the correct package.
Definitively not a php-IDNA_Convert bug.

Comment 3 Patrick C. F. Ernzer 2013-01-29 17:37:13 UTC
(In reply to comment #1)
> Simply run
> yum install php53-xml php53-mbstring
> 
> Then 
> yum install php-IDNA_Convert

That worked like a charm. Thanks.

> php vs ph53 is a admin choicie, thus conflicts are ther by design.

Ah OK. My bad. Sorry for the noise.


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