bug#30728: guix-install.sh doesn't work if run with "sudo"

2018-03-24 Thread Chris Marusich
Clément Lassieur writes: > Clément Lassieur writes: > >> Hi, >> >> My system is Ubuntu 16.04. >> >> I ran './guix-install.sh' and got the message: "This script must be run >> as root.". So I ran 'sudo ./guix-install.sh' and got an error message >> saying that: >> >> GUIX_PROFILE="${HOME}/.g

bug#30916: Request: add a short description field for os-configuration

2018-03-24 Thread ng0
Danny Milosavljevic transcribed 2.9K bytes: > Hi Martin, > > On Sat, 24 Mar 2018 14:56:03 +0100 > Martin Castillo wrote: > > > ng0 wrote: > > > So basically you want a field in the operating-system declaration where > > > you > > > can _manually_ set a description of a certain maximum length wh

bug#30927: javadoc is not reproducible

2018-03-24 Thread Danny Milosavljevic
+++ /gnu/store/wwdmxc62cf5ag213qaa448892wd8g2yc-icedtea-3.7.0-doc-check/share/doc/icedtea/api/java/rmi/registry/compact3-package-summary.html 1970-01-01 01:00:01.0 +0100 @@ -2,7 +2,7 @@ - + java.rmi.registry (Java Platform SE 8 ) pgpUS30tWTwgr.pgp Description: OpenPGP digita

bug#30916: Request: add a short description field for os-configuration

2018-03-24 Thread Danny Milosavljevic
Hi Martin, On Sat, 24 Mar 2018 14:56:03 +0100 Martin Castillo wrote: > ng0 wrote: > > So basically you want a field in the operating-system declaration where you > > can _manually_ set a description of a certain maximum length which will be > > added to the GRUB entry of the generated system gen

bug#30006: bzip2 does not provide libbz2.so

2018-03-24 Thread Ludovic Courtès
Marius Bakke skribis: > Tobias Geerinckx-Rice writes: > >> Marius, >> >> On 2018-03-23 13:02, Marius Bakke wrote: >>> diff --git a/gnu/packages/compression.scm >>> b/gnu/packages/compression.scm >>> index b158feac4..fd111e579 100644 >>> --- a/gnu/packages/compression.scm >>> +++ b/gnu/packages/

bug#30006: bzip2 does not provide libbz2.so

2018-03-24 Thread Ludovic Courtès
Hey Marius, Marius Bakke skribis: > Ludovic Courtès writes: > >> Our current bzip2 package does not provide libbz2.so: >> >> --8<---cut here---start->8--- >> $ ls $(guix build bzip2)/lib >> libbz2.a libbz2.so.1.0 libbz2.so.1.0.6 >> --8<---cut he

bug#30644: Cuirass runs out of build users

2018-03-24 Thread Danny Milosavljevic
Hi Ludo, I've checked it some more. The shared cache uses unlock_notify, and the actual database uses sqlite3_busy_handler (sqlite3_busy_timeout) when BUSY is returned. The 5 in ice-9/eval.scm:619:8: Throw to key `sqlite-error' with args `(#f 5 "database is locked")'.

bug#30916: Request: add a short description field for os-configuration

2018-03-24 Thread ng0
Martin Castillo transcribed 2.5K bytes: > Hi, > > On 23.03.2018 15:15, ng0 wrote: > > > Could you be a more specific what you think is missing? > > Your request is written in a very open way, and the space in GRUB menus is > > limited as far as I assume. > > Sure, > > Currently the grub menu lo

bug#30921: Jupyter uses the wrong Python.

2018-03-24 Thread Fis Trivial
Ricardo Wurmus writes: > Fis Trivial writes: > >> When running jupyter, it seems that the python in "/usr/bin/python" >> instead of the one in store is used. Here is the complete logging of >> jupyter console output, notice those line in the middle, where displaying: >> "/usr/bin/python: No modu

bug#30916: Request: add a short description field for os-configuration

2018-03-24 Thread Martin Castillo
> So basically you want a field in the operating-system declaration where you > can _manually_ set a description of a certain maximum length which will be > added to the GRUB entry of the generated system generation? yes -- GPG: 7FDE 7190 2F73 2C50 236E 403D CC13 48F1 E644 08EC signature.asc

bug#30916: Request: add a short description field for os-configuration

2018-03-24 Thread Martin Castillo
Hi, On 23.03.2018 15:15, ng0 wrote: > Could you be a more specific what you think is missing? > Your request is written in a very open way, and the space in GRUB menus is > limited as far as I assume. Sure, Currently the grub menu looks like GNU with Linux-Libre 4.15.12 (beta) GNU system, old c

bug#30921: Jupyter uses the wrong Python.

2018-03-24 Thread Ricardo Wurmus
Fis Trivial writes: > When running jupyter, it seems that the python in "/usr/bin/python" > instead of the one in store is used. Here is the complete logging of > jupyter console output, notice those line in the middle, where displaying: > "/usr/bin/python: No module named ipykernel_launcher" I

bug#30922: LUKS-encrypted root fails using device numbering, needs luksUUID

2018-03-24 Thread Jan Nieuwenhuizen
Hi! Following the example in 6.2.4 Mapped Devices (mapped-device (source "/dev/sda3") (target "home") (type luks-device-mapping)) I chose not to use the UUID alternative for encrypted root; I'm terrible at memorizing and typing UUIDs. So I used this snippet (full bare-luks