bug#33299: shepherd: Service ssh-daemon could not be started.

2018-11-07 Thread swedebugia
Hi This morning I started my GuixSD VM as usual. Openssh server was not running even though it was enabled and should have been respawned. Hmm. Lucky for me SSH is not the only way into this system... From the host I got: $ ssh  sdb@localhost -p10022 ssh_exchange_identification: read: Conne

bug#33300: hplip 3.18.9 contains non-free binary blobs

2018-11-07 Thread Ludovic Courtès
Hello, The tarball of hplip 3.18.9 contains several .so files that it installs as-is: --8<---cut here---start->8--- ludo@ribbon ~/src/guix$ (cd /tmp; tar xf $(guix build -S hplip)) ludo@ribbon ~/src/guix$ find /tmp/hplip-3.18.9 -name \*.so /tmp/hplip-3.18.9/prn

bug#33300: hplip 3.18.9 contains non-free binary blobs

2018-11-07 Thread Efraim Flashner
On Wed, Nov 07, 2018 at 11:19:35AM +0100, Ludovic Courtès wrote: > Hello, > > The tarball of hplip 3.18.9 contains several .so files that it installs > as-is: > > --8<---cut here---start->8--- > ludo@ribbon ~/src/guix$ (cd /tmp; tar xf $(guix build -S hplip)) >

bug#33300: hplip 3.18.9 contains non-free binary blobs

2018-11-07 Thread Tobias Geerinckx-Rice
Ludo', How horrid. Ludovic Courtès wrote: I tried removing them with a snippet (patch attached), but installation eventually fails while trying to link against libImageProcessor, which is now missing. If I correctly read the Debian maintainer's post in the bug you linked[0], it's possible

bug#33124: Cuirass: register GC roots for evaluations under /var/guix/gcroots

2018-11-07 Thread Ludovic Courtès
Hi Clément, Clément Lassieur skribis: > I think the goal here is to make sure that the builds that resulted from > of 1) important evaluations (releases) and 2) recent evaluations aren't > garbage collected. > > snape, civodul says: i think Cuirass should register GC roots for its > evalu

bug#32734: Cuirass: Evaluations errors appear are "In progress..."

2018-11-07 Thread Ludovic Courtès
Hello, Clément Lassieur skribis: > Evaluations errors appear are "In progress..." (until next Cuirass > reboot) whereas they should be marked as "Failed" (permanently). Fixed in 2c712d35df5d1514e28b479f960a53b89ce59424. Ludo’.

bug#33300: hplip 3.18.9 contains non-free binary blobs

2018-11-07 Thread Ludovic Courtès
Hello! Efraim Flashner skribis: > Here's what I have right now: > > ;; Delete non-free blobs$ > (delete-file "prnt/hpcups/libImageProcessor-x86_64.so")$ > (delete-file "prnt/hpcups/libImageProcessor-x86_32.so")$ > (delete-file-recursively "prnt/plugins")$ I’d suggest simply something along the

bug#33300: hplip 3.18.9 contains non-free binary blobs

2018-11-07 Thread Ludovic Courtès
Hi! Tobias Geerinckx-Rice skribis: > Ludovic Courtès wrote: >> I tried removing them with a snippet (patch attached), but >> installation >> eventually fails while trying to link against libImageProcessor, >> which >> is now missing. > > If I correctly read the Debian maintainer's post in the bu

bug#33297: Unable to build system, due to failure in raw-initrd

2018-11-07 Thread Ludovic Courtès
Hi Mark, Mark H Weaver skribis: > Mark H Weaver writes: > >> My attempt to update my GuixSD system to commit >> b20aef98a01923700f22ba471e4d2bb05765516b on the master branch resulted >> in the following failure, while trying to build raw-initrd. See below >> for the raw-initrd build log. > > R

bug#33260: [Shepherd] ERROR: In procedure stat: No such file or directory: "/run/user/30011/shepherd

2018-11-07 Thread Ludovic Courtès
Hello, swedebugia skribis: > On 2018-11-06 15:03, Ludovic Courtès wrote: [...] >> I do! I run ‘shepherd’ as non-root on GuixSD, and I don’t have the >> above file-not-found issue. On GuixSD, /run/user/UID is created as >> expected, and I suspect it’s the same on most other GNU/Linux distros

bug#33279: GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH on GuixSD

