[Python-modules-team] Bug#680799: circuits: FTBFS: failed tests

Daniele Tricoli eriol at mornie.org
Fri Jul 13 22:53:28 UTC 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20120714/44fa77ef/attachment.pgp>


More information about the Python-modules-team mailing list