Open ziggythehamster opened 1 year ago
In your use case, what packages depend on openssl11-devel
?
Why do you need arrow-devel
? It's for red-arrow
gem?
In your use case, what packages depend on
openssl11-devel
?
Several internal packages require it. It would have been better for AL2 to ship the headers in an alternate prefix so that openssl11-devel and openssl-devel can coexist :(.
Why do you need
arrow-devel
? It's forred-arrow
gem?
This is the main dependency.
OK. We can remove arrow-devel
after we install red-arrow
gem. Does gem install red-arrow && yum remove -y arrow-devel
work with your use case?
In my case, no, because I would first have to uninstall openssl11-devel (and anything already installed in my base image that depends on it) and then put it back when I'm done.
Describe the bug, including details regarding any error messages, version, and platform.
The
arrow-devel
package depends onopenssl-devel
on RPM-based distros. On Amazon Linux 2,openssl-devel
andopenssl11-devel
cannot coexist, thus you cannot installarrow-devel
on a system that hasopenssl11-devel
installed.Arrow seems to support OpenSSL 1.0 and 1.1, but is built with OpenSSL 1.0 on Amazon Linux 2, and would depend on the OpenSSL 1.0 headers installed by
openssl-devel
(so you couldn't simply make the requirement be either one). Perhaps there needs to be anarrow-openssl11-devel
on Amazon Linux 2?Component(s)
Packaging