Bug#732551: make --foreign / qemu-user-static easier

2018-04-18 Thread Ben Hutchings
On Wed, 2018-04-18 at 15:41 -0700, Vagrant Cascadian wrote: > On 2013-12-18, Joey Hess wrote: > > If debootstrap installed qemu-user-static into the chroot > > when --foreign was used, it could then immediately chroot in > > and run commands (assuming the host system has

Bug#732551: make --foreign / qemu-user-static easier

2018-04-18 Thread Vagrant Cascadian
On 2013-12-18, Joey Hess wrote: > If debootstrap installed qemu-user-static into the chroot > when --foreign was used, it could then immediately chroot in > and run commands (assuming the host system has binfmt-support > installed). > > This would allow debootstrap to go ahead

Bug#732551: make --foreign / qemu-user-static easier

2013-12-21 Thread Ian Campbell
On Thu, 2013-12-19 at 14:33 -0400, Joey Hess wrote: Ian Campbell wrote: That would get you the foreign binary of qemu-user-static, wouldn't it? What is needed is to copy /usr/bin/qemu-$ARCH-static from the host environment. Yes, but then nothing will upgrade it, which is important

Bug#732551: make --foreign / qemu-user-static easier

2013-12-19 Thread Ian Campbell
On Wed, 2013-12-18 at 13:08 -0400, Joey Hess wrote: Package: debootstrap Version: 1.0.55 Severity: wishlist If debootstrap installed qemu-user-static into the chroot when --foreign was used That would get you the foreign binary of qemu-user-static, wouldn't it? What is needed is to copy

Bug#732551: make --foreign / qemu-user-static easier

2013-12-19 Thread Dimitri John Ledkov
On 19 December 2013 11:21, Ian Campbell i...@hellion.org.uk wrote: On Wed, 2013-12-18 at 13:08 -0400, Joey Hess wrote: Package: debootstrap Version: 1.0.55 Severity: wishlist If debootstrap installed qemu-user-static into the chroot when --foreign was used That would get you the foreign

Bug#732551: make --foreign / qemu-user-static easier

2013-12-19 Thread Joey Hess
Ian Campbell wrote: That would get you the foreign binary of qemu-user-static, wouldn't it? What is needed is to copy /usr/bin/qemu-$ARCH-static from the host environment. Yes, but then nothing will upgrade it, which is important since user mode qemu often has missing syscalls that get added

Bug#732551: make --foreign / qemu-user-static easier

2013-12-18 Thread Joey Hess
Package: debootstrap Version: 1.0.55 Severity: wishlist If debootstrap installed qemu-user-static into the chroot when --foreign was used, it could then immediately chroot in and run commands (assuming the host system has binfmt-support installed). This would allow debootstrap to go ahead and

Bug#732551: make --foreign / qemu-user-static easier

2013-12-18 Thread Vagrant Cascadian
On Wed, Dec 18, 2013 at 01:08:05PM -0400, Joey Hess wrote: If debootstrap installed qemu-user-static into the chroot when --foreign was used, it could then immediately chroot in and run commands (assuming the host system has binfmt-support installed). qemu-user-static includes

Bug#732551: make --foreign / qemu-user-static easier

2013-12-18 Thread Joey Hess
Vagrant Cascadian wrote: On Wed, Dec 18, 2013 at 01:08:05PM -0400, Joey Hess wrote: If debootstrap installed qemu-user-static into the chroot when --foreign was used, it could then immediately chroot in and run commands (assuming the host system has binfmt-support installed).