bug#53355: guix shell --check: confusing error message

2022-05-23 Thread Chris Marusich
Hi Ludo, Ludovic Courtès writes: > So you confirm that a single “echo” is not enough, right? I didn't test one specifically. It might work with just one, but it did work with three. If we want to proceed with the "echo" approach, let me know and I'll test just one echo to see if that is reliab

bug#55444: elogind startup race between shepherd and dbus-daemon

2022-05-23 Thread Maxim Cournoyer
Hi, Ludovic Courtès writes: > Hello! > > Currently (40a729a0e6f1d660b942241416c1e2c567616d4d), shepherd and > dbus-daemon compete to start elogind: shepherd tries to start it > eagerly, and dbus-daemon starts it on-demand upon bus activation. > > Sometimes dbus-daemon wins, and thus shepherd tri

bug#55399: guix system reconfigure fails on channel validation

2022-05-23 Thread André Batista
Hi! seg 23 mai 2022 às 16:18:52 (165532), l...@gnu.org enviou: > Yes please! You pretty much already have the code, so we could put > together a new Guile-Git release instead of carrying these modifications > in Guix proper. Done! Issue 26. https://gitlab.com/guile-git/guile-git/-/issues/26

bug#54651: Guix pull failing on ARM 32bit with "Please report the COMPLETE output above by email"

2022-05-23 Thread Denis 'GNUtoo' Carikli
On Mon, 23 May 2022 21:08:20 +0200 Denis 'GNUtoo' Carikli wrote: > I'll now try with the current HEAD to see if that's somehow fixed. I've a similar failure with HEAD: > \ 'check' phasebuilder for > `/gnu/store/m1iyn6y1s3ajl6v0lv5658zq2cngdpq3-ruby-stackprof-0.2.17.drv' > failed with exit code

bug#54651: Guix pull failing on ARM 32bit with "Please report the COMPLETE output above by email"

2022-05-23 Thread Denis 'GNUtoo' Carikli
Maybe an issue is that I've 2 cores on i686 while I've 4 on armv7h. Or Maybe I didn't see what was there before (I use screen so it's not convenient to copy-paste the output). Now I have: > $ guix pull --commit=f0e9048e98f0789aa98de88984f4ee0fc9687f52 -M 1 -c 1 > Updating channel 'guix' from Git r

bug#55596: subversion segfaul on `guix import texlive`

2022-05-23 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Jack Hill 写道: """ $ guix import texlive qrcode command "svn" "export" "--non-interactive" "--trust-server-cert" "-r" "59745" "svn://www.tug.org/texlive/tags/texlive-2021.3/Master/texmf-dist/doc/latex/qrcode/" "/tmp/guix-directory.6aY7Gk/doc/latex/qrcode/" failed with signal 11 guix import: er

bug#55596: subversion segfaul on `guix import texlive`

2022-05-23 Thread Jack Hill
Hi Guix, With Guix commit 4ba4cb1d49d70a00f7236f60bd92e5eccef573dd on Linux x86-64, I have the following problem trying to import a texlive package: """ $ guix import texlive qrcode command "svn" "export" "--non-interactive" "--trust-server-cert" "-r" "59745" "svn://www.tug.org/texlive/tags/t

bug#54651: Guix pull failing on ARM 32bit with "Please report the COMPLETE output above by email"

2022-05-23 Thread Maxime Devos
Denis 'GNUtoo' Carikli schreef op ma 23-05-2022 om 19:30 [+0200]: > And here I probably lack some knowledge but I was under the > impression > that swap was handled transparently by the kernel (through page > tables, > virtual memory, and so on), so applications should not notice the > difference a

bug#54651: Guix pull failing on ARM 32bit with "Please report the COMPLETE output above by email"

2022-05-23 Thread Denis 'GNUtoo' Carikli
On Mon, 23 May 2022 16:10:04 +0200 Maxime Devos wrote: > Denis 'GNUtoo' Carikli schreef op ma 23-05-2022 om 15:40 [+0200]: > > Hi, > > > > I've now made some free space. So we have: > > - 1GiB of RAM and 16GiB of swap: > >   > # cat /proc/swaps > >   > > > FilenameTy

bug#55583: guix-daemon doesn't cleanly error-out on case-insensitive file systems.

