zfs.ko no longer loads after r320156: unresolved symbol: abd_is_linear

2017-07-31 Thread Ngie Cooper
Hi, I tried upgrading my host from 11.1-STABLE to 12.0-CURRENT, and it didn’t work because abd_is_linear is an undefined symbol (it exists in sys/conf/files, but not sys/modules/zfs/Makefile). I tried adding abd.c to sys/modules/zfs/Makefile and it didn’t immediately fix my compilation

tools/tools/zfsboottest doesn't compile on ^/head

2017-07-31 Thread Ngie Cooper
Hi, It looks like zfsboottest no longer compiles on ^/head (guessing it has to do with the clang upgrade). If someone doesn’t fix this build breakage in the next few hours, I’ll take a stab at fixing it. Thanks, -Ngie PS zfsboottest should really be compiled with world if MK_ZFS

Re: zfs.ko no longer loads after r320156: unresolved symbol: abd_is_linear

2017-07-31 Thread Ngie Cooper (yaneurabeya)
> On Jul 31, 2017, at 16:31, Ngie Cooper wrote: > > Hi, > I tried upgrading my host from 11.1-STABLE to 12.0-CURRENT, and it > didn’t work because abd_is_linear is an undefined symbol (it exists in > sys/conf/files, but not sys/modules/zfs/Makefile). I tried adding

Re: tools/tools/zfsboottest doesn't compile on ^/head

2017-07-31 Thread Ngie Cooper (yaneurabeya)
> On Jul 31, 2017, at 16:21, Ngie Cooper wrote: > > Hi, > It looks like zfsboottest no longer compiles on ^/head (guessing it has > to do with the clang upgrade). > If someone doesn’t fix this build breakage in the next few hours, I’ll > take a stab at fixing

Re: libstdc++ build failures on MIPS, PowerPC, Sparc

2017-07-31 Thread Mark Millard
[Fixed by -r321684 .] On 2017-Jul-24, at 2:31 AM, Mark Millard wrote: > [I'm just sending the notes to Bryan Drewery, no new > information added.] > > > Ravi Pokala rpokala at mac.com wrote on > Sun Jul 23 19:44:57 UTC 2017 : > >> I did a tinderbox build of -HEAD as of r321376; there were