On Sat, Jul 16, 2016 at 05:45:11PM +0200, Herbert J. Skuhra wrote:> .... > Well, I cannot reproduce this issue on my stable/11 machine. > ....For good reason. It turns out that I was so *sure* I had my kernel config files (for ALBERT & BATS) in place thta I didn't even check to verify that. And when I did: freebeast(11.0)[1] ls -lT /usr/src/sys/amd64/conf/{GENERIC,ALBERT,BATS} ls: /usr/src/sys/amd64/conf/ALBERT: No such file or directory ls: /usr/src/sys/amd64/conf/BATS: No such file or directory -rw-r--r-- 1 david wheel 14315 Jul 8 04:00:47 2016 /usr/src/sys/amd64/conf/GENERIC freebeast(11.0)[2] cd Oops. :-( sorry for the noise. Once I corrected that & re-tested... well, GENERIC built; ALBERT is building as I type.... Thanks for the reality check! :-} Peace, david -- David H. Wolfskill david at catwhisker.org Those who would murder in the name of God or prophet are blasphemous cowards. See http://www.catwhisker.org/~david/publickey.gpg for my public key. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 603 bytes Desc: not available URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20160716/cdb963ec/attachment.sig>
On Sat, 16 Jul 2016, at 21:56, David Wolfskill wrote:> On Sat, Jul 16, 2016 at 05:45:11PM +0200, Herbert J. Skuhra wrote: > > .... > > Well, I cannot reproduce this issue on my stable/11 machine. > > .... > > For good reason. It turns out that I was so *sure* I had my kernel > config files (for ALBERT & BATS) in place thta I didn't even check to > verify that. > > And when I did: > > freebeast(11.0)[1] ls -lT /usr/src/sys/amd64/conf/{GENERIC,ALBERT,BATS} > ls: /usr/src/sys/amd64/conf/ALBERT: No such file or directory > ls: /usr/src/sys/amd64/conf/BATS: No such file or directory > -rw-r--r-- 1 david wheel 14315 Jul 8 04:00:47 2016 > /usr/src/sys/amd64/conf/GENERIC > freebeast(11.0)[2] cd > > Oops. :-( sorry for the noise. > > Once I corrected that & re-tested... well, GENERIC built; ALBERT > is building as I type....Hmm, your problem was different to mine then, because my config file was in the expected place. Otherwise the KERNCONF= option when manually applied wouldn't have worked. -- John tech-lists at zyxst.net
On Sat, 16 Jul 2016 22:56:47 +0200, David Wolfskill <david at catwhisker.org> wrote:> On Sat, Jul 16, 2016 at 05:45:11PM +0200, Herbert J. Skuhra wrote: >> .... >> Well, I cannot reproduce this issue on my stable/11 machine. >> .... > > For good reason. It turns out that I was so *sure* I had my kernel > config files (for ALBERT & BATS) in place thta I didn't even check to > verify that. > > And when I did: > > freebeast(11.0)[1] ls -lT /usr/src/sys/amd64/conf/{GENERIC,ALBERT,BATS} > ls: /usr/src/sys/amd64/conf/ALBERT: No such file or directory > ls: /usr/src/sys/amd64/conf/BATS: No such file or directory > -rw-r--r-- 1 david wheel 14315 Jul 8 04:00:47 2016 > /usr/src/sys/amd64/conf/GENERIC > freebeast(11.0)[2] cd > > Oops. :-( sorry for the noise. > > Once I corrected that & re-tested... well, GENERIC built; ALBERT > is building as I type.... > > Thanks for the reality check! :-} > > Peace, > davidCoincidentally there was just a fix committed about this last week. https://svnweb.freebsd.org/base/head/Makefile.inc1?view=log&pathrev=302865 Regards, Ronald.