Date: Wed, 6 Dec 2017 21:28:11 -0500 From: Thomas Laus <lausts@acm.org> To: Warner Losh <imp@bsdimp.com> Cc: FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: GPTZFSBOOT in Current r326622 has problems Message-ID: <20171207022811.GA2335@mail.laus.org> In-Reply-To: <20171207012241.GA2170@mail.laus.org> References: <d92d0e84-72c5-e240-a1b5-18cef53dcbff@acm.org> <CANCZdfqHZidf%2BZvf3Pqpr1BHuyRPBP9zLSzkw_CcFqJde2KzYw@mail.gmail.com> <20171206164801.GA1055@mail.laus.org> <CANCZdfp0AS-=xD8KvqgPkpFnM_7-Gc=CmLiHE9T=qo0_d1zYwg@mail.gmail.com> <20171206222155.GA1792@mail.laus.org> <CANCZdfoQQjDi-vhyLTkxEekHqoSncO0nvwE6qbhEXiMiELhhFQ@mail.gmail.com> <20171207001720.GA2058@mail.laus.org> <CANCZdfp22GO%2BzQfJN=KvVpbSy0n_Cek_0rTZp2Og%2Bc-MeSQeNg@mail.gmail.com> <20171207012241.GA2170@mail.laus.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> Warner Losh [imp@bsdimp.com] wrote: > > > > You can just build the boot blocks at each step if you'd like to save > > > > some time on the binary search. > > > > > > > > cd stand > > > > make cleandir obj depend > > > > make -j XX > > > > sudo -E make install > > > > > > > > OK. Still a fair number of changes, including changes to geli to fix > > warnings... > > > > 326585-326594 is a flurry of changes. Then another in the 326609-326610 > > range. There's one other trivial one. I'd wager that if '500 works, the > > breakage will be somewhere in the first range, which suggests 326590 might > > be a good, next pivot. There's also a few just after '500 that might break > > things as well if I messed something up. '504 and '507 both touch this > > stuff directly... > > > Warren: > > Building just 'stand' had an error in /usr/src/stand/geli concerning > geli hmac conflicting type for 'ngets'. > > I am doing a full buildworld for r326590. It should be complete > before 9:30 PM EST. I'll post the results and look for replies tomorrow > morning and proceed with the disscetion. > Warren: The r326590 buildworld failed due to a problem in the 'geli' code. The specific error: /usr/src/sys/geom/eli/g-eli_hmac.c line 46. It complained about a missing type specifier. I'll try this again tomorrow morning from an xterm so I can capture and post the exact message. Tom -- Public Keys: PGP KeyID = 0x5F22FDC1 GnuPG KeyID = 0x620836CF
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20171207022811.GA2335>