Re: Guix pull fails

2023-04-26 Thread Andreas Enge
Hello, Am Thu, Apr 20, 2023 at 03:23:33PM +0200 schrieb zimoun: > warning: 'texlive-generic-infwarerr' is deprecated, use 'texlive-infwarerr' > instead the warnings are harmless and can be ignored; it is guix that needs the texlive packages behind the scenes. > guix pull: error: `/gnu/store/66g

Guix pull fails

2023-04-26 Thread David Lecompte
Hi all, I have Guix on Trisquel 11. "guix pull" gives the following: david@x200:~$ LC_ALL=C guix pull Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Authenticating channel 'guix', commits 9edb3f6 to 2bf96f2 (2 new commits)... Building from this ch

Re: guix pull fails

2021-08-29 Thread Leo Famulari
Thanks for the note. Can you send the log file referred to in the error message? And also the output of the command `guix describe`? On Sun, Aug 29, 2021, at 15:09, julia.galaman--- via wrote: > Hello, > > I'm writing this because I haven't been able to update Guix for almost > a month. I get t

guix pull fails

2021-08-29 Thread julia . galaman--- via
Hello, I'm writing this because I haven't been able to update Guix for almost a month. I get this error message: "builder for `/gnu/store/6nd6gwxr7pg6b3wfjlf9yxb8xg7ap4n8-module-import-compiled.drv' failed with exit code 1 build of /gnu/store/6nd6gwxr7pg6b3wfjlf9yxb8xg7ap4n8-module-import-comp

Re: `guix pull` fails after fresh install

2021-08-19 Thread Gabriel Wicki
Please ignore my previous message in this thread, i sent the wrong version... Here's the right one: I was able to fix it! Yay Because this mailing list is a resource for people seeking help I'll hereby take the liberty to document how I tracked the issue down and fixed it. I added a new user

Re: `guix pull` fails after fresh install

2021-08-19 Thread Gabriel Wicki
I was able to fix it! Because this mailing list is a resource for people seeking help I'll feel free to describe how i tracked the issue down and fixed it. I added a new user (through a change in the system config and `guix system reconfigure) to figure out if the problem also exists for new us

Guix pull fails on OS definition

2021-08-12 Thread phodina via
Hi Guix, Till now I've used custom channel for package definition only. However, I want to add to the channel also the definition for the operating system. The problem is when I run =guix pull= the command fails. The reason is probaly due to the newly added configuration file which returns OS as

`guix pull` fails after fresh install

2021-07-18 Thread Gabriel Wicki
Hello Guix Community! I ran into an issue after freshly installing Guix System. When logged in as a normal user, `guix pull` printed the following output: Migrating profile generations to '/var/guix/profiles/per-user/user'... guix pull: error: symlink: File exists: "/var/guix/profiles/per-user

Re: guix pull fails because substitution fails

2020-12-15 Thread zimoun
Hi, On Tue, 15 Dec 2020 at 19:14, Thorsten Wilms wrote: > Didn’t try that: After several days of always the same failure, `guix > pull` is suddenly working again. So if this comes down to a networking > issue, I wonder what went wrong for several days that did not affect > any other service. Th

Re: guix pull fails because substitution fails

2020-12-15 Thread Thorsten Wilms
On Tue, 15 Dec 2020 14:24:09 +0100 zimoun wrote: > On my machine, > > guix time-machine --commit=9fe5bb7 \ >-- pull --commit=b828057 -p /tmp/new > > works. What does it say on your machine? Didn’t try that: After several days of always the same failure, `guix pull` is suddenly worki

Re: guix pull fails because substitution fails

2020-12-15 Thread zimoun
Hi, On Mon, 14 Dec 2020 at 17:34, Thorsten Wilms wrote: > On Mon, 14 Dec 2020 14:28:48 +0100 > zimoun wrote: > >> You were pulling b828057, but from which commit? > > ``` > $: guix describe > Generation 161Dec 02 2020 14:24:58(current) > guix 9fe5bb7 > repository URL: https://g

Re: guix pull fails because substitution fails

2020-12-14 Thread Thorsten Wilms
On Mon, 14 Dec 2020 14:28:48 +0100 zimoun wrote: > You were pulling b828057, but from which commit? ``` $: guix describe Generation 161 Dec 02 2020 14:24:58(current) guix 9fe5bb7 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 9fe5bb7c9217f247a

Re: guix pull fails because substitution fails

2020-12-14 Thread zimoun
Hi, On Sat, 12 Dec 2020 at 19:48, Thorsten Wilms wrote: > ``` > $ guix pull > > Updating channel 'guix' from Git repository at > 'https://git.savannah.gnu.org/git/guix.git'... Building from this > channel: guix https://git.savannah.gnu.org/git/guix.git > b828057 You were pulling b828057, b

guix pull fails because substitution fails

2020-12-12 Thread Thorsten Wilms
Hi! Trying to update several days old guix, `guix pull` fails due to “some substitutes for the outputs of derivation `/gnu/store/mvf88n2v90jjxg9n8b315p22r6jrkbyb-libx11-1.6.A.drv' failed” ``` $ guix pull Updating channel 'guix' from Git repository at 'https://git.savannah.

Re: guix pull fails on raspberry

2020-08-31 Thread Vagrant Cascadian
On 2020-08-31, Julien Lepiller wrote: > I think you're not using the correct architecture. From what I see on > the internet, the raspberry pi 3 is an aarch64 board. armhf (armv7) > and aarch64 (armv8) are somewhat compatible, but some instructions are > not the same, so you can get this kind of se

Re: guix pull fails on raspberry

2020-08-31 Thread Julien Lepiller
I think you're not using the correct architecture. From what I see on the internet, the raspberry pi 3 is an aarch64 board. armhf (armv7) and aarch64 (armv8) are somewhat compatible, but some instructions are not the same, so you can get this kind of segfaults by using the wrong arch. HTH! Le

guix pull fails on raspberry

2020-08-31 Thread Vittorio Malaguti
Hi, I installed guix on the raspberry os as a secondary package manager (the hardware is the raspberry pi 3B+). I used the script to install it, after installing the hello package to make sure everything was working, I make 'guix pull'. I tried many different options: guix pull --fallback guix pu

Re: bug#27476: guix pull fails on powerful server

2019-01-29 Thread Ricardo Wurmus
Ludovic Courtès writes: > l...@gnu.org (Ludovic Courtès) skribis: > >> I can’t reproduce this with current Guile ‘stable-2.2’, following Andy’s >> weak-table rewrite¹, so this might have been a weak-table bug showing up >> under memory pressure. > > With Guile 2.2.3 a similar program triggers a

Re: guix pull fails while Migrating profile generations

2018-11-09 Thread Thorsten Wilms
On 09/11/2018 17.37, Ludovic Courtès wrote: Could you try this: rm ~/.config/guix/current ln -s /var/guix/profiles/per-user/thorwil/current-guix \ ~/.config/guix/current I did that 2 or 3 `guix pull` ago and the error didn't appear again since. and then: guix pull -l 1w

Re: guix pull fails while Migrating profile generations

2018-11-09 Thread Ludovic Courtès
Hi, Thorsten Wilms skribis: > On 07/11/2018 16.04, Thorsten Wilms wrote: >> Since guix is working again, it seems this was about the change from >> export >> PATH="/home/thorwil/.guix-profile/bin:/home/thorwil/.guix-profile/sbin${PATH:+:}$PATH" >> >> >> to >> export PATH="/home/thorwil/.config

Re: guix pull fails while Migrating profile generations

2018-11-07 Thread Thorsten Wilms
On 07/11/2018 16.04, Thorsten Wilms wrote: Since guix is working again, it seems this was about the change from export PATH="/home/thorwil/.guix-profile/bin:/home/thorwil/.guix-profile/sbin${PATH:+:}$PATH" to export PATH="/home/thorwil/.config/guix/current/bin${PATH:+:}$PATH" Wrong once mor

Re: guix pull fails while Migrating profile generations

2018-11-07 Thread Thorsten Wilms
On 06/11/2018 20.33, Thorsten Wilms wrote: A few `guix pull` and `sudo guix pull` later: --- ~: guix pull Migrating profile generations to '/var/guix/profiles/per-user/thorwil'... guix pull: error: symlink: File exists: "/var/guix/profiles/per-user/thorwil/current-guix" --- Since guix is

Re: guix pull fails while Migrating profile generations

2018-11-06 Thread Thorsten Wilms
Hi! On Ubuntu, starting from "guix pull: error: symlink: File exists: ..." I manually removed/changed/created symlinks and had guix working again. A few `guix pull` and `sudo guix pull` later: --- ~: guix pull guile: warning: failed to install locale hint: Consider installing the `glibc-utf8-l

RE: guix pull fails while Migrating profile generations

2018-11-06 Thread Henk Katerberg
ering). Regards, Henk From: Ludovic Courtès [l...@gnu.org] Sent: Tuesday, November 6, 2018 11:29 AM To: Henk Katerberg Cc: help-guix@gnu.org Subject: Re: guix pull fails while Migrating profile generations Hello, Henk Katerberg skribis: > # guix pull

Re: guix pull fails while Migrating profile generations

2018-11-06 Thread Ludovic Courtès
Hello, Henk Katerberg skribis: > # guix pull > Migrating profile generations to '/var/guix/profiles/per-user/root'... > guix pull: error: symlink: File exists: > "/var/guix/profiles/per-user/root/current-guix-1-link" > > # ls -al /var/guix/profiles/per-user/root > total 8 > drwxr-xr-x 2 root ro

guix pull fails while Migrating profile generations

2018-11-05 Thread Henk Katerberg
On my GuixSD system: # guix pull Migrating profile generations to '/var/guix/profiles/per-user/root'... guix pull: error: symlink: File exists: "/var/guix/profiles/per-user/root/current-guix-1-link" # ls -al /var/guix/profiles/per-user/root total 8 drwxr-xr-x 2 root root 4096 Oct 24 13:31 ./ drw

Re: Guix on Android works, guix pull fails on guile-ssh build in the check phase

2018-05-13 Thread Ricardo Wurmus
白い熊@相撲道 writes: > On May 12, 2018 4:42:01 AM UTC, "白い熊@相撲道" wrote: > >>— Build a local version of guile-ssh passing configure flags to it to >>skip tests; > > This is getting even more confusing: > > guix build guile-ssh builds it without any error, doesn't fail—yet guix pull > keeps failing

Re: Guix on Android works, guix pull fails on guile-ssh build in the check phase

2018-05-13 Thread 白い熊@相撲道
On May 13, 2018 2:49:02 AM UTC, Chris Marusich wrote: >If those failures occur on the latest version of guile-ssh, it might be >helpful to open a bug report upstream: > >https://github.com/artyom-poptsov/guile-ssh I filed it—thanks for notifying me of this, prior to that I only reported it to A

Re: Guix on Android works, guix pull fails on guile-ssh build in the check phase

2018-05-12 Thread Chris Marusich
白い熊@相撲道 writes: > On May 9, 2018 9:10:07 PM UTC, "白い熊@相撲道" wrote: > >>Currently, it runs as regular user — however I can't guix pull, as it >>fails in the check phase in guile-ssh build — as seen in the attached >>log. If those failures occur on the latest version of guile-ssh, it might be hel

Re: Guix on Android works, guix pull fails on guile-ssh build in the check phase

2018-05-11 Thread 白い熊@相撲道
On May 12, 2018 4:42:01 AM UTC, "白い熊@相撲道" wrote: >— Build a local version of guile-ssh passing configure flags to it to >skip tests; This is getting even more confusing: guix build guile-ssh builds it without any error, doesn't fail—yet guix pull keeps failing in the same spot. How can this

Re: Guix on Android works, guix pull fails on guile-ssh build in the check phase

2018-05-11 Thread 白い熊@相撲道
On May 9, 2018 9:10:07 PM UTC, "白い熊@相撲道" wrote: >Currently, it runs as regular user — however I can't guix pull, as it >fails in the check phase in guile-ssh build — as seen in the attached >log. > >Can anyone advise how to overcome this? So I can run guix pull and then >update? I'm still t

Guix on Android works, guix pull fails on guile-ssh build in the check phase

2018-05-09 Thread 白い熊@相撲道
Hi Guix! I've been successful in getting Guix running on my Android phone in line with https://www.gnu.org/software/guix/blog/2018/guix-on-android/ There are some medium-size hoops to jump through to get it working, I've documented most of the stuff I hag to do, would like to submit an updated

Re: bug#27476: guix pull fails on powerful server

2018-04-30 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > I can’t reproduce this with current Guile ‘stable-2.2’, following Andy’s > weak-table rewrite¹, so this might have been a weak-table bug showing up > under memory pressure. With Guile 2.2.3 a similar program triggers a crash very quickly: --8<---

Re: bug#27476: guix pull fails on powerful server

2017-11-07 Thread Ludovic Courtès
Hi, Ricardo Wurmus skribis: > After limiting memory with “ulimit -Sv 500”: > > ice-9/threads.scm:289:22: In procedure loop: > ice-9/threads.scm:289:22: Syntax error: > guix/scripts/pull.scm:192:8: >>=: >>= (bind) used outside of 'with-monad' in > form (>>= (indirect-root-added latest) (lamb

Re: bug#27476: guix pull fails on powerful server

2017-10-13 Thread Ricardo Wurmus
I tried it again after unsetting GUIX_PACKAGE_PATH, but the results are just as bad: --8<---cut here---start->8--- [rwurmus@murphy:~/guix] (338) $ unset GUIX_PACKAGE_PATH [rwurmus@murphy:~/guix] (339) $ time ./pre-inst-env guix pull --url=$PWD guile: warning: f

Re: bug#27476: guix pull fails on powerful server

2017-10-13 Thread Ricardo Wurmus
Hi Ludo, > The patch below seems to fix the problem: (guix monads) has shared state > (hash tables) used both at expansion-time and run-time, and it wasn’t > protected. > > My hypothesis is that this was causing random memory corruption. The > weird thing, though, is that the errors we were gett

Re: bug#27476: guix pull fails on powerful server

2017-10-13 Thread Ricardo Wurmus
Hi Ludo, > Ricardo Wurmus skribis: > >> The following derivation will be built: >>/gnu/store/z5bhk17nxmdhvj0g4cy038p25mzh1gys-guix-latest.drv >> copying and compiling to >> '/gnu/store/s3s7xlqa10mvf8v0ypxz8gzw3lcf1x5z-guix-latest' with Guile 2.2.2... >> loading... 25.7% of 635 filesra

Re: bug#27476: guix pull fails on powerful server

2017-10-12 Thread Ludovic Courtès
Hi! Ricardo Wurmus skribis: > The following derivation will be built: >/gnu/store/z5bhk17nxmdhvj0g4cy038p25mzh1gys-guix-latest.drv > copying and compiling to > '/gnu/store/s3s7xlqa10mvf8v0ypxz8gzw3lcf1x5z-guix-latest' with Guile 2.2.2... > loading... 25.7% of 635 filesrandom seed for

Re: guix pull fails on powerful server

2017-10-10 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Ludovic Courtès writes: > >> Ricardo Wurmus skribis: >> >>> I’ve tried “guix pull” on the same server again, this time limiting CPUs >>> with “taskset -c 0 guix pull”: >> >> As a stopgap, commit aba219af0fed6a349af930f19c913fb87e6a69dd ensures >> that ‘--cores’ is hono

Re: guix pull fails on powerful server

2017-10-10 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> I’ve tried “guix pull” on the same server again, this time limiting CPUs >> with “taskset -c 0 guix pull”: > > As a stopgap, commit aba219af0fed6a349af930f19c913fb87e6a69dd ensures > that ‘--cores’ is honored. So if you run “guix pull --co

Re: guix pull fails on powerful server

2017-10-07 Thread Ludovic Courtès
Ricardo Wurmus skribis: > I’ve tried “guix pull” on the same server again, this time limiting CPUs > with “taskset -c 0 guix pull”: As a stopgap, commit aba219af0fed6a349af930f19c913fb87e6a69dd ensures that ‘--cores’ is honored. So if you run “guix pull --cores=1”, it will build things sequenti

Re: guix pull fails on powerful server

2017-10-04 Thread Ricardo Wurmus
Clément Lassieur writes: > Ricardo Wurmus writes: > >> Is there another work-around I could try on this machine? > > My workaround was to build Guix from sources. But I'm sure you thought > about it. Yes, that works, but I was looking for something that a user can do who wouldn’t like to fidd

Re: guix pull fails on powerful server

2017-10-04 Thread Clément Lassieur
Ricardo Wurmus writes: > Is there another work-around I could try on this machine? My workaround was to build Guix from sources. But I'm sure you thought about it.

Re: guix pull fails on powerful server

2017-10-04 Thread Ricardo Wurmus
Marius Bakke writes: > Ricardo Wurmus writes: > >> Is there another work-around I could try on this machine? > > Using Guile 2.0 worked for me: > > guix package -r guix guile-git -i guile2.0-guix guile2.0-git Unfortunately, this didn’t work for me. I tried this: guix package -i guile2.0-g

Re: guix pull fails on powerful server

2017-10-03 Thread Marius Bakke
Ricardo Wurmus writes: > Is there another work-around I could try on this machine? Using Guile 2.0 worked for me: guix package -r guix guile-git -i guile2.0-guix guile2.0-git signature.asc Description: PGP signature

Re: guix pull fails on powerful server

2017-09-30 Thread Ricardo Wurmus
I’ve tried “guix pull” on the same server again, this time limiting CPUs with “taskset -c 0 guix pull”: --8<---cut here---start->8--- $ taskset -c 0 guix pull guile: warning: failed to install locale warning: failed to install locale: Invalid argument substitut

Re: guix pull fails on powerful server

2017-09-25 Thread Andy Wingo
On Fri 22 Sep 2017 16:10, l...@gnu.org (Ludovic Courtès) writes: > Hi Ricardo, > > Ricardo Wurmus skribis: > >> The following derivation will be built: >>/gnu/store/yvyfkns3w3vm7ynwbr7mvxcmin4gd2a0-guix-latest.drv >> copying and compiling to >> '/gnu/store/7m52dkr98nhwgpsx20mmpwyw2yzj58d3-gu

Re: guix pull fails on powerful server

2017-09-25 Thread Ricardo Wurmus
Ludovic Courtès writes: > With this program: > > --8<---cut here---start->8--- > (use-modules (ice-9 threads) > (srfi srfi-1)) > > (define-syntax-parameter foo > (identifier-syntax +)) > > (define threads > (unfold (lambda (x) (> x 100)) >

Re: guix pull fails on powerful server

2017-09-25 Thread Ludovic Courtès
Hi, Andy Wingo skribis: > On Fri 22 Sep 2017 16:10, l...@gnu.org (Ludovic Courtès) writes: > >> Hi Ricardo, >> >> Ricardo Wurmus skribis: >> >>> The following derivation will be built: >>>/gnu/store/yvyfkns3w3vm7ynwbr7mvxcmin4gd2a0-guix-latest.drv >>> copying and compiling to >>> '/gnu/sto

Re: guix pull fails on powerful server

2017-09-25 Thread Clément Lassieur
I got it too for the first time yesterday on my 128G RAM and 32 CPU cores server: --8<---cut here---start->8--- substitute: updating list of substitutes from [...] Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from Git c

Re: guix pull fails on powerful server

2017-09-22 Thread Ludovic Courtès
Hi Ricardo, Ricardo Wurmus skribis: > The following derivation will be built: >/gnu/store/yvyfkns3w3vm7ynwbr7mvxcmin4gd2a0-guix-latest.drv > copying and compiling to > '/gnu/store/7m52dkr98nhwgpsx20mmpwyw2yzj58d3-guix-latest' with Guile 2.2.2... > loading... 25.4% of 629 filesrandom s

guix pull fails on powerful server

2017-09-22 Thread Ricardo Wurmus
Hi there, I have a big server with 1.5T RAM and 192 CPU cores. “guix pull” is very slow and crashes with the error below: --8<---cut here---start->8--- [root@murphy:~] (1001) $ guix pull guile: warning: failed to install locale warning: failed to install local