Bug 1536952
Summary: | build: add libcurl package to regression machines | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Susant Kumar Palai <spalai> |
Component: | project-infrastructure | Assignee: | bugs <bugs> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | mainline | CC: | bugs, gluster-infra, misc, mscherer, nigelb |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-06-28 06:28:46 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Susant Kumar Palai
2018-01-22 06:25:35 UTC
Pushed, openssl is already here. What should be done on FreeBSD, does it work with libressl ? (In reply to Michael Scherer from comment #1) > Pushed, openssl is already here. > > What should be done on FreeBSD, does it work with libressl ? Hi Michael, we would need Openssl 1.1.0 (or greater) to make smoke pass for the patch. The one particular function which we are looking for is HMAC_CTX_new. Thanks & Regards, Susant We can't have a backport of openssl on EL7. Nigel, any opinion on this ? This is a problem. You cannot have a version of openssl that is not installed by default. This will lead to complications down the line. I see that Centos has openssl 1:1.0.2k-8.el7. So what is causing the current failure? (In reply to Nigel Babu from comment #4) > This is a problem. You cannot have a version of openssl that is not > installed by default. This will lead to complications down the line. I see > that Centos has openssl 1:1.0.2k-8.el7. So what is causing the current > failure? I did not realize that I have mentioned "openssl" instead of "openssl-devel". My apologies. I guess in both fedora and centos should have openssl-devel 1.1.0. Apologies again for the inconvenience. Thanks & Regards, Susant openssl-devel and openssl come from the same source package. I can't change one without the other. So the problem hasn't changed. This code should work with whatever is shipped with Centos 7 at the very least. Thanks for the info. Let me debug this issue on a centos image. Will update here once I get some data. Susant So, anything knew ? (In reply to M. Scherer from comment #8) > So, anything knew ? I am closing this bug as the requirement for libcurl is handled through glusterfs.spec file and openssl-devel dependent code was made to work with old and new versions. Thanks for your help. Susant |