bug#57878: Minimal reproducible setup

2022-10-12 Thread Liliana Marie Prikler
Am Sonntag, dem 02.10.2022 um 10:25 +0200 schrieb Konrad Hinsen: > As for Liliana's idea of disabling deferred compilation : shouldn't > it be sufficient to have all Emacs Lisp packages in Guix AOT- > compiled? >From personal experience, no. Even if you compile code ahead of time, there seem to

bug#58444: Make gtk use librsvg on aarch64 again.

2022-10-12 Thread pelzflorian (Florian Pelz)
close 58444 thanks "pelzflorian (Florian Pelz)" writes: > "pelzflorian (Florian Pelz)" writes: >> I wrote a patch but probably it would rebuild the world. > It does rebuild the world. I will try with (or (target-aarch64?) > (target-x86-64?)). My

bug#57764: Corrupted store on top on Debian, you want the output

2022-10-12 Thread jbranso--- via Bug reports for GNU Guix
September 15, 2022 2:59 AM, "Maze" wrote: > I corrupted my store and it says you want the guix pull output, so > please find it at the end of this message. Mostly I send it because guix > asks, but (see below) at least 2 things broke on that machine, not sure > it's related. I have to explain a

bug#58451: cool-retro-term's fonts are broken

2022-10-12 Thread Eric Bavier
Hi Christine, Thanks for the report. This should be fixed in https://git.savannah.gnu.org/cgit/guix.git/commit/?id=86ec52f66735b122b9035eba56516fd16f3be958 The "Cannot read property 'fontlist' of null" is still present, but was/is also present in the earlier 1.1.1 release, and seems to be

bug#22608: Module system thread unsafety and .go compilation

2022-10-12 Thread Maxim Cournoyer
Hi, Ludovic Courtès writes: > Hi! > > Maxim Cournoyer skribis: > >> l...@gnu.org (Ludovic Courtès) writes: > > [...] > >>> For the record, these issues should be fixed in Guile 2.2.4: >>> >>> 533e3ff17 * Serialize accesses to submodule hash tables. >>> 46bcbfa56 * Module import obarrays are

bug#56322: [PATCH core-updates 0/3] Ruby packaging issues

2022-10-12 Thread Remco van 't Veer
Applied changes from feedback by Maxime Devos and rebased on core-updates. Remco van 't Veer (3): gnu: ruby: trigger autotools bootstrap gnu: ruby: fix unbundling of libffi for inheriting rubies gnu: ruby: regenerate parse.c gnu/packages/ruby.scm | 28 +++- 1 file

bug#56322: [PATCH core-updates 3/3] gnu: ruby: regenerate parse.c

2022-10-12 Thread Remco van 't Veer
* gnu/packages/ruby.scm (baseruby, ruby-2.7): Use bootstrap baseruby to regenerate parse.c --- gnu/packages/ruby.scm | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index bd55d5ac6d..497271f442 100644 ---

bug#56322: [PATCH core-updates 2/3] gnu: ruby: fix unbundling of libffi for inheriting rubies

2022-10-12 Thread Remco van 't Veer
* gnu/packages/ruby.scm (ruby-3.0, ruby-3.1): Inherit package-source to ensure inclusion of unbundling snippet --- gnu/packages/ruby.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 25d7aba933..bd55d5ac6d 100644 ---

bug#56322: [PATCH core-updates 1/3] gnu: ruby: trigger autotools bootstrap

2022-10-12 Thread Remco van 't Veer
* gnu/packages/ruby.scm (ruby-2.6, ruby-2.7): Remove autotools artifacts --- gnu/packages/ruby.scm | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index e1b71a0a1a..25d7aba933 100644 --- a/gnu/packages/ruby.scm +++

bug#58198: topological-sort does not sort topologically in case of diamonds

2022-10-12 Thread Maxime Devos
On 08-10-2022 20:13, Maxime Devos wrote: I found a solution: [...] It's buggy, it doesn't handle situations like libnewsboat / | | regex-rs || strprintf. Revised module is attached. ;;; GNU Guix --- Functional package management for

bug#58452: openldap fails to cross-compile to aarch64 (strip errors) (was: guix pack cross-compile failed to build docker img of openldap for aarch64)

2022-10-12 Thread Maxime Devos
retitle 58452 openldap fails to cross-compile to aarch64 (strip errors) thanks "guix pack" and Docker seem unrelated here, rather it seems to be regular cross-compilation bug to me that could presumably be reproduced with "guix build openldap --target=aarch64-linux-gnu". Greetings, Maxime.

bug#53519: python-seaborn build failure

2022-10-12 Thread Arun Isaac
Closing since python-seaborn now builds successfully on the latest master. I have also sent a new patch updating python-seaborn to 0.12.0. https://issues.guix.gnu.org/58466