Package: libpython2.7-dev Version: 2.7.3-11 The pkg-config file for python2.7 lists -I/usr/include/x86_64-linux-gnu/python2.7m in --clfags. However /usr/include/x86_64-linux-gnu/python2.7m doesn't exist. Judging from python2.7-config that should be -I/usr/include/x86_64-linux-gnu/python2.7 instead.
$ pkg-config --cflags python-2.7 -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7m $ ls /usr/include/x86_64-linux-gnu/python2.7m ls: cannot access /usr/include/x86_64-linux-gnu/python2.7m: No such file or directory $ python2.7-config --includes -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7 $ ls /usr/include/x86_64-linux-gnu/python2.7 pyconfig.h -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Versions of packages libpython2.7-dev depends on: ii libexpat1-dev 2.1.0-1 ii libpython2.7 2.7.3-11 ii libpython2.7-stdlib 2.7.3-11 ii libssl-dev 1.0.1c-4 ii multiarch-support 2.13-37 Versions of packages libpython2.7-dev recommends: ii libc6-dev [libc-dev] 2.13-37 libpython2.7-dev suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

