Re: sbuild wiki page - cross compiling section query

2025-01-21 Thread Phil Wyett
On Mon, 2025-01-20 at 18:23 +0100, Jochen Sprickerhof wrote: > * Phil Wyett [2025-01-20 17:10]: > > * A VM with Debian trixie install - standard utilities plus ssh server. > > Which arch has the VM? > > > For --host=arm64 I have to generate an arm64 chroot and install crossbuild- > > essential-a

Re: sbuild wiki page - cross compiling section query

2025-01-20 Thread Jochen Sprickerhof
* Phil Wyett [2025-01-20 17:18]: I mainly ran into issue with autopkgtest which looked for --arch (unshare default config) and failed unless I generated the arm64 chroot. sbuild passes --arch to autopkgtest as you can't run tests in a cross compile setup. autopkgtest then uses qemu to run the

Re: sbuild wiki page - cross compiling section query

2025-01-20 Thread Phil Wyett
On Mon, 2025-01-20 at 18:23 +0100, Jochen Sprickerhof wrote: > * Phil Wyett [2025-01-20 17:10]: > > * A VM with Debian trixie install - standard utilities plus ssh server. > > Which arch has the VM? > > > For --host=arm64 I have to generate an arm64 chroot and install crossbuild- > > essential-a

Re: sbuild wiki page - cross compiling section query

2025-01-20 Thread Jochen Sprickerhof
* Phil Wyett [2025-01-20 17:10]: * A VM with Debian trixie install - standard utilities plus ssh server. Which arch has the VM? For --host=arm64 I have to generate an arm64 chroot and install crossbuild- essential-arm64 for crossbuilds to work. If you want to cross build a package, i.e. yo

Re: sbuild wiki page - cross compiling section query

2025-01-20 Thread Andrey Rakhmatullin
On Mon, Jan 20, 2025 at 05:18:01PM +, Phil Wyett wrote: > I mainly ran into issue with autopkgtest Good. autopkgtest and package building are separate unrelated activities. -- WBR, wRAR signature.asc Description: PGP signature

Re: sbuild wiki page - cross compiling section query

2025-01-20 Thread Andrey Rakhmatullin
On Mon, Jan 20, 2025 at 05:10:35PM +, Phil Wyett wrote: > * A VM with Debian trixie install - standard utilities plus ssh server. > * sbuild, pbuilder, piuparts and reprotest etc. installed. > * qemu is not the install. > > For --host=arm64 I have to generate an arm64 chroot No. > and instal

Re: sbuild wiki page - cross compiling section query

2025-01-20 Thread Phil Wyett
On Mon, 2025-01-20 at 17:10 +, Phil Wyett wrote: > On Mon, 2025-01-20 at 17:53 +0100, Jochen Sprickerhof wrote: > > Hi Phil, > > > > * Phil Wyett [2025-01-20 16:35]: > > > https://wiki.debian.org/sbuild > > > > > > https://wiki.debian.org/sbuild#Cross-compiling_packages > > > > > > > > > O

Re: sbuild wiki page - cross compiling section query

2025-01-20 Thread Phil Wyett
On Mon, 2025-01-20 at 17:53 +0100, Jochen Sprickerhof wrote: > Hi Phil, > > * Phil Wyett [2025-01-20 16:35]: > > https://wiki.debian.org/sbuild > > > > https://wiki.debian.org/sbuild#Cross-compiling_packages > > > > > > On the sbuild wiki page in the cross compiling section should we be > > ad

Re: sbuild wiki page - cross compiling section query

2025-01-20 Thread Andrey Rakhmatullin
On Mon, Jan 20, 2025 at 04:35:12PM +, Phil Wyett wrote: > https://wiki.debian.org/sbuild > > https://wiki.debian.org/sbuild#Cross-compiling_packages > > > On the sbuild wiki page in the cross compiling section should we be advising > users that they need to create a chroot for the {ARCH} the

Re: sbuild wiki page - cross compiling section query

2025-01-20 Thread Jochen Sprickerhof
Hi Phil, * Phil Wyett [2025-01-20 16:35]: https://wiki.debian.org/sbuild https://wiki.debian.org/sbuild#Cross-compiling_packages On the sbuild wiki page in the cross compiling section should we be advising users that they need to create a chroot for the {ARCH} they wish to cross build for an

sbuild wiki page - cross compiling section query

2025-01-20 Thread Phil Wyett
Hi all, https://wiki.debian.org/sbuild https://wiki.debian.org/sbuild#Cross-compiling_packages On the sbuild wiki page in the cross compiling section should we be advising users that they need to create a chroot for the {ARCH} they wish to cross build for and also have the relevant crossbuild-e