bug#59196: Update on bug#59196: `guix pull` fails on A20-OLinuXino-LIME2-eMMC

2024-11-29 Thread Tanguy LE CARROUR
Hi Julien, Quoting Tanguy LE CARROUR (2024-11-28 14:25:00) > Quoting Julien Lepiller (2024-11-27 22:13:06) > > This is usually due to memory usage. You can cry with -c1, which limits > > builds > > to one core, but I'm not sure it will lower the build's memory footprint. > > Maybe try to stop so

bug#59196: Update on bug#59196: `guix pull` fails on A20-OLinuXino-LIME2-eMMC

2024-11-28 Thread Tanguy LE CARROUR
Hi Guix, Quoting Tanguy LE CARROUR (2024-11-27 09:46:55) > Than, I tried to build the installation image: > > ``` > $ guix system image --system=armhf-linux -e '((@ (gnu system install) > os-with-u-boot) (@ (gnu system install) installation-os) > "A20-OLinuXino-Lime2")' > # […] > substitute: i

bug#59196: Update on bug#59196: `guix pull` fails on A20-OLinuXino-LIME2-eMMC

2024-11-28 Thread Tanguy LE CARROUR
Hi Julien, Quoting Julien Lepiller (2024-11-27 22:13:06) > This is usually due to memory usage. You can cry with -c1, which limits builds > to one core, but I'm not sure it will lower the build's memory footprint. > Maybe try to stop some running services if they can free up some space… `-c` sou

bug#59196: Update on bug#59196: `guix pull` fails on A20-OLinuXino-LIME2-eMMC

2024-11-27 Thread Julien Lepiller
This is usually due to memory usage. You can cry with -c1, which limits builds to one core, but I'm not sure it will lower the build's memory footprint. Maybe try to stop some running services if they can free up some space… Alternatively, you could also offload the build to a more powerful mach

bug#59196: Update on bug#59196: `guix pull` fails on A20-OLinuXino-LIME2-eMMC

2024-11-27 Thread Tanguy LE CARROUR
Hi Julien, hi Guix, Quoting Tanguy LE CARROUR (2024-11-27 12:51:48) > Quoting Julien Lepiller (2024-11-27 12:20:30) > > You'd probably want to use the same bootloader as your armbian (I guess > > u-boot). It's described in the blogpost, you need to find or create the > > package specific to you

bug#59196: Update on bug#59196: `guix pull` fails on A20-OLinuXino-LIME2-eMMC

2024-11-27 Thread Tanguy LE CARROUR
Hi Julien, Quoting Julien Lepiller (2024-11-27 12:20:30) > You'd probably want to use the same bootloader as your armbian (I guess > u-boot). It's described in the blogpost, you need to find or create the > package specific to your board. Oh, you mean I should read the post **before** asking q

bug#59196: Update on bug#59196: `guix pull` fails on A20-OLinuXino-LIME2-eMMC

2024-11-27 Thread Julien Lepiller
You'd probably want to use the same bootloader as your armbian (I guess u-boot). It's described in the blogpost, you need to find or create the package specific to your board. Le 27 novembre 2024 10:25:16 GMT+01:00, Tanguy LE CARROUR a écrit : >Hi Guix, > >After few… years (😵!?) I gave another

bug#59196: Update on bug#59196: `guix pull` fails on A20-OLinuXino-LIME2-eMMC

2024-11-27 Thread Tanguy LE CARROUR
Hi Guix, After few… years (😵!?) I gave another try to Guix on A20-OLinuXino-LIME2. Here is how it went… I installed the latest Armbian (`25.2.0-trunk.72 bookworm`) on a new SD. I updated the package list and then… `guix pull`! 83860 new commits and 7 hours later it successfully finished! 🎉 This i

bug#59196: `guix pull` fails on A20-OLinuXino-LIME2-eMMC

2024-09-20 Thread Simon Tournier
Hi Tanguy, On jeu., 12 sept. 2024 at 08:33, Tanguy LE CARROUR wrote: >> What is the status of this bug report? > > As I mentioned: "I think I'll redirect my energy to other tasks for the time > being…" > That’s exactly what I did!… and forgot to close the bug! 😅 > Should I just do that? Closed

bug#59196: `guix pull` fails on A20-OLinuXino-LIME2-eMMC

2024-09-11 Thread Tanguy LE CARROUR
Hi Simon, Thanks for diging this one out! Quoting Simon Tournier (2024-09-10 17:44:41) > On Fri, 11 Nov 2022 at 18:53, Tanguy LE CARROUR wrote: > > > /guix pull: error: You found a bug: the program > > '/gnu/store/mbs3lc77zy30nr82lnn2s135i2rvq095-compute-guix-derivation' > > failed to compute

bug#59196: `guix pull` fails on A20-OLinuXino-LIME2-eMMC

2024-09-10 Thread Simon Tournier
Hi Tanguy, On Fri, 11 Nov 2022 at 18:53, Tanguy LE CARROUR wrote: > /guix pull: error: You found a bug: the program > '/gnu/store/mbs3lc77zy30nr82lnn2s135i2rvq095-compute-guix-derivation' > failed to compute the derivation for Guix (version: > "ba8679fb2452f4466a98a99edf050ea7452c83f4"; system

bug#59196: guix pull fails on A20-OlinuXino-LIME2-eMMC

2022-11-16 Thread Tanguy LE CARROUR
Hi, Quoting Tanguy LE CARROUR (2022-11-16 09:13:00) > Quoting Denis 'GNUtoo' Carikli (2022-11-16 04:17:15) > > I've found an idea: guix pull can pull to a precise commit: > > > --commit=COMMITdownload the specified "guix" channel COMMIT > > > > So maybe it works with a commit close to

bug#59196: guix pull fails on A20-OlinuXino-LIME2-eMMC

2022-11-16 Thread Tanguy LE CARROUR
Hi, Quoting Denis 'GNUtoo' Carikli (2022-11-16 04:17:15) > I've found an idea: guix pull can pull to a precise commit: > > --commit=COMMITdownload the specified "guix" channel COMMIT > > So maybe it works with a commit close to Guix 1.3. If that's the case > we can probably bisect it t

bug#59196: guix pull fails on A20-OlinuXino-LIME2-eMMC

2022-11-15 Thread Denis 'GNUtoo' Carikli
Hi, I've found an idea: guix pull can pull to a precise commit: > --commit=COMMITdownload the specified "guix" channel COMMIT So maybe it works with a commit close to Guix 1.3. If that's the case we can probably bisect it to the commit that broke your guix pull. Denis. pgp57F6DHZXlH.

bug#59196: guix pull fails on A20-OlinuXino-LIME2-eMMC

2022-11-14 Thread Tanguy LE CARROUR
Quoting Denis 'GNUtoo' Carikli (2022-11-13 21:54:49) > On Sun, 13 Nov 2022 11:48:18 +0100 > Tanguy LE CARROUR wrote: > > > Sat, 12 Nov 2022 16:40:20 +0100 > > > Does it also fails with 'guix pull -M 1 -c 1' ? > [...] > > I'll try on a brand new SD card, because the one I used is a bit old. > > >

bug#59196: guix pull fails on A20-OlinuXino-LIME2-eMMC

2022-11-14 Thread Denis 'GNUtoo' Carikli
I've tried to cross compile an image but I end up with this build failure: > $ zcat > /var/log/guix/drvs/fl/nrxka21fgd5hpbchzp3fyv01xyrs2v-linux-modules.drv.gz > Backtrace: 5 (primitive-load > "/gnu/store/lm7mjsdx6p16pbavv80hpf561df?") In ice-9/eval.scm: > 619:8 4 (_ #f) >626:19 3 (_ #) >

bug#59196: guix pull fails on A20-OlinuXino-LIME2-eMMC

2022-11-13 Thread Denis 'GNUtoo' Carikli
On Sun, 13 Nov 2022 11:48:18 +0100 Tanguy LE CARROUR wrote: > Hi Denis, > > Thanks for your answer. > > Strange thing, though… I didn't received your answer!? > I came across it by chance while checking > [bug-guix](https://lists.gnu.org/archive/html/bug-guix). > > > Sat, 12 Nov 2022 16:40:20

bug#59196: guix pull fails on A20-OlinuXino-LIME2-eMMC

2022-11-13 Thread Tanguy LE CARROUR
Hi Denis, Thanks for your answer. Strange thing, though… I didn't received your answer!? I came across it by chance while checking [bug-guix](https://lists.gnu.org/archive/html/bug-guix). > Sat, 12 Nov 2022 16:40:20 +0100 > Does it also fails with 'guix pull -M 1 -c 1' ? Thanks for the tip, but

bug#59196: guix pull fails on A20-OlinuXino-LIME2-eMMC

2022-11-12 Thread Denis 'GNUtoo' Carikli
Hi, Does it also fails with 'guix pull -M 1 -c 1' ? Denis. pgpuM7NXz38z1.pgp Description: OpenPGP digital signature

bug#59196: `guix pull` fails on A20-OLinuXino-LIME2-eMMC

2022-11-12 Thread Tanguy LE CARROUR
Dear Guix, I decided to try to install Guix System on my A20-OLinuXino-LIME2-eMMC. I used the latest Armbian as a base system. I APT-installed Guix and tried to `guix pull`, but it failed with the following message: ```shell $ guix pull # […] building /gnu/store/05k8k43x5k78r0d41xcpw3ivwwr878rl-c