Displaying 4 results from an estimated 4 matches for "dcompile_native".
2013 Sep 06
5
Bug#710650: Bug#718767: transition: ocaml 4.00.1
...so you'll need to
> get that fixed before starting.
I've just fixed a blocking bug (#713349) which was due to the renaming
of an OCaml library (type-conv -> type_conv).
Now, xen-api FTBFS because of what looks like an API change in some (C)
dependency:
> [...]
> + gcc -g -O2 -DCOMPILE_NATIVE -I/usr/lib/ocaml -I/usr/include -I. -c -o xenguest_stubs.o xenguest_stubs.c
> In file included from xenguest_stubs.c:24:0:
> /usr/include/xs.h:1:2: warning: #warning xs.h is deprecated use xenstore.h instead [-Wcpp]
> #warning xs.h is deprecated use xenstore.h instead
> ^
> xengue...
2013 Sep 24
0
Bug#710650: Bug#718767: transition: ocaml 4.00.1
...ecoming more and
more obsolete, effectively destroying it.
> Also, I don't really understand what the problem is, since xcp-xapi has
> been fixed out to use the new type-conv thing.
xen-api is still failing to build from source in unstable. Excerpt from
the build log:
> + gcc -g -O2 -DCOMPILE_NATIVE -I/usr/lib/ocaml -I/usr/include -I. -c -o xenguest_stubs.o xenguest_stubs.c
> In file included from xenguest_stubs.c:24:0:
> /usr/include/xs.h:1:2: warning: #warning xs.h is deprecated use xenstore.h instead [-Wcpp]
> #warning xs.h is deprecated use xenstore.h instead
> ^
> xengue...
2013 Sep 24
2
Bug#710650: Bug#718767: transition: ocaml 4.00.1
On 09/24/2013 10:04 PM, St?phane Glondu wrote:
> Le 24/09/2013 15:48, St?phane Glondu a ?crit :
>> If I remove all binary packages of xen-api from testing, the following
>> new packages are broken: xcp-guest-templates, nova-xcp-plugins,
>> nova-compute-xen.
>>
>> xcp-guest-templates is built by guest-templates which seems to be a leaf
>> package and could be
2013 Sep 06
0
Bug#710650: Bug#718767: transition: ocaml 4.00.1
...conv -> type_conv).
Hi,
I had a patch from upstream that he gave me a few days ago about it, and
thought I would work on it. Thanks for your upload though.
> Now, xen-api FTBFS because of what looks like an API change in some (C)
> dependency:
>
>> [...]
>> + gcc -g -O2 -DCOMPILE_NATIVE -I/usr/lib/ocaml -I/usr/include -I. -c -o xenguest_stubs.o xenguest_stubs.c
>> In file included from xenguest_stubs.c:24:0:
>> /usr/include/xs.h:1:2: warning: #warning xs.h is deprecated use xenstore.h instead [-Wcpp]
>> #warning xs.h is deprecated use xenstore.h instead
>>...