2022-05-23 Thread Maxime Devos
Brian Cully schreef op ma 23-05-2022 om 12:54 [-0400]: > I don’t know of a good way to check this in a file-system > independent manner Create a file /gnu/store/case-sensitivity-test (if it doesn't already exist). Open /gnu/store/CASE-SENSITIVITY-TEST. If it succeeds, you have a case-sensitive

bug#55583: guix-daemon doesn't cleanly error-out on case-insensitive file systems.

2022-05-23 Thread Brian Cully via Bug reports for GNU Guix
Maxime Devos writes: Not sure how a case-insensitivity would cause this, but I think we can keep this open -- wouldn't it be better if "guix-daemon" just says ‘nope, case-sensitivity is required (*), not continuing)? (*) For reproducible builds, and apparently for substitution. The issue

bug#52899: More info on guix home reconfigure behaviour

2022-05-23 Thread Bastien Rivière
Hello, Yes, the issue is gone, thanks for the fix! Best regards, Bastien On Mon, May 23, 2022, at 3:18 PM, Andrew Tropin wrote: > On 2022-04-26 18:29, Bastien Rivière wrote: > >> Hello, >> >> Here is what I got on my end when running guix home: >> >>> Loading /gnu/store/p74aw384nqzlw73ccr0167lyj

bug#55200: Guix offload fails to allow connections while attempting to connect with the host's hostname or FQDN

2022-05-23 Thread Simon Streit
This issue is related to [1] which was resolved. Pulling to a current checkout solves this issue. [1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55335

bug#55335: openssh-service no longer listens on IPv6

2022-05-23 Thread Simon Streit
Ludovic Courtès writes: > Let me know if anything’s amiss! Looking all good. v4 and v6 connections are working now.

bug#55583: guix-daemon doesn't cleanly error-out on case-insensitive file systems.

2022-05-23 Thread Maxime Devos
retitle 55583 guix-daemon doesn't cleanly error-out on case-sensitive file systems. thanks Brian Cully schreef op ma 23-05-2022 om 09:00 [-0400]: This bug was caused by having my Guix filesystem mounted on a case-insensitive file system. Re-running pull within the Docker container mounted on a

bug#54651: Guix pull failing on ARM 32bit with "Please report the COMPLETE output above by email"

2022-05-23 Thread raingloom
On Mon, 23 May 2022 16:10:04 +0200 Maxime Devos wrote: > Denis 'GNUtoo' Carikli schreef op ma 23-05-2022 om 15:40 [+0200]: > > Hi, > > > > I've now made some free space. So we have: > > - 1GiB of RAM and 16GiB of swap: > >   > # cat /proc/swaps > >   > > > FilenameTy

bug#55399: guix system reconfigure fails on channel validation

2022-05-23 Thread Ludovic Courtès
Hi André, André Batista skribis: > Anyway, the proper think to do is to update guile-git, so I'll be > opening an issue there. Yes please! You pretty much already have the code, so we could put together a new Guile-Git release instead of carrying these modifications in Guix proper. (For now c

bug#54651: Guix pull failing on ARM 32bit with "Please report the COMPLETE output above by email"

2022-05-23 Thread Maxime Devos
Denis 'GNUtoo' Carikli schreef op ma 23-05-2022 om 15:40 [+0200]: > Hi, > > I've now made some free space. So we have: > - 1GiB of RAM and 16GiB of swap: >   > # cat /proc/swaps >   > > Filename TypeSize > UsedPriority >   > /dev/mmcb

bug#54651: Guix pull failing on ARM 32bit with "Please report the COMPLETE output above by email"

2022-05-23 Thread Denis 'GNUtoo' Carikli
Hi, I've now made some free space. So we have: - 1GiB of RAM and 16GiB of swap: > # cat /proc/swaps > FilenameTypeSizeUsed Priority > /dev/mmcblk0p1 partition 1677721216384 -2 - Ab

bug#55335: openssh-service no longer listens on IPv6

2022-05-23 Thread Ludovic Courtès
Hi Jack, Jack Hill skribis: > It's working well for me, allowing connections over both v4 and v6. I > have another host that I can only access with a v6 via wireguard > address, which I haven't been able to upgrade yet. I don't anticipate > any problems there though. Good, thanks for reporting

bug#55139: package-location is wrong for transformed packages

2022-05-23 Thread Ludovic Courtès
Hi! Maxim Cournoyer skribis: > Yeah, I ended up with this [0]: > > (define (locate-package-via-git name) > "Return the location object corresponding to package NAME, searched via > git." > (let* ((input-pipe (open-pipe* OPEN_READ >"git" "grep" "-n" "--column"

bug#52899: More info on guix home reconfigure behaviour

2022-05-23 Thread Andrew Tropin
On 2022-04-26 18:29, Bastien Rivière wrote: > Hello, > > Here is what I got on my end when running guix home: > >> Loading /gnu/store/p74aw384nqzlw73ccr0167lyj8vlj3mr-shepherd.conf. >> herd: exception caught while executing 'load' on service 'root': >> In procedure fport_write: Broken pipe > > I h

bug#55583: nar-error on pull

2022-05-23 Thread Brian Cully via Bug reports for GNU Guix
This bug was caused by having my Guix filesystem mounted on a case-insensitive file system. Re-running pull within the Docker container mounted on a case-sensitive file system works correctly. This bug can be closed. Sorry for the noise. -bjc

bug#55587: `guix import texlive PKG` fails with signal 11, no output

2022-05-23 Thread Hugo Nobrega
Hello, The guix 'texlive' package importer is not working with any package, as far as I can tell. It does *some* legwork, managing to figure out the correct URI of the package, but then errors out with signal 11. Having had a look at previous bug reports, it seems this "signal 11" thing is not ne

bug#55406: GUIX Image API: wrong fs type and flag

2022-05-23 Thread Mathieu Othacehe
Hello Pavel, > Ok, I tried to format them :) Thanks, I added commit messages following our guidelines, fixed the indentation and a few other small details. Pushed on master! Mathieu