From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] Add Libc multiarch package as build prerequisites on 64-bit platforms to the README Date: Wed, 7 Oct 2015 14:26:44 +0100 Message-ID: <1444224404.1410.39.camel@citrix.com> References: <1444150705-555-1-git-send-email-linux@eikelenboom.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Zjok4-00086M-V4 for xen-devel@lists.xenproject.org; Wed, 07 Oct 2015 13:26:49 +0000 In-Reply-To: <1444150705-555-1-git-send-email-linux@eikelenboom.it> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Sander Eikelenboom , xen-devel@lists.xenproject.org Cc: wei.liu2@citrix.com List-Id: xen-devel@lists.xenproject.org On Tue, 2015-10-06 at 18:58 +0200, Sander Eikelenboom wrote: > When building on 64-bit platforms this prevents build errors for > 32-bit components which are enabled on a default build. > > Signed-off-by: Sander Eikelenboom > --- > README | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/README b/README > index a7d0033..1324c7c 100644 > --- a/README > +++ b/README > @@ -56,6 +56,9 @@ provided by your OS distributor: > * GNU gettext > * 16-bit x86 assembler, loader and compiler (dev86 rpm or bin86 & > bcc debs) > * ACPI ASL compiler (iasl) > + * Libc multiarch package (e.g. libc6-dev-i386 / glibc-devel.i686). BTW, to be completely pedantic these are "biarch" packages. Under Debian the "multiarch" package would be libc6-dev:i386 and you would need to have run "dpkg --add-architecture=i386" at some point. libc6-dev:i386 is the actual dev package from the i386 repository as opposed to a special libc6-dev-i386 in the amd64 repository. I don't believe the RPM world has anything equivalent to multiarch. I'm not proposing we change anything though and I think libc6-dev-i386 is the right thing to be recommending for the time being. Ian.