Skip to content
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

Mac build-installer.py doesn't support new plist format #84580

Closed
h2a10 mannequin opened this issue Apr 26, 2020 · 2 comments
Closed

Mac build-installer.py doesn't support new plist format #84580

h2a10 mannequin opened this issue Apr 26, 2020 · 2 comments
Assignees
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes build The build process and cross-build OS-mac

Comments

@h2a10
Copy link
Mannequin

h2a10 mannequin commented Apr 26, 2020

BPO 40400
Nosy @ronaldoussoren, @ned-deily, @H2a10

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/ned-deily'
closed_at = <Date 2020-06-25.11:20:47.360>
created_at = <Date 2020-04-26.18:17:18.032>
labels = ['OS-mac', '3.7', '3.8', '3.9', '3.10', 'build']
title = "Mac build-installer.py doesn't support new plist format"
updated_at = <Date 2020-06-25.11:20:47.358>
user = 'https://github.com/h2a10'

bugs.python.org fields:

activity = <Date 2020-06-25.11:20:47.358>
actor = 'ned.deily'
assignee = 'ned.deily'
closed = True
closed_date = <Date 2020-06-25.11:20:47.360>
closer = 'ned.deily'
components = ['macOS']
creation = <Date 2020-04-26.18:17:18.032>
creator = 'h2a10'
dependencies = []
files = []
hgrepos = []
issue_num = 40400
keywords = []
message_count = 2.0
messages = ['367325', '372345']
nosy_count = 3.0
nosy_names = ['ronaldoussoren', 'ned.deily', 'h2a10']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'compile error'
url = 'https://bugs.python.org/issue40400'
versions = ['Python 3.7', 'Python 3.8', 'Python 3.9', 'Python 3.10']

@h2a10
Copy link
Mannequin Author

h2a10 mannequin commented Apr 26, 2020

when you run cpython/Mac/BuildScript/build-installer.py with python 3.9.0 it failed with the following error
from plistlib import Plist
ImportError: cannot import name 'Plist' from 'plistlib'

@h2a10 h2a10 mannequin added 3.9 only security fixes OS-mac build The build process and cross-build labels Apr 26, 2020
@ned-deily
Copy link
Member

Thanks for the report. There were several issues, including this one, when trying to run build-installer.py under current versions of Python 3. These have been fixed in the version of build-installer.py to be released with 3.9.0b4, 3.8.4, and 3.7.8.

@ned-deily ned-deily added 3.7 (EOL) end of life 3.8 only security fixes 3.10 only security fixes labels Jun 25, 2020
@ned-deily ned-deily added 3.7 (EOL) end of life 3.8 only security fixes 3.10 only security fixes labels Jun 25, 2020
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes build The build process and cross-build OS-mac
Projects
None yet
Development

No branches or pull requests

1 participant