* bug#43486: guix pull raised a bug in 679d5e6b3d
@ 2020-09-18 2:39 Nala Ginrut
2020-09-18 12:16 ` Ludovic Courtès
0 siblings, 1 reply; 7+ messages in thread
From: Nala Ginrut @ 2020-09-18 2:39 UTC (permalink / raw)
To: 43486
[-- Attachment #1: Type: text/plain, Size: 814 bytes --]
Hi folks!
I encountered this error text when I run `guix pull' on Debian.
I just report by its suggestion.
-------------------------------------------cut---------------------------------------------
Computing Guix derivation for 'x86_64-linux'... |guix pull: error: You found a bug: the program '/gnu/store/kqfj3rfhfllwjbrbgb32mczpcksmbxbq-compute-guix-derivation'
failed to compute the derivation for Guix (version: "679d5e6b3dcac4ee1f419c04b3719fead0bd9ee5"; system: "x86_64-linux";
host version: "1.1.0"; pull-version: 1).
Please report it by email to <bug-guix@gnu.org>.
-------------------------------------------end---------------------------------------------
Best regards.
--
GNU Powered it
GPL Protected it
GOD Blessed it
HFG - NalaGinrut
Fingerprint F53B 4C56 95B5 E4D5 6093 4324 8469 6772 846A 0058
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#43486: guix pull raised a bug in 679d5e6b3d
2020-09-18 2:39 bug#43486: guix pull raised a bug in 679d5e6b3d Nala Ginrut
@ 2020-09-18 12:16 ` Ludovic Courtès
2020-09-21 2:50 ` Nala Ginrut
0 siblings, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2020-09-18 12:16 UTC (permalink / raw)
To: Nala Ginrut; +Cc: 43486
Hello,
Nala Ginrut <mulei@gnu.org> skribis:
> I encountered this error text when I run `guix pull' on Debian.
> I just report by its suggestion.
>
> Computing Guix derivation for 'x86_64-linux'... |guix pull: error: You found a bug: the program '/gnu/store/kqfj3rfhfllwjbrbgb32mczpcksmbxbq-compute-guix-derivation'
> failed to compute the derivation for Guix (version: "679d5e6b3dcac4ee1f419c04b3719fead0bd9ee5"; system: "x86_64-linux";
> host version: "1.1.0"; pull-version: 1).
> Please report it by email to <bug-guix@gnu.org>.
Could you paste the lines that were written just above?
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#43486: guix pull raised a bug in 679d5e6b3d
2020-09-18 12:16 ` Ludovic Courtès
@ 2020-09-21 2:50 ` Nala Ginrut
2020-09-21 10:33 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
0 siblings, 1 reply; 7+ messages in thread
From: Nala Ginrut @ 2020-09-21 2:50 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 43486, Nala Ginrut
[-- Attachment #1: Type: text/plain, Size: 1748 bytes --]
Hi Ludo!
I've tried again, it seems the bug mention has gone, however, the
process was always killed:
-----------------------------------cut-----------------------------------------
root@tokyo-nala-prv:~# guix pull -c 1 -M 1
guile: warning: failed to install locale
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 0a38519
Computing Guix derivation for 'x86_64-linux'... /
substitute: /gnu/store/29jhbbg1hf557x8j53f9sxd9imlmf02a-bash-minimal-5.0.7/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8)
The following derivation will be built:
/gnu/store/p663xc05y6pk19nfifjcg06jfx98m9jd-profile.drv
building package cache...
|Killed
----------------------------------------------end-------------------------------------
What's possibily wrong?
Best regards.
Ludovic Courtès writes:
> Hello,
>
> Nala Ginrut <mulei@gnu.org> skribis:
>
>> I encountered this error text when I run `guix pull' on Debian.
>> I just report by its suggestion.
>>
>> Computing Guix derivation for 'x86_64-linux'... |guix pull: error: You found a bug: the program '/gnu/store/kqfj3rfhfllwjbrbgb32mczpcksmbxbq-compute-guix-derivation'
>> failed to compute the derivation for Guix (version: "679d5e6b3dcac4ee1f419c04b3719fead0bd9ee5"; system: "x86_64-linux";
>> host version: "1.1.0"; pull-version: 1).
>> Please report it by email to <bug-guix@gnu.org>.
>
> Could you paste the lines that were written just above?
>
> Thanks,
> Ludo’.
--
GNU Powered it
GPL Protected it
GOD Blessed it
HFG - NalaGinrut
Fingerprint F53B 4C56 95B5 E4D5 6093 4324 8469 6772 846A 0058
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#43486: guix pull raised a bug in 679d5e6b3d
2020-09-21 2:50 ` Nala Ginrut
@ 2020-09-21 10:33 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-09-21 22:23 ` Leo Famulari
2020-10-12 17:11 ` Nala Ginrut
0 siblings, 2 replies; 7+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-09-21 10:33 UTC (permalink / raw)
To: Nala Ginrut; +Cc: 43486, Ludovic Courtès
On 2020-09-21 4:50, Nala Ginrut wrote:
> building package cache...
> |Killed
The most common cause for this helpful error message is running out of
memory (OOM).
Check your dmesg (-T) around that time, also for other possible errors.
Kind regards,
T G-R
Sent from a Web browser. Excuse or enjoy my brevity.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#43486: guix pull raised a bug in 679d5e6b3d
2020-09-21 10:33 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2020-09-21 22:23 ` Leo Famulari
2020-10-12 17:11 ` Nala Ginrut
1 sibling, 0 replies; 7+ messages in thread
From: Leo Famulari @ 2020-09-21 22:23 UTC (permalink / raw)
To: 43486; +Cc: mulei
On Mon, Sep 21, 2020 at 12:33:56PM +0200, Tobias Geerinckx-Rice via Bug reports for GNU Guix wrote:
> On 2020-09-21 4:50, Nala Ginrut wrote:
> > building package cache...
> > |Killed
>
> The most common cause for this helpful error message is running out of
> memory (OOM).
>
> Check your dmesg (-T) around that time, also for other possible errors.
If that's the case, it would be useful to know how much RAM was
available to the system.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#43486: guix pull raised a bug in 679d5e6b3d
2020-09-21 10:33 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-09-21 22:23 ` Leo Famulari
@ 2020-10-12 17:11 ` Nala Ginrut
2020-10-14 14:24 ` Leo Famulari
1 sibling, 1 reply; 7+ messages in thread
From: Nala Ginrut @ 2020-10-12 17:11 UTC (permalink / raw)
To: Leo Famulari; +Cc: 43486
[-- Attachment #1: Type: text/plain, Size: 413 bytes --]
Leo Famulari writes:
> If that's the case, it would be useful to know how much RAM was
> available to the system.
This bug has gone from my system, I've run `guix pull` each day since
then, they're all ok. But I'd like to answer your question: 16G RAM + 18G swap.
Best regargs.
--
GNU Powered it
GPL Protected it
GOD Blessed it
HFG - NalaGinrut
Fingerprint F53B 4C56 95B5 E4D5 6093 4324 8469 6772 846A 0058
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#43486: guix pull raised a bug in 679d5e6b3d
2020-10-12 17:11 ` Nala Ginrut
@ 2020-10-14 14:24 ` Leo Famulari
0 siblings, 0 replies; 7+ messages in thread
From: Leo Famulari @ 2020-10-14 14:24 UTC (permalink / raw)
To: Nala Ginrut; +Cc: 43486-done, 43486
[-- Attachment #1: Type: text/plain, Size: 445 bytes --]
On Tue, Oct 13, 2020 at 01:11:40AM +0800, Nala Ginrut wrote:
>
> Leo Famulari writes:
>
> > If that's the case, it would be useful to know how much RAM was
> > available to the system.
>
> This bug has gone from my system, I've run `guix pull` each day since
> then, they're all ok. But I'd like to answer your question: 16G RAM + 18G swap.
Okay. I'll close the bug for now. Feel free to re-open it if the problem
happens again.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-10-14 14:25 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-18 2:39 bug#43486: guix pull raised a bug in 679d5e6b3d Nala Ginrut
2020-09-18 12:16 ` Ludovic Courtès
2020-09-21 2:50 ` Nala Ginrut
2020-09-21 10:33 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-09-21 22:23 ` Leo Famulari
2020-10-12 17:11 ` Nala Ginrut
2020-10-14 14:24 ` Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.