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

frameworkinstall doesn't create Python.app, which breaks python #47664

Closed
erickt mannequin opened this issue Jul 19, 2008 · 2 comments
Closed

frameworkinstall doesn't create Python.app, which breaks python #47664

erickt mannequin opened this issue Jul 19, 2008 · 2 comments
Labels
build The build process and cross-build type-bug An unexpected behavior, bug, or error

Comments

@erickt
Copy link
Mannequin

erickt mannequin commented Jul 19, 2008

BPO 3414
Nosy @birkenfeld

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 = None
closed_at = <Date 2008-07-19.09:58:19.987>
created_at = <Date 2008-07-19.04:07:31.253>
labels = ['type-bug', 'build']
title = "frameworkinstall doesn't create Python.app, which breaks python"
updated_at = <Date 2008-07-19.09:58:19.945>
user = 'https://bugs.python.org/erickt'

bugs.python.org fields:

activity = <Date 2008-07-19.09:58:19.945>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2008-07-19.09:58:19.987>
closer = 'georg.brandl'
components = ['Build']
creation = <Date 2008-07-19.04:07:31.253>
creator = 'erickt'
dependencies = []
files = []
hgrepos = []
issue_num = 3414
keywords = []
message_count = 2.0
messages = ['70004', '70010']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'erickt']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue3414'
versions = ['Python 3.0']

@erickt
Copy link
Mannequin Author

erickt mannequin commented Jul 19, 2008

Hello again!

It looks like doing "make frameworkinstall maninstall" isn't creating
"Python.framework/Versions/3.0/Resources/Python.app", so when I try to
run python it errors out with: "python3.0: execv:
/opt/local/Library/Frameworks/Python.framework/Versions/3.0/Resources/Py
thon.app/Contents/MacOS/Python: No such file or directory". In order to
get that file created, I need to manually run "cd Mac && make
install_Python".

This patch fixes it, but I'm not sure if this is the proper fix:

--- Mac/Makefile.in.old	2008-07-18 20:59:44.000000000 -0700
+++ Mac/Makefile.in	2008-07-18 20:57:44.000000000 -0700
@@ -46,7 +46,7 @@
 compileall=$(srcdir)/../Lib/compileall.py
 
 installapps: install_PythonLauncher install_IDLE checkapplepython 
install_pythonw \
-	install_versionedtools
+	install_versionedtools install_Python
 
 installapps4way: install_Python4way install_BuildApplet 
install_PythonLauncher install_IDLE install_pythonw4way 
install_versionedtools

@erickt erickt mannequin added build The build process and cross-build type-bug An unexpected behavior, bug, or error labels Jul 19, 2008
@birkenfeld
Copy link
Member

Fixed in r65130.

@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
build The build process and cross-build type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant