bug#75740: adms: bootstrap phase fails

2025-01-22 Thread Z572
Christopher Howard writes: > Hi, I am trying to build adms since it is a dependency of Qucs. But the build > fails with this error: > > ``` > starting phase `bootstrap' > running './bootstrap.sh' > In execvp of ./bootstrap.sh: Exec format error > error: in phase 'bootstrap': uncaught exception:

bug#74532: with-extensions does not add native extensions to the load path

2024-12-02 Thread Z572
Tomas Volf <~@wolfsden.cz> writes: > Ludovic Courtès writes: > >> Hi, >> >> Tomas Volf <~@wolfsden.cz> skribis: >> >>> The documentation for `with-extensions' says: >>> In the same vein, sometimes you want to import not just pure-Scheme modules, but also “extensions” such as Guile bindi

bug#73645: Unable to update system due to lsof build failing on ffmpegthumbnailer and pam-mount

2024-10-06 Thread Z572
not emma via Bug reports for GNU Guix writes: > it seems like lsof is failing the check​ phase after running guix pull​ > earlier today, leaving me unable to update either the system > or home profile. the following output was from the logs: > > phase `build' succeeded after 1.9 seconds > starti

bug#73180: Delayed Action

2024-09-29 Thread Z572
Pasta Pasta via Bug reports for GNU Guix writes: > Hi! > > I reported this a few weeks ago, is there anything else you need? This > is an issue I see relatively frequently. > > Thanks! This is because the network is unstable. see https://mail.gnu.org/archive/html/guix-devel/2024-06/msg00088.htm

bug#72859: Segmentation fault on guix pull / guix system reconfigure

2024-08-29 Thread Z572
Rodion Goritskov writes: > Hello! > > Today, after successfully doing the "guix pull" command, subsequent runs > of "guix pull" or "sudo guix system reconfigure" leads to the following > uninformative error: > > rodion@bumblebee-mighty ~$ guix pull > Updating channel 'guix' from Git repository at

bug#72823: kdenlive silently crashes to Gnome desktop on launch

2024-08-28 Thread Z572
Fulbert writes: > Le Wed, Aug 28, 2024 at 04:45:16PM +0800, Z572 a écrit : >> Fulbert writes: >> >> > Hi! >> > >> > In current state¹, kdenlive silently crashes to Gnome desktop when started >> > from Gnome

bug#72823: kdenlive silently crashes to Gnome desktop on launch

2024-08-28 Thread Z572
Fulbert writes: > Hi! > > In current state¹, kdenlive silently crashes to Gnome desktop when started > from Gnome app launcher. I have to start kdenlive in CLI with : > > `QT_QUICK_CONTROLS_STYLE=Basic kdenlive` > > … to workaround : > 'qrc:/qml/kdenliveclipmonitor.qml: module "org.kde.desktop

bug#71970: hash mismatch for gmic 3.4.0

2024-07-07 Thread Z572 via Bug reports for GNU Guix
Alex Devaure writes: > Hi, > The version 3.4.0 of gmic has commited few hours ago. It looks that the > hash is not correct: > sha256 hash mismatch for > /gnu/store/q7hwkm6zsgaclq0rizpjfb6vl0a5z1bw-gmic_3.4.0.tar.gz: > expected hash: 1c2j1prsnsks5cglk0vrwaclifk6mlxmrc88wqc96xi7cmwwjmf3 > actu

bug#71962: Flatpak applications fail to launch with systemd-related error

2024-07-07 Thread Z572 via Bug reports for GNU Guix
Juliana Sims via Bug reports for GNU Guix writes: > Hi, >> Can you try another app, maybe there's a problem with this one > > I have tried with literally every application I have installed through > flatpak, and none of them work. Here's the complete list, in order by > ID: > > com.github.tchx84.

bug#71962: Flatpak applications fail to launch with systemd-related error

2024-07-06 Thread Z572 via Bug reports for GNU Guix
Juliana Sims via Bug reports for GNU Guix writes: > Hello, > > I ran a system reconfigure for the first time in a while today. After > doing so, I noticed that Flatpak apps fail to launch. Specifically, > when running `flatpak run org.gnome.Fractal`, which was working fine > before, the applicati

