Ticket #10143 (closed Bug: fixed)

Opened 2 years ago

Last modified 2 years ago

Plone 4 alpha 4: Universal installer fails when using "--with-python"

Reported by: kleist Owned by: smcmahon
Priority: major Milestone: 4.0
Component: Installers Keywords:
Cc:

Description

The universal installer for Plone 4 alpha 4 fails inevitably when "install.sh" is called with the flag "--with-python" because the variable has not been set before the first call of untar():

untar $VIRTUALENV_TB

Change History

comment:1 Changed 2 years ago by kleist

  • Priority changed from critical to major

Demoting priority, since using the bundled Python works fine (including PIL).

comment:2 Changed 2 years ago by smcmahon

  • Status changed from new to closed
  • Resolution set to fixed

comment:3 Changed 2 years ago by smcmahon

(In [34322]) Restore virtualenv symbols. Fixes #10143

Note: See TracTickets for help on using tickets.