longsleep / build-pine64-image

Pine64 Linux build scripts, tools and instructions
MIT License
235 stars 126 forks source link

dockerbuild$ make : failed due to missing qemu-user-static #73

Open Bob-Lerouge opened 5 years ago

Bob-Lerouge commented 5 years ago

Log:

Building in /home/bob/sandbox/linux-build/pinebook-build-kT4uLC83Tl ... [...] Downloading bionic rootfs tarball ... [...] Downloading fallback bionic rootfs tarball ... [...] Extracting ... + tar -xf tmp/ubuntu-bionic-minimal-0.4.3-arm64.tar.xz -C /dockerbuild/linux-build/pinebook-build-kT4uLC83Tl/rootfs -J --strip-components=1 binary

  • echo OK OK
  • cp /usr/bin/qemu-aarch64-static /home/bob/sandbox/linux-build/pinebook-build-kT4uLC83Tl/rootfs/usr/bin cp: cannot stat '/usr/bin/qemu-aarch64-static': No such file or directory

Solved by installing qemu-user-static, but this dependency could be indicate in README, don't think so ?

Best Regards !

-- Robin

longsleep commented 5 years ago

Well aure, please change your PR to only contain that change and nothing else.