bug#37441: Unable to create partition #f

2019-09-20 Thread Ludovic Courtès
Hi, cybercow skribis: > Hy fellow guix developers, I wanted to try the fruits of your work but > wasn't lucky enough to taste them. > > A screen with red background say'd I should write you so now I am doing so. Heheh, thanks. Could you tell us what partitioning scheme you chose when you reach

bug#37449: Bug when using non-trivial inferiors/channel setup

2019-09-20 Thread Ludovic Courtès
Hi Carl, Carl Dong skribis: > building path(s) `/gnu/store/myrl5p8fy3qhpdv7376sak8wmhdsrl5f-profile' > Backtrace: >2 (primitive-load "/home/dongcarl/.config/guix/current/bi…") > In guix/ui.scm: > 1692:12 1 (run-guix-command _ . _) >623:13 0 (_ srfi-34 #) > > guix/ui.scm:623:1

bug#37423: Changing the login service from GDM to SLiM and then back to GDM causes a really bad loop

2019-09-20 Thread Ludovic Courtès
Hello, Timothy Sample skribis: > Ludovic Courtès writes: > >> Hi Gábor, >> >> Gábor Boskovits skribis: >> >>> Couldn't we simply do what the fix does: ensuring the owner of >>> the files under “/var/lib/gdm” is the current “gdm” user? >> >> Hey you’re right, I was not approaching it from the r

bug#37471: Cannot make a disk image for the BeagleBone Black

2019-09-20 Thread Timothy Sample
Hi Guix, I’ve been trying to build a disk image for the BeagleBone Black. After fixing , I’m now hitting a problem when Guix manipulates the image from QEMU. One of the Linux kernel modules seems to crash. For the record, I’m building the image from an armhf machine.

bug#34580: Service ssh-daemon could not be started

2019-09-20 Thread Brant Gardner
Adding my nickel here, I observed the exact same behavior yesterday. I have several Guix System instances, this is currently the only one that has exhibited the problem of ssh failing to start and logging no messages about it. Networking: (static-networking-service "enp1s0" "192.168.1.253" #

bug#36785: Impossible to pull on foreign distro

2019-09-20 Thread Ludovic Courtès
Maxim Cournoyer skribis: > Indeed, the default recommended invocation to update the root's guix > could be changed to be 'sudo -i guix pull', which should work on all > systems including Ubuntu. Oh right. Could you make this change in the manual? Thanks, Ludo’.

bug#37421: Apply nodejs test workaround?

2019-09-20 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Jack, Jack Hill 写道: I wanted to ping this issue. From the discussion in #37421, it seems like we are OK with disabling the problematic tests as a work-around for now. We are. Done as aae65db560bd146ba47774cca46056d72be2a5d4 and closing. Kind regards, T G-R signature.asc Description: P

bug#37421: Apply nodejs test workaround?

2019-09-20 Thread Jack Hill
Hi Guix, I wanted to ping this issue. From the discussion in #37421, it seems like we are OK with disabling the problematic tests as a work-around for now. Should we go ahead and apply the patch? Best, Jack

bug#37423: Changing the login service from GDM to SLiM and then back to GDM causes a really bad loop

2019-09-20 Thread Timothy Sample
Hi Ludo and Gábor, Ludovic Courtès writes: > Hi Gábor, > > Gábor Boskovits skribis: > >> Couldn't we simply do what the fix does: ensuring the owner of >> the files under “/var/lib/gdm” is the current “gdm” user? > > Hey you’re right, I was not approaching it from the right angle. > > Here’s a

bug#37423: Changing the login service from GDM to SLiM and then back to GDM causes a really bad loop

2019-09-20 Thread Julien Lepiller
Le 20 septembre 2019 11:40:43 GMT+02:00, "Ludovic Courtès" a écrit : >Hi Gábor, > >Gábor Boskovits skribis: > >> Couldn't we simply do what the fix does: ensuring the owner of >> the files under “/var/lib/gdm” is the current “gdm” user? > >Hey you’re right, I was not approaching it from the righ

bug#37468: Gnumeric fails to build due to ‘itstool’ segfault

2019-09-20 Thread Ludovic Courtès
Ludovic Courtès skribis: > On ‘core-updates’ (commit fb1d8d2baab907493367930e8069f937a5187b61), > Gnumeric fails to build due to a segfault of ‘itstool’ (that’s on > x86_64-linux): Commit 3a2efbc8670f72a524cc7290e11559cdb42852a4 fixes it specifically for Gnumeric, in an attempt to avoid a rebuil

bug#37423: Changing the login service from GDM to SLiM and then back to GDM causes a really bad loop

2019-09-20 Thread Ludovic Courtès
Hi Gábor, Gábor Boskovits skribis: > Couldn't we simply do what the fix does: ensuring the owner of > the files under “/var/lib/gdm” is the current “gdm” user? Hey you’re right, I was not approaching it from the right angle. Here’s a patch that does that. Thoughts? I’ll push it if there are

bug#37469: meld doesn't start up successfully

2019-09-20 Thread Danny Milosavljevic
$ LC_ALL=C meld a.txt b.txt Meld requires GTK+ 3.20 or higher. pgpDo9Z5qEL8o.pgp Description: OpenPGP digital signature

bug#36785: Impossible to pull on foreign distro

2019-09-20 Thread Maxim Cournoyer
Hello, Gábor Boskovits writes: > Hello Ludo, > > Ludovic Courtès ezt írta (időpont: 2019. szept. 18., Sze, > 0:04): > >> Hi, >> >> Ludovic Courtès skribis: >> >> > Indeed. I added ‘pk’ calls to print ‘%profile-directory’ and >> > (canonicalize-profile %user-profile-directory), and here’s what

bug#37468: Gnumeric fails to build due to ‘itstool’ segfault

2019-09-20 Thread Ludovic Courtès
Hello, On ‘core-updates’ (commit fb1d8d2baab907493367930e8069f937a5187b61), Gnumeric fails to build due to a segfault of ‘itstool’ (that’s on x86_64-linux): --8<---cut here---start->8--- make[2]: Leaving directory '/tmp/guix-build-gnumeric-1.12.45.drv-0/gnumer

bug#36592: no output for guix package -f when the file evaluates to nothing

2019-09-20 Thread Ludovic Courtès
Hello, Julien Lepiller skribis: > Users tend to copy what they see in our code base, so it's not rare to have > to help them realise that if their last statement is (define-public ...), the > file doesn't evaluate to a package. > > Running guix build -f mypackage.scm at least gives an error sa