From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35872: messages that are redundant can be eliminated? Date: Fri, 24 May 2019 18:55:35 +0200 Message-ID: <87zhnbrdvc.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:49031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUDcU-0000v2-7O for bug-guix@gnu.org; Fri, 24 May 2019 13:04:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hUDUA-0000YS-EM for bug-guix@gnu.org; Fri, 24 May 2019 12:56:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33651) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hUDUA-0000YL-B4 for bug-guix@gnu.org; Fri, 24 May 2019 12:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hUDUA-00024Q-8Y for bug-guix@gnu.org; Fri, 24 May 2019 12:56:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Andy Tai's message of "Thu, 23 May 2019 13:41:03 -0700") 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" To: Andy Tai Cc: 35872@debbugs.gnu.org Hi Andy, Andy Tai skribis: > %guix pull && guix package -u > > these were printed: > ---- > ... > New in this revision: > ... > hint: Run `guix pull --news' to view the complete list of package changes. > > hint: After setting `PATH', run `hash guix' to make sure your shell refers > to `/home/.../.config/guix/current/bin/guix'. You should follow this advice, which would address this warning: > guix package: warning: Consider running 'guix pull' followed by > 'guix package -u' to get up-to-date packages and security updates. :-) > The following packages will be upgraded: > glibc-locales 2.28 =E2=86=92 2.28 > /gnu/store/acl2wxzzkkcjv74rlqswdf9p8pwddlmk-glibc-locales-2.28 > meson 0.50.0 =E2=86=92 0.50.0 > /gnu/store/zc6r8b1rx3q7lqd8kvvpnm38ky925kmj-meson-0.50.0 > guile 2.2.4 =E2=86=92 2.2.4 > /gnu/store/9alic3caqhay3h8mx4iihpmyj6ymqpcx-guile-2.2.4 > font-adobe-source-han-sans:cn 1.004 =E2=86=92 1.004 > /gnu/store/zf59mg6g0afay9458aarh0rqcz852hhb-font-adobe-source-han-sans-1.= 004-cn > fontconfig 2.13.1 =E2=86=92 2.13.1 > /gnu/store/cnafj0dn09qzy23xnrrjsq5zcdj4739j-fontconfig-2.13.1 > epiphany 3.28.3.1 =E2=86=92 3.28.3.1 > /gnu/store/n56bdjhqgq7a4a6ndqc3aymyrzvs12hl-epiphany-3.28.3.1 > gnome-terminal 3.28.2 =E2=86=92 3.28.2 > /gnu/store/r6i61wji0qmv9fqdyk65kx73nzxw8v80-gnome-terminal-3.28.2 > > nothing to be done This is a bug where the presence of propagated inputs leads =E2=80=98guix upgrade=E2=80=99 to assume something would be upgraded, even when that=E2= =80=99s not the case. This can be reproduced with: guix install -p foo guile guix upgrade -p foo I=E2=80=99ll see what can be done. Thanks for reporting it, Ludo=E2=80=99.