Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Bugs

[issue14330] don't use host python, use host search paths for host compiler

 

 

Python bugs RSS feed   Index | Next | Previous | View Threaded


report at bugs

Jul 25, 2012, 5:08 PM

Post #1 of 15 (197 views)
Permalink
[issue14330] don't use host python, use host search paths for host compiler

Ezio Melotti <ezio.melotti [at] gmail> added the comment:

The last changeset (7955d769fdf5) caused some problem on my machine.
Before the changeset I was getting:

Python build finished, but the necessary bits to build these modules were not found:
_bz2 _curses _curses_panel
_dbm _gdbm _lzma
_tkinter
To find the necessary bits, look in setup.py in detect_modules() for the module's name.

After 7955d769fdf5 I get:

Python build finished, but the necessary bits to build these modules were not found:
_bz2 _curses _curses_panel
_dbm _gdbm _lzma
_sqlite3 _ssl _tkinter
readline zlib
To find the necessary bits, look in setup.py in detect_modules() for the module's name.

I'm on an ubuntu 12.04 machine.

----------
nosy: +ezio.melotti
status: closed -> open

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14330>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jul 25, 2012, 10:58 PM

Post #2 of 15 (185 views)
Permalink
[issue14330] don't use host python, use host search paths for host compiler [In reply to]

Changes by Georg Brandl <georg [at] python>:


----------
priority: normal -> release blocker

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14330>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jul 26, 2012, 10:19 PM

Post #3 of 15 (187 views)
Permalink
[issue14330] don't use host python, use host search paths for host compiler [In reply to]

Georg Brandl <georg [at] python> added the comment:

I would really like to release beta2 this weekend. Is it possible to get this resolved by then?

----------
nosy: +georg.brandl

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14330>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jul 27, 2012, 7:42 AM

Post #4 of 15 (184 views)
Permalink
[issue14330] don't use host python, use host search paths for host compiler [In reply to]

Matthias Klose <doko [at] debian> added the comment:

just back in DE today, but still travelling. Won't be able to look at this before late Monday.

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14330>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jul 28, 2012, 6:44 AM

Post #5 of 15 (184 views)
Permalink
[issue14330] don't use host python, use host search paths for host compiler [In reply to]

Nick Coghlan <ncoghlan [at] gmail> added the comment:

Everything is still building happily for me on Fedora, so I suggest looking at the Debian/Ubuntu multiarch support (which is the origin of the dpkg-architecture call).

Background in http://bugs.python.org/issue11715

----------
nosy: +barry, ncoghlan
resolution: fixed ->

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14330>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Aug 2, 2012, 10:40 PM

Post #6 of 15 (172 views)
Permalink
[issue14330] don't use host python, use host search paths for host compiler [In reply to]

Georg Brandl added the comment:

Matthias, any comments?

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14330>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Aug 4, 2012, 1:17 PM

Post #7 of 15 (173 views)
Permalink
[issue14330] don't use host python, use host search paths for host compiler [In reply to]

Georg Brandl added the comment:

Matthias: ping. I don't want to hold up beta2 indefinitely. In order to resolve this blocker, we will revert the batch of cross-compiling patches in a few days if there is no progress here.

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14330>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Aug 7, 2012, 3:10 AM

Post #8 of 15 (164 views)
Permalink
[issue14330] don't use host python, use host search paths for host compiler [In reply to]

Matthias Klose added the comment:

these are all extensions, which use headers and libraries installed in multiarch paths, which I think are not found in this case. If the dpkg-dev package isn't installed, please install it and recheck. So this issue should be closed, maybe with the ma.diff patch applies as in issue #15426.

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14330>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Aug 7, 2012, 3:12 AM

Post #9 of 15 (164 views)
Permalink
[issue14330] don't use host python, use host search paths for host compiler [In reply to]

Matthias Klose added the comment:

and please make sure that other build dependencies are installed as well:

sudo apt-get build-dep python3.2 (on 12.04/precise)

sudo apt-get build-dep python3.3 (on 12.10/quantal)

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14330>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Aug 7, 2012, 3:16 AM

Post #10 of 15 (164 views)
Permalink
[issue14330] don't use host python, use host search paths for host compiler [In reply to]

Matthias Klose added the comment:

afaics, msg166444 doesn't have to do anything with the cross build issue, but a missing build dependency (here: dpkg-dev).

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14330>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Aug 7, 2012, 10:12 AM

Post #11 of 15 (163 views)
Permalink
[issue14330] don't use host python, use host search paths for host compiler [In reply to]

Georg Brandl added the comment:

Ezio?

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14330>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Aug 7, 2012, 10:12 AM

Post #12 of 15 (163 views)
Permalink
[issue14330] don't use host python, use host search paths for host compiler [In reply to]

Stefan Krah added the comment:

Installing dpkg-dev indeed resolved the issue for me on Debian Wheezy,
but msg166444 said that the problem appeared in 7955d769fdf5.

So was dpkg-dev already an official dependency before 7955d769fdf5
or not?

----------
nosy: +skrah

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14330>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Aug 7, 2012, 10:24 AM

Post #13 of 15 (157 views)
Permalink
[issue14330] don't use host python, use host search paths for host compiler [In reply to]

Stefan Krah added the comment:

With ma.diff from #11715 dpkg-dev is indeed not required (checked
on Wheezy).

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14330>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Aug 7, 2012, 2:30 PM

Post #14 of 15 (157 views)
Permalink
[issue14330] don't use host python, use host search paths for host compiler [In reply to]

Ezio Melotti added the comment:

On another Ubuntu 12.04 machine with dpkg-dev installed I didn't have any issue. Once I removed dpkg-dev I was able to reproduce the issue again.
Applying ma.diff from #11715 solves the issue, with and without dpkg-dev installed.

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14330>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Aug 8, 2012, 3:18 AM

Post #15 of 15 (156 views)
Permalink
[issue14330] don't use host python, use host search paths for host compiler [In reply to]

Matthias Klose added the comment:

committed the ma.diff from #11715, msg167680.

----------
resolution: -> fixed
status: open -> closed

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14330>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com

Python bugs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.