[Python-bugs-list] [ python-Bugs-631247 ] Mac OS 10 configure problem

noreply@sourceforge.net noreply@sourceforge.net
Wed, 06 Nov 2002 07:14:42 -0800


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

Category: Build
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Ralf W. Grosse-Kunstleve (rwgk)
Assigned to: Jack Jansen (jackjansen)
Summary: Mac OS 10 configure problem

Initial Comment:
Using the Python CVS head from about two days ago:

Under Mac OS 10 configure --enable-framework; make fails 
if the source directory is on a NFS mounted disk, but the 
build directory in a case insensitive Mac volume. According 
to Jack Jansen this is because configure checks if the 
source directory is on a file system that is case insensitive, 
when it should be checking the file system with the build 
directory:

if test -d "${srcdir}/python"
then
     echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6
     BUILDEXEEXT=.exe
else
        echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
        BUILDEXEEXT=$EXEEXT
fi


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

>Comment By: Jack Jansen (jackjansen)
Date: 2002-11-06 16:14

Message:
Logged In: YES 
user_id=45365

Fixed. Checked in as configure rev. 1.352, configure.in rev. 1.363

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

Comment By: Jack Jansen (jackjansen)
Date: 2002-11-05 23:11

Message:
Logged In: YES 
user_id=45365

Attaching a patch that I still need to review on a case sensitive system.

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

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