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 33F27198005 for ; Thu, 7 Mar 2013 16:29:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB4C5E05F8; Thu, 7 Mar 2013 16:29:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2C70E05DB for ; Thu, 7 Mar 2013 16:29:36 +0000 (UTC) Received: from portable (AMontpellier-651-1-409-215.w92-133.abo.wanadoo.fr [92.133.76.215]) (using SSLv3 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: aballier) by smtp.gentoo.org (Postfix) with ESMTPSA id 3FA9B33DCF2; Thu, 7 Mar 2013 16:29:35 +0000 (UTC) Date: Thu, 7 Mar 2013 17:29:30 +0100 From: Alexis Ballier To: gentoo-dev@lists.gentoo.org Cc: tommy@gentoo.org Subject: Re: [gentoo-dev] Re: [RFC] multilib-build.eclass and restricting unsupported ABIs Message-ID: <20130307172930.2e390908@portable> In-Reply-To: <5135016E.20903@gentoo.org> References: <20130303000230.13fea8b8@pomiocik.lan> <51334A02.40705@gentoo.org> <20130303162404.5488ada7@portable> <5133709F.4020909@gentoo.org> <20130303171022.101be411@portable> <51337A06.20400@gentoo.org> <20130303175826.24a7f0c1@pomiocik.lan> <20130303181812.3d6b5cbe@portable> <20130303232503.3ad202e5@pomiocik.lan> <20130304110240.75f9d12e@portable> <5135016E.20903@gentoo.org> Organization: Gentoo X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.16; x86_64-pc-linux-gnu) 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 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 61f195a8-60e5-468d-8b84-ee0be4188418 X-Archives-Hash: ba676a49c1ce8c56ece5eca4632f7d98 On Mon, 04 Mar 2013 21:17:50 +0100 Thomas Sachau wrote: > The actual list of packages with wrapped binaries is in the profiles > dir of the multilib-portage overlay (expect this to be a minimal > list, there are probably more out there we did not yet catch): Thanks. > dev-db/mysql abiwrapper > dev-lang/perl abiwrapper > dev-lang/python abiwrapper > dev-lang/ruby abiwrapper > dev-libs/gobject-introspection abiwrapper > dev-libs/libIDL abiwrapper > dev-scheme/guile abiwrapper > net-libs/courier-authlib abiwrapper > dev-qt/qtcore abiwrapper > dev-qt/qtgui abiwrapper > media-libs/fontconfig abiwrapper > www-servers/apache abiwrapper > x11-libs/pango abiwrapper > x11-libs/gtk+ abiwrapper Since you are doing this per-package and not per-binary: Do you happen to remember/have a list of the binaries that have abi-specific output? Also, for the qmake example, do you have an example of difference between qmake32 and qmake64? Alexis.