On 09/09/2015 21:37, Ajai Khattri wrote: > On Fri, 4 Sep 2015, Fernando Rodriguez wrote: > >> Post your emerge --info. >> Why do you have i686-pc-linux-gnu-gcc on a 64-bit machine? > > FYI, this is 32bit Gentoo running on a 64bit virtual machine (so it has > a 64bit kernel) because awhile ago I upgraded from a 32bit setup. Was > hoping I wouldn't have to reinstall the whole OS...
You have a 64 bit kernel, this is true, but a 32 bit userland. I don't know how Go does these things but apps don't usually talk to the kernel directly, they talk to libc. Which in your case is ... 32 bit Reinstall. A 32 bit to 64 bit migration may or may not be possible (I never attempted it) but one thing is sure, it will not be easy. -- Alan McKinnon [email protected]

