Hi, On Mon, 18 Jun 2018 20:22:28 +0900 Hideki Yamane <henr...@iijmio-mail.jp> wrote: > > Here are ways you can run it: > > > > ./bug-731859-demo-v2.sh stretch chroot
With provided script, it runs debootstrap under chroot, however, debootstraped environment under chroot causes problem with symlink. $ sudo chroot stretch.chroot true $ sudo chroot stretch.chroot/home/x/stretch/ true chroot: failed to run command 'true': No such file or directory $ ls -al stretch.chroot/home/x/stretch/lib64/ total 8 drwxr-xr-x 2 henrich henrich 4096 6月 19 02:36 . drwxr-xr-x 19 henrich henrich 4096 6月 19 02:38 .. lrwxrwxrwx 1 henrich henrich 47 1月 14 10:39 ld-linux-x86-64.so.2 -> /home/x/stretch/lib/x86_64-linux-gnu/ld-2.24.so I don't know why, but ld-linux-x86-64.so.2 point not point to /lib/x86_64-linux-gnu/ld-2.24.so, this scripts always returns error. -- Regards, Hideki Yamane henrich @ debian.org/iijmio-mail.jp