Ticket #13819 (assigned Bug)

Opened 2 years ago

Last modified 21 months ago

Python is built without bz2 if `libbz2-dev` is not installed

Reported by: neaj Owned by: smcmahon
Priority: minor Milestone: 5.0
Component: Installers Version: 4.2
Keywords: Cc:

Description

If the unified installer is building Python, the bz2 module will be missing if libbz2-dev or equivalent is not available. This results in the installation of e.g. plone.app.async failing.

Should the installer warn if it can't build the bz2 module?

Change History

comment:1 Changed 2 years ago by neaj

  • Owner set to smcmahon
  • Component changed from Unknown to Installers

comment:2 Changed 21 months ago by smcmahon

  • Status changed from new to assigned
  • Milestone changed from 4.x to 5.0

Mixed feelings on this one. We try to keep dependencies to a minimum, and this isn't required by plain Plone. But it's absence is sure a pain.

I'm moving this to the 5.0 milestone because we don't want to change dependencies in a micro release.

Note: See TracTickets for help on using tickets.