Blender update fails on update process

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • znavko
Owner
unassigned
Submitted by
znavko
Severity
normal
Z
Z
znavko wrote on 24 Nov 2020 20:51
(name . bug-guix)(address . bug-guix@gnu.org)
db0b2a76b14c8d40614c952e22c972e3@disroot.org
Runnins of `guix pull && guix package -u` gives blender failure:

..
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
branch: master
commit: 1f9bf4e893165485cbfee51af1c0dcfffc8ec147

log 'x1nvyd82vfnl16j5siyq9v4jb0jzpl-blender-2.83.9.drv.bz2' is attached.
Attachment: file
L
L
Leo Famulari wrote on 24 Nov 2020 21:17
(name . znavko--- via Bug reports for GNU Guix)(address . bug-guix@gnu.org)(address . 44855@debbugs.gnu.org)
20201124201719.GA16257@jasmine.lan
On Tue, Nov 24, 2020 at 07:51:26PM +0000, znavko--- via Bug reports for GNU Guix wrote:
Toggle quote (11 lines)
> 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?
Z
Z
znavko wrote on 24 Nov 2020 21:33
923a95dcc830de962bf9038ce56c94c8@disroot.org
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@famulari.name> wrote:

Toggle quote (27 lines)
> 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?
L
L
Leo Famulari wrote on 24 Nov 2020 22:32
(address . znavko@disroot.org)(address . 44855-done@debbugs.gnu.org)
20201124213227.GA31410@jasmine.lan
On Tue, Nov 24, 2020 at 08:33:02PM +0000, znavko@disroot.org wrote:
Toggle quote (1 lines)
> And now I have 57% free space in my root linux disk:
[...]
Toggle quote (2 lines)
> Now update is going fine..

Great!

Toggle quote (2 lines)
> 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!
Closed
?