On 22/06/13 at 17:34 +0200, Daniele Tricoli wrote: > tags 713757 +moreinfo > thanks > > Hello Lucas, > many thanks for the report. > > > On Saturday 22 June 2013 16:11:43 Lucas Nussbaum wrote: > > During a rebuild of all packages in sid, your package failed to build on > > amd64. > > It's the same problem of #680799 and I'm not able to riproduce it in a clean > pbuilder chroot on my machine. > > After reading http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684817#19 > I disabled address check if DEB_BUILD_OPTIONS contains "parallel" (see > 03_force-localhost-as-host-name.patch) but this bug means the problem is > different. > > Instead of using gethostbyname() (it's not very reliable) I will propose > upstream to use gethostname() since it's more reliable. > > Only to be sure, can you show me the line containig localhost of the VM > /etc/hosts?
Hi, # grep localhost /etc/hosts 127.0.0.1 localhost localhost.localdomain ::1 localhost ip6-localhost ip6-loopback Lucas _______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

