bug#63414: Evaluation comparison on cuirass

2023-10-30 Thread Christopher Baines
Ludovic Courtès writes: > Hello, > > Andreas Enge skribis: > >> When working on a branch and deciding whether to merge it, we need a way >> of comparing its status with that of the master branch. As far as I can see, >> there is currently no way in cuirass to compare arbitrary evaluations and >

bug#65720: [bug#66650] [PATCH] git: Shell out to ‘git gc’ when necessary.

2023-10-30 Thread Christopher Baines
Ludovic Courtès writes: > Fixes . > > This fixes a bug whereby libgit2-managed checkouts would keep growing as > we fetch. > > * guix/git.scm (packs-in-git-repository, maybe-run-git-gc): New > procedures. > (update-cached-checkout): Use it. > --- > guix/git.sc

bug#66692: [cuirass] Spurious failed builds following patching u-boot sources

2023-10-30 Thread Ludovic Courtès
Ludovic Courtès skribis: > This is fixed by these Cuirass commits: > > 2eb3e13 * remote-worker: Discard log anytime ‘send-log’ throws. > 4cc37f5 * remote-worker: Ignore the return value of ‘build-derivations&’. > 3bbb5c8 * store: ‘build-derivations&’ enforces synchronization with the > bui

bug#66746: LUKS password prompt invisible, prompts twice

2023-10-30 Thread Jake
Hi Tobias The initrd-modules snippet did not fix it. Below is the diff of the .configs for 6.5.9 (not 6.5.8 sorry) and 6.5.7. Thanks Jake 3c3 < # Linux/x86_64 6.5.9-gnu Kernel Configuration --- > # Linux/x86_64 6.5.7-gnu Kernel Configuration 2354c2354 < CONFIG_SYSFB_SIMPLEFB=y --- > # CONFIG_SY

bug#66746: LUKS password prompt invisible, prompts twice

2023-10-30 Thread Jake
Hi Tobias The initrd-modules snippet did not fix it. Below is the diff of the .configs for 6.5.9 (not 6.5.8 sorry) and 6.5.7. Thanks Jake 3c3 < # Linux/x86_64 6.5.9-gnu Kernel Configuration --- > # Linux/x86_64 6.5.7-gnu Kernel Configuration 2354c2354 < CONFIG_SYSFB_SIMPLEFB=y --- > # CONFIG_SY

bug#66837: [PATCH 2/4] gnu: deblob-scripts 6.1: Update hash.

2023-10-30 Thread Wilko Meyer
* gnu/packages/linux.scm (deblob-scripts 6.1): Update hash. --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index ff5b59a653..34ca8f412a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @

bug#66837: [PATCH 3/4] gnu: deblob-scripts 5.15: Update hash.

2023-10-30 Thread Wilko Meyer
* gnu/packages/linux.scm (deblob-scripts 5.15): Update hash. --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 34ca8f412a..a0b1fe9327 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm

bug#66837: [PATCH 4/4] gnu: deblob-scripts 5.10: Update hash.

2023-10-30 Thread Wilko Meyer
* gnu/packages/linux.scm (deblob-scripts 5.10): Update hash. --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index a0b1fe9327..4c10cb60d1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm

bug#66837: [PATCH 1/4] gnu: deblob-scripts 6.5: Update hash.

2023-10-30 Thread Wilko Meyer
* gnu/packages/linux.scm (deblob-scripts 6.5): Update hash. --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 96e724844c..ff5b59a653 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @

bug#66837: [PATCH 0/4] Some kernels cannot be built

2023-10-30 Thread Wilko Meyer
Hi Tomas, thanks for noticing! I attached a patch series that fixes the hashes for the deblob-scripts (for those that were updated as well, 4.x are unchanged afaik) accordingly. Wilko Meyer (4): gnu: deblob-scripts 6.5: Update hash. gnu: deblob-scripts 6.1: Update hash. gnu: deblob-scripts

bug#66841: [PATCH 0/1] WIP: linux-libre 6.6

2023-10-30 Thread Wilko Meyer
Hi Leo, I started packaging linux-libre 6.6. However, the patch series is still WIP as I still have to update the configuration for other ISA than x86_64, which will hopefully be finished soon, so I can send a second revision of this patch set including the .conf files for the remaining other arch