bug#22633: Provide a kvm-less qemu / guix system vm

2016-02-12 Thread Ludovic Courtès
Jookia <166...@gmail.com> skribis: > We should probably also blacklist kvm on Libreboot machines too somehow, A simple way to achieve this is with: (operating-system ;; … (kernel-arguments '("modprobe.blacklist=kvm-intel,kvm"))) But I guess ‘guix system vm’ will now fail. We could

bug#22628: Emacs: ^ in installed package list misses some upgrades

2016-02-12 Thread Alex Kost
Ludovic Courtès (2016-02-11 12:11 +0300) wrote: > Hello! > > In current Guix master we have Texinfo 6.0 and 6.1. With 6.0 installed > in my profile, hitting ^ in the M-x guix-installed-packages buffer does > not mark Texinfo as a candidate for upgrade. The fact that we have 2 versions is the

bug#22619: postgresql-service error checking wtf

2016-02-12 Thread Ludovic Courtès
Danny Milosavljevic skribis: > initdb: directory "/var/lib/postgresql/data" exists but is not empty > If you want to create a new database system, either remove or empty > the directory "/var/lib/postgresql/data" or run initdb > with an argument other than

bug#22619: postgresql-service error checking wtf

2016-02-12 Thread Ludovic Courtès
Glenn Morris skribis: > There's no postgresql package on debbugs.gnu.org, so your report > went to the help-debbugs mailing list. > >>From the rest of your report, I'm guessing this should have been > assigned to guix, so I did that. Indeed, thanks Glenn! Ludo’.

bug#22628: Emacs: ^ in installed package list misses some upgrades

2016-02-12 Thread Andreas Enge
On Fri, Feb 12, 2016 at 02:49:50PM +0100, Ludovic Courtès wrote: > I think we need a different solution for packages that have several > series. For instance, we could have: > (define gnupg-2.0 > (package … > (properties `((series . "2.0") > and that would lead the various UIs to

bug#22628: Emacs: ^ in installed package list misses some upgrades

2016-02-12 Thread Ludovic Courtès
Alex Kost skribis: > The fact that we have 2 versions is the answer. In Emacs UI a package > is not considered to be obsolete if there is a package definition with > the same name+version. > > That's why "texinfo 6.0" is green in the list, not red (as obsolete > packages).

bug#22633: Provide a kvm-less qemu / guix system vm

2016-02-12 Thread Christopher Allan Webber
Ludovic Courtès writes: > Jookia <166...@gmail.com> skribis: > >> We should probably also blacklist kvm on Libreboot machines too somehow, > > A simple way to achieve this is with: > > (operating-system > ;; … > (kernel-arguments '("modprobe.blacklist=kvm-intel,kvm"))) I tried this:

bug#22633: Provide a kvm-less qemu / guix system vm

2016-02-12 Thread Christopher Allan Webber
Leo Famulari writes: > On Fri, Feb 12, 2016 at 09:50:09AM +1100, Jookia wrote: >> On Thu, Feb 11, 2016 at 09:26:12AM -0800, Christopher Allan Webber wrote: >> > So on my Libreboot-enabled machine, KVM does not work. In fact, even >> > starting qemu with KVM enabled on it appears to crash my

bug#22619: postgresql-service error checking wtf

2016-02-12 Thread Danny Milosavljevic
Hi, I've found out some more details. The message > > initdb: directory "/var/lib/postgresql/data" exists but is not empty > > If you want to create a new database system, either remove or empty > > the directory "/var/lib/postgresql/data" or run initdb > > with an argument other than

bug#22492: create new user guixsd

2016-02-12 Thread rennes
On 2016-02-12 14:58, l...@gnu.org wrote: ren...@openmailbox.org skribis: On 2016-01-31 17:29, l...@gnu.org wrote: ren...@openmailbox.org skribis: i run 'guix system reconfigure config.scm --falback', and add new user: tron. How did you add the new user account? You added it in the

bug#22558: gnupg-2.1.11 on x86_64 failed its tests many times on Hydra

2016-02-12 Thread Leo Famulari
On Sat, Feb 13, 2016 at 02:41:18AM -0500, Leo Famulari wrote: > On Fri, Feb 12, 2016 at 10:02:32PM -0600, Eric Bavier wrote: > > On Fri, 12 Feb 2016 21:13:55 -0500 > > Mark H Weaver wrote: > > > > > Leo Famulari writes: > > > > > > > On Fri, Feb 12, 2016 at

bug#22558: gnupg-2.1.11 on x86_64 failed its tests many times on Hydra

2016-02-12 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Eric Bavier skribis: > >>> > * With 14 test failures. This happened at least twice, on >>> > hydra.gnunet.org. >>> >>> Eric Bavier reported on #guix that it failed to build on his machine >>> twice in a row, with 14 test

bug#19816: 'guix environment' always downloads all the outputs of dependencies

2016-02-12 Thread Ludovic Courtès
"Thompson, David" skribis: > On Sun, Dec 20, 2015 at 5:34 PM, Ludovic Courtès wrote: >> l...@gnu.org (Ludovic Courtès) skribis: >> >From : >>> >>> There’s another problem, though. When a

bug#19816: 'guix environment' always downloads all the outputs of dependencies

2016-02-12 Thread Thompson, David
On Fri, Feb 12, 2016 at 4:07 PM, Ludovic Courtès wrote: > "Thompson, David" skribis: > >> On Sun, Dec 20, 2015 at 5:34 PM, Ludovic Courtès wrote: >>> l...@gnu.org (Ludovic Courtès) skribis: >>> >>From

bug#22543: 404 in Manualpage

2016-02-12 Thread Leo Famulari
On Wed, Feb 03, 2016 at 02:41:04PM +0100, Nils Gillmann wrote: > The manual page > https://www.gnu.org/software/guix/manual/html_node/Requirements.html#Requirements > > contains a link to > > https://www.gnu.org/software/guix/manual/gnutls-guile/Guile-Preparations.html#Guile-Preparations > >

bug#22558: gnupg-2.1.11 on x86_64 failed its tests many times on Hydra

2016-02-12 Thread Mark H Weaver
Leo Famulari writes: > On Fri, Feb 12, 2016 at 06:22:46PM -0500, Mark H Weaver wrote: >> l...@gnu.org (Ludovic Courtès) writes: >> >> > Eric Bavier skribis: >> > >> >>> > * With 14 test failures. This happened at least twice, on >> >>> >

bug#22558: gnupg-2.1.11 on x86_64 failed its tests many times on Hydra

2016-02-12 Thread Eric Bavier
On Fri, 12 Feb 2016 21:13:55 -0500 Mark H Weaver wrote: > Leo Famulari writes: > > > On Fri, Feb 12, 2016 at 06:22:46PM -0500, Mark H Weaver wrote: > >> l...@gnu.org (Ludovic Courtès) writes: > >> > >> > Eric Bavier skribis: >