bug#48024: glib-2.62.6 build fails i686

2021-05-05 Thread Efraim Flashner
On Wed, May 05, 2021 at 05:15:14PM -0400, Bone Baboon wrote: > Efraim Flashner writes: > > I looked closer at the bug report and I see they are timing out at 60 > > and 180 for Bone Baboon as they currently are. > > > > Bone Baboon: Can you build the attached test-glib.scm file and send back > > th

bug#48213: offlineimap build fails

2021-05-05 Thread Bone Baboon via Bug reports for GNU Guix
Tobias Geerinckx-Rice writes: > you should report this upstream first I have reported this to Seth Michael Larson the maintainer of rfc6555. https://pypi.org/project/rfc6555/ I also asked Seth Michael Larson if the rfc6555 test suite could be modified so that test_ipv6_available does not fail if

bug#48214: inetutils-1.9.4 build fails

2021-05-05 Thread Bone Baboon via Bug reports for GNU Guix
Tobias Geerinckx-Rice writes: > Bone Baboon via Bug reports for GNU Guix 写道: >> FAIL: syslogd.sh >> >> >> ../src/logger: ::1:7041: Cannot assign requested address > > Looks like the same cause as : > missing IPv6 support on the host kernel. Thank

bug#48239: rust-1.19.0 build fails

2021-05-05 Thread Bone Baboon via Bug reports for GNU Guix
Mark H Weaver writes: > Are you aware of any relevant customizations to your kernel > configuration that might possibly be related to this? The system configuration includes: ``` (kernel-arguments (append (list "nomodeset" "ipv6.disable=1") %default-kernel-arguments)) ```

bug#47260: Package GNU MediaGoblin as a Guix service

2021-05-05 Thread Ben Sturmfels via Bug reports for GNU Guix
Thanks for the update Arne. This issue is specifically about Guix packaging, so to save us losing track of your update, please post it to the dedicated mediagoblin-de...@gnu.org thread we started a couple of months back: https://lists.gnu.org/archive/html/mediagoblin-devel/2021-03/msg00026.html T

bug#48024: glib-2.62.6 build fails i686

2021-05-05 Thread Bone Baboon via Bug reports for GNU Guix
Mark H Weaver writes: >> I was having trouble finding the build log. > > Here's one way to find it: > > $ cd /var/log/guix/drvs > $ ls -ltr */*-glib-2* | tail > > The very small log files are the result of grafting derivations. > Look for the most recent one that's more than 1K. > > Alternatively,

bug#48024: glib-2.62.6 build fails i686

2021-05-05 Thread Mark H Weaver
Hi, Bone Baboon writes: > Efraim Flashner writes: >> I looked closer at the bug report and I see they are timing out at 60 >> and 180 for Bone Baboon as they currently are. >> >> Bone Baboon: Can you build the attached test-glib.scm file and send back >> the build log? I want to make sure I chan

bug#42902: texlive substitute TLS error: decoding the received packet

2021-05-05 Thread Maxim Cournoyer
Hi! "Dr. Arne Babenhauserheide" writes: > Hi, > > I cannot update or re-install texlive: > > $ LANG=C guix install texlive > The following package will be upgraded: >texlive (dependencies or package changed) > > The following derivation will be built: >/gnu/store/a9ndmp1c8bqaz9s7h6x3k7f4

bug#48240: [PATCH 4/4] ssh: Honor GUIX_DAEMON_SOCKET on the target machine.

2021-05-05 Thread Ludovic Courtès
Fixes . Reported by Ricardo Wurmus . * guix/ssh.scm (remote-daemon-channel)[redirect]: Define 'connect-to-daemon'. Use the same-named procedure from (guix store) when available, and honor GUIX_DAEMON_SOCKET. --- guix/ssh.scm | 21 + 1 file changed,

bug#48240: [PATCH 1/4] store: 'open-connection' never returns #f.

