Your message dated Sun, 3 Apr 2016 16:08:53 +0000
with message-id <[email protected]>
and subject line Fixed in 0.12.0-1
has caused the Debian Bug report #798943,
regarding 64bit builds raise a lot of compiler warnings
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
798943: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798943
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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.
--- End Message ---
--- Begin Message ---
This was fixed by Lele for 0.12.
signature.asc
Description: PGP signature
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team