bug#71154: slim: Two regressions on v.1.4.1

2024-05-25 Thread Z572
André Batista writes: > Hi Guix, > > I've found two regressions after upgrading to v. 1.4.1 of slim. > > The first one is that it is no longer possible to use a secondary monitor > with it. If it is connected at the same time as a the primary one, only > the later gets to show the slim greater. I

bug#71197: visionfive2-barebones-os fails to boot Linux from MMC2

2024-05-25 Thread Z572
Richard Sent writes: > Hi Guix! > > When generating a VisionFive2 system image via $ guix system image > gnu/system/images/visionfive2.scm --no-grafts --target=riscv64-linux-gnu > and attempting to boot from MMC2, the SD card U-boot fails to boot > Linux. > > (Pretty sure --target= is gratuitous

bug#70539: Flatpak is vulnerable to CVE-2024-32462

2024-04-25 Thread Z572
Thanks, fix in https://git.savannah.gnu.org/cgit/guix.git/commit/?id=d115af1bcc48f07a40dafd94d1d00926d446d068 signature.asc Description: PGP signature

bug#63675: shepherd 0.10.0 test 2 fail on riscv64-linux

2023-06-11 Thread Z572 via Bug reports for GNU Guix
on qemu: forking-service.sh test always fail. try use strace but can't: ``` + /gnu/store/w7a3fxw00y4picvcrkvdxavpj5gqabbb-strace-6.2/bin/strace -f -t -s 80 -o /tmp/she.strace shepherd -I -s t-socket-25862 -c t-conf-25862 -l t-log-25862 --pid=t-pid-25862 + sleep 0.3 /gnu/store/w7a3fxw00y4picv

bug#63675: shepherd 0.10.0 test 2 fail on riscv64-linux

2023-05-23 Thread Z572 via Bug reports for GNU Guix
shepherd 0.10.0 test 2 fail on riscv64-linux. same error use `guix build shepherd -s riscv64-linux` on x86_64 or `guix build shepherd` on riscv64. FAIL tests/pid-file.sh FAIL: tests/forking-service at commit e02584b456a3f9c00b303ef4815d892a47edc2e6. you can use https://cache.z572.online as subs

bug#52181: [core-update-frozen] many rust package can't build because them source file-name use ".crate" suffix.

2021-12-01 Thread Z572 via Bug reports for GNU Guix
Efraim Flashner writes: > On Mon, Nov 29, 2021 at 10:31:48PM +0800, Z572 via Bug reports for GNU Guix > wrote: >> >> hello, >> >> many rust package can't build in core-update-frozen because them >> source file-name use ".crate" suffix. >&g

bug#52181: [core-update-frozen] many rust package can't build because them source file-name use ".crate" suffix.

2021-11-29 Thread Z572 via Bug reports for GNU Guix
hello, many rust package can't build in core-update-frozen because them source file-name use ".crate" suffix. core-update-frozen change unpack phase: see guix/build/gnu-build-system.scm unpack phase: #+BEGIN_SRC diff @@ -156,13 +157,25 @@ ;; Preserve timestamps (set to the Epoch) on t

bug#51478: icecat 91 can't display chinese font in many web page

2021-11-02 Thread Z572 via Bug reports for GNU Guix
thanks for reminding :) . Mark H Weaver writes: > Hi, > > Z572 <873216...@qq.com> writes: >> I add "/run/current-system/profile/share/fonts/" to >> "security.sandbox.content.read_path_whitelist" fixed it for me. > > Thanks! One very

bug#51478: icecat 91 can't display chinese font in many web page

2021-10-29 Thread Z572 via Bug reports for GNU Guix
I add "/run/current-system/profile/share/fonts/" to "security.sandbox.content.read_path_whitelist" fixed it for me. Thanks for the help. Mark H Weaver writes: > Z572 via Bug reports for GNU Guix writes: >> after update to 91, icecat can't display chinese