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 0C46013877A for ; Mon, 16 Jun 2014 19:32:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7D47E0E69; Mon, 16 Jun 2014 19:32:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14977E0E53 for ; Mon, 16 Jun 2014 19:32:08 +0000 (UTC) Received: from 127.0.0.1 (tor19.anonymizer.ccc.de [31.172.30.2]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: hasufell) by smtp.gentoo.org (Postfix) with ESMTPSA id 2DD8133FEC0 for ; Mon, 16 Jun 2014 19:32:05 +0000 (UTC) Message-ID: <539F462E.6050905@gentoo.org> Date: Mon, 16 Jun 2014 19:31:58 +0000 From: hasufell Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Re: Re: Re: crossdev and multilib interference References: <53208139.2040509@gentoo.org> <1660834.UE1ARX9orZ@vapier> <20140327084108.GA3654@rathaus.eclipse.co.uk> <31757180.gTPZtqku3h@vapier> <20140330095348.GA18419@rathaus.eclipse.co.uk> <539E03A9.3010109@gentoo.org> <539E0563.3080302@gentoo.org> <539EF323.7020208@gentoo.org> <1402944163.8309.2.camel@oswin.hackershack.net> In-Reply-To: <1402944163.8309.2.camel@oswin.hackershack.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 7655c147-7c5d-4247-97dc-9efb8cd6ced2 X-Archives-Hash: 52e4d9f4a68659e6428c22f12d9356d5 Steev Klimaszewski: > > I'm someone who uses crossdev (and the cross compilers) quite heavily - > can you point me to a bug that you're talking about? I'm not in the > toolchain, and while I agree that temporarily adding the cross > compiler(s) to the PATH is easy, for some of us, it's easier to allow > Gentoo to do so. > > I'm not a huge fan of multilib, but at the same time, I'd like to not > see crossdev being hardmasked, just to prove your point. I don't have > near as much free time as I'd like, but I may try to squeeze some time > in to help out. > > see https://bugs.gentoo.org/show_bug.cgi?id=500338 emerge a native x86 toolchain and enable ABI_X86="32" globally. A lot of packages randomly fail, either because of wrong PKG_CONFIG being picked up or even wrong CC/CXX, causing failure at linking stage and whatnot. Also check the history of this thread for a few proposed solutions.