Fedora Linux Support Community & Resources Center
  #1  
Old 26th July 2012, 02:57 PM
tech291083 Offline
Registered User
 
Join Date: Sep 2006
Posts: 988
linuxfirefox
Transaction Check Error:

Hi,

My distro is Fedora 17 LXDE spin 32+ bit. I am getting this error in a terminal when I try to install Python. i have cut the output to fit here. Thanks.


Code:
[root@localhost john]# yum install python*

.....
.....
.....
.....

(1011/1018): vtk-5.8.0-6.fc17.i686.rpm                   |  11 MB     00:01     
(1012/1018): words-3.0-18.fc17.noarch.rpm                | 1.4 MB     00:00     
(1013/1018): wxGTK-gl-2.8.12-4.fc17.i686.rpm             |  32 kB     00:00     
(1014/1018): xapian-bindings-1.2.9-1.fc17.i686.rpm       | 108 kB     00:00     
(1015/1018): xapian-bindings-python-1.2.9-1.fc17.i686.rp | 236 kB     00:00     
(1016/1018): zarafa-client-7.0.8-1.fc17.i686.rpm         | 980 kB     00:00     
(1017/1018): wxPython-2.8.12.0-2.fc17.i686.rpm           | 9.8 MB     00:01     
(1018/1018): zarafa-common-7.0.8-1.fc17.noarch.rpm       |  21 kB     00:00     
--------------------------------------------------------------------------------
Total                                           4.5 MB/s | 566 MB     02:06     
Running Transaction Check
Running Transaction Test


Transaction Check Error:
  file /usr/bin/pcp from install of librapi-0.15.2-2.fc17.i686 conflicts with file from package pcp-3.6.3-1.fc17.2.i686
  file /usr/share/man/man1/pcp.1.gz from install of librapi-0.15.2-2.fc17.i686 conflicts with file from package pcp-3.6.3-1.fc17.2.i686

Error Summary
-------------


---------- Post added at 06:57 AM ---------- Previous post was at 06:52 AM ----------

Here is another problem install all PHP related packages....what to do? Thanks...
Code:
[root@localhost john]# yum install php*
....
.....
.....
....
....
> Processing Dependency: zarafa-common = 7.0.8-1.fc17 for package: zarafa-client-7.0.8-1.fc17.i686
--> Running transaction check
---> Package blas.i686 0:3.4.0-2.fc17 will be installed
---> Package libgsasl.i686 0:1.6.1-1.fc17 will be installed
--> Processing Dependency: libntlm.so.0 for package: libgsasl-1.6.1-1.fc17.i686
---> Package php-pecl-runkit.i686 0:0.9-15.CVS20090215.fc17 will be installed
--> Processing Dependency: php(zend-abi) = 20090626-x86-32 for package: php-pecl-runkit-0.9-15.CVS20090215.fc17.i686
--> Processing Dependency: php(api) = 20090626-x86-32 for package: php-pecl-runkit-0.9-15.CVS20090215.fc17.i686
---> Package tinyxml.i686 0:2.6.1-3.fc17 will be installed
---> Package zarafa-common.noarch 0:7.0.8-1.fc17 will be installed
--> Running transaction check
---> Package libntlm.i686 0:1.3-2.fc17 will be installed
---> Package php-pecl-runkit.i686 0:0.9-15.CVS20090215.fc17 will be installed
--> Processing Dependency: php(zend-abi) = 20090626-x86-32 for package: php-pecl-runkit-0.9-15.CVS20090215.fc17.i686
--> Processing Dependency: php(api) = 20090626-x86-32 for package: php-pecl-runkit-0.9-15.CVS20090215.fc17.i686
--> Processing Conflict: php-mysql-5.4.4-4.fc17.i686 conflicts php-mysqlnd
--> Processing Conflict: php-pecl-imagick-3.1.0-0.2.RC1.fc17.i686 conflicts php-pecl-gmagick
--> Processing Conflict: php-pecl-gmagick-1.1.0-0.2.RC2.fc17.i686 conflicts php-pecl-imagick
--> Processing Conflict: php-pecl-gmagick-1.1.0-0.2.RC2.fc17.i686 conflicts php-magickwand
--> Finished Dependency Resolution
Error: php-mysql conflicts with php-mysqlnd-5.4.4-4.fc17.i686
Error: php-pecl-gmagick conflicts with php-magickwand-1.0.9-3.fc17.i686
Error: Package: php-pecl-runkit-0.9-15.CVS20090215.fc17.i686 (fedora)
           Requires: php(zend-abi) = 20090626-x86-32
           Installed: php-common-5.4.4-4.fc17.i686 (@updates)
               php(zend-abi) = 20100525-x86-32
           Available: php-common-5.4.1-1.fc17.i686 (fedora)
               php(zend-abi) = 20100525-x86-32
