* guix fails to remove the rust
@ 2022-08-25 0:35 jgart
2022-08-25 5:05 ` Julien Lepiller
2022-08-25 6:18 ` Tobias Geerinckx-Rice
0 siblings, 2 replies; 6+ messages in thread
From: jgart @ 2022-08-25 0:35 UTC (permalink / raw)
To: Guix Help
guix remove rust
The following package will be removed:
rust 1.57.0
The following derivation will be built:
/gnu/store/gq8d0nis2n1ni425yglwq70dinngsp9s-profile.drv
guix remove: warning: at least 0.0 MB needed but only 0.0 MB available in /gnu/store
building CA certificate bundle...
|note: build failure may have been caused by lack of free disk space
builder for `/gnu/store/bjn7psnf40n6f5i8id6xaabjqhj7s0dx-ca-certificate-bundle.drv' failed with exit code 1
build of /gnu/store/bjn7psnf40n6f5i8id6xaabjqhj7s0dx-ca-certificate-bundle.drv failed
View build log at '/var/log/guix/drvs/bj/n7psnf40n6f5i8id6xaabjqhj7s0dx-ca-certificate-bundle.drv.bz2'.
cannot build derivation `/gnu/store/gq8d0nis2n1ni425yglwq70dinngsp9s-profile.drv': 1 dependencies couldn't be built
guix remove: error: build of `/gnu/store/gq8d0nis2n1ni425yglwq70dinngsp9s-profile.drv' failed
wdyt
something with ca-certificate?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: guix fails to remove the rust
2022-08-25 0:35 guix fails to remove the rust jgart
@ 2022-08-25 5:05 ` Julien Lepiller
2022-08-25 6:18 ` Tobias Geerinckx-Rice
1 sibling, 0 replies; 6+ messages in thread
From: Julien Lepiller @ 2022-08-25 5:05 UTC (permalink / raw)
To: help-guix, jgart
Generally, the actual error is the first one, not the last one:
"build failure may have been caused by lack of free disk space"
I suggest you run "guix gc -F 1M" which should free up just enough space for now :)
Le 25 août 2022 02:35:22 GMT+02:00, jgart <jgart@dismail.de> a écrit :
>guix remove rust
>The following package will be removed:
> rust 1.57.0
>
>The following derivation will be built:
> /gnu/store/gq8d0nis2n1ni425yglwq70dinngsp9s-profile.drv
>
>guix remove: warning: at least 0.0 MB needed but only 0.0 MB available in /gnu/store
>building CA certificate bundle...
>|note: build failure may have been caused by lack of free disk space
>builder for `/gnu/store/bjn7psnf40n6f5i8id6xaabjqhj7s0dx-ca-certificate-bundle.drv' failed with exit code 1
>build of /gnu/store/bjn7psnf40n6f5i8id6xaabjqhj7s0dx-ca-certificate-bundle.drv failed
>View build log at '/var/log/guix/drvs/bj/n7psnf40n6f5i8id6xaabjqhj7s0dx-ca-certificate-bundle.drv.bz2'.
>cannot build derivation `/gnu/store/gq8d0nis2n1ni425yglwq70dinngsp9s-profile.drv': 1 dependencies couldn't be built
>guix remove: error: build of `/gnu/store/gq8d0nis2n1ni425yglwq70dinngsp9s-profile.drv' failed
>
>
>wdyt
>
>something with ca-certificate?
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: guix fails to remove the rust
2022-08-25 0:35 guix fails to remove the rust jgart
2022-08-25 5:05 ` Julien Lepiller
@ 2022-08-25 6:18 ` Tobias Geerinckx-Rice
2022-08-25 7:38 ` Akib Azmain Turja
1 sibling, 1 reply; 6+ messages in thread
From: Tobias Geerinckx-Rice @ 2022-08-25 6:18 UTC (permalink / raw)
To: help-guix, jgart, Guix Help
>something with ca-certificate?
You read between the lines a little too literally :-)
>guix remove: warning: at least 0.0 MB needed but only 0.0 MB available in /gnu/store
>building CA certificate bundle...
>|note: build failure may have been caused by lack of free disk space
You need to GC, or otherwise make space on the file system holding /gnu.
Kind regards,
T G-R
Sent on the go. Excuse or enjoy my brevity.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: guix fails to remove the rust
2022-08-25 6:18 ` Tobias Geerinckx-Rice
@ 2022-08-25 7:38 ` Akib Azmain Turja
2022-08-25 13:40 ` jgart
0 siblings, 1 reply; 6+ messages in thread
From: Akib Azmain Turja @ 2022-08-25 7:38 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: help-guix, jgart
[-- Attachment #1: Type: text/plain, Size: 404 bytes --]
Tobias Geerinckx-Rice <me@tobias.gr> writes:
>>guix remove: warning: at least 0.0 MB needed but only 0.0 MB available in /gnu/store
Why did it fail? (= needed #!0.0 MB!# available #!0.0 MB!#).
--
Akib Azmain Turja
Find me on Mastodon at @akib@hostux.social.
This message is signed by me with my GnuPG key. Its fingerprint is:
7001 8CE5 819F 17A3 BBA6 66AF E74F 0EFA 922A E7F5
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: guix fails to remove the rust
2022-08-25 7:38 ` Akib Azmain Turja
@ 2022-08-25 13:40 ` jgart
2022-08-26 1:55 ` jgart
0 siblings, 1 reply; 6+ messages in thread
From: jgart @ 2022-08-25 13:40 UTC (permalink / raw)
To: Akib Azmain Turja; +Cc: Tobias Geerinckx-Rice, help-guix
On Thu, 25 Aug 2022 13:38:43 +0600 Akib Azmain Turja <akib@disroot.org> wrote:
> Tobias Geerinckx-Rice <me@tobias.gr> writes:
#false alarm!
I just had my hard drive at 100% capacity. I'm surprised that this email got sent
all best,
jgart
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: guix fails to remove the rust
2022-08-25 13:40 ` jgart
@ 2022-08-26 1:55 ` jgart
0 siblings, 0 replies; 6+ messages in thread
From: jgart @ 2022-08-26 1:55 UTC (permalink / raw)
To: Akib Azmain Turja; +Cc: Tobias Geerinckx-Rice, help-guix
On Thu, 25 Aug 2022 08:40:06 -0500 jgart <jgart@dismail.de> wrote:
> On Thu, 25 Aug 2022 13:38:43 +0600 Akib Azmain Turja <akib@disroot.org> wrote:
> > Tobias Geerinckx-Rice <me@tobias.gr> writes:
>
> #false alarm!
>
> I just had my hard drive at 100% capacity. I'm surprised that this email got sent
Sorry I just replied to this without reading too deeply. I see everyone
figured it out and read my error message for me ;(()
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-08-26 1:55 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-25 0:35 guix fails to remove the rust jgart
2022-08-25 5:05 ` Julien Lepiller
2022-08-25 6:18 ` Tobias Geerinckx-Rice
2022-08-25 7:38 ` Akib Azmain Turja
2022-08-25 13:40 ` jgart
2022-08-26 1:55 ` jgart
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.