[ocaml-infra] Problem building ocaml.org locally

Amir Chaudhry amc79 at cam.ac.uk
Thu Dec 5 15:16:32 GMT 2013


Folks, 

I seem to be having problems building ocaml.org locally.  None of the makefiles seem to have changed so I think this is a problem with my set up rather than the site (hence not filing a bug report).  

When I run `make` (or `make local`) in a fresh clone I get the following:

=======
ocaml.org amir$ make
cd script && \
	ocamlfind ocamlopt -package netstring -linkpkg -annot -g relative_urls.ml -o ../"script/relative_urls" && \
	rm -f relative_urls.o relative_urls.cmi relative_urls.cmx relative_urls.annot
/bin/sh: ocamlfind: command not found
make: *** [script/relative_urls] Error 127
ocaml.org amir$ 
=======

`make production` also fails but at the rss2html step.  I think this is something to do with the Path but I'm not clear on how to debug this further.  My uneducated guess would be something to do with the quote marks.

My opam switch is on 4.01.0 and I have the necessary packages installed (although I have `openssl` and `pkg-config` rather than `libssl-dev`).  Can anyone give me some suggestions as to what I should try next?

Best wishes,
Amir




More information about the Infrastructure mailing list