From owner-freebsd-current@FreeBSD.ORG Sun Apr 20 02:34:09 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28CBCA92 for ; Sun, 20 Apr 2014 02:34:09 +0000 (UTC) Received: from mail-ie0-f179.google.com (mail-ie0-f179.google.com [209.85.223.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E167E1B94 for ; Sun, 20 Apr 2014 02:34:08 +0000 (UTC) Received: by mail-ie0-f179.google.com with SMTP id lx4so2837179iec.38 for ; Sat, 19 Apr 2014 19:34:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=JTUvDkQXhS8abN5c/B0ENVqcSHXQa8fRJVKdLswFako=; b=UxsDUUlm+0SKoid5i6HyKlE2y/X9D4wXgKArbTIvsjp38x+ibEHnZYN7ity1yUtwOD LDEbf8/cKWX+rwrlgjW5Dxn/oRmasL+1mpVjAw3SFFAbhfLPKUkCswq/Fr/BPOU564tt czFgWbZKIwOnu/Gsz0slljeFlIRz2U1Pp+NPiQc9QQcaj2cf9PdxUztuxkXgXJTCYZE0 FOTSfBoUtPieAiT1ZTWyDCCVl17T/pHzfBNyGZbqc3XiXnbHaoxu71QU259/yiO2pNAF aw/+IeWjkS3a2wvOBOu+PmgpgEzsJoiIO2rALsi+pCyqD10imm5tL6URj74eqFUlfxKQ +9gA== X-Gm-Message-State: ALoCoQk0Teug+SmQrpxvZOe2WY68HKndwpGCy5UfyFFdq5vaNpIpkcTfe+9H338zqgBIDStohEx9 X-Received: by 10.50.154.66 with SMTP id vm2mr13686952igb.4.1397957357682; Sat, 19 Apr 2014 18:29:17 -0700 (PDT) Received: from [10.0.0.119] (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id j2sm9100664igx.13.2014.04.19.18.29.16 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 19 Apr 2014 18:29:17 -0700 (PDT) Sender: Warner Losh X-Google-Original-From: Warner Losh Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: make delete-old/delete-old-libs issue after r264673 build From: Warner Losh In-Reply-To: Date: Sat, 19 Apr 2014 19:29:15 -0600 Content-Transfer-Encoding: 7bit Message-Id: <55731BD4-CA60-4385-AA7C-EE1E36AAE4D2@gmail.com> References: <53520437.70409@FreeBSD.org> <53521766.4090700@FreeBSD.org> To: Thomas Hoffmann X-Mailer: Apple Mail (2.1874) Cc: freebsd-current , Jung-uk Kim X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2014 02:34:09 -0000 On Apr 19, 2014, at 4:11 AM, Thomas Hoffmann wrote: > On Sat, Apr 19, 2014 at 2:27 AM, Jung-uk Kim wrote: > >> On 2014-04-19 02:14:58 -0400, Thomas Hoffmann wrote: >>> On Sat, Apr 19, 2014 at 1:05 AM, Jung-uk Kim >> > wrote: >>> >>> On 2014-04-18 23:46:46 -0400, Thomas Hoffmann wrote: >>>> After building at -CURRENT amd64 r264673, I got the following >>>> errors running 'make delete-old' and 'make delete-old-libs': >>> ... >>> >>> This should be fixed in r264674. >>> >>> Jung-uk Kim >>> >>> >>> With r264674, I no longer see those errors reported at delete-old or >>> delete-old-libs, however, I now see those errors reported at the >>> beginning of buildworld, buildkernel, installkernel, and installworld. >>> >>> With r264673 I only saw the errors at delete-old and delete-old-libs. >> >> I can't reproduce it. Do you have the bsd.mkopt.mk in /usr/share/mk, >> i.e., did you do installworld? >> >> Jung-uk Kim >> > > Had I taken a bit more time to think on it before my last post, I would > have realized that what I was seeing is exactly what I should have > expected. In order to reproduce my problem, you would have had to build at > r264673 and then again at r264674. > > When I built at r264673, I was using the last good *.mk installed from > r264633. That is why I did not see the errors for buildworld, buildkernel, > installkernel and installworld. But, since installworld at r264673 > installed the bad *.mk, that is why I saw the errors for the subsequent > delete-old and delete-old-libs. > > When I re-built at r264674, I was still using the bad *.mk installed from > r264673. That is why I saw the errors for buildworld, buildkernel, > installkernel and installworld. But, since installworld at r264674 > installed the good (i.e., fixed) *.mk, that is why I no longer saw the > errors for the subsequent delete-old and delete-old-libs. bad mk files? Warner