Bug#842634: [Pkg-rust-maintainers] Bug#842634: rustc: FTBFS (sys_common::net::tests::no_lookup_host_duplicates fails)

2016-12-16 Thread Santiago Vila
On Tue, 29 Nov 2016, Ralph Giles wrote: > On 2016-11-29 1:17 AM, Santiago Vila wrote: > > > I wonder, however, why two lines like this in /etc/hosts > > > > 127.0.0.1 localhost > > 127.0.0.1 localhost ip6-localhost ip6-loopback > > > > should make rustc build to fail at all. > >

Bug#842634: [Pkg-rust-maintainers] Bug#842634: rustc: FTBFS (sys_common::net::tests::no_lookup_host_duplicates fails)

2016-11-29 Thread Ralph Giles
On 2016-11-29 1:17 AM, Santiago Vila wrote: > I wonder, however, why two lines like this in /etc/hosts > > 127.0.0.1 localhost > 127.0.0.1 localhost ip6-localhost ip6-loopback > > should make rustc build to fail at all. The test was added in

Bug#842634: [Pkg-rust-maintainers] Bug#842634: rustc: FTBFS (sys_common::net::tests::no_lookup_host_duplicates fails)

2016-11-29 Thread Santiago Vila
Hi. After I removed the ::1 line from /etc/hosts, rustc builds ok again. I wonder, however, why two lines like this in /etc/hosts 127.0.0.1 localhost 127.0.0.1 localhost ip6-localhost ip6-loopback should make rustc build to fail at all. Could you please quote the relevant

Bug#842634: [Pkg-rust-maintainers] Bug#842634: rustc: FTBFS (sys_common::net::tests::no_lookup_host_duplicates fails)

2016-11-25 Thread Santiago Vila
Hi. This is indeed related to localhost entries as you say, not to the hostname as I believed. My localhost lines are like this: 127.0.0.1 localhost ::1 localhost ip6-localhost ip6-loopback but when I enter the chroot, localhost lines inside the chroot become like this: 127.0.0.1

Bug#842634: [Pkg-rust-maintainers] Bug#842634: rustc: FTBFS (sys_common::net::tests::no_lookup_host_duplicates fails)

2016-11-25 Thread Santiago Vila
On Fri, Nov 25, 2016 at 11:00:38PM +, Luca BRUNO wrote: > severity 842634 minor > thanks > > On Sunday, 30 October 2016 23:09:35 UTC Santiago Vila wrote: > > > > I wonder what exactly this test "no_lookup_host_duplicates" does. > > My autobuilder do not have a FQDN, it has just this in

Bug#842634: [Pkg-rust-maintainers] Bug#842634: rustc: FTBFS (sys_common::net::tests::no_lookup_host_duplicates fails)

2016-11-25 Thread Luca BRUNO
severity 842634 minor thanks On Sunday, 30 October 2016 23:09:35 UTC Santiago Vila wrote: > I wonder what exactly this test "no_lookup_host_duplicates" does. > My autobuilder do not have a FQDN, it has just this in /etc/hosts: > > public-ip skywalker1 > > Is this a bug in my autobuilder?