[issue17219] cross add Python's library directory when building python standard extensions

2014-10-02 Thread Matthias Klose

Matthias Klose added the comment:

fixed in 2.7, 3.4 and 3.5

--
resolution:  - fixed
status: open - closed
versions: +Python 2.7, Python 3.5

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



[issue17219] cross add Python's library directory when building python standard extensions

2014-10-01 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 222e0faa5fa9 by doko in branch '2.7':
- Issue #17219: Add library build dir for Python extension cross-builds.
https://hg.python.org/cpython/rev/222e0faa5fa9

New changeset c5f908c56fbd by doko in branch '3.4':
- Issue #17219: Add library build dir for Python extension cross-builds.
https://hg.python.org/cpython/rev/c5f908c56fbd

New changeset 80a515e255aa by doko in branch 'default':
- Issue #17219: Add library build dir for Python extension cross-builds.
https://hg.python.org/cpython/rev/80a515e255aa

--
nosy: +python-dev

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



[issue17219] cross add Python's library directory when building python standard extensions

2014-09-30 Thread Mark Lawrence

Mark Lawrence added the comment:

The patch is a one line change to distutils/command/build_ext.py.  Can we have 
the stage set and a patch review done please, distutils is black magic to me.

--
components: +Distutils
nosy: +BreamoreBoy, dstufft, eric.araujo

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



[issue17219] cross add Python's library directory when building python standard extensions

2013-10-13 Thread Roumen Petrov

Changes by Roumen Petrov bugtr...@roumenpetrov.info:


Added file: 
http://bugs.python.org/file32080/0002-issue17219-add-current-dir-in-library-path-if-buildi.patch

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



[issue17219] cross add Python's library directory when building python standard extensions

2013-02-17 Thread Roumen Petrov

New submission from Roumen Petrov:

For native build distutils add current directory to library path. This is not 
activated in case of cross-build.

Before , as part of issue3871 and issue15483, was updated setup.py , but now I 
would like to propose a simple more general solution with attached patch.

--
components: Build
files: 0001-cross-add-current-dir-in-library-path-if-building-py.patch
keywords: patch
messages: 182278
nosy: doko, rpetrov
priority: normal
severity: normal
status: open
title: cross add Python's library directory when building python standard 
extensions
versions: Python 3.4
Added file: 
http://bugs.python.org/file29104/0001-cross-add-current-dir-in-library-path-if-building-py.patch

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



[issue17219] cross add Python's library directory when building python standard extensions

2013-02-17 Thread Roumen Petrov

Changes by Roumen Petrov bugtr...@roumenpetrov.info:


--
components: +Cross-Build -Build
type:  - compile error

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



[issue17219] cross add Python's library directory when building python standard extensions

2013-02-17 Thread Arfrever Frehtes Taifersar Arahesis

Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com:


--
nosy: +Arfrever

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