Re: [gentoo-dev] Doomsayers needed

2014-11-26 Thread Sergey Popov
23.11.2014 21:47, Michael Orlitzky пишет: We've got a bug in Nagios's `ping` command format detection: https://bugs.gentoo.org/show_bug.cgi?id=468296 It's easy to reproduce by taking down your lo interface, or by filtering all icmp packets in iptables. Fortunately, you can override

Re: [gentoo-dev] Doomsayers needed

2014-11-26 Thread Michael Orlitzky
On 11/26/2014 01:43 PM, Sergey Popov wrote: Standart - cross-compilation and prefix. If you do not care about the latter(not having keywords for your package) - it's ok. Cross-compilation, or compilation into another root is trickier - you should support it. With ping and ping6 coming

Re: [gentoo-dev] Doomsayers needed

2014-11-26 Thread Diego Elio Pettenò
On 26 Nov 2014 11:07, Michael Orlitzky m...@gentoo.org wrote: On 11/26/2014 01:43 PM, Sergey Popov wrote: Standart - cross-compilation and prefix. If you do not care about the latter(not having keywords for your package) - it's ok. Cross-compilation, or compilation into another root is

Re: [gentoo-dev] Doomsayers needed

2014-11-26 Thread Michael Orlitzky
On 11/26/2014 03:57 PM, Diego Elio Pettenò wrote: And with the command set to ${ROOT}bin/ping, building for a Gentoo system under another root should work, right? No, $ROOT should not seep into the compiled code. Ah, I think I see my mistake: when running *within* a chroot, you don't want

[gentoo-dev] Doomsayers needed

2014-11-23 Thread Michael Orlitzky
We've got a bug in Nagios's `ping` command format detection: https://bugs.gentoo.org/show_bug.cgi?id=468296 It's easy to reproduce by taking down your lo interface, or by filtering all icmp packets in iptables. Fortunately, you can override the auto-detection by passing it a magic string, and