From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f48.google.com (mail-la0-f48.google.com [209.85.215.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 911F7E0075A for ; Tue, 4 Dec 2012 07:35:49 -0800 (PST) Received: by mail-la0-f48.google.com with SMTP id m13so3514513lah.35 for ; Tue, 04 Dec 2012 07:35:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; bh=06bZ1rTxEOPct0lPbF4mU/Ent1gmNUpmnoXSGWdgqWU=; b=ggNYRRBnx4kzRXj5F9FGWDZ6q7HbrmK9DR86UjTzI5wHOIqWW+8lTOoOP5+epc0Weo bc2BsAVEeTEmQO20g2QqqKpOkusG+9s/+eIU25nMxza3KSPd7Fq6+il4HM5TjJo2Pmi3 t0L4gGtFRiUWtAZ6ilaGgVOnSXrnVUceCIh9DBJqGsqDadLKqPS4kqFzhwlLUz0uT37s IJUQOtwo13KsJzWqarsQ1ZTdjFd7zWFbkCg3YE6c0RW7Itd6yqrn7dCXfvK5ruhVProt fwETeo4EziAPx6eCpgkcmeQnRzNufhsB4lt5T0Njae+WizKfD6Y5cQ66r06AxlY3724L UsMg== Received: by 10.112.24.161 with SMTP id v1mr6007688lbf.28.1354635347713; Tue, 04 Dec 2012 07:35:47 -0800 (PST) Received: from [172.16.140.28] (sestofw01.enea.se. [192.36.1.252]) by mx.google.com with ESMTPS id u9sm938478lbf.5.2012.12.04.07.35.45 (version=SSLv3 cipher=OTHER); Tue, 04 Dec 2012 07:35:46 -0800 (PST) Message-ID: <50BE184E.2000403@gmail.com> Date: Tue, 04 Dec 2012 16:35:42 +0100 From: =?ISO-8859-1?Q?David_Nystr=F6m?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Raymond Danks Cc: meta-virtualization@yoctoproject.org Subject: PACKAGECONFIG variables. X-BeenThere: meta-virtualization@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Discussion of layer enabling hypervisor, virtualization tool stack, and cloud support" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2012 15:35:50 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi All, When trying to upgrade to libvirt-1.0, I'm getting some strange errors. How could this pass with the old libvirt I dont know. Is the XenAPI driver something you explicitly build and use ? ------------------------------------------------------------------ checking for xen_vm_start in -lxenserver... no configure: error: You must install the XenServer Library to compile XenAPI driver with -lxenserver Configure failed. The contents of all config.log files follows to aid debugging /media/sdb5/eel/build/tmp/work/x86_64-poky-linux/libvirt-1.0.0-r1/libvirt-1.0.0/config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libvirt configure 1.0.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ /media/sdb5/eel/build/tmp/work/x86_64-poky-linux/libvirt-1.0.0-r1/libvirt-1.0.0/configure --build=x86_64-linux --host=x86_64-poky-linux --target=x86_64-poky-linux --prefix=/usr --exec_prefi x=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/incl ude --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/media/sdb5/eel/build/tmp/sysroots /qemux86-64 --with-python=yes --with-python-inc-dir=-I/media/sdb5/eel/build/tmp/sysroots/qemux86-64/usr/include/python2.7 --enable-nls --without-hyperv --with-remote --without-openvz --without- phyp --without-augeas --with-xen --with-xenapi --with-libxl=/media/sdb5/eel/build/tmp/sysroots/qemux86-64/lib --with-xen-inotify --with-macvtap=no --without-esx --without-vbox --without-polkit --without-lxc --without-uml --with-test=yes --with-libvirtd --without-qemu --without-yajl --without-vmware Br, David