[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: G-Golf - Installation problems in Guix
From: |
pelzflorian (Florian Pelz) |
Subject: |
Re: G-Golf - Installation problems in Guix |
Date: |
Mon, 29 May 2023 17:17:49 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Erik, following up on your idea about using --with-input, I used the
code equivalent of --with-input and wrote the attached manifest that
installs GTK with the same glib@2.73.3 as guile-g-golf (and also
upgrades g-golf to version 0.8.0-a.4 as recommended by David Pirotte).
guix shell -m guile-g-golf-with-gtk.scm
Unfortunately, GTK indirectly depends on python-pygobject@3.10.7 and its
test suite fails reproducibly for me with the newer glib.
(pygobject-test-suite gets killed by SIGTRAP.) If you wanted to
investigate, you could try adding a --without-tests transformation to
disable pygobject’s test suite or see what Debian does differently.
Or unlikely maybe, pygobject would not fail on faster hardware?
I will not investigate further.
Regards,
Florian
guile-g-golf-with-gtk.scm
Description: Binary data