bug#30921: Jupyter uses the wrong Python.

2018-03-23 Thread Fis Trivial
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" -- /gnu/store/k2y0d2rp57pnl90lx

bug#30006: bzip2 does not provide libbz2.so

2018-03-23 Thread Tobias Geerinckx-Rice
Marius, Mark, On 2018-03-23 21:50, Mark H Weaver wrote: Hi, Tobias Geerinckx-Rice writes: 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#30893: report problem: cannot book guixSD from libreboot

2018-03-23 Thread Mark H Weaver
retitle 30893 cannot boot guixSD from libreboot thanks Hi, Wensheng Xie writes: > I have downloaded: > https://alpha.gnu.org/gnu/guix/guixsd-install-0.14.0.x86_64-linux.iso.xz > > And follow the instruction > https://www.gnu.org/software/guix/manual/html_node/USB-Stick-and-DVD-Installation.html

bug#30006: bzip2 does not provide libbz2.so

2018-03-23 Thread Mark H Weaver
Hi, Tobias Geerinckx-Rice writes: > 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/compression.scm >> @@ -272,6 +272,9 @@ file

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

2018-03-23 Thread ng0
Martin Castillo transcribed 1.6K bytes: > hi, > > the grub entries for old system generations aren't very helpful. It > would be nice, if there was a field in the operating system declaration > stating what was changed in this generation, that would be added to the > boot entry label. > > Martin

bug#30914: guix build --with-source: transformation had no effect

2018-03-23 Thread Marius Bakke
Chris Marusich writes: > Hi, > > Is this expected? > > [0] marusich@garuda.local:~/my-guix > $ guix build --with-source=. guix > guix build: warning: transformation 'with-source' had no effect on > guix-0.14.0-9.bdf0c64 > /gnu/store/kxihyd1f9kxrh5s2r2yk1f1kwbnxnbvs-guix-0.14.0-9.bdf0c64

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

2018-03-23 Thread Clément Lassieur
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}/.guix-profile" > source "${GUIX_PROFI

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

2018-03-23 Thread Martin Castillo
hi, the grub entries for old system generations aren't very helpful. It would be nice, if there was a field in the operating system declaration stating what was changed in this generation, that would be added to the boot entry label. Martin -- GPG: 7FDE 7190 2F73 2C50 236E 403D CC13 48F1 E644 0

bug#30006: bzip2 does not provide libbz2.so

2018-03-23 Thread Marius Bakke
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/compression.scm >> @@ -272,6 +272,9

bug#30006: bzip2 does not provide libbz2.so

2018-03-23 Thread Tobias Geerinckx-Rice
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/compression.scm @@ -272,6 +272,9 @@ file; as a result, it is often used in conjunctio

bug#30006: bzip2 does not provide libbz2.so

2018-03-23 Thread Marius Bakke
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 here---end--->8--- > > C