WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Xen 4.0.2 first release candidate

To: Mike Viau <viaum@xxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] Xen 4.0.2 first release candidate
From: Pasi Kärkkäinen <pasik@xxxxxx>
Date: Tue, 11 Jan 2011 09:21:37 +0200
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 10 Jan 2011 23:22:38 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <BAY148-w211B7D3C5A4154F1568F6CEF0E0@xxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <BAY148-w211B7D3C5A4154F1568F6CEF0E0@xxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.18 (2008-05-17)
On Mon, Jan 10, 2011 at 04:59:20PM -0500, Mike Viau wrote:
>    > On Mon, 10 Jan 2011 17:17:14 +0000 <keir@xxxxxxx> wrote:
>    >
>    > > On 10/01/2011 16:53, "Mike Viau" <viaum@xxxxxxxxxxxxxxx> wrote:
>    > >
>    > >> On Mon, 10 Jan 2011 15:45:59 +0000 <keir@xxxxxxx> wrote:
>    > >> Folks,
>    > >>
>    > >> 4.0.2-rc1 is now tagged in
>    http://xenbits.xen.org/staging/xen-4.0-testing.hg
>    > >>
>    > >> Please test!
>    > >>
>    > >> -- Keir
>    > >>
>    > >>
>    > >>
>    > >
>    > > Are the dependancies unchanged from Xen 4.0?
>    >
>    > Should be unchanged since 4.0.1 I believe. We can update the readme or
>    other
>    > documentation if people find otherwise.
>    >
>    > K.
>    >
> 
>    I believe I found a missing dependancy with regards to the bison command.
> 

Hello,

I just added "bison" to the list of required Debian packages at:
http://wiki.xen.org/xenwiki/Xen4.0

Thanks!

-- Pasi


>    Installed packages (as per the wiki) already are:
> 
>    bcc bin86 gawk bridge-utils iproute libcurl3 libcurl4-openssl-dev bzip2
>    module-init-tools transfig tgif texinfo texlive-latex-base
>    texlive-latex-recommended texlive-fonts-extra texlive-fonts-recommended
>    pciutils-dev mercurial build-essential make gcc libc6-dev zlib1g-dev
>    python python-dev python-twisted libncurses5-dev patch libvncserver-dev
>    libsdl-dev libjpeg62-dev iasl libbz2-dev e2fslibs-dev git-core uuid-dev
>    ocaml libx11-dev gcc-multilib xz-utils
> 
>    ...
> 
>    make -C libxl install
>    make[4]: Entering directory
>    `/home/topgun/xen/source/xen-4.0-testing.staging/tools/libxl'
>    gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall
>    -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement
>    -D__XEN_TOOLS__ -MMD -MF .xl.o.d  -D_LARGEFILE_SOURCE
>    -D_LARGEFILE64_SOURCE  -Werror -I. -fPIC -I../../tools/libxc
>    -I../../tools/include -I../../tools/libxc -I../../tools/include
>    -I../../tools/xenstore -I../../tools/include -c xl.c
>    gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall
>    -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement
>    -D__XEN_TOOLS__ -MMD -MF .xl_cmdimpl.o.d  -D_LARGEFILE_SOURCE
>    -D_LARGEFILE64_SOURCE  -Werror -I. -fPIC -I../../tools/libxc
>    -I../../tools/include -I../../tools/libxc -I../../tools/include
>    -I../../tools/xenstore -I../../tools/include -c xl_cmdimpl.c
>    gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall
>    -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement
>    -D__XEN_TOOLS__ -MMD -MF .xl_cmdtable.o.d  -D_LARGEFILE_SOURCE
>    -D_LARGEFILE64_SOURCE  -Werror -I. -fPIC -I../../tools/libxc
>    -I../../tools/include -I../../tools/libxc -I../../tools/include
>    -I../../tools/xenstore -I../../tools/include -c xl_cmdtable.c
>    bison --output=libxlu_cfg_y.c libxlu_cfg_y.y
>    make[4]: bison: Command not found
>    make[4]: *** [libxlu_cfg_y.c] Error 127
>    make[4]: Leaving directory
>    `/home/topgun/xen/source/xen-4.0-testing.staging/tools/libxl'
>    make[3]: *** [subdir-install-libxl] Error 2
>    make[3]: Leaving directory
>    `/home/topgun/xen/source/xen-4.0-testing.staging/tools'
>    make[2]: *** [subdirs-install] Error 2
>    make[2]: Leaving directory
>    `/home/topgun/xen/source/xen-4.0-testing.staging/tools'
>    make[1]: *** [install-tools] Error 2
>    make[1]: Leaving directory
>    `/home/topgun/xen/source/xen-4.0-testing.staging'
>    make: *** [world] Error 2
> 
>    I am using amd64 Debian Squeeze so I noticed two packages provide this
>    command.
> 
>    
> http://packages.debian.org/search?searchon=contents&keywords=bison&mode=path&suite=testing&arch=any
> 
>    Which is advised [1]bison or [2]bison++
> 
>    Thanks.
> 
>    -M
> 
> References
> 
>    Visible links
>    1. http://packages.debian.org/squeeze/bison
>    2. http://packages.debian.org/squeeze/bison%2B%2B

> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel