Date: Mon, 7 Apr 2014 13:26:11 +0400 From: Gleb Smirnoff <glebius@FreeBSD.org> To: Oliver Lehmann <oliver@freebsd.org> Cc: zi@freebsd.org, ports@freebsd.org, stable@freebsd.org Subject: Re: r263478 - /stable/10/sys/net/route.h breaks net-snmp Message-ID: <20140407092611.GP44326@glebius.int.ru> In-Reply-To: <20140406101131.Horde.OoOkpfQUTkPO6Q0jKJFQvw7@avocado.salatschuessel.net> References: <20140406101131.Horde.OoOkpfQUTkPO6Q0jKJFQvw7@avocado.salatschuessel.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Apr 06, 2014 at 10:11:31AM +0200, Oliver Lehmann wrote: O> Hi Gleb, O> O> your change to route.h breaks the compilation of O> net-mgmt/net-snmp. Can you please fix it? O> O> Here is a log from CURRENT, the error message on 10-STABLE is the same. O> With 10-RELEASE the port compiled fine: O> O> http://beefy1.isc.freebsd.org/bulk/head-i386-default/latest/logs/errors/net-snmp-5.7.2_4.log Strange. This is how it builds on my CURRENT: checking for struct rtentry.rt_dst... no checking for struct rtentry.rt_hash... no checking for struct rtentry.rt_next... no checking for struct rtentry.rt_refcnt... no checking for struct rtentry.rt_unit... no checking for struct rtentry.rt_use... no checking type of rtentry structure... unknown checking for struct rtentry... rtentry After that, it compiles fine. In your log it detects 'struct ortentry' and surprisingly prefers it. -- Totus tuus, Glebius.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140407092611.GP44326>