From owner-svn-src-all@freebsd.org Wed Sep 2 13:57:06 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 101E99C873C; Wed, 2 Sep 2015 13:57:06 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (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 AE010E96; Wed, 2 Sep 2015 13:57:05 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: by wicge5 with SMTP id ge5so41979851wic.0; Wed, 02 Sep 2015 06:57:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=hokxZ2remcT2coa4Z/bB06qd+iDPsmuDVy2CbQsy/j8=; b=O7V8+iu8olEp1XPQk7hEe4vZ1Wxj+AkSwzAfQyT9AhwDVpmnkZgRUxEZxmabzQgugn mMfWh/PMLe+5EfC4j14Fc7z4F5amBeKbzbh1hV9ojuJ3DT4SkOL5KKwLrtVj8+xD5RVY sJpgMh462LpCHfY88/GtAZg+qXgIysmbYm3m6+vCoVt8MAlXpFdQ14OO0o3CCGmldRv5 eaRFg/3TMk268UAWIl/+EvMSHVErk31kiWCNY3zo2UmMUfiVnay9jX/OOuyVUvo3BfNr w9wxfkTMX116/38QjEle3z4bbZrk4Q7juOSoYeM2cIrA9Gx8cMKuk6L8Sjr6OvgkMG9q FMvQ== X-Received: by 10.194.121.100 with SMTP id lj4mr39567803wjb.104.1441202224150; Wed, 02 Sep 2015 06:57:04 -0700 (PDT) Received: from mavbook.mavhome.dp.ua ([2a01:d0:c0a9:3:c685:8ff:fe11:1aa2]) by smtp.googlemail.com with ESMTPSA id ik8sm32589498wjb.8.2015.09.02.06.57.02 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Sep 2015 06:57:03 -0700 (PDT) Message-ID: <55E7002D.8080001@gmail.com> Date: Wed, 02 Sep 2015 16:57:01 +0300 From: Alexander Motin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Alexander Kabaev , Gleb Smirnoff CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r287358 - head References: <201509011159.t81BxCkm072208@repo.freebsd.org> <20150901224438.32e982dd@kan> <20150902125024.GH1023@FreeBSD.org> <20150902090825.619467d9@kan> <20150902132034.GL1023@FreeBSD.org> <20150902093622.751a85f2@kan> In-Reply-To: <20150902093622.751a85f2@kan> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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 13:57:06 -0000 On 02.09.2015 16:36, Alexander Kabaev wrote: > On Wed, 2 Sep 2015 16:20:34 +0300 > Gleb Smirnoff wrote: > >> On Wed, Sep 02, 2015 at 09:08:25AM -0400, Alexander Kabaev wrote: >> A> > >> A> > Does that happen to you, or do you just suppose that this is >> A> > going to happen looking at the code? >> A> > >> A> > -- >> A> > Totus tuus, Glebius. >> A> >> A> It does happen to me, I wouldn't bother you otherwise. >> A> >> A> 'make installworld KERNCONF=KANBSD' now results in kernel installed >> A> twice, once as /boot/kernel and once as /boot/kernel.KANBSD. >> A> Re-running it once more, I even get to >> A> have /boot/kernel.KANBSD.old. >> A> >> A> As a side point, 'make buildworld' does not suffer from same issue. >> >> installworld? Now I'm really confused. Was that typo? >> >> -- >> Totus tuus, Glebius. > > Just to make sure information gets through un-munged this time, the > output of the > sudo make installkernel KERNCONF=KANBSD 2>&1 | tee installkernel.log is > available at > https://people.freebsd.org/~kan/installkernel.log 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. :-\ -- Alexander Motin