bug#27261: guix package -u should warn about non-existent packages

2017-06-27 Thread Ludovic Courtès
Hi Leo, Leo Famulari skribis: > On Mon, Jun 26, 2017 at 10:01:03AM +0200, Ludovic Courtès wrote: >> Could you check whether “guix package -A syncthing” shows it there? The >> warning should appear as soon as we’re upgrading a package that’s >> missing. > > I get no results when I do `./pre-inst

bug#27261: guix package -u should warn about non-existent packages

2017-06-27 Thread Ludovic Courtès
Marius Bakke skribis: > Leo Famulari writes: > >> On Mon, Jun 26, 2017 at 10:01:03AM +0200, Ludovic Courtès wrote: >>> Could you check whether “guix package -A syncthing” shows it there? The >>> warning should appear as soon as we’re upgrading a package that’s >>> missing. >> >> I get no result

bug#27261: guix package -u should warn about non-existent packages

2017-06-26 Thread Marius Bakke
Leo Famulari writes: > On Mon, Jun 26, 2017 at 10:01:03AM +0200, Ludovic Courtès wrote: >> Could you check whether “guix package -A syncthing” shows it there? The >> warning should appear as soon as we’re upgrading a package that’s >> missing. > > I get no results when I do `./pre-inst-env guix

bug#27261: guix package -u should warn about non-existent packages

2017-06-26 Thread Leo Famulari
On Mon, Jun 26, 2017 at 10:01:03AM +0200, Ludovic Courtès wrote: > Could you check whether “guix package -A syncthing” shows it there? The > warning should appear as soon as we’re upgrading a package that’s > missing. I get no results when I do `./pre-inst-env guix package -A syncthing` from the

bug#27261: guix package -u should warn about non-existent packages

2017-06-26 Thread Ludovic Courtès
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 do

bug#27261: guix package -u should warn about non-existent packages

2017-06-25 Thread Leo Famulari
On Sun, Jun 25, 2017 at 10:30:10PM +0200, Ludovic Courtès wrote: > Mark H Weaver skribis: > > In order to guard against users unwittingly using old software with > > unpatched security flaws, "guix package -u" should issue a warning if > > any packages in the profile that match the provided patter

bug#27261: guix package -u should warn about non-existent packages

2017-06-25 Thread Ludovic Courtès
Mark H Weaver skribis: > In order to guard against users unwittingly using old software with > unpatched security flaws, "guix package -u" should issue a warning if > any packages in the profile that match the provided patterns are not > found in the set of available packages. Fixed in a1b46bdc0

bug#27261: guix package -u should warn about non-existent packages

2017-06-05 Thread Mark H Weaver
In order to guard against users unwittingly using old software with unpatched security flaws, "guix package -u" should issue a warning if any packages in the profile that match the provided patterns are not found in the set of available packages. Mark