From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#16484: Contradictory package count Date: Sat, 18 Jan 2014 16:39:06 +0100 Message-ID: <871u05s3j9.fsf@gnu.org> References: <20140118120030.GA7524@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4Y0H-0001K1-45 for bug-guix@gnu.org; Sat, 18 Jan 2014 10:40:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4Y0A-0008QF-UF for bug-guix@gnu.org; Sat, 18 Jan 2014 10:40:09 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:42262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4Y0A-0008OB-QG for bug-guix@gnu.org; Sat, 18 Jan 2014 10:40:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1W4Y0A-00021u-8C for bug-guix@gnu.org; Sat, 18 Jan 2014 10:40:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20140118120030.GA7524@debian> (Andreas Enge's message of "Sat, 18 Jan 2014 13:00:30 +0100") 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: Andreas Enge Cc: 16484@debbugs.gnu.org Andreas Enge skribis: > installing a few packages, I get the following output: > > ... > building profile '/nix/store/ylq6xn1599wfph4n6caw7kdd5wds4x9n-profile' wi= th 65 packages...... > 51 packages in profile > > The difference is, I think, that I consciously installed 51 packages, whi= le > the remaining 14 ones are pulled in as propagated-inputs. Exactly. > Could the output be made uniform, in either sense? The issue is that the =E2=80=9865 packages=E2=80=99 lines comes from the bu= ild side log (which doesn=E2=80=99t know the distinction between propagated inputs and t= he rest), while the =E2=80=9851 packages=E2=80=99 line comes from =E2=80=98gui= x package=E2=80=99. Perhaps the log should say =E2=80=9865 items=E2=80=99, to make it clear it= =E2=80=99s not counting the same thing. Alternately, we could also remove that line altogether. WDYT? Ludo=E2=80=99.