[issue11046] setup.py/configure [darwin]

2011-03-21 Thread Steffen Daode Nurpmeso

Changes by Steffen Daode Nurpmeso :


--
status: pending -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11046] setup.py/configure [darwin]

2011-03-19 Thread Ronald Oussoren

Ronald Oussoren  added the comment:

I've filed Issue11485 for the SDK issue (the default SDK should be more sane 
for normal use). 

AFAIK that means it is not necessary to keep this issue open.

--
resolution:  -> later
status: open -> pending

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11046] setup.py/configure [darwin]

2011-02-05 Thread Steffen Daode Nurpmeso

Steffen Daode Nurpmeso  added the comment:

ronaldoussoren: thanks for the MACOSX_DEPLOYMENT_TARGET=10.5 hint!!  I did Py3K 
yesterday, and it was a matter of 'configure --prefix=x YZ && make && make 
install' as if it were a real UNIX!

I *really* think there should be a configure command line option for this thing 
- i would *not* have found that out on my own!

And of course the problem with libedit is it's ignorance for a long-time-grown 
multi-UNIX multi-term '.inputrc'.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11046] setup.py/configure [darwin]

2011-01-29 Thread Steffen Daode Nurpmeso

Changes by Steffen Daode Nurpmeso :


Removed file: http://bugs.python.org/file20582/DIFF

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11046] setup.py/configure [darwin]

2011-01-29 Thread Steffen Daode Nurpmeso

Changes by Steffen Daode Nurpmeso :


Removed file: http://bugs.python.org/file20575/DIFF

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11046] setup.py/configure [darwin]

2011-01-29 Thread Steffen Daode Nurpmeso

Steffen Daode Nurpmeso  added the comment:

Let me summarize this thread:
- For darwin/MacOS X there exists an undocumented MACOSX_DEPLOYMENT_TARGET 
switch, which makes its way all through the build-system and the 'sysconfig' 
module.  Even though 'configure' auto-detects
checking for OSX 10.5 SDK or later... yes
  it does not seem to take care about that.
  I thus request a (documented) --with-macosx-target[=10.5] 'configure' switch.
  GNU Autoconf is evil!  I cannot provide a patch for that.
- I've attached a patch (setup.3.patch is now the final version, which adds a 
'does_library_chainload_library()' function to setup.py.  This one encapsulates 
the complexity of using different tools on different UNIX platforms and thus 
moves that out of the widespreaded code.  Due to this i'll think it should be 
merged into Py3K.
  However: it still contains lines 'sdaoden hack', which i need to get MacOS X 
running, and which need the eyes of RO or another MacOS X guru!
- Besides all that i think this issue thread can be closed.

--
keywords: +patch
title: darwin/MacOS X setup.py hack -> setup.py/configure [darwin]
type:  -> behavior
Added file: http://bugs.python.org/file20599/setup.3.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com