[issue11370] Fix distutils to carry configure's LIBS through to extension modules.

2011-03-27 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

This looks like a real bug that could affect other projects than US, so it 
would be nice to get a test and fix IMO.

--

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



[issue11370] Fix distutils to carry configure's LIBS through to extension modules.

2011-03-26 Thread John Szakmeister

John Szakmeister j...@szakmeister.net added the comment:

I'm gonna close this.  It was meant to help port some of the Unladen Swallow 
stuff... but I see that's effectively dead. :-(

--
resolution:  - invalid
status: open - closed

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



[issue11370] Fix distutils to carry configure's LIBS through to extension modules.

2011-03-18 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Thanks for the report and patch.  Has this bug been a problem for existing 
projects?  Would you have links?

 Looks like this should've been done against the py3k branch instead.
Yes, patches should apply to the py3k branch, or to distutils2.  More 
guidelines at http://wiki.python.org/moin/Distutils/FixingBugs

In this case, Tarek will have to decide whether this is a suitable bugfix for 
distutils or whether it’s for distutils2 only.  There is a feature freeze in 
distutils, so we try to change the code only to fix proved bugs, in the less 
pervasive way possible, and with regression tests.

 Perhaps there is a better way to do this under py3k?  Or it's handled already?
In the absence of a test (unit test, instructions to reproduce or script), it’s 
hard to tell.

--

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



[issue11370] Fix distutils to carry configure's LIBS through to extension modules.

2011-03-02 Thread John Szakmeister

New submission from John Szakmeister j...@szakmeister.net:

This is a port of r301 from unladen swallow to the py3k-jit branch.

On the Mac, there was an extra '-framework CoreFoundation' that was being 
passed in python3 (maybe it wasn't there in Python 2.x?).  At any rate, I 
changed the logic to ignore anything that didn't start with a -l or end with 
a .a.  Not sure if that's the best answer, or if we should allow -framework 
and friends to pass through.

I put this under distutils, but it's really targeted towards the py3k-jit 
branch... which hasn't been updated since June. :-(

--
assignee: tarek
components: Distutils
files: libs-to-extension.patch
keywords: patch
messages: 129863
nosy: eric.araujo, jszakmeister, tarek
priority: normal
severity: normal
status: open
title: Fix distutils to carry configure's LIBS through to extension modules.
type: feature request
Added file: http://bugs.python.org/file20971/libs-to-extension.patch

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



[issue11370] Fix distutils to carry configure's LIBS through to extension modules.

2011-03-02 Thread John Szakmeister

John Szakmeister j...@szakmeister.net added the comment:

Looks like this should've been done against the py3k branch instead.  Looking 
at py3k, it's changed quite a bit since the last merge into py3k-jit.

Perhaps there is a better way to do this under py3k?  Or it's handled already?

--

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