Hello Lucas, On Sunday 08 July 2012 19:04:16 Lucas Nussbaum wrote: > During a rebuild of all packages in sid, your package failed to build on > amd64.
Thanks for your qa tests, they are always appreciated.
I added 03_force-localhost-as-host-name.patch to make the test which is
failing work, you will find it in the DPMT SVN[¹], but maybe we need a
more robust way to fix this.
I have just rebuilded the package in a clean pbuilder amd64 chroot and,
as for Javi, I could not reproduce it.
Inside the test which is failing the address is obtained with (applying my
patch):
from socket import gethostbyname
gethostbyname('localhost')
I added this patch because since upstream is using
gethostbyname(gethostname()) in my Debian box I get 127.0.1.1 due how
the standard /etc/hosts is configured.
The logger part, instead, uses socket.getpeername() or (if getpeername
fails) socket.getsockname().
During the test which is failing a web server is spawned, is it
possible (due to the nature of testing infrastructure) that the web
server part is spawned on a differente VM?
Kind regards,
[¹]
http://anonscm.debian.org/viewvc/python-modules/packages/circuits/trunk/debian/patches/
--
Daniele Tricoli 'Eriol'
http://mornie.org
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