2021-05-05 Thread Ludovic Courtès
* guix/store.scm (open-connection)[handshake-error]: New procedure. Call it in code paths that would previously return #f. --- guix/store.scm | 66 +++--- 1 file changed, 36 insertions(+), 30 deletions(-) diff --git a/guix/store.scm b/guix/store.scm ind

bug#48240: [PATCH 2/4] ssh: 'connect-to-remote-daemon' raises a nicer message upon error.

2021-05-05 Thread Ludovic Courtès
* guix/ssh.scm (connect-to-remote-daemon): Catch 'store-connection-error?' and rethrow. --- guix/ssh.scm | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/guix/ssh.scm b/guix/ssh.scm index 457d1890f9..b39b90f733 100644 --- a/guix/ssh.scm +++ b/guix/ssh.scm @@ -302,8 +302

bug#48240: [PATCH 3/4] store: Export 'connect-to-daemon'.

2021-05-05 Thread Ludovic Courtès
* guix/store.scm (connect-to-daemon): Make public. Improve docstring. --- guix/store.scm | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/guix/store.scm b/guix/store.scm index 315ae4cdce..9d706ae590 100644 --- a/guix/store.scm +++ b/guix/store.scm @@ -90,6 +90,7 @@

bug#48225: Simple workaround

2021-05-05 Thread Sharlatan Hellseher
Hi, If chaining `package-name->name+version` function may affect a large layer of infrastructure here is could a quick adhoc workaround: sbcl-3d-vectors -> sbcl-cl3d-vectors sbcl-3d-vectors -> sbcl-three-d-vectors sbcl-3d-vectors -> sbcl-iiid-vectors Or use any predictable common prefix which

bug#48024: glib-2.62.6 build fails i686

2021-05-05 Thread Bone Baboon via Bug reports for GNU Guix
Efraim Flashner writes: > I looked closer at the bug report and I see they are timing out at 60 > and 180 for Bone Baboon as they currently are. > > Bone Baboon: Can you build the attached test-glib.scm file and send back > the build log? I want to make sure I change the timeout to something > long

bug#46424: Use load-systems or load-systems*

2021-05-05 Thread Sharlatan Hellseher
Hi I've just checked source of ASDF and it looks like there is a native option to load multiple systems at once > --8<---cut here---start->8---> (defun load-systems* (systems &rest keys) "Loading multiple systems at once." (dolist (s systems) (apply 'l

bug#48146: Getting diverted to non-updated branches: a limitation of the authentication mechanism?

2021-05-05 Thread Ludovic Courtès
Hi Maxime, Maxime Devos skribis: > 5. The user is at commit A. There is a correctly-signed commit C on, say, > core-updates, > such that: C comes after A, but C is not yet in master for the > foreseable future. > > Method: > 6. The attacker subverts savannah, replacing the tip of 'ma

bug#48239: rust-1.19.0 build fails

2021-05-05 Thread Mark H Weaver
Hi, Bone Baboon via Bug reports for GNU Guix writes: > On a x86_64 computer when I run `guix build --no-substitutes --cores=1 > rust` it fails during the build phase of rust-1.19.0. Thanks for the report. > The build log of rust-1.19.0 is attached. Here are the last few lines of the log: --8<

bug#48024: glib-2.62.6 build fails i686

2021-05-05 Thread Bone Baboon via Bug reports for GNU Guix
Mark H Weaver writes: > Did you also run "make"? I have now. > Hmm. Can you please grep the build log for "TIMEOUT" and > "increase-test-timeout", and show me the matching lines? "increase-test-timeout": ``` starting phase `increase-test-timeout' phase `increase-test-timeout' succeeded after 0.

bug#45236: Xboard doesn't work.

2021-05-05 Thread Michael Rohleder
fixed with 561db254a5fd72578ea2a0b0a3e8303f0ef20d85 -- vi /vmlinuz signature.asc Description: PGP signature

bug#48240: “guix copy” to host with daemon listening on TCP fails

