Processed: Re: Bug#826709: Doesn't mention --foreign in help output

2018-04-05 Thread Debian Bug Tracking System
Processing control commands: > tags -1 +pending Bug #826709 [debootstrap] debootstrap: fail early when debootstrapping foreign arches whose binaries cannot be run Added tag(s) pending. -- 826709: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=826709 Debian Bug Tracking System Contact ow...@b

Bug#826709: Doesn't mention --foreign in help output

2018-04-05 Thread Hideki Yamane
control: tags -1 +pending On Fri, 6 Apr 2018 01:28:07 +0200 Adam Borowski wrote: > Thus, I'm attaching three patches: > 1. run in_target /bin/true before anything else in the second stage > 2. check arch-test if installed > 3. Recommend: arch-test Looks good, many thanks! :) -- Regards, Hi

Bug#826709: Doesn't mention --foreign in help output

2018-04-05 Thread Adam Borowski
On Mon, Apr 02, 2018 at 03:27:58PM +0200, Adam Borowski wrote: > On Sun, Apr 01, 2018 at 11:24:14AM +0800, Paul Wise wrote: > > > > > + if [ "$HOST_ARCH" = "amd64" ] && [ "$ARCH" = "i386" ] ; > > > then > > > + # i386 binary can be run on amd64 host > > > > It is a ba

Bug#693219: Bug#826709: Doesn't mention --foreign in help output

2018-04-02 Thread Ben Hutchings
On Mon, 2018-04-02 at 15:27 +0200, Adam Borowski wrote: > On Sun, Apr 01, 2018 at 11:24:14AM +0800, Paul Wise wrote: > > CCing the maintainer of arch-test who will probably have some input. > > > > On Sun, 2018-04-01 at 11:32 +0900, Hideki Yamane wrote: > > > > > + if [ "$HOST_ARCH"

Bug#693219: Bug#826709: Doesn't mention --foreign in help output

2018-04-02 Thread Adam Borowski
On Sun, Apr 01, 2018 at 11:24:14AM +0800, Paul Wise wrote: > CCing the maintainer of arch-test who will probably have some input. > > On Sun, 2018-04-01 at 11:32 +0900, Hideki Yamane wrote: > > > + if [ "$HOST_ARCH" = "amd64" ] && [ "$ARCH" = "i386" ] ; then > > + # i3

Bug#693219: Bug#826709: Doesn't mention --foreign in help output

2018-03-31 Thread Paul Wise
CCing the maintainer of arch-test who will probably have some input. On Sun, 2018-04-01 at 11:32 +0900, Hideki Yamane wrote: > + if [ "$HOST_ARCH" = "amd64" ] && [ "$ARCH" = "i386" ] ; then > + # i386 binary can be run on amd64 host It is a bad idea to hard-code this