From: Andreas Enge <andreas@enge.fr>
To: bug-guix@gnu.org
Subject: Re: [PATCH] Implement guix-package --upgrade
Date: Tue, 12 Feb 2013 11:04:57 +0100 [thread overview]
Message-ID: <201302121104.57539.andreas@enge.fr> (raw)
In-Reply-To: <87a9r9zwrv.fsf@gnu.org>
[-- Attachment #1: Type: text/plain, Size: 715 bytes --]
Am Dienstag, 12. Februar 2013 schrieb Ludovic Courtès:
> It’s actually slightly more complex: you need to select those packages
> that are installed and for which either a newer version is available
> (per ‘version-string>?’, see gnu-maintenance.scm; should be moved to
> utils.scm)
This reminds me:
guix-package -i libjpeg
still installs version 8d and not 9, so apparently, there is no check on
the version number.
And
guix-package -A jpeg
prints
libjpeg 9 out gnu/packages/libjpeg.scm:27:3
libjpeg 8d out gnu/packages/libjpeg.scm:27:3
which is strange since libjpeg-9 is indeed defined around line 27, but
libjpeg-8 comes later in the file.
Andreas
[-- Attachment #2: Type: text/html, Size: 3794 bytes --]
next prev parent reply other threads:[~2013-02-12 10:05 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-12 6:33 [PATCH] Implement guix-package --upgrade Mark H Weaver
2013-02-12 9:50 ` Ludovic Courtès
2013-02-12 10:04 ` Andreas Enge [this message]
2013-02-12 10:08 ` Ludovic Courtès
2013-02-12 14:27 ` Mark H Weaver
2013-02-12 15:16 ` Ludovic Courtès
2013-02-12 19:29 ` Mark H Weaver
2013-02-12 19:55 ` Mark H Weaver
2013-02-12 21:04 ` Andreas Enge
2013-02-12 21:42 ` Ludovic Courtès
2013-02-13 10:56 ` [PATCH] Build newest versions unless specified, and upgrades Mark H Weaver
2013-02-13 11:40 ` Mark H Weaver
2013-02-13 21:04 ` Ludovic Courtès
2013-02-14 4:57 ` Mark H Weaver
2013-02-12 21:41 ` [PATCH] Implement guix-package --upgrade Ludovic Courtès
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201302121104.57539.andreas@enge.fr \
--to=andreas@enge.fr \
--cc=bug-guix@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.