Re: Error compiling isboot-kmod

2018-01-29 Thread Ian Lepore
On Mon, 2018-01-29 at 10:29 -0700, John Nielsen wrote: > > > > On Jan 27, 2018, at 9:20 AM, Ian Lepore wrote: > > > > On Fri, 2018-01-26 at 23:20 -0700, John Nielsen wrote: > > > > > > > > > > > > > > > On Jan 26, 2018, at 9:42 PM, John Nielsen > > > > wrote: > > > > > > > > > > > > > > >

Re: Error compiling isboot-kmod

2018-01-29 Thread John Nielsen
> On Jan 27, 2018, at 9:20 AM, Ian Lepore wrote: > > On Fri, 2018-01-26 at 23:20 -0700, John Nielsen wrote: >>> >>> On Jan 26, 2018, at 9:42 PM, John Nielsen wrote: >>> [...] >>> --- iscsi.o --- >>> iscsi.c:1146:3: error: incompatible pointer types passing 'void (struct >>> mbuf *,

Re: Error compiling isboot-kmod

2018-01-29 Thread Maurizio Vairani
2018-01-27 17:20 GMT+01:00 Ian Lepore : > On Fri, 2018-01-26 at 23:20 -0700, John Nielsen wrote: > > > > > > On Jan 26, 2018, at 9:42 PM, John Nielsen wrote: > > > > > > > > > > > [...] > > > --- iscsi.o --- > > > iscsi.c:1146:3: error: incompatible pointer types passing 'void > (struct mbuf *, v

Re: Error compiling isboot-kmod

2018-01-27 Thread Ian Lepore
On Fri, 2018-01-26 at 23:20 -0700, John Nielsen wrote: > > > > On Jan 26, 2018, at 9:42 PM, John Nielsen wrote: > > > > > > > > [...] > > --- iscsi.o --- > > iscsi.c:1146:3: error: incompatible pointer types passing 'void (struct > > mbuf *, void *, void *)' to parameter of type 'm_ext_free_t

Re: Error compiling isboot-kmod

2018-01-27 Thread John Nielsen
> On Jan 26, 2018, at 9:42 PM, John Nielsen wrote: > >> On Jan 26, 2018, at 10:35 AM, Ian Lepore wrote: >> >> On Fri, 2018-01-26 at 10:00 -0700, John Nielsen wrote: On Jan 26, 2018, at 3:37 AM, Maurizio Vairani >>> om> wrote: 2018-01-24 17:19 GMT+01:00 Warner Losh :

Re: Error compiling isboot-kmod

2018-01-26 Thread John Nielsen
> On Jan 26, 2018, at 10:35 AM, Ian Lepore wrote: > > On Fri, 2018-01-26 at 10:00 -0700, John Nielsen wrote: >>> >>> On Jan 26, 2018, at 3:37 AM, Maurizio Vairani >> om> wrote: >>> >>> 2018-01-24 17:19 GMT+01:00 Warner Losh : >>> >>> >>> On Wed, Jan 24, 2018 at 3:12 AM, Maurizio Vairani >> il

Re: Error compiling isboot-kmod

2018-01-26 Thread Ian Lepore
On Fri, 2018-01-26 at 10:00 -0700, John Nielsen wrote: > > > > On Jan 26, 2018, at 3:37 AM, Maurizio Vairani > om> wrote: > > > > 2018-01-24 17:19 GMT+01:00 Warner Losh : > > > > > > On Wed, Jan 24, 2018 at 3:12 AM, Maurizio Vairani > il.com> wrote: > > On this CURRENT snapshot > > # uname -a

Re: Error compiling isboot-kmod

2018-01-26 Thread John Nielsen
> On Jan 26, 2018, at 3:37 AM, Maurizio Vairani wrote: > > 2018-01-24 17:19 GMT+01:00 Warner Losh : > > > On Wed, Jan 24, 2018 at 3:12 AM, Maurizio Vairani > wrote: > On this CURRENT snapshot > # uname -a > FreeBSD freebsd12 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r327788: Wed Jan 10 > 22:55:40

Re: Error compiling isboot-kmod

2018-01-26 Thread Maurizio Vairani
2018-01-24 17:19 GMT+01:00 Warner Losh : > > > On Wed, Jan 24, 2018 at 3:12 AM, Maurizio Vairani > wrote: > >> On this CURRENT snapshot >> # uname -a >> FreeBSD freebsd12 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r327788: Wed Jan 10 >> 22:55:40 UTC 2018 >> r...@releng3.nyi.freebsd.org:/usr/obj/usr/src

Re: Error compiling isboot-kmod

2018-01-24 Thread Warner Losh
On Wed, Jan 24, 2018 at 3:12 AM, Maurizio Vairani wrote: > On this CURRENT snapshot > # uname -a > FreeBSD freebsd12 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r327788: Wed Jan 10 > 22:55:40 UTC 2018 > r...@releng3.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC > amd64 > > I can't compile the

Error compiling isboot-kmod

2018-01-24 Thread Maurizio Vairani
On this CURRENT snapshot # uname -a FreeBSD freebsd12 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r327788: Wed Jan 10 22:55:40 UTC 2018 r...@releng3.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 I can't compile the kernel module isboot-kmod: # cd /usr/ports/net/isboot-kmod && make ===>