I'm trying to update my ancient sheeva $this->bbcode_second_pass_code('', 'Linux delilah 3.19.0-1-ARCH #1 PREEMPT Mon Feb 9 21:55:44 MST 2015 armv5tel GNU/Linux
') and get this error
$this->bbcode_second_pass_code('', ' 1/45) upgrading busybox [----------------------] 100%
/tmp/alpm_dj2gwX/.INSTALL: line 11: 12982 Segmentation fault (core dumped) busybox rm -rf tmp/busybox.upgrade
error: command failed to execute correctly
')
the pacman upgrade continued and after reboot it seems the busybox update went through $this->bbcode_second_pass_code('', '# pacman -Qs busybox
local/busybox 1.23.1-2
Utilities for rescue and embedded systems
local/mkinitcpio-busybox 1.21.1-2
base initramfs tools
')
should I worry about the partial failure?
Edit: busybox-1.23.1-3.1 seems to work fine.