From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#16484: Contradictory package count Date: Thu, 23 Jan 2014 20:39:52 +0100 Message-ID: <20140123193952.GA13401@debian> References: <20140118120030.GA7524@debian> <871u05s3j9.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47702) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6Q8I-0002Dz-Up for bug-guix@gnu.org; Thu, 23 Jan 2014 14:40:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6Q8B-0005rJ-8C for bug-guix@gnu.org; Thu, 23 Jan 2014 14:40:10 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:47954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6Q8B-0005qr-3F for bug-guix@gnu.org; Thu, 23 Jan 2014 14:40:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1W6Q8A-0001AQ-LG for bug-guix@gnu.org; Thu, 23 Jan 2014 14:40:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <871u05s3j9.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 16484@debbugs.gnu.org On Sat, Jan 18, 2014 at 04:39:06PM +0100, Ludovic Courtès wrote: > The issue is that the ‘65 packages’ lines comes from the build side log > (which doesn’t know the distinction between propagated inputs and the > rest), while the ‘51 packages’ line comes from ‘guix package’. > > Perhaps the log should say ‘65 items’, to make it clear it’s not > counting the same thing. > > Alternately, we could also remove that line altogether. Maybe we could remove both lines even? But I am happy with removing only one, then preferably the "65 packages" one, which is not coherent with guix package -I|wc Andreas