melange: busybox doesn't install with --use-proot

Need to distill down to a simpler use case, but:

melange build examples/gnu-hello.yaml --arch x86_64,armv7,arm64 --empty-workspace --use-proot

Fails with error about symlinks when installing busybox

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 15 (15 by maintainers)

Most upvoted comments

FYI running docker run --rm --privileged multiarch/qemu-user-static --reset -p yes fixed this issue for me. Thanks @imjasonh !!

Unable to reproduce, most likely you did not have qemu set up. We should add a preflight check for this.