From: Kamala Narasimhan <kamala.narasimhan@gmail.com>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: Re: [PATCH 2/5] Xl interface change plus changes to code it impacts
Date: Fri, 11 Feb 2011 09:45:13 -0500 [thread overview]
Message-ID: <4D554B79.8060503@gmail.com> (raw)
In-Reply-To: <alpine.DEB.2.00.1102111228340.2826@kaball-desktop>
Stefano Stabellini wrote:
> On Thu, 10 Feb 2011, Kamala Narasimhan wrote:
>> Stefano - This includes a fix for empty cdrom case issue you found while testing.
>>
>> Description:
>>
>> This patch refactors xl disk specific interface to separate disk format and backend types, rename some variables, changes code that is impacted by this interface change.
>>
>
> you need to update the ocaml bindings, otherwise the patch will cause
> build problems:
>
> make[7]: Entering directory `/local/scratch/sstabellini/xen-unstable.hg/tools/ocaml/libs/xl'
> CC xl_stubs.o
> xl_stubs.c: In function 'device_disk_val':
> xl_stubs.c:195: error: 'libxl_device_disk' has no member named 'physpath'
> xl_stubs.c:196: error: 'libxl_device_disk' has no member named 'phystype'
> xl_stubs.c:196: error: 'PHYSTYPE_QCOW' undeclared (first use in this function)
> xl_stubs.c:196: error: (Each undeclared identifier is reported only once
> xl_stubs.c:196: error: for each function it appears in.)
> xl_stubs.c:197: error: 'libxl_device_disk' has no member named 'virtpath'
> make[7]: *** [xl_stubs.o] Error 1
> make[7]: Leaving directory `/local/scratch/sstabellini/xen-unstable.hg/tools/ocaml/libs/xl'
> make[6]: *** [subdir-install-xl] Error 2
> make[6]: Leaving directory `/local/scratch/sstabellini/xen-unstable.hg/tools/ocaml/libs'
> make[5]: *** [subdirs-install] Error 2
> make[5]: Leaving directory `/local/scratch/sstabellini/xen-unstable.hg/tools/ocaml/libs'
> make[4]: *** [subdir-install-libs] Error 2
> make[4]: Leaving directory `/local/scratch/sstabellini/xen-unstable.hg/tools/ocaml'
> make[3]: *** [subdirs-install] Error 2
> make[3]: Leaving directory `/local/scratch/sstabellini/xen-unstable.hg/tools/ocaml'
> make[2]: *** [subdir-install-ocaml] Error 2
> make[2]: Leaving directory `/local/scratch/sstabellini/xen-unstable.hg/tools'
> make[1]: *** [subdirs-install] Error 2
> make[1]: Leaving directory `/local/scratch/sstabellini/xen-unstable.hg/tools'
> make: *** [install-tools] Error 2
>
>
> apart from this it looks OK to me.
Turns out I didn't have ocaml installed on my build system and skipped past
ocaml builds and that is why I didn't even see this issue. I will fix it.
Kamala
next prev parent reply other threads:[~2011-02-11 14:45 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-07 21:15 [PATCH 0/5] xl disk configuration handling Kamala Narasimhan
2011-02-09 18:21 ` [PATCH 2/5] Xl interface change plus changes to code it impacts Kamala Narasimhan
2011-02-10 9:23 ` Ian Campbell
2011-02-10 14:44 ` Kamala Narasimhan
2011-02-10 11:50 ` Stefano Stabellini
2011-02-10 17:05 ` Kamala Narasimhan
2011-02-10 20:00 ` Kamala Narasimhan
2011-02-11 13:47 ` Stefano Stabellini
2011-02-11 14:45 ` Kamala Narasimhan [this message]
2011-02-11 15:19 ` Kamala Narasimhan
2011-02-11 15:26 ` Stefano Stabellini
2011-02-11 19:12 ` Kamala Narasimhan
2011-02-14 17:45 ` Ian Jackson
2011-02-14 18:30 ` Kamala Narasimhan
2011-02-14 19:51 ` Kamala Narasimhan
2011-02-15 19:22 ` Ian Jackson
2011-02-15 19:38 ` Kamala Narasimhan
2011-02-15 19:41 ` Ian Jackson
2011-02-09 18:26 ` [PATCH 0/5] xl disk configuration handling Kamala Narasimhan
-- strict thread matches above, loose matches on Subject: below --
2011-02-07 21:22 [PATCH 2/5] Xl interface change plus changes to code it impacts Kamala Narasimhan
2011-02-08 14:38 ` Ian Campbell
2011-02-08 14:41 ` Ian Campbell
2011-02-08 18:42 ` Kamala Narasimhan
2011-02-10 9:02 ` Ian Campbell
2011-02-10 14:37 ` Kamala Narasimhan
2011-02-08 18:37 ` Kamala Narasimhan
2011-02-08 15:42 ` Ian Jackson
2011-02-08 18:56 ` Kamala Narasimhan
2011-02-08 16:42 ` Stefano Stabellini
2011-02-08 19:04 ` Kamala Narasimhan
2011-02-08 19:09 ` Stefano Stabellini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D554B79.8060503@gmail.com \
--to=kamala.narasimhan@gmail.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.