bug#55479: emacs-libgit test suite fails

2022-05-22 Thread Maxim Cournoyer
Hello, Liliana Marie Prikler writes: > merge 55479 55427 > thanks > > Whoever solves this issue can close 5 bugs at once :) Looks like you did it in 665dd8211cb5c7556f0fb83944d33215accf957a :-). Thanks! Closing. Maxim

bug#55583: nar-error on pull

2022-05-22 Thread Brian Cully via Bug reports for GNU Guix
Maxime Devos writes: The relevant store item name has been truncated, could you run "echo /gnu/store/8v8y8rc4rwd*" in a shell and report the output? ⇒ /gnu/store/8v8y8rc4rwdwx5kbkfr1w1rl8g3dxsa3-guile-avahi-0.4.0-1.6d43caf.drv In case it matters, here’s its contents: --8<---

bug#55586: failure when linking glibc-mesboot-2.16.0

2022-05-22 Thread Brian Cully via Bug reports for GNU Guix
Got here trying to compile perl with: --8<---cut here---start->8--- % guix shell -D perl --no-substitutes --pure --8<---cut here---end--->8--- and failed here: --8<---cut here---start->

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

2022-05-22 Thread Jack Hill
On Sun, 22 May 2022, Ludovic Courtès wrote: Hello! With Shepherd 0.9.1 released, I believe Guix commit d2b3400f79ffaed3357650307376ab69a7ec3b1b fixes this bug for good, also adding a system test for SSH access over IPv6 (both with OpenSSH and Dropbear). Let me know if anything’s amiss! Thanks

bug#52553: b4 build failure

2022-05-22 Thread Kyle Meyer
Kyle Meyer writes: > The latest version of b4 no longer calls dnspython's > get_default_resolver(), so it avoids this failure. I posted a series > for that update at https://debbugs.gnu.org/48702 > (<20210527145046.11773-1-k...@kyleam.com>). It's a bit stale at this > point and has conflicts wit

bug#55585: inetd-based bitlbee service terminating on new connections

2022-05-22 Thread Kaelyn via Bug reports for GNU Guix
Hi, Recently I upgraded my server running bitlbee for the first time in a few weeks (from guix commit 3363f2c878 to 14384d9586), and after rebooting I was unable to connect to bitlbee because the child service spawned on connect terminates within a few seconds. I'm not certain, but I believe co

bug#55583: nar-error on pull

2022-05-22 Thread Maxime Devos
retitle 55583 "error: mkdir: File exists" during substitution thanks (Debbugs rejected the previous title because of ‘non-printable’ characters, apparently it's not non-ASCII capable?) signature.asc Description: This is a digitally signed message part

bug#55583: nar-error on pull

2022-05-22 Thread Maxime Devos
retitle 55583 ‘error: mkdir: File exits’ during substitution thanks Brian Cully via Bug reports for GNU Guix schreef op zo 22-05-2022 om 16:09 [-0400]: >  lz4-1.9.3  156KiB >  libxft-2.3.3  45KiB >  perl-5.34.0  15.1MiB > guix substitute: error: mkdir: File exists > Backtrace: > [...] > ("gnu/stor

bug#55583: nar-error on pull

2022-05-22 Thread Brian Cully via Bug reports for GNU Guix
I’m getting an error when trying to pull inside a docker container: --8<---cut here---start->8--- guix# guix pull substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% 0.0 MB will be downloaded le-certs-1 5KiB 552KiB/s 00:00 [###

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

2022-05-22 Thread Ludovic Courtès
Hello! With Shepherd 0.9.1 released, I believe Guix commit d2b3400f79ffaed3357650307376ab69a7ec3b1b fixes this bug for good, also adding a system test for SSH access over IPv6 (both with OpenSSH and Dropbear). Let me know if anything’s amiss! Thanks, Ludo’.

bug#55549: Parted 3.5 update breaks installer tests

2022-05-22 Thread Ludovic Courtès
Hi! Ludovic Courtès skribis: > The ‘gui-installed-os’ broke: > > > https://ci.guix.gnu.org/search?query=gui-installed-os%20system:x86_64-linux&border-high-id=803430 > > … between: > > https://ci.guix.gnu.org/eval/304279 (commit > 1ebc27475cc310d6f9dd154b6b6893918f604c09) > and > https:

bug#55406: [PATCH] GUIX Image API support for vfat and boot flag

2022-05-22 Thread Pavel Shlyak
Ok, I tried to format them :) 0001-Image-API-support-VFAT-partitions-in-MBR.patch Description: Binary data 0002-Image-API-support-VFAT-partitions-in-GPT.patch Description: Binary data 0003-Image-API-support-boot-flag.patch Description: Binary data 0004-Update-copyright.patch Description: Bi

bug#55526: u-boot-pinebook fails to build with upsteam uboot

2022-05-22 Thread Mathieu Othacehe
Hello Pavel, > Comand > guix build u-boot-pinebook > --with-git-url=u-boot-pinebook=https://github.com/u-boot/u-boot > fails with tools/image-host.c:17:10: fatal error: openssl/pem.h: No such file > or directory > I tested it on both x86_64 and aarch64 hosts. The latest u-boot release (2022.

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

2022-05-22 Thread Mathieu Othacehe
Hello Pavel, > Here’s the last patch in the set that adds support for the boot > flag. It should be merged after mbr-support-vfat-partitions.patch and > gpt-support-vfat-partitions.patch The issue can be closed as soon as > all three patches are merged. Have a nice day! Thanks for those three

bug#54752: import: hackage: `elif` conditionals not supported

2022-05-22 Thread Lars-Dominik Braun
Hi Philip, thank you! > Unfortunately, building raaz still fails (first because of the description, > then because some internal libraries are added as external dependencies, and > then for... other reasons I haven't figured out. But all of those are > separate issues. You’re right, it fails

bug#54760: import: hackage: Internal libraries are not filtered out of dependency list

2022-05-22 Thread Lars-Dominik Braun
Hello Philip, > The attoparsec package on hackage defines multiple internal libraries inside > one package, named "attoparsec" and "attoparsec-internal", with the first > depending on the latter. Importing attoparsec using `guix import hackage > attoparsec` therefore yields the following errone