bug#28644: Missing icons in pulseview

2022-10-18 Thread phodina via Bug reports for GNU Guix
Hi, recently I used Pulseview to debug eMMC issues. I was also surprised why they are some icons and others are missing. Based on the code some are implemented as png and some as svg. I tried to add the qtsvg-5 but it did not work and made the resulting derivation larger. Therefore there are

bug#58561: Source hash mismatch with aggregator + possible guix bug with hashes.

2022-10-17 Thread phodina via Bug reports for GNU Guix
Hi Simon, > Indeed, commit 6971feca53a19d60fdd2b39fb2a8966ccf1d6598 pushed on > core-updates reads, > > --8<---cut here---start->8--- > > (define-public akregator > (package > (name "akregator") > - (version "21.12.3") > + (version "22.04.3") > (source >

bug#58561: [PATCH 2/2] gnu: akregator: Fix build.

2022-10-15 Thread phodina via Bug reports for GNU Guix
Hi, unfortunately incorrect hash was pushed in the last patchset. The patch is already part of the next patch series [1]. Also it's tracked here [2]. 1 https://github.com/phodina/guix/commit/4636279dfb3b96eb5836baad0d8ea36e58ff79ee 2 https://issues.guix.gnu.org/57608#8 Petr Sent

bug#53011: Qt patches for 5.15.5

2022-07-01 Thread phodina via Bug reports for GNU Guix
Hi, I'm attempting to update the Qt packages to 5.15.5 in this ticket https://issues.guix.gnu.org/56293. Could somebody check the QtWebengine? It's the only thing that does not build even when I try to build it based on the Linux from scratch. Petr

bug#53736: Guix pull on aarch64 fails

2022-02-03 Thread phodina via Bug reports for GNU Guix
On Thursday, February 3rd, 2022 at 1:45 PM, Maxime Devos wrote: > FWIW, bordeaux.guix.gnu.org has a substitute for mariadb aarch64-linux. > > Greetings, > > Maxime Thanks Maxime, I've added the substitute but it appears the mariadb is still rebuilding. I've done these steps: # guix archive

bug#53736: Guix pull on aarch64 fails

2022-02-02 Thread phodina via Bug reports for GNU Guix
Hi, I've recently done guix pull on foreign Manjaro distro on aarch64. Unfortunately the build did not go through and I got message about a bug to report which happened during check phase of mariadb. Not exactly sure what should be attached in the email so here's just the last messages with

bug#36551: Waydroid

2021-11-17 Thread phodina via Bug reports for GNU Guix
Hi, there's a new alternative to Anbox [1]. I've created patches that aim to bring the support [2]. Cheers Petr [1]: https://waydro.id/ [2]: http://issues.guix.gnu.org/51737

bug#47908: Cross building disk image for ARM Asus C201 fails

2021-11-05 Thread phodina via Bug reports for GNU Guix
Hi Maxime, On Friday, November 5th, 2021 at 10:59 AM, Maxime Devos wrote: > phodina via Bug reports for GNU Guix schreef op vr 05-11-2021 om 09:24 > > [+]: > > > Hi Martin & Maxime, > > > > I've tested if the system image builds after merging patches f

bug#47908: Cross building disk image for ARM Asus C201 fails

2021-11-05 Thread phodina via Bug reports for GNU Guix
Hi Martin & Maxime, I've tested if the system image builds after merging patches for the vboot-utils package. $ guix system build -s armhf-linux test.scm Unfortunately I don't own the ARM Asus C201 Chromebook so I can't test the live system. Could you Martin test please? I used commit

bug#47422: tar is vulnerable to CVE-2021-20193

2021-11-04 Thread phodina via Bug reports for GNU Guix
Hi, here's patch for the master branch as I'm not sure what is the roadmap for merging core-updates into master. The obvious downside is that the update triggers large rebuild of core packages :-/ ---8<-cut here--start>8 [PATCH] gnu: tar: Update to 1.34.

bug#47473: font-{canad1500,cns11643}: hash mismatch

2021-11-04 Thread phodina via Bug reports for GNU Guix
Hi, seems that font-cns11643 was updated in 377fad00979 by Brendan Tildesley and font-canad1500 in dcd4d697686 by Ludovic Courtès. Petr

bug#37047: git needs sed either as propagated input or as input (with some substitute*-work)

2021-11-04 Thread phodina via Bug reports for GNU Guix
Hi, I'm attempting to replicate the described issue, but when I run the commands I get certificate error. $ guix environment --container -N --ad-hoc go coreutils binutils less  emacs grep findutils git nss-certs [env]$ go get github.com/fatih/structs go get: module github.com/fatih/structs:

bug#47474: fossil: hash mismatch

2021-11-04 Thread phodina via Bug reports for GNU Guix
Hi, the checksum was corrected by Tobias Geerinckx-Rice in commit 20771f4043990632b73187b10d1851a1244df4e6 as well as the pkg was updated from 2.10 -> 2.11. Petr

bug#47480: logo gprolog: hash mismatch

2021-11-04 Thread phodina via Bug reports for GNU Guix
Hi, I've looked at the package gprolog and it was updated by Efraim Flashner in commit 1914d24b452ca6dad30fad6f1faa5f611fa740b0 to version 1.5.0. There's a note saying "Recent versions are not hosted on the GNU mirrors". Petr

bug#49206: source hash mismatch on hypre

2021-11-03 Thread phodina via Bug reports for GNU Guix
Hi, I've checked the hypre package and it builds with the checksum 1lvh4ybqkriyqfg2zmic6mrg1981qv1i9vry1fdgsabn81hb71g4. It was updated in commit be0997278b5 by Tobias Geerinckx-Rice. Petr

bug#44262: Sphinx version

2021-11-02 Thread phodina via Bug reports for GNU Guix
Hi Ricardo, I've checked the version of spinx of the "latest" master (guix commit a4666e0a9de3835d12d3d85c7d23b807997ae603) and the version there is already updated: $ guix search sphinx name: sphinxbase version: 5prealpha It tracks the release of the latest sphinx version. Petr