2021-05-05 Thread Ricardo Wurmus
There are two hosts running Guix. The target host runs “guix-daemon” with “--listen=0.0.0.0:”; it does not listen on a local socket file. Trying to copy store items to the target host fails with this backtrace: --8<---cut here---start->8--- [me@here:~]

bug#47641: Ongoing difficulities after linphoneqt -> linphone-desktop transition

2021-05-05 Thread Maxim Cournoyer
retitle 47641 linphone-qt has problems with text messaging using linphone accounts thanks Hello, Maxim Cournoyer writes: > Hello, > > Raghav Gururajan writes: > > [...] > >>> Hmm, it seems the problem strictly has to do with messaging? That would >>> explain how my testing of the application

bug#39101: asymptote build fails: Math formula deleted: Insufficient symbol fonts.

2021-05-05 Thread Pierre Neidhardt
Hi Ricardo, Excellent investigation, and it turns out that it did the trick for Asymptote! Feel free to patch it. Thank you so much! -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

bug#39101: asymptote build fails: Math formula deleted: Insufficient symbol fonts.

2021-05-05 Thread Ricardo Wurmus
Hi Pierre, Asymptote only succeeds building randomly on Berlin. On my machine, it systematically fails with […] ! Math formula deleted: Insufficient symbol fonts. Lars and I just ran into this problem with python-nbconvert after I changed it to use texlive-union. It built just fine on o

bug#48238: Julia keeps build directory in the output

2021-05-05 Thread zimoun
Hi, Packaging Julia stuff, I note something as a bug, I guess. Julia seems to keep references to the build directory in the output. --8<---cut here---start->8--- $ find $(guix build julia --no-grafts) -type f \ -exec grep '/tmp/guix-build-julia-1.5.3.dr

bug#39970: guix commands broken on Azerbaijani 'az_AZ' and Turkish 'tr_TR' locales

2021-05-05 Thread pelzflorian (Florian Pelz)
On Wed, May 05, 2021 at 12:47:02AM -0400, Maxim Cournoyer wrote: > Closing. > > Thank you, > > Maxim Sorry for forgetting about this bug. The above LC_ALL=tr_TR.utf8 make check TESTS=tests/cran.scm is *not* fixed, but I won’t take the time to really understand and fix the few remaining troubl

bug#48156: basic system test broken: qemu-system-x86_64: error while loading shared libraries: libXcursor.so.1: cannot open shared object file: No such file or directory

2021-05-05 Thread Christopher Baines
Ludovic Courtès writes: > Hi, > > Christopher Baines skribis: > >> This is on commit 1b792e8b5275dc010c53d91062082340431204f2. >> >> → make check-system TESTS=basic >> Compiling Scheme modules... >> Selected 1 system tests... >> The following derivation will be built: >>/gnu/store/7dyw16iak

bug#48024: glib-2.62.6 build fails i686

2021-05-05 Thread Efraim Flashner
On Tue, May 04, 2021 at 04:01:54PM -0400, Mark H Weaver wrote: > Hi Efraim, > > Efraim Flashner writes: > > In glib-2.68 test_timeout and test_timeout_slow are set to 60 and 180 > > respectively. > > Right. Unfortunately, these timeouts are too short for many slower > machines, such as 32-bit A

bug#41413: guix-install.sh broken on Gentoo

2021-05-05 Thread Vincent Legoll
Hello, On Wed, May 5, 2021 at 6:56 AM Maxim Cournoyer wrote: > It seems the installer is working fine as per your tests and that the > original issue cannot be reproduced. I'm closing this bug. Yes, I stopped working on that (guix-install.sh), not enough feedback / reviews / merges, so it stall

bug#39970: guix commands broken on Azerbaijani 'az_AZ' and Turkish 'tr_TR' locales

2021-05-05 Thread Taylan Kammer
On 12.03.2020 12:02, pelzflorian (Florian Pelz) wrote: > > Guile’s behavior that i is not among [a-z] has been confirmed as > unexpected by a natively Turkish friend of mine. It is different from > the behavior of current glibc: > > florian@florianmacbook ~$ cat iyiyim.c > #include > #include