bug#50472: CLI: short-name option with optional argument

2021-09-08 Thread zimoun
Hi, The help says, for example: --8<---cut here---start->8--- -I, --list-installed[=REGEXP] list installed packages matching REGEXP -A, --list-available[=REGEXP] list available packages matching REGEXP --8<-

bug#50473: Unordered ’%actions’ process from ’guix package’

2021-09-08 Thread zimoun
Hi, Let consider: $ guix package -S 17 -d 18 but $ guix package -d 18 -S 17 does not the same thing. The '%actions' (roll-back, delete-generation, switch-generation) are processed in reversed order as they appear on the command-line -- because 'for-each' and 'assoc-ref'. However, th

bug#40549: [usability] revert last generation

2021-09-08 Thread zimoun
Hi, Thanks for the report. Because you reported 2 issues: a) one about the order of ’%actions’ processing b) one about short-name with optional argument I prefer to close this bug and track the issues into 2 separated numbers, i.e., a) see #50472

bug#50448: 'compute-guix-derivation' on debian 11 failed to compute

2021-09-08 Thread Polyakov Dmitry
Full process: Just a bug: --8<---cut here---start->8--- : You found a bug: the program '/gnu/store/rwxsbyz4a1dv1p85smq7b3kcjbvxlp1m-compute-guix-derivation' failed to compute the derivation for Guix (version: "8b2b027df9198cb5b22

bug#50448: Problem was solved!

2021-09-08 Thread Dmitry Polyakov
With: 1. Installing emacs `guix install emacs` 2. Add new variables ``` GUIX_PROFILE="/root/.config/guix/current" . "$GUIX_PROFILE/etc/profile" ``` log: -- 魔法少女リルテチヅデですよ。

bug#50478: No network on GNU/Hurd, not even localhost

2021-09-08 Thread Joshua Branson via Bug reports for GNU Guix
Akib Azmain Turja writes: > I've downloaded latest QEMU image from build servers (build details: > https://ci.guix.gnu.org/build/618573/details). Then I booted it with > libvirtd on my Guix System on GNU/Linux. It booted and the login shell Is this the same as booting it with qemu? I know I'v