bug#40999: GRUB prevents booting a degraded RAID1 array atop LUKS

2021-08-11 Thread Maxim Cournoyer
Hello Giovanni, Giovanni Biscuolo writes: > Hello Maxim, > > Maxim Cournoyer writes: > > [...] > >>> On a system where: >>> >>> 1) Each disks comprising the array is fully LUKS encrypted >>> 2) Each mapped disk is made part of a Btrfs RAID1 array >>> >>> When attempting to boot the system

bug#50015: Rust packages are not reproducible

2021-08-11 Thread Ludovic Courtès
Hello! Rust packages, which are essentially empty, are not bit-reproducible: --8<---cut here---start->8--- $ ./pre-inst-env guix challenge rust-rocket-codegen --substitute-urls='https://ci.guix.gnu.org https://bordeaux.guix.gnu.org'

bug#50014: [core-updates] QtWebKit build failures

2021-08-11 Thread Leo Famulari
I noticed that QtWebKit fails to build on core-updates due to incompatibility with current Python, ICU, glib, and bison. I worked around those issues by cherry-picking upstream fixes (attached). However, the build still fails like this: -- [ 95%] Linking CXX shared library

bug#49979: Duplicity BackendException: No module named 'paramiko'

2021-08-11 Thread Cayetano Santos
mer. 11 août 2021 at 18:25, Leo Famulari ... On Wed, Aug 11, 2021 at 11:49:01AM +0200, Cayetano Santos wrote: Sure. Just issue a guix install duplicity and then duplicity /tmp sftp://dummy_user@sftp.server/dummy_backup you’ll get a BackendException: Could not initialize

bug#49979: Duplicity BackendException: No module named 'paramiko'

2021-08-11 Thread Leo Famulari
On Wed, Aug 11, 2021 at 11:49:01AM +0200, Cayetano Santos wrote: > Sure. Just issue a > >guix install duplicity > > and then > >duplicity /tmp sftp://dummy_user@sftp.server/dummy_backup > > you’ll get a > > BackendException: Could not initialize backend: No module named 'paramiko' >

bug#40999: GRUB prevents booting a degraded RAID1 array atop LUKS

2021-08-11 Thread Giovanni Biscuolo
Hello Maxim, Maxim Cournoyer writes: [...] >> On a system where: >> >> 1) Each disks comprising the array is fully LUKS encrypted >> 2) Each mapped disk is made part of a Btrfs RAID1 array >> >> When attempting to boot the system after pulling out (in BIOS or using >> the cable) the drive to

bug#49697: ‘--with-patch’ silently fails when combined with ‘--with-commit’

2021-08-11 Thread Ludovic Courtès
Ludovic Courtès skribis: > ‘--with-patch’ silently does nothing when combined with ‘--with-commit’ > and related options, as in: > > guix build guile-gcrypt --with-branch=guile-gcrypt=master \ > --with-patch=guile-gcrypt=README > > It should at least warn when it does nothing. Better yet

bug#49827: Error message for missing synopsis in opam importer

2021-08-11 Thread Alice BRENON
Hello, Thanks for your answer Sarah. Simon, I don't know if you have been able to make any progress but I wanted to make sure you had seen the patch proposal I sent to let the opam importer work from more repositories than the few initially defined (opam's official and three for coq):

bug#49985: bash-mesboot0: Inscrutable error in build phase

2021-08-11 Thread Bengt Richter
Just this disclaimer: I am just a lurker interested in mes, not a mes developer or team member. (I am trying to do some minimal stuff too, so I cloned the mes repo and pull once in a while to see what's going on :) Sorry for any implication that I really know anything about mes ;/ On

bug#49979: Duplicity BackendException: No module named 'paramiko'

2021-08-11 Thread Cayetano Santos
mer. 11 août 2021 at 00:28, Leo Famulari ... On Tue, Aug 10, 2021 at 12:15:44PM +0200, Cayetano Santos wrote: Context: Using guix as a package manager under a foreign up to date archlinux distribution. The output of guix describe --format=channels is

bug#48945: PostgreSQL + Cuirass Errors

2021-08-11 Thread Mathieu Othacehe
Hello, > deleting the records with `starttime` equal to 0 from `builds` table, > cuirass could start again. but the issue happens again after a while. This is fixed with aa2f682facce5de727bdae5bbd5d1a2a27923ebb and 1dcaebc66097ce503bd827c7b28e0a0936c1daee. Thanks, Mathieu

bug#49992: guix bug

2021-08-11 Thread Ben Carman
I ran guix pull​ and got this ``` $ guix pull Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Authenticating channel 'guix', commits 9edb3f6 to 2730ed9 (4,844 new commits)... Building from this channel: guix

bug#49744: cuirass: Invalid RSS feed.

2021-08-11 Thread Mathieu Othacehe
Fixed with b210fcc963865acd820078e705132cd2b5f339a7. Thanks, Mathieu

bug#49769: Cuirass returns 500 on typo in search

2021-08-11 Thread Mathieu Othacehe
Hello Julien, > When searching for builds on the cuirass website, I made a typo, > looking for "maven sytem:x86_64-linux" (instead of system). The > website returns an empty error 500 page. That's fixed with e95e723f3c4fddc4a2fa7a9ac58230c262470c76. Thanks for reporting, Mathieu