On Fri, Nov 8, 2019 at 11:39 AM Bryan Stillwell <bstillwell@godaddy.com> wrote:
I'm attempting to rebuild the Nautilus 14.2.4 SRPM on CentOS 7 and there's one build dependency I'm not able to find:
[bstillwell@build01 ~]$ rpmbuild --rebuild ceph-14.2.4-0.el7.src.rpm Installing ceph-14.2.4-0.el7.src.rpm warning: ceph-14.2.4-0.el7.src.rpm: Header V4 RSA/SHA256 Signature, key ID 460f3994: NOKEY warning: user jenkins-build does not exist - using root warning: group jenkins-build does not exist - using root warning: user jenkins-build does not exist - using root warning: group jenkins-build does not exist - using root error: Failed build dependencies: python3-Cython is needed by ceph-2:14.2.4-0.el7.x86_64
Could someone tell me where I can find the RPM for python3-Cython? It appears that Cython-0.19-5.el7 provides python2-Cython, but not the python3 version.
It looks like it's in EPEL7 [1] -- in addition to lots of other required packages.
Thanks, Bryan _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
[1] https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/ -- Jason