fowode / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

can't install on pychess-0.12beta4 on Fedora 19 #827

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. [gatto@fedora-19 pychess]$ sudo yum install pychess-0.12beta4-1.noarch.rpm
[ ... ]
Error: Package: pychess-0.12beta4-1.noarch (/pychess-0.12beta4-1.noarch)
           Requires: python(abi) = 2.6
           Installed: python-2.7.5-9.fc19.x86_64 (@updates)
               python(abi) = 2.7
               python(abi) = 2.7
           Installed: python3-3.3.2-8.fc19.x86_64 (@updates)
               python(abi) = 3.3
           Available: python-2.7.5-1.fc19.i686 (fedora)
               python(abi) = 2.7
               python(abi) = 2.7
           Available: python3-3.3.2-2.fc19.i686 (fedora)
               python(abi) = 3.3
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Original issue reported on code.google.com by mattgatto on 11 Jan 2014 at 5:24

GoogleCodeExporter commented 9 years ago
The .rpm packages was built with python 2.6.8 (the default on my home box). 
Should we ship noarch.rpm packages for both Python 2.6.x and 2.7.x? Or is it 
enough to 2.7.x in the future?

Original comment by gbtami on 12 Jan 2014 at 11:01

GoogleCodeExporter commented 9 years ago
I vote for having both. 
http://docs.python-guide.org/en/latest/starting/install/linux/ says that CentOS 
and RHEL ship with 2.6.

Original comment by mattgatto on 17 Jan 2014 at 7:38

GoogleCodeExporter commented 9 years ago
Ok, thx!

Original comment by gbtami on 17 Jan 2014 at 9:13

GoogleCodeExporter commented 9 years ago

Original comment by mattgatto on 10 Apr 2014 at 12:34