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

'make framework...' fails on Mac ([...]/bin/pythonw3.1: No such file or directory) #50422

Closed
srid mannequin opened this issue Jun 2, 2009 · 4 comments
Closed

'make framework...' fails on Mac ([...]/bin/pythonw3.1: No such file or directory) #50422

srid mannequin opened this issue Jun 2, 2009 · 4 comments
Labels
build The build process and cross-build OS-mac

Comments

@srid
Copy link
Mannequin

srid mannequin commented Jun 2, 2009

BPO 6172
Nosy @ronaldoussoren, @ned-deily

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 2009-06-02.09:15:06.098>
created_at = <Date 2009-06-02.00:53:31.131>
labels = ['OS-mac', 'build']
title = "'make framework...' fails on Mac ([...]/bin/pythonw3.1: No such file or directory)"
updated_at = <Date 2009-06-02.09:15:06.096>
user = 'https://bugs.python.org/srid'

bugs.python.org fields:

activity = <Date 2009-06-02.09:15:06.096>
actor = 'ronaldoussoren'
assignee = 'none'
closed = True
closed_date = <Date 2009-06-02.09:15:06.098>
closer = 'ronaldoussoren'
components = ['Build', 'macOS']
creation = <Date 2009-06-02.00:53:31.131>
creator = 'srid'
dependencies = []
files = []
hgrepos = []
issue_num = 6172
keywords = []
message_count = 4.0
messages = ['88701', '88722', '88727', '88729']
nosy_count = 3.0
nosy_names = ['ronaldoussoren', 'ned.deily', 'srid']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue6172'
versions = ['Python 3.1']

@srid
Copy link
Mannequin Author

srid mannequin commented Jun 2, 2009

This happens with 3.1rc1

$ make frameworkinstallframework DESTDIR=image1
[...]
cc  -o pythonw ./Tools/pythonw.c \
               
-DPYTHONWEXECUTABLE='"/Library/Frameworks/Python.framework/Versions/3.1/Resources/Python.app/Contents/MacOS/Python"'
/usr/bin/install -c -s pythonw
"image1/Library/Frameworks/Python.framework/Versions/3.1/bin/pythonw3.1"
install:
image1/Library/Frameworks/Python.framework/Versions/3.1/bin/pythonw3.1:
No such file or directory
make[1]: *** [install_pythonw] Error 71
make: *** [frameworkinstallapps] Error 2
$

@srid srid mannequin added build The build process and cross-build OS-mac labels Jun 2, 2009
@ned-deily
Copy link
Member

See also bpo-6170.

@ronaldoussoren
Copy link
Contributor

I cannot reproduce this with the py3k branch, I'm currently building
r31rc1 to check if I can reproduce the issue with that.

@ronaldoussoren
Copy link
Contributor

The build was quicker than expected. I also cannot reproduce using
r31rc1.

Or rather, I can reproduce this using "make frameworkinstallframework",
but not using "make install".

The latter is the correct way to install the framework, the former is an
internal makefile target that is used during installation but should not
be used on its own.

Closing this as won't fix.

@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 OS-mac
Projects
None yet
Development

No branches or pull requests

2 participants