Package: libpython2.7-dev Version: 2.7.6-5 Severity: important pyconfig.h has definitions like the following:
#define HAVE_DIRENT_H 1 #define HAVE_DLFCN_H 1 These are the general form feature test macros take in practically any software project. This means that when building a python module these feature macros conflict. In the best scenario, you get a redefinition warning. In the worst scenario, the build breaks because of inconsistent #defines between the module and pyconfig.h. Please either don't include pycongfig.h from Python.h, or appropiately namespace the test macros (PYTHON_HAVE_* or something like that). -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libpython2.7-dev:amd64 depends on: ii libexpat1-dev 2.1.0-4 ii libpython2.7 2.7.6-5 ii libpython2.7-stdlib 2.7.6-5 ii multiarch-support 2.17-97 Versions of packages libpython2.7-dev:amd64 recommends: ii libc6-dev [libc-dev] 2.17-97 libpython2.7-dev:amd64 suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org