Re: [gentoo-user] QEMU/distcc combination question64-

2016-01-07 Thread Andrew Savchenko
On Sat, 2 Jan 2016 13:27:52 -0500 waltd...@waltdnes.org wrote: > On Sat, Jan 02, 2016 at 02:56:58PM +0300, Andrew Savchenko wrote > > > For 32-bit distcc on 64-bit host there is no need to chroot or > > create VM (hey, they're hellishly slow!). Just add -m32 to your > > *FLAGS to force 32-bit

Re: [gentoo-user] QEMU/distcc combination question64-

2016-01-03 Thread Neil Bothwick
On Sat, 2 Jan 2016 22:34:24 -0600, Jc García wrote: > > I serve the binpkg host from my > > desktop to my LAN with nginx but I'm considering git from the booted > > container > Correction: > * I'm considering doing it from the booted container Why not just use a shared NFS directory? --

Re: [gentoo-user] QEMU/distcc combination question64-

2016-01-02 Thread Andrew Savchenko
On Sat, 2 Jan 2016 10:42:31 + Neil Bothwick wrote: > On Fri, 1 Jan 2016 22:11:34 -0500, waltd...@waltdnes.org wrote: > > > I'm trying to run a distccserver in a 32-bit VM on a 64-bit host, for > > the benefit of my ancient 32-bit-only netbook. Yeah, "it'll work" using > > the native 64-bit

Re: [gentoo-user] QEMU/distcc combination question64-

2016-01-02 Thread Neil Bothwick
On 2 January 2016 11:56:58 GMT+00:00, Andrew Savchenko wrote: > On Sat, 2 Jan 2016 10:42:31 + Neil Bothwick wrote: > > On Fri, 1 Jan 2016 22:11:34 -0500, waltd...@waltdnes.org wrote: > > > > > I'm trying to run a distccserver in a 32-bit VM on a 64-bit > host, for > >

Re: [gentoo-user] QEMU/distcc combination question64-

2016-01-02 Thread Jc García
2016-01-02 12:27 GMT-06:00 : > On Sat, Jan 02, 2016 at 02:56:58PM +0300, Andrew Savchenko wrote > >> For 32-bit distcc on 64-bit host there is no need to chroot or >> create VM (hey, they're hellishly slow!). Just add -m32 to your >> *FLAGS to force 32-bit arch. (In some

Re: [gentoo-user] QEMU/distcc combination question64-

2016-01-02 Thread waltdnes
On Sat, Jan 02, 2016 at 02:56:58PM +0300, Andrew Savchenko wrote > For 32-bit distcc on 64-bit host there is no need to chroot or > create VM (hey, they're hellishly slow!). Just add -m32 to your > *FLAGS to force 32-bit arch. (In some rare cases ebuild ignores > {C,CXX,F,FC}FLAGS, while this is

Re: [gentoo-user] QEMU/distcc combination question64-

2016-01-02 Thread waltdnes
On Sat, Jan 02, 2016 at 12:55:56PM -0600, Jc García wrote > Then why the recently introuced multilib method of bulding 32bit > libraries for packages that need it on 64 bit works? I don't think the > devs would have bothered to introudce the variable ABI_X86 and a > mulitib eclass just to

Re: [gentoo-user] QEMU/distcc combination question64-

2016-01-02 Thread Jc García
2016-01-02 22:31 GMT-06:00 Jc García : > I serve the binpkg host from my > desktop to my LAN with nginx but I'm considering git from the booted > container Correction: * I'm considering doing it from the booted container

Re: [gentoo-user] QEMU/distcc combination question64-

2016-01-02 Thread Jc García
2016-01-02 14:25 GMT-06:00 : > On Sat, Jan 02, 2016 at 12:55:56PM -0600, Jc García wrote > >> Then why the recently introuced multilib method of bulding 32bit >> libraries for packages that need it on 64 bit works? I don't think the >> devs would have bothered to introudce