-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenSSL easyconfig fails to build with various python3 versions #864
Comments
This looks like a bug in the |
@doswellf in easybuilders/easybuild-easyblocks#2914 we've fixed the (immediate) issue you were running into. You can use this fix with
It's interesting to see exactly why you ran into this code path. Since you're using a very recent OS, I wonder if there is something wrong with our version detection in Can you please run the installation with a
|
Part of the problem here is probably that Ubuntu 22.04 comes with OpenSSL 3.0.x (which implies that installing I gave it a quick try in a Ubuntu 22.04 container, and I didn't see a problem when installing A full (debug) EasyBuild log file would be very helpful here, indeed. |
Sorry I missed your replies in March - I have tried Nobara Linux (fedora based) and have run into the problem again. Will log and post the python3 and other versions here by the end of this week. |
Have tried to build foss22.10.eb in various virtualenv instances using pyenv.
Tried 3.10.9, 3.8.15, 3.7.15, 3.9.7 in separate virtualenvs. In all cases I get a LooseVersion-related error that stops OpenSSL from building and installing. Ubuntu 22 on and AMD 12-core with a big AMD gfx1030-series gpu. Lots of memory and disk space too. Here is the message:
I even tried to hack the openssl.py in the easyconfigs but that just created a chain-reaction of more errors.
Not sure how to debug this one, as I use python but haven't gone that deep into package development. And easybuild was supposed to prevent that anyways.
The text was updated successfully, but these errors were encountered: