FTBFS with multi-arched Python
Bug #1095320 reported by
Michael Bienia
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
vim (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The vim build fails because the upstream configure scripts tries to detect the Python includes and libraries from Python's "config" directory but can't find it anymore as it now also contains the host triplet.
To post a comment you must log in.
vim (2:7.3. 547-6ubuntu3) raring; urgency=low
* Fix FTBFS with multi-arched Python (lp: #1095320): multiarch. patch:
+ debian/rules:
Specify the Python library's config directory as the configure script
can't find it on its own since the library package got multi-arched.
+ d/p/ubuntu-
Use the "python-config" script to determine libs and includes for
Python.