After digging a little bit into slackpkg's source, I found that if I do not define the environment variable ARCH for current architecture, it will find the setting with uname -m, which in this chroot environment, it will be X86_64 and it is not the correct one. Once I found out this, I issue the following command to get it working as expected:
ARCH=i486 slackpkg --upgrade-all
No comments:
Post a Comment