ericwoud / buildRKarch

Build script for building an image for Rockchip devices running ArchLinux (RK3288/RK3588 for now)
37 stars 2 forks source link

pacman-static is downloaded but failed to execute #4

Closed gcd0318 closed 11 months ago

gcd0318 commented 1 year ago

I got following error when executing line 190:

unshare: failed to execute pacman-static: No such file or directory

but pacman-static is in rootfs/usr/bin I'm not sure if $schroot worked well

ericwoud commented 1 year ago

All executables in the chroot need to be run with qemu-aarch64-static (if running from x86_64). You will get that error if it is run without. It is setup with the command:

./build.sh -a

Did you run this command, if yes, what is your system? Which processor and which linux?

ericwoud commented 11 months ago

Without response, I cannot further investigate this issue. Closing.