Advertisement
Guest User

Untitled

a guest
Aug 12th, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.28 KB | None | 0 0
  1. dan[odb]$ echo $OCAMLLIB
  2. /home/dan/ocaml/lib/ocaml
  3. dan[odb]$ echo $OCAMLPATH
  4. /home/dan/ocaml/odb/lib
  5. dan[odb]$ echo $ODB_BUILD_DIR
  6. /home/dan/ocaml/odb/build
  7. dan[odb]$ echo $ODB_INSTALL_DIR
  8. /home/dan/ocaml/odb
  9. dan[odb]$ ls /home/dan/ocaml/odb
  10. bin/ build/ lib/
  11. dan[odb]$ ls /home/dan/ocaml/odb/*
  12. /home/dan/ocaml/odb/bin:
  13.  
  14. /home/dan/ocaml/odb/build:
  15.  
  16. /home/dan/ocaml/odb/lib:
  17. stublibs/
  18. dan[odb]$ ls /home/dan/ocaml/odb/lib/stublibs/
  19. dan[odb]$ odb.ml oasis --debug
  20. 29 packages loaded from /home/dan/me/ocaml/odb/./packages
  21.  
  22. Getting URI: http://oasis.ocamlcore.org/dev/odb/stable/pkg/info/oasis
  23. Installing oasis
  24. Getting URI: http://oasis.ocamlcore.org/dev/odb/stable/pkg/info/unix
  25. Getting URI: http://oasis.ocamlcore.org/dev/odb/stable/pkg/info/odn
  26. Getting URI: http://oasis.ocamlcore.org/dev/odb/stable/pkg/info/ocamlyacc
  27. Getting URI: http://oasis.ocamlcore.org/dev/odb/stable/pkg/info/ocamlmod
  28. Getting URI: http://oasis.ocamlcore.org/dev/odb/stable/pkg/info/ocamllex
  29. Getting URI: http://oasis.ocamlcore.org/dev/odb/stable/pkg/info/ocamlify
  30. Getting URI: http://oasis.ocamlcore.org/dev/odb/stable/pkg/info/ocamlbuild
  31. Getting URI: http://oasis.ocamlcore.org/dev/odb/stable/pkg/info/make
  32. Getting URI: http://oasis.ocamlcore.org/dev/odb/stable/pkg/info/findlib
  33. Getting URI: http://oasis.ocamlcore.org/dev/odb/stable/pkg/info/dynlink
  34. Package unix installed
  35. Package odn not installed
  36. Installing odn
  37. Getting URI: http://oasis.ocamlcore.org/dev/odb/stable/pkg/info/type_conv
  38. Getting URI: http://oasis.ocamlcore.org/dev/odb/stable/pkg/info/camlp4
  39. Package type_conv not installed
  40. Installing type_conv
  41. Getting URI: http://oasis.ocamlcore.org/dev/odb/stable/pkg/info/camlp4o
  42. Package ocamlbuild installed
  43. Package camlp4o installed
  44. Package camlp4 installed
  45. Deps for type_conv satisfied
  46. Changing dirs from /home/dan/ocaml/odb/build to /home/dan/ocaml/odb/build/install-type_conv
  47.  
  48. Getting URI: http://oasis.ocamlcore.org/dev/odb/stable/pkg/type_conv-108.00.02.tar.gz
  49. % Total % Received % Xferd Average Speed Time Time Time Current
  50. Dload Upload Total Spent Left Speed
  51. 100 52344 100 52344 0 0 31000 0 0:00:01 0:00:01 --:--:-- 76468
  52. Tarball type_conv-108.00.02.tar.gz has md5 hash 164fcc28cd59fe6ce97a7b6816b402d8
  53. R:tar -zxf type_conv-108.00.02.tar.gz
  54. Returning to /home/dan/ocaml/odb/build
  55.  
  56. Extracted tarball for type_conv into /home/dan/ocaml/odb/build/install-type_conv
  57. package downloaded to /home/dan/ocaml/odb/build/install-type_conv/type_conv-108.00.02
  58. Changing dirs from /home/dan/ocaml/odb/build to /home/dan/ocaml/odb/build/install-type_conv/type_conv-108.00.02
  59.  
  60. Installing type_conv from /home/dan/ocaml/odb/build/install-type_conv/type_conv-108.00.02
  61. Now installing with Oasis
  62. R:ocaml setup.ml -configure --prefix /home/dan/ocaml/odb
  63.  
  64. Configuration:
  65. ocamlfind: ........................................... /home/dan/ocaml/bin/ocamlfind
  66. ocamlc: .............................................. /home/dan/ocaml/bin/ocamlc
  67. ocamlbuild: .......................................... /home/dan/ocaml/bin/ocamlbuild
  68. Package name: ........................................ type_conv
  69. Package version: ..................................... 108.00.02
  70. os_type: ............................................. Unix
  71. system: .............................................. linux_elf
  72. architecture: ........................................ i386
  73. ccomp_type: .......................................... cc
  74. ocaml_version: ....................................... 3.12.1
  75. standard_library_default: ............................ /home/dan/ocaml/lib/ocaml
  76. standard_library: .................................... /home/dan/ocaml/lib/ocaml
  77. standard_runtime: .................................... /home/dan/ocaml/bin/ocamlrun
  78. bytecomp_c_compiler: ................................. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
  79. native_c_compiler: ................................... gcc -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
  80. model: ............................................... default
  81. ext_obj: ............................................. .o
  82. ext_asm: ............................................. .s
  83. ext_lib: ............................................. .a
  84. ext_dll: ............................................. .so
  85. default_executable_name: ............................. a.out
  86. systhread_supported: ................................. true
  87. Install architecture-independent files dir: .......... /home/dan/ocaml/odb
  88. Install architecture-dependent files in dir: ......... $prefix
  89. User executables: .................................... $exec_prefix/bin
  90. System admin executables: ............................ $exec_prefix/sbin
  91. Program executables: ................................. $exec_prefix/libexec
  92. Read-only single-machine data: ....................... $prefix/etc
  93. Modifiable architecture-independent data: ............ $prefix/com
  94. Modifiable single-machine data: ...................... $prefix/var
  95. Object code libraries: ............................... $exec_prefix/lib
  96. Read-only arch-independent data root: ................ $prefix/share
  97. Read-only architecture-independent data: ............. $datarootdir
  98. Info documentation: .................................. $datarootdir/info
  99. Locale-dependent data: ............................... $datarootdir/locale
  100. Man documentation: ................................... $datarootdir/man
  101. Documentation root: .................................. $datarootdir/doc/$pkg_name
  102. HTML documentation: .................................. $docdir
  103. DVI documentation: ................................... $docdir
  104. PDF documentation: ................................... $docdir
  105. PS documentation: .................................... $docdir
  106. findlib_version: ..................................... 1.3.3
  107. is_native: ........................................... false
  108. suffix_program: ......................................
  109. Remove a file.: ...................................... rm -f
  110. Remove a directory.: ................................. rm -rf
  111. Turn ocaml debug flag on: ............................ true
  112. Turn ocaml profile flag on: .......................... false
  113. Compiler support generation of .cmxs.: ............... false
  114. OCamlbuild additional flags: .........................
  115. Create documentations: ............................... true
  116. Compile tests executable and library and run them: ... false
  117. camlp4o: ............................................. /home/dan/ocaml/bin/camlp4o
  118. pkg_camlp4_quotations: ............................... /home/dan/ocaml/lib/ocaml/camlp4
  119. pkg_camlp4_extend: ................................... /home/dan/ocaml/lib/ocaml/camlp4
  120. pkg_camlp4_macro: .................................... /home/dan/ocaml/lib/ocaml/camlp4
  121. ocamldoc: ............................................ /home/dan/ocaml/bin/ocamldoc
  122.  
  123. R:ocaml setup.ml -build
  124. Finished, 1 target (0 cached) in 00:00:00.
  125. + ocamlfind ocamldep -package camlp4.quotations -package camlp4.macro -package camlp4.extend -modules lib/pa_type_conv.mli > lib/pa_type_conv.mli.depends
  126. Command exited with code 127.
  127. Compilation unsuccessful after building 1 target (0 cached) in 00:00:00.
  128. E: Failure("Command '/home/dan/ocaml/bin/ocamlbuild -byte-plugin lib/pa_type_conv.cma -tag debug' terminated with error code 10")
  129. Exception: Failure "Could not build type_conv".
  130. dan[odb]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement