All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
	Ian Jackson <Ian.Jackson@eu.citrix.com>,
	Keir Fraser <keir.fraser@eu.citrix.com>
Subject: Re: ocaml build error
Date: Thu, 06 May 2010 17:56:05 -0700	[thread overview]
Message-ID: <4BE36525.7030705@goop.org> (raw)
In-Reply-To: <4BE33677.1070907@eu.citrix.com>

On 05/06/2010 02:36 PM, Vincent Hanquez wrote:
> On 06/05/10 17:13, Keir Fraser wrote:
>> If the build doesn't get fixed then the corrcet thing to do will be to
>> disable build of the ocaml components by default.
>
> It's stale build instructions that happens to still work for me since
> i've got some env set for all my old repos. the following patch fix it.
>
> Signed-off-by: Vincent Hanquez <vincent.hanquez@eu.citrix.com>

It looks like Fedora 12 packages ocaml oddly, and its headers are under
/usr/lib64/ocaml/, so I had to add:

diff -r faf9bd66bf45 tools/ocaml/common.make
--- a/tools/ocaml/common.make	Thu May 06 17:44:03 2010 -0700
+++ b/tools/ocaml/common.make	Thu May 06 17:54:35 2010 -0700
@@ -8,7 +8,7 @@
 
 CFLAGS ?= -Wall -fPIC -O2
 
-CFLAGS += -I$(TOPLEVEL)/../include -I$(TOPLEVEL)/../libxc
+CFLAGS += -I$(TOPLEVEL)/../include -I$(TOPLEVEL)/../libxc -I/usr/lib64/ocaml -I/usr/lib/ocaml
 
 OCAMLOPTFLAG_G := $(shell $(OCAMLOPT) -h 2>&1 | sed -n 's/^  *\(-g\) .*/\1/p')
 OCAMLOPTFLAGS = $(OCAMLOPTFLAG_G) -ccopt "$(LDFLAGS)" -dtypes $(OCAMLINCLUDE) -cc $(CC) -w F -warn-error F


But even then it fails later on with:

 === building xenstored
 MLI      symbol.cmi
make[4]: *** No rule to make target `trie.cmi', needed by `all'.  Stop.
make[3]: *** [xenstored] Error 2
make[3]: Leaving directory `/home/jeremy/hg/xen/unstable/tools/ocaml'
make[2]: *** [subdir-install-ocaml] Error 2
make[2]: Leaving directory `/home/jeremy/hg/xen/unstable/tools'
make[1]: *** [subdirs-install] Error 2
make[1]: Leaving directory `/home/jeremy/hg/xen/unstable/tools'
make: *** [install-tools] Error 2


Forgot to add file?

    J

  reply	other threads:[~2010-05-07  0:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-06 15:38 ocaml build error Ian Jackson
2010-05-06 15:49 ` Ian Jackson
2010-05-06 16:03 ` Keir Fraser
2010-05-06 16:05   ` Ian Jackson
2010-05-06 16:13     ` Keir Fraser
2010-05-06 21:36       ` Vincent Hanquez
2010-05-07  0:56         ` Jeremy Fitzhardinge [this message]
2010-05-07  6:50           ` Vincent Hanquez
2010-05-07 17:11             ` Ian Jackson
2010-05-07 18:10               ` Keir Fraser
  -- strict thread matches above, loose matches on Subject: below --
2010-05-25  9:25 Christoph Egger
2010-05-25  9:54 ` Keir Fraser

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=4BE36525.7030705@goop.org \
    --to=jeremy@goop.org \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=keir.fraser@eu.citrix.com \
    --cc=vincent.hanquez@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.