Re: How to build a 32-bit package in Debian?

2011-01-26 Thread Adam Borowski
On Wed, Jan 26, 2011 at 06:46:33PM +0100, Goswin von Brederlow wrote: > Adam Borowski writes: > > Aren't ia32-libs on their way out, together with rest of the bi-arch stuff? > > Since sarge, yes. Nothing is as permanent as a quick temporary hack. With no multiarch on horizon, there wasn't anythi

Re: How to build a 32-bit package in Debian?

2011-01-26 Thread Goswin von Brederlow
Adam Borowski writes: > On Wed, Jan 26, 2011 at 12:44:02PM +0100, Goswin von Brederlow wrote: >> Adam Borowski writes: >> > On Mon, Jan 17, 2011 at 11:49:17AM +0800, Paul Wise wrote: >> >> Add lib32 packages for the deps. >> >> Actually you need ia32-libs-dev and also gcc-multilib when you COMP

Re: How to build a 32-bit package in Debian?

2011-01-26 Thread Adam Borowski
On Wed, Jan 26, 2011 at 12:44:02PM +0100, Goswin von Brederlow wrote: > Adam Borowski writes: > > On Mon, Jan 17, 2011 at 11:49:17AM +0800, Paul Wise wrote: > >> Add lib32 packages for the deps. > > Actually you need ia32-libs-dev and also gcc-multilib when you COMPILE a > 32bit package. ia32-lib

Re: How to build a 32-bit package in Debian?

2011-01-26 Thread Goswin von Brederlow
Adam Borowski writes: > On Mon, Jan 17, 2011 at 11:49:17AM +0800, Paul Wise wrote: >> On Mon, Jan 17, 2011 at 11:25 AM, Steve M. Robbins wrote: >> >> > What is the recommended course of action for such a package? >> >> For now: build on a 32-bit system or in a 32-bit chroot. >> >> Other optio

Re: How to build a 32-bit package in Debian?

2011-01-17 Thread Neil Williams
On Mon, 17 Jan 2011 10:53:58 +0100 Adam Borowski wrote: > On Mon, Jan 17, 2011 at 11:49:17AM +0800, Paul Wise wrote: > > On Mon, Jan 17, 2011 at 11:25 AM, Steve M. Robbins wrote: > > > > > What is the recommended course of action for such a package? > > > > For now: build on a 32-bit system or

Re: How to build a 32-bit package in Debian?

2011-01-17 Thread Adam Borowski
On Mon, Jan 17, 2011 at 11:49:17AM +0800, Paul Wise wrote: > On Mon, Jan 17, 2011 at 11:25 AM, Steve M. Robbins wrote: > > > What is the recommended course of action for such a package? > > For now: build on a 32-bit system or in a 32-bit chroot. > > Other options in increasing order of prefere

Re: How to build a 32-bit package in Debian?

2011-01-16 Thread Paul Wise
On Mon, Jan 17, 2011 at 11:25 AM, Steve M. Robbins wrote: > What is the recommended course of action for such a package? For now: build on a 32-bit system or in a 32-bit chroot. Other options in increasing order of preference: Add deps to ia32-libs. Add lib32 packages for the deps. Help fix

How to build a 32-bit package in Debian?

2011-01-16 Thread Steve M. Robbins
Hi, I've recently adopted a package (nyquist) that only builds in 32-bit mode. I'm struggling with supporting it on amd64 and other 64-bit architectures in Debian. First: yes, clearly the code should be migrated to 64-bits. Upstream is aware of that and it's a nontrivial effort. I'm interested