2018-11-07 Thread Ludovic Courtès
Marius Bakke skribis: > swedebugia writes: [...] >> Could we make all guile-* packages emit this suggestion? > > This limitation is the same as . It’s actually a different issue here: the profile contains packages that provide share/guile/2.2, but the same profile

bug#33279: GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH on GuixSD

2018-11-07 Thread swedebugia
Hi On 2018-11-07 17:40, Ludovic Courtès wrote: Marius Bakke skribis: swedebugia writes: [...] Could we make all guile-* packages emit this suggestion? This limitation is the same as . It’s actually a different issue here: the profile contains packages that pr

bug#33260: [Shepherd] ERROR: In procedure stat: No such file or directory: "/run/user/30011/shepherd

2018-11-07 Thread swedebugia
Hi Output as requested below. On 2018-11-07 17:36, Ludovic Courtès wrote: Hello, swedebugia skribis: On 2018-11-06 15:03, Ludovic Courtès wrote: [...] I do! I run ‘shepherd’ as non-root on GuixSD, and I don’t have the above file-not-found issue. On GuixSD, /run/user/UID is created as e

bug#33306: guix pull error: Wrong type to apply: #t

2018-11-07 Thread znavko
Hello! I cannot solve this problem. Choosing most early kernel and switching first generation do not help. # guix pull Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git' ... Building from this channel:   guix  

bug#33260: [Shepherd] ERROR: In procedure stat: No such file or directory: "/run/user/30011/shepherd

2018-11-07 Thread Marius Bakke
swedebugia writes: > Hi > > Output as requested below. > > On 2018-11-07 17:36, Ludovic Courtès wrote: >> Hello, >> >> swedebugia skribis: >> >>> On 2018-11-06 15:03, Ludovic Courtès wrote: >> [...] >> I do! I run ‘shepherd’ as non-root on GuixSD, and I don’t have the above file-not-f

bug#33124: Cuirass: register GC roots for evaluations under /var/guix/gcroots

2018-11-07 Thread Clément Lassieur
Ludovic Courtès writes: > Hi Clément, > > Clément Lassieur skribis: > >> I think the goal here is to make sure that the builds that resulted from >> of 1) important evaluations (releases) and 2) recent evaluations aren't >> garbage collected. >> >> snape, civodul says: i think Cuirass should re

bug#32734: Cuirass: Evaluations errors appear are "In progress..."

2018-11-07 Thread Clément Lassieur
Ludovic Courtès writes: > Hello, > > Clément Lassieur skribis: > >> Evaluations errors appear are "In progress..." (until next Cuirass >> reboot) whereas they should be marked as "Failed" (permanently). > > Fixed in 2c712d35df5d1514e28b479f960a53b89ce59424. > > Ludo’. Thank you!!

bug#33280: Guix weather does not error nicely with 502 errors from hydra

2018-11-07 Thread Ludovic Courtès
Hello, swedebugia skribis: > 1 thing that is wrong in the message above is the number of requests > per second. > >   3,081.9 requests per second > > This cannot be right. Yeah I think that you get a throughput tends to +∞ when everything is already available in ~/.cache/guix/substitute, and ‘g

bug#30993: bug#33299: shepherd: Service ssh-daemon could not be started.

2018-11-07 Thread Ludovic Courtès
Hello, swedebugia skribis: > This morning I started my GuixSD VM as usual. > > Openssh server was not running even though it was enabled and should > have been respawned. Hmm. This seems to be the same issue as described in (I’ve now merged both). It’s a

bug#33078: Attempt to build my GuixSD system now fails

2018-11-07 Thread Ludovic Courtès
Hey Marius, Ping! :-) Ludo’. l...@gnu.org (Ludovic Courtès) skribis: > Hello, > > Marius Bakke skribis: > >> Marius Bakke writes: >> >>> Mark H Weaver writes: >>> (services (cons* (console-keymap-service keymap) ;;(xfce-desktop-service)

bug#33306: guix pull error: Wrong type to apply: #t

2018-11-07 Thread Ludovic Courtès
Hello, skribis: > # guix pull > Updating channel 'guix' from Git repository at > 'https://git.savannah.gnu.org/git/guix.git' > ... > Building from this channel: >   guix  https://git.savannah.gnu.org/git/guix.git >

bug#33300: Automatically detecting binaries in source tarballs

2018-11-07 Thread Danny Milosavljevic
Hi, I think it would be good to have guix check for closed-source binaries after unpacking, automatically (including jar files with class files in them). Even when I know that they are there, I sometimes forget to delete them. In the long run it could even auto-delete those, but I guess only aft