bug#50015: Rust packages are not reproducible

2021-08-11 Thread Efraim Flashner
On Wed, Aug 11, 2021 at 11:15:09PM +0200, Ludovic Courtès wrote: > 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='htt

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 after

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' /gnu/store/09hlac18bwl1kcn

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 ../../lib/libQt5We

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 backend:

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' > m

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 si

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 w

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): https://deb

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 +2021-08-11

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 https://gitlab.com/csantosb/w

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