From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27261: guix package -u should warn about non-existent packages Date: Mon, 26 Jun 2017 10:01:03 +0200 Message-ID: <87zicv89fk.fsf@gnu.org> References: <878tl654b8.fsf@netris.org> <87wp7z95f1.fsf@gnu.org> <20170625235326.GA24268@jasmine.lan> 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]:33086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPOyE-0007sX-Fd for bug-guix@gnu.org; Mon, 26 Jun 2017 04:02:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPOyA-0008Aj-Nd for bug-guix@gnu.org; Mon, 26 Jun 2017 04:02:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35249) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dPOyA-0008Af-JQ for bug-guix@gnu.org; Mon, 26 Jun 2017 04:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dPOyA-0003Tj-CC for bug-guix@gnu.org; Mon, 26 Jun 2017 04:02:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170625235326.GA24268@jasmine.lan> (Leo Famulari's message of "Sun, 25 Jun 2017 19:53:26 -0400") 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: Leo Famulari Cc: 27261@debbugs.gnu.org Hello, Leo Famulari skribis: > I ran `guix pull` after this missing package warning was implemented, > but before I pushed afc9d8ec2b724b67f (gnu: Add jmtpfs). > > I installed jmtpfs from a Git checkout, and then ran `guix package -u .` > > As expected, Guix complained that the jmtpfs package does not exist. > > However, it did not complain about the syncthing package in my profile, > even though syncthing is not available in Guix. The syncthing package is > on a branch that's not checked out, and there is no stray > 'gnu/packages/syncthing.go' file. Could you check whether =E2=80=9Cguix package -A syncthing=E2=80=9D shows i= t there? The warning should appear as soon as we=E2=80=99re upgrading a package that=E2= =80=99s missing. Thanks, Ludo=E2=80=99.