From owner-svn-src-all@freebsd.org Fri Jan 18 22:31:15 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECA0D14855D2; Fri, 18 Jan 2019 22:31:14 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f42.google.com (mail-io1-f42.google.com [209.85.166.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8D7247761D; Fri, 18 Jan 2019 22:31:14 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f42.google.com with SMTP id g8so12097617iok.4; Fri, 18 Jan 2019 14:31:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xkJTxEJnjHWEuaQr4SShwcfuVgyenKqtIZtBWqhfDPU=; b=S3GsHMLKxvF6OwvEETTq28zjDXkkM7vNh8PqjC35RdNPvUMHdhQD62Y9HvzJcdu9RR ISTReDE+nXua7KLKDlJj9rI3HPpZ2NmZPiTFQs8BWJyhApA0crD39yQJuGMPg4HVZLlj ogiEUvvoeqtxZbvNtWQzIBDtK440zqTTphj+6erSqMLASxhNwdeOiJVjqSjE/hN/J1BQ eQciGanJ07ojju4ylzZ2p0ZJAC9bYiX+YVoxaM/osL41fC/o2AW31sC25uT4JwKR+DpH m7xK0vHJ4W7TNMdca8avTjzE2pj0TE1uQbQobfbYBn+bF+claP9M2000cfi8RBku7Fjz fxWg== X-Gm-Message-State: AJcUukdRVX77OuVv+4Yb4NjJqYcXmrscbHQLAXJbbQXoaQ383jtG/qI0 PFHQNLfrQSP2Q6PuK5qrzTQkdlFob5YRgWR6wN+KlQ== X-Google-Smtp-Source: ALg8bN4zWoXF22tF61I6NFKU+SI1LiLNa8rnM7vvLo5mqwYaMP9ir7fipm/YyWluZG2P21QcHQlZIBR4cNTYB279ID4= X-Received: by 2002:a5d:878d:: with SMTP id f13mr6357440ion.239.1547850667626; Fri, 18 Jan 2019 14:31:07 -0800 (PST) MIME-Version: 1.0 References: <201901181741.x0IHfjs6014631@repo.freebsd.org> <201901181751.x0IHpAkU056605@pdx.rh.CN85.dnsmgr.net> In-Reply-To: <201901181751.x0IHpAkU056605@pdx.rh.CN85.dnsmgr.net> From: Ed Maste Date: Fri, 18 Jan 2019 17:30:54 -0500 Message-ID: Subject: Re: svn commit: r343152 - head/usr.sbin/freebsd-update To: "Rodney W. Grimes" Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 8D7247761D X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.95 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.950,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 18 Jan 2019 22:31:15 -0000 On Fri, 18 Jan 2019 at 12:51, Rodney W. Grimes wrote: > > Since your in here fixing... there is a false positive on the > detection of what is installed when we zero the size of a set, > ie, now that doc.txz is a 0 size set it always thinks you have > doc installed due to rounding errors in the calculation that > says you have x% of this installed. Hi Rod, I'm not sure exactly what you mean here - could you clarify, or create a PR with the details?