Error: Package: php-pecl-runkit-0.9-15.CVS20090215.fc17.i686 (fedora)
           Requires: php(api) = 20090626-x86-32
           Installed: php-common-5.4.4-4.fc17.i686 (@updates)
               php(api) = 20100412-x86-32
           Available: php-common-5.4.1-1.fc17.i686 (fedora)
               php(api) = 20100412-x86-32
Error: php-pecl-imagick conflicts with php-pecl-gmagick-1.1.0-0.2.RC2.fc17.i686
Error: php-pecl-gmagick conflicts with php-pecl-imagick-3.1.0-0.2.RC1.fc17.i686
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
__________________
fedoralinuxcommands.blogspot.com


All the forces in the world are not so powerful as an idea whose time has come - Victor Hugo
Reply With Quote
  #2  
Old 26th July 2012, 03:00 PM
acidzebra Offline
Registered User
 
Join Date: Jul 2012
Location: Netherlands
Posts: 7
windows_7firefox
Re: Transaction Check Error:

I'm by no means a yum expert but wouldn't that * at the end imply the system will try to install every vaguely python-related package, most of which you probably won't need and some of which may conflict with others (as you have noticed)?

Have you tried doing just

yum install python

?

That's what I did, it yielded a working python installation, then I added packages as needed.

(the same goes for PHP, sometimes more is less. Or less is more. Either way I do not think it's a great plan to install every single php/python related package)

Last edited by acidzebra; 26th July 2012 at 03:04 PM.
Reply With Quote
  #3  
Old 26th July 2012, 03:11 PM
tech291083 Offline
Registered User
 
Join Date: Sep 2006
Posts: 988
linuxfirefox
Re: Transaction Check Error:

Quote:
Originally Posted by acidzebra View Post

that * at the end imply the system will try to install every vaguely python-related package, most of which you probably won't need and some of which may conflict with others (as you have noticed)?
Thanks.

I have some developed this habit of putting an * at the end. I think this might installed all the necessary packages will run smoothly forever, not knowing the possible conflict with other packages. I wanted to be safe and happy instead I have made a mess, thanks for correcting me, though. Thanks.

Ok, now it looks to me that I have installed all the pakcages that I need correct as the below terminal output shows, fingers crossed.


Code:
[root@localhost john]# rpm -qa python
python-2.7.3-6.fc17.i686

[root@localhost john]# rpm -qa perl
perl-5.14.2-212.fc17.i686


[root@localhost john]# rpm -qa php
php-5.4.4-4.fc17.i686

[root@localhost john]# rpm -qa mysql
mysql-5.5.25a-1.fc17.i686
__________________
fedoralinuxcommands.blogspot.com


All the forces in the world are not so powerful as an idea whose time has come - Victor Hugo
Reply With Quote
  #4  
Old 26th July 2012, 03:24 PM
acidzebra Offline
Registered User
 
Join Date: Jul 2012
Location: Netherlands
Posts: 7
windows_7firefox
Re: Transaction Check Error:

No worries, I've always been weary of wildcards

if you're going to combine php/mysql you may also want php-mysql and php-common packages. You have a minimal perl/python/php/mysql install now (which will work), you can add specific packages as needed.

I just looked at my perl and python install base, both yield a page of installed packages ha ha.
Reply With Quote
Reply

Tags
check, error, transaction

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
transaction check error in yum mailmebala13 Using Fedora 11 31st May 2009 04:00 PM
Transaction Check Error: sanojmn Using Fedora 6 18th March 2009 03:37 PM
Transaction Check Error: tgrier Installation and Live Media 2 25th November 2006 03:50 AM
Transaction Check Error XYNaPSE Using Fedora 2 21st December 2005 10:24 PM
Transaction Check Error hedgert Installation and Live Media 1 23rd October 2005 10:58 AM


Current GMT-time: 06:35 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat