Displaying 20 results from an estimated 246 matches for "cmi".
Did you mean:
cmd
2012 Jan 11
2
Testing github pull requests
I've sent a github pull request containing this patch here:
https://github.com/libguestfs/libguestfs/pull/1
I'm interested to know if this interface could be useful to the project. We
should be wary, though, of tying useful development history in the form of
review discussion into github's proprietary system. Your thoughts are
appreciated.
Incidentally, I'm also looking for ACKs
2014 Feb 22
2
[W/ commit: 838a3c9] "inconsistent assumptions over interface Guestfs"
Just did a git pull to the below commit (to get the latest version
1.25.37) and did a local build, this is what I see:
Error: The files ../ocaml/guestfs.cmi and perl_edit.cmi
make inconsistent assumptions over interface Guestfs
Haven't investigated further, thought I'd post it here first:
$ git rev-parse --short HEAD
838a3c9
$ ./autogen.sh
$ echo $?
0
$ make -j48
[. . .]
findlib: [WAR...
2013 Jun 22
1
Bug#713349: xen-api-libs: FTBFS: ocamlfind: Package `type-conv' not found
...ags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> make[2]: Entering directory `/?PKGBUILDDIR?/stdext'
> ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o monad.cmi monad.mli
> ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o fun.cmi fun.mli
> ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o opt.cmi opt.mli
> ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o listext.cmi listext.mli
> ocamlfind ocamlc -I ....
2013 Jun 06
1
[supermin PATCH] RFC: Add a --names-only flag.
....ml | 2 +-
src/supermin_zypp_rpm.ml | 10 +++++-----
10 files changed, 36 insertions(+), 22 deletions(-)
diff --git a/src/.depend b/src/.depend
index 624191e..8342f31 100644
--- a/src/.depend
+++ b/src/.depend
@@ -5,11 +5,11 @@ supermin_cmdline.cmo: config.cmo supermin_cmdline.cmi
supermin_cmdline.cmx: config.cmx supermin_cmdline.cmi
supermin.cmo: supermin_utils.cmi supermin_package_handlers.cmi supermin_cmdline.cmi config.cmo
supermin.cmx: supermin_utils.cmx supermin_package_handlers.cmx supermin_cmdline.cmx config.cmx
supermin_debian.cmo: supermin_utils.cmi supermin_pa...
2018 Apr 10
0
Re: [PATCH] Fix out-of-tree builds of OCaml components
This breaks in-tree builds because it generates some strange-looking
dependencies, eg:
GObject.cmo : utils.cmi types.cmi structs.cmi .common/mlstdutils/std_utils.cmi pr.cmi events.cmi docstrings.cmi actions.cmi GObject.cmi GObject.ml
so you get errors like:
make[2]: *** No rule to make target '.common/mlstdutils/std_utils.cmi', needed by 'utils.cmo'. Stop.
I tried to poke the ocaml-deps...
2019 Jun 15
2
[libnbd PATCH] build: Fix OCaml build on Fedora 29
Once ocamlfind is installed, 'make' failed for me with:
ocamlfind ocamlc -g -annot -safe-string -warn-error CDEFLMPSUVYZX+52-3 -ccopt '-gdwarf' -package unix -c NBD.ml -o NBD.cmo
File "NBD.ml", line 1:
Error: Could not find the .cmi file for interface NBD.mli.
make[2]: *** [Makefile:823: NBD.cmo] Error 2
I'm not positive that this is the perfect fix, but it at least got the
build working for me, and copies from idioms in
nbdkit/plugins/ocaml/Makefile.am.
---
ocaml/Makefile.am | 5 +++++
1 file changed, 5 insertions(+)
d...
2006 May 12
2
R-2.3.0 make error on AIX 5.2
...on this machine are
bash-3.00$ /usr/local/bin/gcc -v
Using built-in specs.
Target: powerpc-ibm-aix5.2.0.0
Configured with: ../gcc-4.1.0/configure --disable-aix64 --disable-nls
Thread model: aix
gcc version 4.1.0
The make error from R-patched_2006-05-10 is
make[4]: Entering directory `/sas/data/cmi/ma/data/js36954/src/R-patched/src/mod
ules/internet'
/usr/local/bin/gcc -I. -I../../../src/include -I../../../src/include -I/usr/loca
l/include -DHAVE_CONFIG_H -mno-fp-in-toc -g -O -c internet.c -o internet.o
internet.c: In function 'in_R_newurl':
internet.c:174: error: 'struct R...
2018 Nov 29
1
[nbdkit PATCH] ocaml: Make build VPATH aware
...4 +++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/plugins/ocaml/Makefile.am b/plugins/ocaml/Makefile.am
index 484d041..b95f255 100644
--- a/plugins/ocaml/Makefile.am
+++ b/plugins/ocaml/Makefile.am
@@ -43,10 +43,10 @@ ocamllibdir = $(OCAMLLIB)
ocamllib_DATA = NBDKit.mli NBDKit.cmi NBDKit.cmx NBDKit.o
NBDKit.cmi: NBDKit.mli
- $(OCAMLC) -c $<
+ $(OCAMLC) -c $< -o $@
NBDKit.cmx: NBDKit.ml NBDKit.cmi
- $(OCAMLOPT) $(OCAMLOPTFLAGS) -c $<
+ $(OCAMLOPT) $(OCAMLOPTFLAGS) -c $< -o $@
NBDKit.o: NBDKit.cmx
# NB: libnbdkitocaml is not plugin. It's a library that...
2013 Dec 02
6
Bug#731166: Error: Syntax error: 'end' expected
...make[1]: Entering directory `/tmp/xen-api-libs-0.5.2'
make[1]: rpm: Command not found
make[1]: rpm: Command not found
make[1]: rpm: Command not found
make -C uuid
make[2]: Entering directory `/tmp/xen-api-libs-0.5.2/uuid'
ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o
uuid.cmi uuid.mli
ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o uuid.cmo uuid.ml
ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -a -o
uuid.cma uuid.cmo
ocamlfind ocamlopt -I ../xml-light2 -I ../stdext -I ../uuid -g -dtypes
-c -o uuid.cmx uuid.ml
ocamlfind ocamlopt -I ../xml-ligh...
2019 Nov 18
4
Re: How to build virt-v2v after the project was separated
...abort-due-to-no-makefile] Error 1
$ ./configure
Works, but now make fail with:
$ make -j8
make all-recursive
make[1]: Entering directory '/home/nsoffer/src/virt-v2v'
Making all in common/mlstdutils
make[2]: Entering directory '/home/nsoffer/src/virt-v2v/common/mlstdutils'
OCAMLCMI guestfs_config.cmi
OCAMLCMI stringMap.cmi
CC libmlstdutils_a-dummy.o
OCAMLCMI stringSet.cmi
OCAMLCMI std_utils.cmi
ocamlfind: Package `guestfs' not found
ocamlfind: Package `guestfs' not found
ocamlfind: Package `guestfs' not found
ocamlfind: Package `guestfs' not foun...
2008 May 23
0
rgb to cmyk conversion is wrong in src/library/grDevices/src/devPS.c (PR#11509)
The conversion of RGB to CMYK takes place in PostScriptSetCol() starting at
line 2900 of R-2.7.0/src/library/grDevices/src/devPS.c
if(strcmp(mm, "cmyk") == 0) {
double c = 1.0-r, m=1.0-g, y=1.0-b, k=c;
k = fmin2(k, m);
k = fmin2(k, y);
if(k == 1.0) c = m = y = 0.0;
else {c /= (1.-k); m /= (1.-k); y /= (1.-k);}
r, g, and b have already been normalized to the
Building virt-v2v - Error: guestfs_config.cmi: is not a compiled interface for this version of OCaml
2020 Jul 08
1
Building virt-v2v - Error: guestfs_config.cmi: is not a compiled interface for this version of OCaml
...ake
make all-recursive
make[1]: Entering directory '/home/nsoffer/src/virt-v2v'
Making all in common/mlstdutils
make[2]: Entering directory '/home/nsoffer/src/virt-v2v/common/mlstdutils'
OCAMLOPT guestfs_config.cmx
File "guestfs_config.ml", line 1:
Error: guestfs_config.cmi
is not a compiled interface for this version of OCaml.
It seems to be for an older version of OCaml.
make[2]: *** [Makefile:2321: guestfs_config.cmx] Error 2
make[2]: Leaving directory '/home/nsoffer/src/virt-v2v/common/mlstdutils'
make[1]: *** [Makefile:1842: all-recursive] Error 1...
2008 Aug 15
5
x-axis with month and year
Hey list!
I have a csv-file with two variables: (Date,CMI)
Date,CMI
Jan-93,3.24
Feb-93,-2.56
.
.
.
Dec-06, 8.25
When I want to plot this dataset, R is sorting the date in alphabetical
order. Is there any way to tell R not to do it?
I know it is probably an easy issue but I couldn't find a solution so
far. I have seen so many tips already but can...
2008 May 27
1
(PR#11509) rgb to cmyk conversion is wrong in
Please do study the FAQ and posting guide: R 2.7.0 is not the current
sources, and this was changed a month ago in R-devel. You were asked to
check for such changes before submitting a report.
Also, there is no unique way to do undercover removal in conversion to
CMYK, and so it is wrong to call any method 'wrong' -- in fact the one
used in earlier versions of R was a documented
2013 Aug 19
5
[PATCH v2 0/3 supermin] URPMI & xz support.
Joseph,
Please try my modified versions of these patches. These are
compile-tested on Fedora and they don't break any existing
functionality, but I don't have either urpmi nor a statically-linked
xz so I cannot fully test them.
I have also fixed detection of zlib (2/3).
Rich.
2012 Apr 02
2
[LLVMdev] Build Error
I am getting a build error after doing a "make update" and then running
"make clean all":
gmake[4]: *** No rule to make target
`/home/ryan/llvm/llvm_core/trunk/Release+Asserts/lib/ocaml/llvm.cmi',
needed by
`/home/ryan/llvm/llvm_core/trunk/bindings/ocaml/transforms/ipo/Release+Asserts/llvm_ipo.cmi'.
Stop.
gmake[4]: Leaving directory
`/home/ryan/llvm/llvm_core/trunk/bindings/ocaml/transforms/ipo'
gmake[3]: *** [ocamldoc] Error 2
gmake[3]: Leaving directory
`/home/ryan/llvm/llvm_...
2019 Nov 17
3
How to build virt-v2v after the project was separated
Looks like virt-v2v cannot be built now, since it requires non-existing version
of libguestfs-devel.
Based on (no README or any instructions in virt-v2v)
http://libguestfs.org/guestfs-building.1.html
I tried this:
git clean -dxf
./autogen.sh
And it fails with:
--- Checking for libraries used by virt-v2v ---
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version
2014 Feb 28
6
[PATCH] Fix building on architectures where ocamlopt is not available
...mxa -linkpkg $^ \
-cclib '$(OCAMLCLIBS)' \
$(OCAML_GCOV_LDFLAGS) \
-o $@
+else
+virt-builder: $(OBJECTS)
+ $(OCAMLFIND) ocamlc $(OCAMLCFLAGS) \
+ mlguestfs.cma -linkpkg $^ \
+ -cclib '$(OCAMLCLIBS)' \
+ -custom \
+ $(OCAML_GCOV_LDFLAGS) \
+ -o $@
+endif
.mli.cmi:
$(OCAMLFIND) ocamlc $(OCAMLCFLAGS) -c $< -o $@
diff --git a/configure.ac b/configure.ac
index 0326640..61281f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1026,6 +1026,8 @@ AS_IF([test "x$enable_ocaml" != "xno"],[
])
AM_CONDITIONAL([HAVE_OCAML],
[tes...
2013 Jan 14
3
enable build for ocaml bytecode
...[test "x$OCAMLDOC" != "xno"])
Index: libguestfs-1.20.1/ocaml/Makefile.am
===================================================================
--- libguestfs-1.20.1.orig/ocaml/Makefile.am
+++ libguestfs-1.20.1/ocaml/Makefile.am
@@ -43,10 +43,20 @@ CLEANFILES += t/*.cmi t/*.cmo t/*.cmx t/
if HAVE_OCAML
+DATA_HOOK_FILES = META *.so *.a *.cma \
+ *.cmi $(srcdir)/*.mli
+if HAVE_OCAMLOPT
+DATA_HOOK_FILES += *.cmx *.cmxa
+endif
+
OCAMLCFLAGS = -g -warn-error CDEFLMPSUVYZX
OCAMLOPTFLAGS = $(OCAMLCFLAGS)
-noinst_DATA = mlguestfs.cma mlguestfs.cmxa META
+noinst...
2015 Oct 24
2
[PATCH 0/2] Allow 'make install' to be run twice.
Still don't recommend you use 'make install', but here we go.
Rich.