alisw / alidist

Recipes to build ALICE software
30 stars 166 forks source link

Python requires SSL #1668

Open siscia opened 5 years ago

siscia commented 5 years ago

I believe that python requires the OpenSSL package, roughly here: https://github.com/alisw/alidist/blob/master/python.sh#L9 but also here: https://github.com/alisw/alidist/blob/master/python.sh#L28

Installing python from yum seems to fix the problem.

ktf commented 5 years ago

OpenSSL in principle comes from Alien, for historical reasons. What error do you get?

siscia commented 5 years ago

Hi,

Indeed I am building a peculiar project with AliBuild (SHiP) and so I may work in an environment a little singular. Moreover I was building it in a raw CC7 image.

Unfortunately I don't remember the exact error, I move on using alidock.

Are you guys interested in this kind of report? I don't believe I will get many more, but if I do I can open it and paste the whole error along with the recipe.

Feel free to close the issue though.

Cheers, Simone

ktf commented 5 years ago

Ah, yes, indeed you are right. I guess we should add support for standalone openssl installations not coming from Alien-Runtime. I am interested in all kind of feedback. Thank you for yours. I will try to see what I can do.