catena icon indicating copy to clipboard operation
catena copied to clipboard

Cannot build natively on Arch Linux

Open grakshith opened this issue 6 years ago • 3 comments

screenshot from 2018-08-10 20-54-22

System: Arch linux Swift - 4.1 All required libraries present.

grakshith avatar Aug 10 '18 15:08 grakshith

Looks like it is unable to find the OpenSSL library. Did you install the openssl library+headers? (See the Dockerfile, you should at least execute the equivalent of apt-get install libcurl4-openssl-dev on Arch)

pixelspark avatar Aug 11 '18 08:08 pixelspark

Yes, I have installed all the equivalent packages of the Debian ones on Arch. However, I am still unable to build it.

grakshith avatar Aug 12 '18 04:08 grakshith

Hi @hehaichi , the problem is with BlueSSL, which haven't quite yet released a version with support for latest SSL. Unfortunately we either wait for the author, or we add a PR.

Also note that with latest Arch updates and glibc changes, swift will no longer build in Arch.

lf-araujo avatar Aug 28 '18 17:08 lf-araujo