[SOLVED] How to rebuild a Debian package for a foreign architecture?

2018-05-15 Thread Vincent Lefevre
On 2018-01-25 23:03:50 +0100, Vincent Lefevre wrote: > On 2018-01-25 15:30:02 +0100, to...@tuxteam.de wrote: > > On Thu, Jan 25, 2018 at 02:56:17PM +0100, Vincent Lefevre wrote: > > > To rebuild a Debian package, one can use: > > > > > > debuild -i -us -uc -b > > > > > > But how to rebuild a

Re: How to rebuild a Debian package for a foreign architecture?

2018-01-29 Thread Vincent Lefevre
On 2018-01-26 09:47:58 +, Curt wrote: > On 2018-01-25, Vincent Lefevre wrote: > > On 2018-01-25 14:53:14 +, Curt wrote: > >> On 2018-01-25, wrote: > >> > > >> > It seems that you are missing the '386 (or more precisely the '686) >

Re: How to rebuild a Debian package for a foreign architecture?

2018-01-26 Thread Curt
On 2018-01-25, Vincent Lefevre wrote: > On 2018-01-25 14:53:14 +, Curt wrote: >> On 2018-01-25, wrote: >> > >> > It seems that you are missing the '386 (or more precisely the '686) >> > executables. Perhaps you need the package

Re: How to rebuild a Debian package for a foreign architecture?

2018-01-25 Thread Vincent Lefevre
On 2018-01-25 14:53:14 +, Curt wrote: > On 2018-01-25, wrote: > > > > It seems that you are missing the '386 (or more precisely the '686) > > executables. Perhaps you need the package dpkg-cross. > > > >> If I need binutils-i686-linux-gnu, shouldn't

Re: How to rebuild a Debian package for a foreign architecture?

2018-01-25 Thread Vincent Lefevre
On 2018-01-25 15:30:02 +0100, to...@tuxteam.de wrote: > On Thu, Jan 25, 2018 at 02:56:17PM +0100, Vincent Lefevre wrote: > > To rebuild a Debian package, one can use: > > > > debuild -i -us -uc -b > > > > But how to rebuild a Debian package for a foreign architecture? > > In my case for i386

Re: How to rebuild a Debian package for a foreign architecture?

2018-01-25 Thread Curt
On 2018-01-25, wrote: > > It seems that you are missing the '386 (or more precisely the '686) > executables. Perhaps you need the package dpkg-cross. > >> If I need binutils-i686-linux-gnu, shouldn't dpkg-buildpackage fail >> when checking the build

Re: How to rebuild a Debian package for a foreign architecture?

2018-01-25 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jan 25, 2018 at 02:56:17PM +0100, Vincent Lefevre wrote: > To rebuild a Debian package, one can use: > > debuild -i -us -uc -b > > But how to rebuild a Debian package for a foreign architecture? > In my case for i386 from an amd64 machine.

How to rebuild a Debian package for a foreign architecture?

2018-01-25 Thread Vincent Lefevre
To rebuild a Debian package, one can use: debuild -i -us -uc -b But how to rebuild a Debian package for a foreign architecture? In my case for i386 from an amd64 machine. I've tried debuild -i -us -uc -b -a i386 but the build fails at some point: [...] dh_strip -a dh_strip: Compatibility