bug#54784: Flatpak GTK apps cannot show pictures.

2022-04-20 Thread Zhu Zihao
Ludovic Courtès writes: > Hi, > > Zhu Zihao skribis: > >> It shows that flatpak is trying to load GTK related resource from >> /run/current-system/profile. And use >> >> ``` >> flatpak run --filesystem=/gnu/store:ro --filesystem=/run/current-system:ro >> org.gnome.Solanum >> ``` >> >> It

bug#54893: guix-daemon, locale, LANG, and unicode in git tag names

2022-04-20 Thread Ludovic Courtès
Attila Lendvai skribis: > Without this the git-fetch GEXP is run in an environment that uses ASCII > character encoding when strings are crossing the Guile - C boundary. It means > that e.g. tag names that have Unicode chars in them will cause problems, > e.g. when walking and deleting the .git

bug#54779: guix home reconfigure throw error after Shepherd updata

2022-04-20 Thread Ludovic Courtès
Hi, Aleksandr Vityazev skribis: > guix home reconfigure config.scm [1], throw error and freezes even > ctrl-c doesn't help Indeed, this can be reproduced like so: --8<---cut here---start->8--- $ herd load root

bug#54919: Guix hangs near the end of ‘home’ operations

2022-04-20 Thread Ludovic Courtès
Turns out the issue was also being discussed at . Fixed now! Thanks, Ludo’.

bug#54893: guix-daemon, locale, LANG, and unicode in git tag names

2022-04-20 Thread Ludovic Courtès
Hi, Attila Lendvai skribis: > Without this the git-fetch GEXP is run in an environment that uses ASCII > character encoding when strings are crossing the Guile - C boundary. It means > that e.g. tag names that have Unicode chars in them will cause problems, > e.g. when walking and deleting the

bug#54784: Flatpak GTK apps cannot show pictures.

2022-04-20 Thread Ludovic Courtès
Hi, Zhu Zihao skribis: > It shows that flatpak is trying to load GTK related resource from > /run/current-system/profile. And use > > ``` > flatpak run --filesystem=/gnu/store:ro --filesystem=/run/current-system:ro > org.gnome.Solanum > ``` > > It works well. > > # Related links > >

bug#54941: No such file or directory when running a binary

2022-04-20 Thread Haider Mirza
> (This is not to accuse you Haider, who I don't know, of probing Maxime > -- but consider the seemingly casual example you are setting for noobs > in suggesting running an unknown (to others) binary). Sorry about that, usually Github Repositories ask for some way to reproduce a bug so they can

bug#54658: "pypi->guix-package, no wheel" test fails

2022-04-20 Thread Ludovic Courtès
Hi, Maxime Devos skribis: > The problem is that the hash of 'found' and 'found@1.0.0' doesn't match : > > 03rsmi1ricql316vak5gs89prv8494k1j7cgcgj7a763bcd6n4fa > 0z67xsvpivl9509m5l7n369nakszvnvm7ird09qgs6vn5pwqcl35 > > TBI ... Could it be that the test is talking to some other server? Ludo’.

bug#54864: GNU Cuirass reports arm64 as armhf

2022-04-20 Thread Ludovic Courtès
Hi, Christopher Rodriguez skribis: > Reporting this from my local installs of GNU Cuirass, though a cursory glance > at > ci.guix.gnu.org (likely) shows the same issue: > > GNU Cuirass currently reports both `armhf-linux` and `arm64-linux` targets as > `armhf-linux` on the web interface.

bug#54919: Guix hangs near the end of ‘home’ operations

2022-04-20 Thread Ludovic Courtès
Ludovic Courtès skribis: > We can probably fix it by avoiding the use of ‘start-in-the-background’. Specifically, the proposed fix is attached below. I cannot test it right now so I’m happy if somebody else can confirm the intuition in the meantime :-) by applying the patch and running:

bug#54919: Guix hangs near the end of ‘home’ operations

2022-04-20 Thread Ludovic Courtès
Hi Brian, Brian Cully skribis: > During ‘home reconfigure’ after it says ‘Finished updating symlinks.’, > guix hangs forever. Attempting to interrupt with ^C failed, and I had to > force-close my ssh session. I’ve experienced this hang too: it occurs while ‘guix system reconfigure’ is

bug#55043: Some packages depend on nss-certs, some bundle it.

2022-04-20 Thread Maxime Devos
X-Debbugs-CC: Hartmut Goebel Hi, There are some packages bundling CA certificates: * nss-certs / le-certs (this one is not a problem) * python-certifi * perl-mozilla-ca * rust-webpki-roots * erlang-certifi (not yet, see ) *

bug#55042: python-scipy breaks login on foreign distro

2022-04-20 Thread zimoun
Hi, Running Guix on the top of Ubuntu, GDM refuses to log in if the package “python-scipy” is installed and its profile sourced. Basically, consider mkdir -p ~/.config/guix/profiles guix package -i python-scipy -p ~/.config/guix/profiles/python Then also consider that the file

bug#55037: The program 'compute-guix-derivation' failed to compute the derivation for Guix

2022-04-20 Thread Arne Schlüter
Looking at the logs (the first command did not find a log file, the second log file was corrupted) I found out that I ran out of space in `/tmp`. Because I am running this on a SBC I set up `/tmp` as a tmpfs with a size of 1G. Increasing it to 2G helped and the build succeeded. Maxime Devos

bug#55037: The program 'compute-guix-derivation' failed to compute the derivation for Guix

2022-04-20 Thread Maxime Devos
Arne Schlüter schreef op wo 20-04-2022 om 13:14 [+0200]: >   message: "build of > `/gnu/store/1mm8zlhs1zl4542f1pnmygr0xp6wcbdl-glibc-utf8-locales- > 2.33.drv' failed" Could you attach the build log? Try $ guix build /gnu/store/1mm8zlhs1zl4542f1pnmygr0xp6wcbdl-glibc-utf8-locales-2.33.drv

bug#55032: Bug from guix pull

2022-04-20 Thread Yuxuan 'fishy' Wang
This is the output from guix pull: -->8-- Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Authenticating channel 'guix', commits 9edb3f6 to ffb616b (33 new commits)... Building from this channel: guix

bug#55003: emacs-dash test failing,

2022-04-20 Thread Bryan Paronto
Hello Guixers I’ll prefacing by saying I’m still rather green to Guix System and Home, but am loving every minute of hacking, even when things dont immediate go according to plan. This morning I’m attempting to use Guix for all of my Emacs package management needs, however one package,

bug#55026: potential prebuilt binaries in the Mono package

2022-04-20 Thread zamfofex
It seems the package for Mono in Guix uses a tarball that contains a lot of prebuilt DLLs. This doesn’t seem to have been mentioned when the package was introduced. Could it have been a mistake? Some related discussion: and also

bug#55037: The program 'compute-guix-derivation' failed to compute the derivation for Guix

2022-04-20 Thread Arne Schlüter
Hello, I just hit the an error when running `guix pull && guix package -u` on a Debian-based armhf foreign host. The log is attached. Best *, std::vector >? changed in GCC 7.1 1198 |_M_realloc_insert(end(), __x); 95%