Control: tags -1 help upstream
Control: severity -1 normal

Am 12.02.2014 14:27, schrieb Felipe Sateler:
> 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.

In the worst scenario, you include these flags in a project and apply them for
every file to compile, whether it needs them or not.  So you can live with these
when only applying these for the modules builds.  This is not a change I want to
see locally in Debian, so please send a patch upstream and reference it here in
the report.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to