search for: cmx

Displaying 20 results from an estimated 429 matches for "cmx".

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 28
2
Re: enable build for ocaml bytecode
I believe this patch has now been superseded by Hilko's commit here: https://github.com/libguestfs/libguestfs/commit/f75142c577255b30f2a8e1d27baa5fd185594197 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
2014 Feb 28
6
[PATCH] Fix building on architectures where ocamlopt is not available
...eletions(-) diff --git a/builder/Makefile.am b/builder/Makefile.am index f0cb1dd..bc7ab6e 100644 --- a/builder/Makefile.am +++ b/builder/Makefile.am @@ -68,7 +68,7 @@ noinst_DATA = if HAVE_OCAML # Note this list must be in dependency order. -OBJECTS = \ +deps = \ $(top_builddir)/mllib/libdir.cmx \ $(top_builddir)/mllib/common_gettext.cmx \ $(top_builddir)/mllib/common_utils.cmx \ @@ -109,6 +109,12 @@ OBJECTS = \ cmdline.cmx \ builder.cmx +if HAVE_OCAMLOPT +OBJECTS = $(deps) +else +OBJECTS = $(patsubst %.cmx,%.cmo,$(deps)) +endif + bin_SCRIPTS = virt-builder # -I $(top_builddi...
2013 Sep 09
4
[PATCH] Fix ocaml build in 4.1; problem with 4.1.6 release
...ors of the patch which when backported became 070ab4c50593, > and Andrew Cooper who knows something about this code. > > Ian. > > make[5]: Entering directory `/u/iwj/work/xen.git/tools/ocaml/xenstored'' > MLI symbol.cmi > MLI trie.cmi > MLOPT define.cmx > MLOPT stdext.cmx > MLOPT trie.cmx > MLOPT config.cmx > MLOPT logging.cmx > File "logging.ml", line 113, characters 3-4: > Warning 11: this match case is unused. > MLOPT quota.cmx > MLOPT perms.cmx > MLOPT symbol.cmx > MLOPT u...
2014 Feb 12
2
[PATCH 1/2] mllib: hostname: replace the hostname on Debian also in /etc/hosts (RHBZ#953907).
...+++++++++++++ sysprep/Makefile.am | 1 + 4 files changed, 25 insertions(+), 2 deletions(-) diff --git a/builder/Makefile.am b/builder/Makefile.am index 9d2dbc5..0880e03 100644 --- a/builder/Makefile.am +++ b/builder/Makefile.am @@ -69,10 +69,10 @@ OBJECTS = \ $(top_builddir)/mllib/common_utils.cmx \ $(top_builddir)/mllib/urandom.cmx \ $(top_builddir)/mllib/random_seed.cmx \ + $(top_builddir)/mllib/perl_edit.cmx \ $(top_builddir)/mllib/hostname.cmx \ $(top_builddir)/mllib/timezone.cmx \ $(top_builddir)/mllib/firstboot.cmx \ - $(top_builddir)/mllib/perl_edit.cmx \ $(top_builddir)/m...
2012 Apr 25
3
[PATCH 1/3] sysprep: remove the db and log of sssd
...olt_uuid.ml \ sysprep_operation_ssh_hostkeys.ml \ sysprep_operation_ssh_userdir.ml \ + sysprep_operation_sssd_db_log.ml \ sysprep_operation_udev_persistent_net.ml \ sysprep_operation_user_account.ml \ sysprep_operation_utmp.ml \ @@ -77,6 +78,7 @@ OBJECTS = \ sysprep_operation_smolt_uuid.cmx \ sysprep_operation_ssh_hostkeys.cmx \ sysprep_operation_ssh_userdir.cmx \ + sysprep_operation_sssd_db_log.cmx \ sysprep_operation_udev_persistent_net.cmx \ sysprep_operation_user_account.ml \ sysprep_operation_utmp.cmx \ diff --git a/sysprep/sysprep_operation_sssd_db_log.ml b/sysprep/sys...
2018 Nov 29
1
[nbdkit PATCH] ocaml: Make build VPATH aware
...iles 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 you have to...
2012 Oct 19
1
building resize fails due to lack of Unix module
Building 1.9.53 fails for me with ocaml 3.10.2 and 3.12.1, likely due to commit a0722c7ad846960be54978a31ebe73b76e119203: [ 318s] ocamlfind ocamlopt -g -warn-error CDEFLMPSUVYZX -package str -I ../src/.libs -I ../ocaml \ [ 318s] mlguestfs.cmxa -linkpkg ../fish/guestfish-progress.o progress-c.o resize_gettext.cmx resize_utils.cmx progress.cmx resize.cmx -cclib -lncurses -o virt-resize [ 318s] No implementations provided for the following modules: [ 318s] Unix referenced from progress.cmx [ 318s] make[2]: *** [virt-resize] Error 2 [...
2012 May 09
2
[PATCH 1/2] sysprep: remove ca certificates in the guest
...URCES = \ sysprep_operation.ml \ sysprep_operation.mli \ sysprep_operation_bash_history.ml \ + sysprep_operation_ca_certificates.ml \ sysprep_operation_cron_spool.ml \ sysprep_operation_dhcp_client_state.ml \ sysprep_operation_dhcp_server_state.ml \ @@ -68,6 +69,7 @@ OBJECTS = \ utils.cmx \ sysprep_operation.cmx \ sysprep_operation_bash_history.cmx \ + sysprep_operation_ca_certificates.cmx \ sysprep_operation_cron_spool.cmx \ sysprep_operation_dhcp_client_state.cmx \ sysprep_operation_dhcp_server_state.cmx \ diff --git a/sysprep/sysprep_operation_ca_certificates.ml b/syspr...
2011 Mar 18
4
Carrara 8 pro cmx (?) and Wine
Hello! I would like to run Carrara 8 pro on Linux via Wine. I was wondering if anyone would know what is cmx and how to compensate this missing or corrupt component so thee amazing app could run without crashes? Carrara 8 (versions from 6 to 8) has these common issues Rendering doesn't work Vertex model room will crash due to trouble with cmx plug-ins using cmx will crash. The interesting thing...
2013 Jun 06
1
[supermin PATCH] RFC: Add a --names-only flag.
...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_package_handlers.cmi sup...
2014 Nov 25
3
[PATCH] mllib: use Unix.isatty
Make use of Unix.isatty instead of our TTY.isatty_stdout, as the supported OCaml provides the former already. --- mllib/common_utils.ml | 10 +++++----- mllib/progress.ml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mllib/common_utils.ml b/mllib/common_utils.ml index 295981c..9fcd8dd 100644 --- a/mllib/common_utils.ml +++ b/mllib/common_utils.ml @@ -207,15 +207,15
2012 May 18
1
[PATCH] sysprep: remove kerberos data in the guest
...t_data.ml \ sysprep_operation_flag_reconfiguration.ml \ sysprep_operation_hostname.ml \ + sysprep_operation_kerberos_data.ml \ sysprep_operation_logfiles.ml \ sysprep_operation_mail_spool.ml \ sysprep_operation_net_hwaddr.ml \ @@ -79,6 +80,7 @@ OBJECTS = \ sysprep_operation_dovecot_data.cmx \ sysprep_operation_flag_reconfiguration.cmx \ sysprep_operation_hostname.cmx \ + sysprep_operation_kerberos_data.cmx \ sysprep_operation_logfiles.cmx \ sysprep_operation_mail_spool.cmx \ sysprep_operation_net_hwaddr.cmx \ diff --git a/sysprep/sysprep_operation_kerberos_data.ml b/sysprep/...
2012 May 25
1
[PATCH] sysprep: remove the data and log files of puppet
...l \ sysprep_operation_package_manager_cache.ml \ sysprep_operation_pam_data.ml \ + sysprep_operation_puppet_data_log.ml \ sysprep_operation_random_seed.ml \ sysprep_operation_rhn_systemid.ml \ sysprep_operation_samba_db_log.ml \ @@ -86,6 +87,7 @@ OBJECTS = \ sysprep_operation_net_hwaddr.cmx \ sysprep_operation_package_manager_cache.cmx \ sysprep_operation_pam_data.cmx \ + sysprep_operation_puppet_data_log.cmx \ sysprep_operation_random_seed.cmx \ sysprep_operation_rhn_systemid.cmx \ sysprep_operation_samba_db_log.cmx \ diff --git a/sysprep/sysprep_operation_puppet_data_log.m...
2012 Jul 25
2
[PATCH 1/2] sysprep: remove the auto generated abrt data
...@ -43,6 +43,7 @@ SOURCES = \ sysprep_gettext.ml \ sysprep_operation.ml \ sysprep_operation.mli \ + sysprep_operation_abrt_data.ml \ sysprep_operation_bash_history.ml \ sysprep_operation_blkid_tab.ml \ sysprep_operation_ca_certificates.ml \ @@ -81,6 +82,7 @@ OBJECTS = \ sysprep_gettext.cmx \ utils.cmx \ sysprep_operation.cmx \ + sysprep_operation_abrt_data.cmx \ sysprep_operation_bash_history.cmx \ sysprep_operation_blkid_tab.cmx \ sysprep_operation_ca_certificates.cmx \ diff --git a/sysprep/sysprep_operation_abrt_data.ml b/sysprep/sysprep_operation_abrt_data.ml new file mo...
2015 May 12
4
[PATCH 1/2] mllib: remove spurious check_SCRIPTS from Makefile.am
...--- 1 file changed, 3 deletions(-) diff --git a/mllib/Makefile.am b/mllib/Makefile.am index 0b43684..e363f27 100644 --- a/mllib/Makefile.am +++ b/mllib/Makefile.am @@ -132,9 +132,6 @@ libdir.ml: Makefile # Tests. -check_SCRIPTS = \ - common_utils_tests - if HAVE_OCAMLOPT common_utils_tests.cmx: OCAMLPACKAGES += $(OCAMLPACKAGES_TESTS) common_utils_tests: config.cmx common_gettext.cmx common_utils.cmx common_utils_tests.cmx -- 2.1.0
2015 May 13
0
[PATCH 2/2] mllib: link tests with automake
...@ libdir.ml: Makefile # Tests. -check_SCRIPTS = \ - common_utils_tests - +common_utils_tests_SOURCES = dummy.c +common_utils_tests_BOBJECTS = \ + config.cmo \ + common_gettext.cmo \ + common_utils.cmo \ + common_utils_tests.cmo +common_utils_tests_XOBJECTS = $(common_utils_tests_BOBJECTS:.cmo=.cmx) + +JSON_tests_SOURCES = dummy.c +JSON_tests_BOBJECTS = \ + JSON.cmo \ + JSON_tests.cmo +JSON_tests_XOBJECTS = $(JSON_tests_BOBJECTS:.cmo=.cmx) + +# Can't call the following as <test>_OBJECTS because automake gets confused. if HAVE_OCAMLOPT +common_utils_tests_THEOBJECTS = $(common_utils...
2012 Apr 12
1
[PATCH] sysprep: remove the bash history of users
...,6 +33,7 @@ SOURCES = \ main.ml \ sysprep_operation.ml \ sysprep_operation.mli \ + sysprep_operation_bash_history.ml \ sysprep_operation_cron_spool.ml \ sysprep_operation_dhcp_client_state.ml \ sysprep_operation_dhcp_server_state.ml \ @@ -56,6 +57,7 @@ if HAVE_OCAML OBJECTS = \ utils.cmx \ sysprep_operation.cmx \ + sysprep_operation_bash_history.cmx \ sysprep_operation_cron_spool.cmx \ sysprep_operation_dhcp_client_state.cmx \ sysprep_operation_dhcp_server_state.cmx \ diff --git a/sysprep/sysprep_operation_bash_history.ml b/sysprep/sysprep_operation_bash_history.ml new file...
2011 May 09
1
[PATCH] Don't rely on OCaml native compiler for tests
...FLAGS) -fPIC -Wall -c $< TESTS_ENVIRONMENT = \ - LD_LIBRARY_PATH=$(top_builddir)/lib/.libs \ + LD_LIBRARY_PATH=$(top_builddir)/lib/.libs:$(top_builddir)/ocaml \ $(VG) TESTS = \ @@ -59,33 +59,33 @@ TESTS = \ t/hivex_300_fold noinst_DATA += $(TESTS) -t/hivex_005_load: t/hivex_005_load.cmx mlhivex.cmxa +t/hivex_005_load: t/hivex_005_load.cmo mlhivex.cma mkdir -p t - $(OCAMLFIND) ocamlopt -cclib -L$(top_builddir)/lib/.libs -I . -package unix -linkpkg mlhivex.cmxa $< -o $@ + $(OCAMLFIND) ocamlc -cclib -L$(top_builddir)/lib/.libs -I . -package unix -linkpkg mlhivex.cma $< -o $@...
2012 Apr 24
1
[PATCH] sysprep: remove the cache of package manager
..._logfiles.ml \ sysprep_operation_mail_spool.ml \ sysprep_operation_net_hwaddr.ml \ + sysprep_operation_package_manager_cache.ml \ sysprep_operation_random_seed.ml \ sysprep_operation_rhn_systemid.ml \ sysprep_operation_script.ml \ @@ -69,6 +70,7 @@ OBJECTS = \ sysprep_operation_logfiles.cmx \ sysprep_operation_mail_spool.cmx \ sysprep_operation_net_hwaddr.cmx \ + sysprep_operation_package_manager_cache.ml \ sysprep_operation_random_seed.cmx \ sysprep_operation_rhn_systemid.cmx \ sysprep_operation_script.cmx \ diff --git a/sysprep/sysprep_operation_package_manager_cache.ml b/...