Re: [Xen-devel] [PATCH] Add Libc multiarch package as build prerequisites on 64-bit platforms to the README

2015-10-07 Thread Wei Liu
CC people from ./get_maintainers.pl

On Tue, Oct 06, 2015 at 06:58:25PM +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).
> +  Required when building on a 64-bit platform to build
> +  32-bit components which are enabled on a default build.
>  
>  In addition to the above there are a number of optional build
>  prerequisites. Omitting these will cause the related features to be
> -- 
> 2.1.4

___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


Re: [Xen-devel] [PATCH] Add Libc multiarch package as build prerequisites on 64-bit platforms to the README

2015-10-07 Thread Ian Campbell
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 

Acked + applied, thanks.


___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


Re: [Xen-devel] [PATCH] Add Libc multiarch package as build prerequisites on 64-bit platforms to the README

2015-10-07 Thread Sander Eikelenboom

On 2015-10-07 13:52, Ian Campbell wrote:

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 


Acked + applied, thanks.


Thanks.
There also seems to be a little inconsistency on the wiki on page:
http://wiki.xenproject.org/wiki/Compiling_Xen_From_Source

The list of packages for yum (Redhat/Fedora) already includes 
glibc-devel.i686,
however the list of apt-get (Debian) packages doesn't include the libc 
multiarch package yet.


(Don't think i have any wiki access any more, or at least i can't 
remember the login)


--
Sander

___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


Re: [Xen-devel] [PATCH] Add Libc multiarch package as build prerequisites on 64-bit platforms to the README

2015-10-07 Thread Wei Liu
On Wed, Oct 07, 2015 at 03:06:07PM +0200, Sander Eikelenboom wrote:
> On 2015-10-07 13:52, Ian Campbell wrote:
> >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 
> >
> >Acked + applied, thanks.
> 
> Thanks.
> There also seems to be a little inconsistency on the wiki on page:
> http://wiki.xenproject.org/wiki/Compiling_Xen_From_Source
> 
> The list of packages for yum (Redhat/Fedora) already includes
> glibc-devel.i686,
> however the list of apt-get (Debian) packages doesn't include the libc
> multiarch package yet.
> 

Fixed.

> (Don't think i have any wiki access any more, or at least i can't remember
> the login)
> 
> --
> Sander

___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


Re: [Xen-devel] [PATCH] Add Libc multiarch package as build prerequisites on 64-bit platforms to the README

2015-10-07 Thread Ian Campbell
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.

___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


[Xen-devel] [PATCH] Add Libc multiarch package as build prerequisites on 64-bit platforms to the README

2015-10-06 Thread Sander Eikelenboom
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).
+  Required when building on a 64-bit platform to build
+  32-bit components which are enabled on a default build.
 
 In addition to the above there are a number of optional build
 prerequisites. Omitting these will cause the related features to be
-- 
2.1.4


___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel