help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 'sudo -i guix pull' errors


From: Quiliro Ordonez Baca
Subject: Re: 'sudo -i guix pull' errors
Date: Fri, 19 Jan 2018 16:10:11 -0500

Chris Marusich <address@hidden> writes:

> Quiliro Ordonez Baca <address@hidden> writes:
>
>> I was running:
>> $ sudo guix system reconfigure config.scm --fallback
>> but it has taken 12 hours on a Core2Duo with 2GB in RAM. So I tryed:
>> $ sudo -i guix pull
>> but it reports errors:
>> $ sudo -i guix pull
>> Password: 
>> Updating from Git repository at 
>> 'https://git.savannah.gnu.org/git/guix.git'...
>> Backtrace:
>>           10 (primitive-load "/gnu/store/imanixx1wliv189y2vzmhbvabjk…")
>> In guix/ui.scm:
>>   1331:12  9 (run-guix-command _ . _)
>> In ice-9/boot-9.scm:
>>     837:9  8 (catch _ _ #<procedure 7fbf932d98c0 at guix/ui.scm:448…> …)
>>     837:9  7 (catch _ _ #<procedure 7fbf932d98d8 at guix/ui.scm:536…> …)
>>     837:9  6 (catch _ _ #<procedure 7fbf8ffdbbb8 at guix/scripts/pu…> …)
>> In guix/scripts/pull.scm:
>>    273:27  5 (_)
>> In guix/git.scm:
>>    115:29  4 (latest-repository-commit #<build-daemon 256.97 2a6cf50> …)
>> In ice-9/boot-9.scm:
>>     849:4  3 (with-throw-handler _ _ _)
>> In git/clone.scm:
>>     44:14  2 (_ _ _ _)
>> In git/structs.scm:
>>    398:26  1 (clone-options->pointer #<pointer 0x0>)
>> In ice-9/boot-9.scm:
>>    760:25  0 (dispatch-exception _ _ _)
>>
>> ice-9/boot-9.scm:760:25: In procedure dispatch-exception:
>> ice-9/boot-9.scm:760:25: In procedure struct_vtable: Wrong type argument in 
>> position 1 (expecting struct): #<pointer 0x0>
>> $ 
>>
>
> That's terrible.  I'm not sure what this means, but I've seen similarly
> confusing backtraces when backwards-incompatible ABI changes have
> occurred.  Maybe you can try removing ~root/.cache/guile/ccache and see
> if the command works?

Ran:
sudo rm -fr /root/.cache/guile/ccache
and then:
sudo guix pull
Got errors:
address@hidden ~$ sudo guix pull
Password: 
Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Backtrace:
          10 (primitive-load "/gnu/store/imanixx1wliv189y2vzmhbvabjk…")
In guix/ui.scm:
  1331:12  9 (run-guix-command _ . _)
In ice-9/boot-9.scm:
    837:9  8 (catch _ _ #<procedure 7fa3ad29e8c0 at guix/ui.scm:448…> …)
    837:9  7 (catch _ _ #<procedure 7fa3ad29e8d8 at guix/ui.scm:536…> …)
    837:9  6 (catch _ _ #<procedure 7fa3a9fa0bb8 at guix/scripts/pu…> …)
In guix/scripts/pull.scm:
   273:27  5 (_)
In guix/git.scm:
   115:29  4 (latest-repository-commit #<build-daemon 256.97 2d12f50> …)
In ice-9/boot-9.scm:
    849:4  3 (with-throw-handler _ _ _)
In git/clone.scm:
    44:14  2 (_ _ _ _)
In git/structs.scm:
   398:26  1 (clone-options->pointer #<pointer 0x0>)
In ice-9/boot-9.scm:
   760:25  0 (dispatch-exception _ _ _)

ice-9/boot-9.scm:760:25: In procedure dispatch-exception:
ice-9/boot-9.scm:760:25: In procedure struct_vtable: Wrong type argument in 
position 1 (expecting struct): #<pointer 0x0>
address@hidden ~$ 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]