bug#49583: [PATCH v2]

2021-07-16 Thread Leo Famulari
On Fri, Jul 16, 2021 at 12:01:41PM -0400, Justin Veilleux wrote: > I addressed the problems the previous patch had. Thanks! > About the tests, the reason they fail is because (IIUC) an age rating tag > in some manifest.xml file is missing. Okay. I found the upstream bug report:

bug#49600: [core-updates] gcc-11 fails to cross-compile from x86_64-linux

2021-07-16 Thread Thiago Jung Bauermann via Bug reports for GNU Guix
Hi, There were several commits added to GCC’s ‘releases/gcc-11’ branch since the 11.1.0 release, so I wanted to check whether this problem was fixed by any of them. I applied the patch containing those commits to the gcc-11 package, obtained by running the following on a git checkout of the

bug#49600: [core-updates] gcc-11 fails to cross-compile from x86_64-linux

2021-07-16 Thread Thiago Jung Bauermann via Bug reports for GNU Guix
Hello, On core-updates (at least as of commit 8456581375cf), the gcc package fails to cross-compile. This can be seen in the following CI jobs: • https://ci.guix.gnu.org/build/667365/details gcc-11.1.0, arm-linux-gnueabihf.gcc.x86_64-linux • https://ci.guix.gnu.org/build/667394/details

bug#44906: [bug#49482] [PATCH 3/3] ci: Properly construct URLs.

2021-07-16 Thread Hartmut Goebel
Hi Mathieu, thanks for the review. I updated the doc-string, fixed the other parts and pushed as 3ee0f170c8bd883728d8abb2c2e00f445c13f17d. What about booleans? False is filtered above but true will throw an exception. False is used to omit elements from the query-string. Booleans and other

bug#49583: [PATCH v2]

2021-07-16 Thread Justin Veilleux
I addressed the problems the previous patch had. About the tests, the reason they fail is because (IIUC) an age rating tag in some manifest.xml file is missing. From e007667ecd2ba45c3b4862694f9609a7437be3c0 Mon Sep 17 00:00:00 2001 From: terramorpha Date: Fri, 16 Jul 2021 11:57:29 -0400 Subject:

bug#49550: Enable to boot from emmc on rockpro64

2021-07-16 Thread Vagrant Cascadian
On 2021-07-13, Pierre Langlois wrote: > I'm afraid since commit 3a851d45576e046d696fcf35b34d57b2cd28ea49 [0] > I've not been able to boot from eMMC on the rockpro64 board, it freezes > before loading the kernel. Re-introducing the work-around fixed the > issue for me (see patch attached). > > Did