From: ludo@gnu.org (Ludovic Courtès)
To: "Thompson, David" <dthompson2@worcester.edu>
Cc: "Jan Synáček" <jan.synacek@gmail.com>, 21773-done@debbugs.gnu.org
Subject: bug#21773: guix package -u "*" fails
Date: Wed, 28 Oct 2015 15:59:26 +0100 [thread overview]
Message-ID: <87fv0v82ep.fsf@gnu.org> (raw)
In-Reply-To: <CAJ=RwfYKeJo7WMUpULWMEcrDrAp=OqpGp9=qTM-gbqjdS12CVA@mail.gmail.com> (David Thompson's message of "Wed, 28 Oct 2015 10:05:01 -0400")
"Thompson, David" <dthompson2@worcester.edu> skribis:
> On Wed, Oct 28, 2015 at 8:44 AM, Jan Synáček <jan.synacek@gmail.com> wrote:
>> I installed guix on my Fedora 23 machine according to
>> https://www.gnu.org/software/guix/manual/html_node/Binary-Installation.html#Binary-Installation.
>> After that, I don't recall installing anything but guile. When I attempt to
>> run the following command, I see a backtrace.
>
> That's because '*' isn't a valid regular expression.
Right, so if you want to upgrade all the packages, you can run either:
guix package -u
or:
guix package -u '.*'
Anyway, the backtrace was clearly sub-optimal. Commit fd688c8 fixes
that. Now you’d get this:
--8<---------------cut here---------------start------------->8---
$ LC_ALL=cs_CZ.utf8 ./pre-inst-env guix package -u '*'
guix package: error: '*' is not a valid regular expression: Nepřípustný předchozí regulární výraz
--8<---------------cut here---------------end--------------->8---
Thank you!
Ludo’.
prev parent reply other threads:[~2015-10-28 15:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-28 12:44 bug#21773: guix package -u "*" fails Jan Synáček
2015-10-28 14:05 ` Thompson, David
2015-10-28 14:43 ` Alex Sassmannshausen
2015-10-28 14:59 ` Ludovic Courtès [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87fv0v82ep.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=21773-done@debbugs.gnu.org \
--cc=dthompson2@worcester.edu \
--cc=jan.synacek@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).