> > --- dependall-kdump ---
> > In file included from 
> > /tmp/bracket/build/2018.06.03.05.55.08-i386/src/sys/net/if.h:99:0,
> >                  from kdump-ioctl.c:23:
> > /tmp/bracket/build/2018.06.03.05.55.08-i386/src/sys/altq/if_altq.h:48:2: 
> > error: unknown type name 'kmutex_t'
> >   kmutex_t *ifq_lock;
> >   ^~~~~~~~

So, christos fixed that one - thanks.  Now, the build is failing with
a sixth (!) issue:

--- dependall-sysinst ---
/tmp/bracket/build/2018.06.03.15.26.03-i386/src/usr.sbin/sysinst/arch/i386/md.c:
 In function 'md_post_newfs':
/tmp/bracket/build/2018.06.03.15.26.03-i386/src/usr.sbin/sysinst/arch/i386/md.c:388:1:
 error: declaration of 'md_post_extract' shadows a global declaration 
[-Werror=shadow]
 md_post_extract(void)
 ^~~~~~~~~~~~~~~
In file included from 
/tmp/bracket/build/2018.06.03.15.26.03-i386/src/usr.sbin/sysinst/arch/i386/md.c:50:0:
/tmp/bracket/build/2018.06.03.15.26.03-i386/src/usr.sbin/sysinst/arch/i386/../../defs.h:434:5:
 note: shadowed declaration is here
 int md_post_extract(void);
     ^~~~~~~~~~~~~~~

(that's just the first one of many error messages, more at
http://releng.netbsd.org/b5reports/i386/2018/2018.06.03.15.26.03/build.log.tail)

Looks like martin's sysinst changes...
-- 
Andreas Gustafsson, g...@gson.org

Reply via email to