Public bug reported:
Packages like calibre call this to determine the include directory:
$ python3 -c 'import distutils.sysconfig;
print(distutils.sysconfig.get_python_inc())'
/usr/include/python3.3m
This does not work any more with the multiarch split, as using this
directory does not find pyconfig.h; that is shipped in
/usr/include/x86_64-linux-gnu/python3.3m/ now.
This is one of several occasions where splitting the include files has
caused FTBFS. Would it not be cleaner to ship them all in one arch
specific directory if we really must be able to install -dev for several
architectures at once?
** Affects: python3.3 (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1094246
Title:
distutils.sysconfig.get_python_inc() does not include arch specific
directory, causing FTBFS
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.3/+bug/1094246/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs