mirage / xen-arm-builder

Archived - the Xen and ARM support in MirageOS has been superseeded by our PVH support - Build an SDcard image for Xen/ARM, for a Cubieboard
ISC License
57 stars 36 forks source link

py3... problem #49

Closed GuWeHa closed 8 years ago

GuWeHa commented 9 years ago

No action required anymore, please see below.


Keeping the system up to date by apt-get update && apt-get dist-upgrade causes errors on upgrading the packages 'software-properties-common' and 'python3-software-properties':

"Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] y Setting up python3-software-properties (0.92.37.3) ... Segmentation fault dpkg: error processing package python3-software-properties (--configure): subprocess installed post-installation script returned error exit status 139 dpkg: dependency problems prevent configuration of software-properties-common: software-properties-common depends on python3-software-properties (= 0.92.37.3); however: Package python3-software-properties is not configured yet."

The old packages couldn't be removed and the new ones cannot be installed because 'py3compile' and 'p3clean' calls in pre-/post-installation scripts cause 'segmentation fault' errors.

Calling them from command line shows the following errors:

root@cubietruck:/usr/bin# ./py3compile Segmentation fault root@cubietruck:/usr/bin# ./py3clean Segmentation fault root@cubietruck:/usr/bin# ./py3versions Segmentation fault


Update: Just performed a clean and fresh write of *.img to sd-card again. Just after reboot python3 works fine. May be I installed another package which breaks some dependencies. Sorry for disturbing you!


Just performed an apt-get update && apt-get dist-upgrade again. The following packages are suggested for upgrading:

apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages will be upgraded: linaro-development python3-software-properties rsyslog software-properties-common 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 355 kB of archives. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] n Abort.

At his point I aborted at the moment. May be, I'll perform it later an come back with the result.


Hm, just performed the apt-get dist-upgrade and now it works fine and without any error. No idea why. So please put this issue to the garbage - sorry again.