[Python-modules-team] Bug#798943: 64bit builds raise a lot of compiler warnings

Matthias Klose doko at debian.org
Mon Sep 14 11:03:46 UTC 2015


Package: src:dulwich
Version: 0.11.1-1
Severity: important
Tags: sid stretch

seen on every 64bit architecture:

https://buildd.debian.org/status/fetch.php?pkg=dulwich&arch=ppc64el&ver=0.11.1-1&stamp=1442171901

dulwich/_objects.c: In function 'init_objects':
dulwich/_objects.c:256:6: warning: implicit declaration of function
'Py_InitModule3' [-Wimplicit-function-declaration]
  m = Py_InitModule3("_objects", py_objects_methods, NULL);
      ^
dulwich/_objects.c:256:4: warning: assignment makes pointer from integer without
a cast [-Wint-conversion]
  m = Py_InitModule3("_objects", py_objects_methods, NULL);
    ^

as a side note, the packaging doesn't seem to be correct, if multiple python3
versions are supported:

see
https://launchpadlibrarian.net/217905805/buildlog_ubuntu-wily-amd64.dulwich_0.11.1-1_BUILDING.txt.gz

the 3.5 binaries are here built in the install target, and not tested.



More information about the Python-modules-team mailing list