From owner-svn-src-all@freebsd.org Wed Sep 2 14:06:52 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB22D9C8DCC; Wed, 2 Sep 2015 14:06:52 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from mail-qk0-x22f.google.com (mail-qk0-x22f.google.com [IPv6:2607:f8b0:400d:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 719DAE7F; Wed, 2 Sep 2015 14:06:52 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: by qkdv1 with SMTP id v1so5851648qkd.0; Wed, 02 Sep 2015 07:06:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type; bh=/rQ34U+DsZGNVK7QsdyOFfEe6+NUU2+d15ytvb9554I=; b=y6naDGfNjyKK/J5i3pGK7LYikYVvf7fzs/NcnyBmx53qdaRvtud0Li/sgqRJQi0USf euXdHN8J82+o9cfpzkmoESfhNH1zrWrIVxAGOzNzJZ2vuPdhyDoowoa3u51yBr+y+faf Qha/dgMaIAX/ZgW20dgvgAGyBY4zYbYh5EsvIhlavUix5GDw1iG+3wr7y3E0/L+X471w 4vnxRO9VW9/42GpXPTajt9Sb5bVAuByZrto/x1jAlfww57IDapKbI6bxFFRcmRddCzdz JJ80HfNwgGlVg31pJvJfFYmJcY4A7oa43Dt3Lbh4cak8o9UadKkPhamWm/PWCihJ2chl 6RuA== X-Received: by 10.55.192.26 with SMTP id o26mr28110791qki.89.1441202811559; Wed, 02 Sep 2015 07:06:51 -0700 (PDT) Received: from kan ([2601:18f:0:1570:226:18ff:fe00:232e]) by smtp.gmail.com with ESMTPSA id f9sm12803846qhe.7.2015.09.02.07.06.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Sep 2015 07:06:50 -0700 (PDT) Date: Wed, 2 Sep 2015 10:06:43 -0400 From: Alexander Kabaev To: Alexander Motin Cc: Gleb Smirnoff , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r287358 - head Message-ID: <20150902100643.78da76c4@kan> In-Reply-To: <55E7002D.8080001@gmail.com> References: <201509011159.t81BxCkm072208@repo.freebsd.org> <20150901224438.32e982dd@kan> <20150902125024.GH1023@FreeBSD.org> <20150902090825.619467d9@kan> <20150902132034.GL1023@FreeBSD.org> <20150902093622.751a85f2@kan> <55E7002D.8080001@gmail.com> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/rNntuTm9KB=S.fcoQS==RGj"; protocol="application/pgp-signature" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2015 14:06:52 -0000 --Sig_/rNntuTm9KB=S.fcoQS==RGj Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 02 Sep 2015 16:57:01 +0300 Alexander Motin wrote: > On 02.09.2015 16:36, Alexander Kabaev wrote: > > On Wed, 2 Sep 2015 16:20:34 +0300 > > Gleb Smirnoff wrote: > >=20 > >> On Wed, Sep 02, 2015 at 09:08:25AM -0400, Alexander Kabaev wrote: > >> A> >=20 > >> A> > Does that happen to you, or do you just suppose that this is > >> A> > going to happen looking at the code? > >> A> >=20 > >> A> > --=20 > >> A> > Totus tuus, Glebius. > >> A>=20 > >> A> It does happen to me, I wouldn't bother you otherwise. > >> A>=20 > >> A> 'make installworld KERNCONF=3DKANBSD' now results in kernel > >> A> installed twice, once as /boot/kernel and once > >> A> as /boot/kernel.KANBSD. Re-running it once more, I even get to > >> A> have /boot/kernel.KANBSD.old. > >> A>=20 > >> A> As a side point, 'make buildworld' does not suffer from same > >> A> issue. > >> > >> installworld? Now I'm really confused. Was that typo? > >> > >> --=20 > >> Totus tuus, Glebius. > >=20 > > Just to make sure information gets through un-munged this time, the > > output of the > > sudo make installkernel KERNCONF=3DKANBSD 2>&1 | tee > > installkernel.log is available at=20 > > https://people.freebsd.org/~kan/installkernel.log >=20 > Sorry if it is documented somewhere, but can this be disabled somehow? > On my development server installkernel for some reason already took > more time then buildkernel -DKERNFAST. Now I suppose it will take > twice more. I am doing it hundred times a day, and I am not happy. :-\ >=20 Well, I do not think this this was the intended behaviour, so it is pretty safe to assume it will get fixed. Makefile.inc1 uses documented '[2..-1]' subscript to prevent same kernel installed more than once but somehow that does not work. --=20 Alexander Kabaev --Sig_/rNntuTm9KB=S.fcoQS==RGj Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJV5wJzXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRDNUY3RDk5NTk5QjY0MUUxM0M1MTU2OTEw NzEzMjI5OTkyNzkyRTdFAAoJEAcTIpmSeS5+ab4P/1tLXem6N2p3bF5ZP34LEi73 tIf+8Ry7Lh/guK9LNOUv/+/DG+1IlNO8Re1sef1UhGCJNzv2LmbXSmknGY0SJlKD Pjr6TxO0KVmwWOvqJbn3HrkmnPR3oRQqNIDIkwVutDTsGKG7VXtmmcOlkKiR+RAL ADrxrl1U4+6W0wgpOPLRjrehO1LD1yel+iGJaOar/tB70WFcBAx98UniCcYCit72 CYlEgFhh/fUx9+KDYVqYHMSmYpBBtgVdjP/B4H8hqrCXt90X1YRkl3CPsdS9SAYg 2sOVo4PMP9DUoQikWlOB+7BYkL30iS5I3xshGGr8vekgBYRnXEbVtIeb1pLXNOTC iXMPP0vJEmW42QYJfNpw7P0ErQ9EBYjrGpcay/ulRZbolSqfZaDrnkloYmK+X4gq F5AWCrKhKlgjlGXB6De8euL4eUAQPADVbqX1Xwd+K/0BhaTQAsKMBTO1We9Zwh9T WgaCKSWugCDAguRABTl+nNAesnqmjBfjoBjUy+5WABPdmokZHtdl6Rwwhd3+0q6g HsM386DniYm6oXbtjgT18qTqwberaJvUVW64LTjFKL0XMdfbJMZcu84Oh09D3YB+ 7KyT129aRLPBMeqabCKdTCLNzJ34bM+5bYhuLA4TlXCEWOlLuksuyjuhze1KqUUV ng3m+GRB7NeS4wFrUPmW =SnaX -----END PGP SIGNATURE----- --Sig_/rNntuTm9KB=S.fcoQS==RGj--