Re: update net/ipv6calc

2018-10-05 Thread Jeremie Courreges-Anglas
On Thu, Oct 04 2018, Stuart Henderson wrote: > On 2018/10/04 09:40, Solene Rapenne wrote: >> > add new action to extract MAC/EUI64 from IPv6 address > > that's handy :) > > There are some problems with tests (including a segfault), but they are > also present with the version currently in-tree, so

Re: update net/ipv6calc

2018-10-04 Thread Stuart Henderson
On 2018/10/04 11:36, Solene Rapenne wrote: > Klemens Nanni wrote: > > DEBUG=-g3 is honored for the normal build but not tests: > > > > $ make DEBUG=-g3 test > > ... > > gmake[2]: Leaving directory '/tmp/pobj/ipv6calc-1.1.0/ipv6calc-1.1.0' > > cc -o ipv6calc ipv6calc.o showinfo.o ip

Re: update net/ipv6calc

2018-10-04 Thread Stuart Henderson
On 2018/10/04 09:40, Solene Rapenne wrote: > > add new action to extract MAC/EUI64 from IPv6 address that's handy :) There are some problems with tests (including a segfault), but they are also present with the version currently in-tree, so I don't think they block the update. OK sthen@.

Re: update net/ipv6calc

2018-10-04 Thread Solene Rapenne
Klemens Nanni wrote: > DEBUG=-g3 is honored for the normal build but not tests: > > $ make DEBUG=-g3 test > ... > gmake[2]: Leaving directory '/tmp/pobj/ipv6calc-1.1.0/ipv6calc-1.1.0' > cc -o ipv6calc ipv6calc.o showinfo.o ipv6calchelp_local.o -lcrypto > -L../lib/ -L..

Re: update net/ipv6calc

2018-10-04 Thread Klemens Nanni
DEBUG=-g3 is honored for the normal build but not tests: $ make DEBUG=-g3 test ... gmake[2]: Leaving directory '/tmp/pobj/ipv6calc-1.1.0/ipv6calc-1.1.0' cc -o ipv6calc ipv6calc.o showinfo.o ipv6calchelp_local.o -lcrypto -L../lib/ -L../databases/lib/ -lipv6calc_d