GNU bug report logs - #44855
Blender update fails on update process

Previous Next

Package: guix;

Reported by: znavko <at> disroot.org

Date: Tue, 24 Nov 2020 19:52:01 UTC

Severity: normal

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 44855 in the body.
You can then email your comments to 44855 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#44855; Package guix. (Tue, 24 Nov 2020 19:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to znavko <at> disroot.org:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Tue, 24 Nov 2020 19:52:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: znavko <at> disroot.org
To: "bug-guix" <bug-guix <at> gnu.org>
Subject: Blender update fails on update process
Date: Tue, 24 Nov 2020 19:51:26 +0000
[Message part 1 (text/plain, inline)]
Runnins of `guix pull && guix package -u` gives blender failure:

..
downloading from https://ci.guix.gnu.org/nar/lzip/kamwla6k7cmjh14qckqgi37vcyr242y0-pipewire-0.2.7 ...
 pipewire-0.2.7 422KiB 244KiB/s 00:02 [##################] 100.0%

building /gnu/store/6bx1nvyd82vfnl16j5siyq9v4jb0jzpl-blender-2.83.9.drv...
 75% [######################################################################################################################## ]builder for `/gnu/store/6bx1nvyd82vfnl16j5siyq9v4jb0jzpl-blender-2.83.9.drv' failed with exit code 1
build of /gnu/store/6bx1nvyd82vfnl16j5siyq9v4jb0jzpl-blender-2.83.9.drv failed
View build log at '/var/log/guix/drvs/6b/x1nvyd82vfnl16j5siyq9v4jb0jzpl-blender-2.83.9.drv.bz2'.
guix package: error: build of `/gnu/store/6bx1nvyd82vfnl16j5siyq9v4jb0jzpl-blender-2.83.9.drv' failed
$ guix describe
Generation 45 Nov 24 2020 22:33:23 (current)
 guix 1f9bf4e
 repository URL: https://git.savannah.gnu.org/git/guix.git
 branch: master
 commit: 1f9bf4e893165485cbfee51af1c0dcfffc8ec147

log 'x1nvyd82vfnl16j5siyq9v4jb0jzpl-blender-2.83.9.drv.bz2' is attached.
[Message part 2 (text/html, inline)]
[x1nvyd82vfnl16j5siyq9v4jb0jzpl-blender-2.83.9.drv.bz2 (application/x-bzip2, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#44855; Package guix. (Tue, 24 Nov 2020 20:18:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: znavko--- via Bug reports for GNU Guix <bug-guix <at> gnu.org>
Cc: 44855 <at> debbugs.gnu.org
Subject: Re: bug#44855: Blender update fails on update process
Date: Tue, 24 Nov 2020 15:17:19 -0500
On Tue, Nov 24, 2020 at 07:51:26PM +0000, znavko--- via Bug reports for GNU Guix wrote:
> Runnins of `guix pull && guix package -u` gives blender failure:
> 
> ..
> downloading from https://ci.guix.gnu.org/nar/lzip/kamwla6k7cmjh14qckqgi37vcyr242y0-pipewire-0.2.7 ...
>  pipewire-0.2.7 422KiB 244KiB/s 00:02 [##################] 100.0%
> 
> building /gnu/store/6bx1nvyd82vfnl16j5siyq9v4jb0jzpl-blender-2.83.9.drv...
>  75% [######################################################################################################################## ]builder for `/gnu/store/6bx1nvyd82vfnl16j5siyq9v4jb0jzpl-blender-2.83.9.drv' failed with exit code 1
> build of /gnu/store/6bx1nvyd82vfnl16j5siyq9v4jb0jzpl-blender-2.83.9.drv failed
> View build log at '/var/log/guix/drvs/6b/x1nvyd82vfnl16j5siyq9v4jb0jzpl-blender-2.83.9.drv.bz2'.

The relevant message from the build log:

------
/gnu/store/m1z7cdbqsqyp9xnjw5cvlb4a7gkcg3m4-binutils-2.34/bin/ranlib: ../../lib/libextern_ceres.a: No space left on device
------

You ran out of disk space.

How much space is free on the filesystem where you are building Blender?




Information forwarded to bug-guix <at> gnu.org:
bug#44855; Package guix. (Tue, 24 Nov 2020 20:18:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#44855; Package guix. (Tue, 24 Nov 2020 20:34:01 GMT) Full text and rfc822 format available.

Message #14 received at 44855 <at> debbugs.gnu.org (full text, mbox):

From: znavko <at> disroot.org
To: "Leo Famulari" <leo <at> famulari.name>, 44855 <at> debbugs.gnu.org
Subject: Re: bug#44855: Blender update fails on update process
Date: Tue, 24 Nov 2020 20:33:02 +0000
Yes, sorry. There were too much words in my terminal ;)

I freed the space emptying Trash and removing old generations of guix:


$ guix package --list-generations
...
... there were about 5 or 7 and the last generation was current

since I always use only one generation and have no any bug that pull me to turn back to previous generation,
I deleted all generations except current with this:

$ guix package --delete-generations=1d

And then called garbage collector:

$ guix gc

And now I have 57% free space in my root linux disk:


$ df -h
Filesystem      Size  Used Avail Use% Mounted on
none             12G     0   12G   0% /dev
/dev/sda2        47G   25G   20G  57% /
/dev/sda1       519M  152K  519M   1% /boot/efi
/dev/sdb1       229G  120G   97G  56% /home/bob/mydisk
tmpfs            12G   28M   12G   1% /dev/shm
none             12G   24K   12G   1% /run/systemd
none             12G     0   12G   0% /run/user
cgroup           12G     0   12G   0% /sys/fs/cgroup
none             12G     0   12G   0% /var/cache/fontconfig
tmpfs           2.4G   20K  2.4G   1% /run/user/1000


Now update is going fine..

PS: But Xfce4 Launchers will not run some Shortcuts due to they were removed from guix store but Xfce4 does not update Shortcuts after software update (due to guix features).




November 24, 2020 8:18 PM, "Leo Famulari" <leo <at> famulari.name> wrote:

> On Tue, Nov 24, 2020 at 07:51:26PM +0000, znavko--- via Bug reports for GNU Guix wrote:
> 
>> Runnins of `guix pull && guix package -u` gives blender failure:
>> 
>> ..
>> downloading from https://ci.guix.gnu.org/nar/lzip/kamwla6k7cmjh14qckqgi37vcyr242y0-pipewire-0.2.7
>> ...
>> pipewire-0.2.7 422KiB 244KiB/s 00:02 [##################] 100.0%
>> 
>> building /gnu/store/6bx1nvyd82vfnl16j5siyq9v4jb0jzpl-blender-2.83.9.drv...
>> 75%
>> [###################################################################################################
>> #################### ]builder for `/gnu/store/6bx1nvyd82vfnl16j5siyq9v4jb0jzpl-blender-2.83.9.drv'
>> failed with exit code 1
>> build of /gnu/store/6bx1nvyd82vfnl16j5siyq9v4jb0jzpl-blender-2.83.9.drv failed
>> View build log at '/var/log/guix/drvs/6b/x1nvyd82vfnl16j5siyq9v4jb0jzpl-blender-2.83.9.drv.bz2'.
> 
> The relevant message from the build log:
> 
> ------
> /gnu/store/m1z7cdbqsqyp9xnjw5cvlb4a7gkcg3m4-binutils-2.34/bin/ranlib: ../../lib/libextern_ceres.a:
> No space left on device
> ------
> 
> You ran out of disk space.
> 
> How much space is free on the filesystem where you are building Blender?




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Tue, 24 Nov 2020 21:33:01 GMT) Full text and rfc822 format available.

Notification sent to znavko <at> disroot.org:
bug acknowledged by developer. (Tue, 24 Nov 2020 21:33:02 GMT) Full text and rfc822 format available.

Message #19 received at 44855-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: znavko <at> disroot.org
Cc: 44855-done <at> debbugs.gnu.org
Subject: Re: bug#44855: Blender update fails on update process
Date: Tue, 24 Nov 2020 16:32:27 -0500
On Tue, Nov 24, 2020 at 08:33:02PM +0000, znavko <at> disroot.org wrote:
> And now I have 57% free space in my root linux disk:
[...]
> Now update is going fine..

Great!

> PS: But Xfce4 Launchers will not run some Shortcuts due to they were removed from guix store but Xfce4 does not update Shortcuts after software update (due to guix features).

Please send a bug report!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 23 Dec 2020 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 235 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.