python distutils on Fedora 20

Alec Leamas leamas.alec at gmail.com
Sun Oct 26 12:51:23 UTC 2014


On 2014-10-26 13:35, Brad Bell wrote:
> I have a python setup.py script that works on Fedora 19 and not Fedora 
> 20. I have tried posting a question about it to python-devel; see
> https://lists.fedoraproject.org/pipermail/python-devel/2014-October/000639.html 
>
> but have not gotten any response.
>
> Would someone please direct me to the proper mailing list or is a bug 
> report more appropriate ?
Hm...

]$ cat /etc/fedora-release
Fedora release 20 (Heisenbug)

$ locate cc1plus
/usr/libexec/gcc/i686-redhat-linux/4.8.2/cc1plus

$ rpm -qf /usr/libexec/gcc/i686-redhat-linux/4.8.2/cc1plus
gcc-c++-4.8.2-7.fc20.i686

$ repoquery -q --whatprovides g++
[nothing returned]

$ repoquery -q --whatprovides gcc-c++
gcc-c++-0:4.8.3-7.fc20.i686

i. e., shouldn't you require gcc-c++ instead of g++?

Cheers!

--alec




More information about the devel mailing list