This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Makefile.pre.in patch to run regen on OSX (framework build)
Type: Stage:
Components: Build Versions: Python 3.0, Python 3.1, Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, ronaldoussoren, rpetrov
Priority: normal Keywords: needs review, patch

Created on 2008-12-30 13:06 by ronaldoussoren, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Makefile.pre.in.patch ronaldoussoren, 2008-12-30 13:06
Messages (4)
msg78526 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2008-12-30 13:06
I needed the attached patch to install a framework build of Python3 (py3k 
branch), otherwise the 'regen' script wouldn't start to build Lib/plat-
mac.

I haven't applied the patch to the repository because I don't know if 
there's a reason for not using RUNSHARED in the first place.
msg78552 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-12-30 18:06
I probably forgot to add it when I was missing with the Makefile a while
back. I applied your patch in r68075.
msg78721 - (view) Author: Roumen Petrov (rpetrov) * Date: 2009-01-01 19:22
The issue is same for trunk.
Step to reproduce(as example on linux):
- remove existing python installation (optional)
- rename <SRCDIR/>Lib/plat-linux2
...
python$EXE ../../Tools/scripts/h2py.py -i '(u_long)'
/usr/include/netinet/in.h
python: error while loading shared libraries: libpython2.7.so.1.0:
cannot open shared object file: No such file or directory
msg78777 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2009-01-02 10:51
I've ported the fix to the trunk in r68149
History
Date User Action Args
2022-04-11 14:56:43adminsetgithub: 49030
2009-01-02 10:51:15ronaldoussorensetkeywords: patch, patch, needs review
messages: + msg78777
2009-01-01 19:22:35rpetrovsetnosy: + rpetrov
messages: + msg78721
versions: + Python 2.6, Python 3.0, Python 2.7
2008-12-30 18:06:48benjamin.petersonsetstatus: open -> closed
keywords: patch, patch, needs review
resolution: fixed
messages: + msg78552
nosy: + benjamin.peterson
2008-12-30 13:06:13ronaldoussorencreate