[Python-bugs-list] [ python-Bugs-677753 ] python.exe expected in extension builds

SourceForge.net noreply@sourceforge.net
Tue, 25 Feb 2003 04:50:52 -0800


Bugs item #677753, was opened at 2003-01-30 22:00
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=677753&group_id=5470

Category: Macintosh
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Robin Dunn (robind)
Assigned to: Jack Jansen (jackjansen)
Summary: python.exe expected in extension builds

Initial Comment:
When building on OS X configure senses whether the
build filesystem is case sensitive or not and if not
builds "python.exe" instead of "python" to avoid
conflicting with the "Python" dir.

There are some things in doing the framework build that
expect to have "python.exe" so i fyou ar building on a
case-sensitive filesystem and only have "python" then
they fail.  Perhaps configure should make a python.exe
--> python link.

----------------------------------------------------------------------

>Comment By: Jack Jansen (jackjansen)
Date: 2003-02-25 13:50

Message:
Logged In: YES 
user_id=45365

Fixed in Makefile.pre.in 1.114, Mac/OSX/Makefile 1.37.

----------------------------------------------------------------------

Comment By: Robin Dunn (robind)
Date: 2003-01-31 17:22

Message:
Logged In: YES 
user_id=53955

Sorry, I meant to do that but must have been sidetracked...
 Here is the first one:

./python.exe /projects/Python-2.3a1/Mac/scripts/cachersrc.py
-v
/projects/_py/install/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/plat-mac
/projects/_py/install/Library/Frameworks/Python.framework/Versions/2.3/Mac/Tools
make[1]: ./python.exe: Command not found
make[1]: *** [installmacsubtree] Error 127
make: *** [frameworkinstallmaclib] Error 2


ISTR that after making a link and running make again that
there were a few more "python.exe"'s that floated by after
this one too.


----------------------------------------------------------------------

Comment By: Jack Jansen (jackjansen)
Date: 2003-01-31 10:04

Message:
Logged In: YES 
user_id=45365

Robin, could you give an example of something that fails?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=677753&group_id=5470