[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MirageOS-devel] Error installing mirage ERROR while installing lwt.2.4.8



Hello mirage folks,

Anyone got any ideas how I might move past this error on installation?

It seems to be barfing at "ERROR while installing lwt.2.4.8"

ubuntu@contiki:~/opam$ opam --version
1.3.0~dev


ubuntu@contiki:~/opam$ ocaml -version
The OCaml toplevel, version 4.01.0

thanks!


Error log:



ubuntu@contiki:~/opam$ opam install mirage
The following actions will be performed:
  â  install type_conv    111.13.00           [required by cstruct, ipaddr]
  â  install lwt          2.4.8               [required by mirage]
  â  install sexplib      111.25.00           [required by mirage]
  â  install ipaddr       2.6.1               [required by mirage]
  â  install cstruct      1.6.0               [required by mirage]
  â  install io-page      1.5.1               [required by mirage]
  â  install mirage-types 2.3.0               [required by mirage]
  â  install mirage       2.4.0
===== â  8 =====
Do you want to continue ? [Y/n] y

=-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

[cstruct] Archive in cache
[io-page] Archive in cache
[ipaddr] Archive in cache
[lwt] Archive in cache
[mirage] Archive in cache
[mirage-types] Archive in cache
[sexplib] Archive in cache
[type_conv] Archive in cache

=-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[ERROR] The compilation of lwt failed at "./configure --prefix 
/home/ubuntu/.opam/system --disable-libev --enable-camlp4 --disable-react 
--disable-ssl --enable-unix --enable-preemptive --disable-glib --disable-ppx".
[ERROR] The compilation of type_conv failed at "make".
Processing  2/8: [type_conv: ocamlfind remove]
#=== ERROR while installing lwt.2.4.8 =========================================#
# opam-version 1.3.0~dev (aa4a63731124d7e366a3d1dab51ef0117e395b3e)
# os           linux
# command      ./configure --prefix /home/ubuntu/.opam/system --disable-libev 
--enable-camlp4 --disable-react --disable-ssl --enable-unix --enable-preemptive 
--disable-glib --disable-ppx
# path         /home/ubuntu/.opam/system/build/lwt.2.4.8
# exit-code    1
# env-file     /home/ubuntu/.opam/system/build/lwt.2.4.8/lwt-29740-ad8886.env
# stdout-file  /home/ubuntu/.opam/system/build/lwt.2.4.8/lwt-29740-ad8886.out
# stderr-file  /home/ubuntu/.opam/system/build/lwt.2.4.8/lwt-29740-ad8886.err
### stderr ###
# [...]
# ocamlfind: Package `camlp4.extend' not found
# W: Field 'pkg_camlp4_extend' is not set: Command 
''/home/ubuntu/.opam/system/bin/ocamlfind' query -format %d camlp4.extend > 
'/tmp/oasis-e3b9be.txt'' terminated with error code 2
# ocamlfind: Package `camlp4' not found
# W: Failure("Command ''/home/ubuntu/.opam/system/bin/ocamlfind' query -format 
%d camlp4 > '/tmp/oasis-8a8bb8.txt'' terminated with error code 2")
# ocamlfind: Package `camlp4' not found
# W: Failure("Command ''/home/ubuntu/.opam/system/bin/ocamlfind' query -format 
%d camlp4 > '/tmp/oasis-e58da4.txt'' terminated with error code 2")
# ocamlfind: Package `camlp4.quotations.o' not found
# W: Failure("Command ''/home/ubuntu/.opam/system/bin/ocamlfind' query -format 
%d camlp4.quotations.o > '/tmp/oasis-9d9b6e.txt'' terminated with error code 2")
# E: Cannot find findlib package camlp4
# E: Cannot find findlib package camlp4.extend
# E: Cannot find findlib package camlp4.quotations.o
# E: Failure("3 configuration errors")


#=== ERROR while installing type_conv.111.13.00 ===============================#
# opam-version 1.3.0~dev (aa4a63731124d7e366a3d1dab51ef0117e395b3e)
# os           linux
# command      make
# path         /home/ubuntu/.opam/system/build/type_conv.111.13.00
# exit-code    2
# env-file     
/home/ubuntu/.opam/system/build/type_conv.111.13.00/type_conv-29740-6cc03f.env
# stdout-file  
/home/ubuntu/.opam/system/build/type_conv.111.13.00/type_conv-29740-6cc03f.out
# stderr-file  
/home/ubuntu/.opam/system/build/type_conv.111.13.00/type_conv-29740-6cc03f.err
### stdout ###
# ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || 
ocamlc -o setup.exe setup.ml
# rm -f setup.cmx setup.cmi setup.o setup.obj setup.cmo
# ./setup.exe -configure
### stderr ###
# W: Field 'camlp4o' is not set
# ocamlfind: Package `camlp4.quotations' not found
# W: Field 'pkg_camlp4_quotations' is not set: Command 
''/home/ubuntu/.opam/system/bin/ocamlfind' query -format %d camlp4.quotations > 
'/tmp/oasis-7d50d0.txt'' terminated with error code 2
# ocamlfind: Package `camlp4.extend' not found
# W: Field 'pkg_camlp4_extend' is not set: Command 
''/home/ubuntu/.opam/system/bin/ocamlfind' query -format %d camlp4.extend > 
'/tmp/oasis-6de0fc.txt'' terminated with error code 2
# E: Cannot find external tool 'camlp4o'
# E: Cannot find findlib package camlp4.extend
# E: Cannot find findlib package camlp4.quotations
# E: Failure("3 configuration errors")
# make: *** [setup.data] Error 1



=-=- Error report -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
The following actions were aborted
  â  install cstruct      1.6.0
  â  install io-page      1.5.1
  â  install ipaddr       2.6.1
  â  install mirage       2.4.0
  â  install mirage-types 2.3.0
  â  install sexplib      111.25.00
The following actions failed
  â  install lwt       2.4.8
  â  install type_conv 111.13.00
No changes have been performed
ubuntu@contiki:~/opam$


_______________________________________________
MirageOS-devel mailing list
MirageOS-devel@xxxxxxxxxxxxxxxxxxxx
http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.