Hi all, I admit that I'm not sure if this is an EPEL, CentOS or RDO problem. I had to pick a place to start and this is it ;P
I've done afresh CentOS 7 install on both x86_64 and ppc64le. After adding the EPEL and epel-testing repos I do yum, install -y rdopkg and I get words to the effect of:
<snip> Error: Package: python2-rdopkg-0.45.0-4.el7.noarch (epel) Requires: pyOpenSSL >= 16.2.0 Installing: pyOpenSSL-0.13.1-3.el7.ppc64le (base) pyOpenSSL = 0.13.1-3.el7 <snip>
I can pretty easily get past this with: yum localinstall http://cbs.centos.org/kojifiles/packages/pyOpenSSL/16.2.0/3.el7/noarch/pytho...
but I suspect that it means I'm missing smething simple. Is the another repo I need to enable when using EPEL?
Yours Tony.
On Mon, Dec 18, 2017 at 5:55 PM, Tony Breeds tony@bakeyournoodle.com wrote:
Hi all, I admit that I'm not sure if this is an EPEL, CentOS or RDO problem. I had to pick a place to start and this is it ;P
I've done afresh CentOS 7 install on both x86_64 and ppc64le. After adding the EPEL and epel-testing repos I do yum, install -y rdopkg and I get words to the effect of:
<snip> Error: Package: python2-rdopkg-0.45.0-4.el7.noarch (epel) Requires: pyOpenSSL >= 16.2.0 Installing: pyOpenSSL-0.13.1-3.el7.ppc64le (base) pyOpenSSL = 0.13.1-3.el7 <snip>
epel-testing is *not* your friend for stability. It has versions of libraries and modules that may conflict with standard versions. I'd suggest replacing discarding, or replacing everything from epel-testing with the standard versions and working from there for stable tools.
I can pretty easily get past this with: yum localinstall http://cbs.centos.org/kojifiles/packages/pyOpenSSL/16.2.0/3.el7/noarch/pytho...
but I suspect that it means I'm missing smething simple. Is the another repo I need to enable when using EPEL?
Yours Tony.
CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
On Tue, Dec 19, 2017 at 12:44:40AM -0500, Nico Kadel-Garcia wrote:
On Mon, Dec 18, 2017 at 5:55 PM, Tony Breeds tony@bakeyournoodle.com wrote:
Hi all, I admit that I'm not sure if this is an EPEL, CentOS or RDO problem. I had to pick a place to start and this is it ;P
I've done afresh CentOS 7 install on both x86_64 and ppc64le. After adding the EPEL and epel-testing repos I do yum, install -y rdopkg and I get words to the effect of:
<snip> Error: Package: python2-rdopkg-0.45.0-4.el7.noarch (epel) Requires: pyOpenSSL >= 16.2.0 Installing: pyOpenSSL-0.13.1-3.el7.ppc64le (base) pyOpenSSL = 0.13.1-3.el7 <snip>
epel-testing is *not* your friend for stability. It has versions of libraries and modules that may conflict with standard versions. I'd suggest replacing discarding, or replacing everything from epel-testing with the standard versions and working from there for stable tools.
Okay so I get that I'm takign risks with epel-testing but the probelem still seesm to boil down to python2-rdopkg from EPEL has a requirement on pyOpenSSL that isn't staisfied by anything in CentOS or EPEL.
This seems like an issue to me, one that I think means I missed a repo somewhere.
Yours Tony.
On 12/20/2017 12:53 AM, Tony Breeds wrote:
On Tue, Dec 19, 2017 at 12:44:40AM -0500, Nico Kadel-Garcia wrote:
On Mon, Dec 18, 2017 at 5:55 PM, Tony Breeds tony@bakeyournoodle.com wrote:
Hi all, I admit that I'm not sure if this is an EPEL, CentOS or RDO problem. I had to pick a place to start and this is it ;P
I've done afresh CentOS 7 install on both x86_64 and ppc64le. After adding the EPEL and epel-testing repos I do yum, install -y rdopkg and I get words to the effect of:
<snip> Error: Package: python2-rdopkg-0.45.0-4.el7.noarch (epel) Requires: pyOpenSSL >= 16.2.0 Installing: pyOpenSSL-0.13.1-3.el7.ppc64le (base) pyOpenSSL = 0.13.1-3.el7 <snip>
epel-testing is *not* your friend for stability. It has versions of libraries and modules that may conflict with standard versions. I'd suggest replacing discarding, or replacing everything from epel-testing with the standard versions and working from there for stable tools.
Okay so I get that I'm takign risks with epel-testing but the probelem still seesm to boil down to python2-rdopkg from EPEL has a requirement on pyOpenSSL that isn't staisfied by anything in CentOS or EPEL.
This seems like an issue to me, one that I think means I missed a repo somewhere.
Indeed .. that is a BUG with the package that needs to be solved.
Either they need to test it with 'pyOpenSSL = 0.13.1-3.el7' OR, they need to provide 'pyOpenSSL >= 16.2.0'.
Since they can not REPLACE things in RHEL via EPEL, they will need to make that package work with 'pyOpenSSL = 0.13.1-3.el7' or remove the package.
On Thu, 21 Dec 2017 13:39:36 -0600 Johnny Hughes johnny@centos.org wrote:
Indeed .. that is a BUG with the package that needs to be solved.
Either they need to test it with 'pyOpenSSL = 0.13.1-3.el7' OR, they need to provide 'pyOpenSSL >= 16.2.0'.
Since they can not REPLACE things in RHEL via EPEL, they will need to make that package work with 'pyOpenSSL = 0.13.1-3.el7' or remove the package.
I guess opening epel7 bug about the issue is the way to go because mainainer has been informed about the issue long time ago.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-b2c3f7fabb