plone / Installers-UnifiedInstaller

Linux/BSD/OSX Installer
28 stars 24 forks source link

Fix Python 2.7 job. #135

Closed mauritsvanrees closed 1 year ago

mauritsvanrees commented 1 year ago

container needs to be less indented, it is not a part of 'runs-on'.

mauritsvanrees commented 1 year ago

The Mac job did not start, and kept waiting. I killed it just now, after 11 hours or so. And only then can I actually see a link to the generated artifact that I am after.

mauritsvanrees commented 1 year ago

Status: Python 2.7 still fails.

The output of ./install.sh zeo ends with:

"Failed to create virtual environment for /usr/local/bin/python"

I have updated the test to print the detailed install log and then I see the error:

OSError: [Errno 13] Permission denied: '/__w/Installers-UnifiedInstaller/tmp/0/zeocluster'

I have run out of ideas and am about ready to stop testing the Unified Installer on Python 2.7. :-/

Does anyone else want to try?

gforcada commented 1 year ago

I don't see much value on this effort to be honest, specially given how frozen is 5.2 already, we can hardly break python 2.7 on our own.

Probably they will have more problems with ecosystem packages dropping 2.7 than via us.

So if it is proving too difficult, I will kiss it goodbye and thanks for all 😄

jensens commented 1 year ago

Sorry, I wanted to comment, not approve. I need more coffee....

mauritsvanrees commented 1 year ago

@jensens Do you still want to comment?

mauritsvanrees commented 1 year ago

IN PR #136 I update to 5.2.14 and stop testing on 2.7. So I am closing this PR. If someone still wants to try, go ahead. The coredev buildout on 5.2 still works on Python 2.7, so that is at least something.