From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D6899138453 for ; Wed, 9 Sep 2015 19:49:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCE88E0877; Wed, 9 Sep 2015 19:49:36 +0000 (UTC) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACD1AE0870 for ; Wed, 9 Sep 2015 19:49:35 +0000 (UTC) Received: by wiclk2 with SMTP id lk2so34018961wic.1 for ; Wed, 09 Sep 2015 12:49:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=x/0ah52Hey8j696D+2sROlFzzdtagVaDCPkgRfb9epI=; b=mxYb509pAhVGkB5wxbvEGuiuwfvOvqIF7r/m56UsxNZOvTSz/qT2QrpLlkJHfKZnn1 D/ZjPJFsUMrulWNFwYlpZrEWisd9ra3MdD3sAwh29VX4GtG8QGEQLadIJuhRAL+64n0A fHOiiHnJbbEuULv5R+XBxO5cvZi9lh8d/rMmpibujcZlJ6Fg+qInCD/9hpiGRHzXNT1E iQ8RlJlnZvx61SgD2mhFNONIin8pWVclkBA3vqrx9cccaWhnbg0hUlOCQpIf/MRKAPzD DmjRzJl21VO7v9JJ18uio4rYejZCMLLHkdRl9lM3ryFB0bUkdPAPMG92ReVJM6/FLgXe aW2w== X-Received: by 10.194.171.200 with SMTP id aw8mr59970852wjc.62.1441828174323; Wed, 09 Sep 2015 12:49:34 -0700 (PDT) Received: from [172.20.0.41] ([105.210.59.113]) by smtp.googlemail.com with ESMTPSA id pe1sm5453098wic.20.2015.09.09.12.49.32 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Sep 2015 12:49:33 -0700 (PDT) Subject: Re: [gentoo-user] Can't update to go-1.4.2 To: gentoo-user@lists.gentoo.org References: From: Alan McKinnon Message-ID: <55F08D3F.8020501@gmail.com> Date: Wed, 9 Sep 2015 21:49:19 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Archives-Salt: 1e610356-6f6a-4bc0-83c9-16ed472d2093 X-Archives-Hash: 6518dc971849cd1399d19c57b7aab36c 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 alan.mckinnon@gmail.com