Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.64 KB | None | 0 0
  1. make[2]: Entering directory '/tmp/buildd/libre-ocaml-1.2.2'
  2. ocamlopt.opt -o setup.bin setup.ml || ocamlopt -o setup.bin setup.ml || ocamlc -o setup.bin setup.ml
  3. rm -f setup.cmx setup.cmi setup.o setup.cmo
  4. ./setup.bin -configure
  5.  
  6. Configuration:
  7. ocamlfind: ........................................... /usr/bin/ocamlfind
  8. ocamlc: .............................................. /usr/bin/ocamlc.opt
  9. ocamlopt: ............................................ /usr/bin/ocamlopt.opt
  10. ocamlbuild: .......................................... /usr/bin/ocamlbuild
  11. Package name: ........................................ re
  12. Package version: ..................................... 1.2.1
  13. os_type: ............................................. Unix
  14. system: .............................................. linux
  15. architecture: ........................................ amd64
  16. ccomp_type: .......................................... cc
  17. ocaml_version: ....................................... 4.01.0
  18. standard_library_default: ............................ /usr/lib/ocaml
  19. standard_library: .................................... /usr/lib/ocaml
  20. standard_runtime: .................................... /usr/bin/ocamlrun
  21. bytecomp_c_compiler: ................................. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
  22. native_c_compiler: ................................... gcc -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
  23. model: ............................................... default
  24. ext_obj: ............................................. .o
  25. ext_asm: ............................................. .s
  26. ext_lib: ............................................. .a
  27. ext_dll: ............................................. .so
  28. default_executable_name: ............................. a.out
  29. systhread_supported: ................................. true
  30. Install architecture-independent files dir: .......... /usr/local
  31. Install architecture-dependent files in dir: ......... $prefix
  32. User executables: .................................... $exec_prefix/bin
  33. System admin executables: ............................ $exec_prefix/sbin
  34. Program executables: ................................. $exec_prefix/libexec
  35. Read-only single-machine data: ....................... $prefix/etc
  36. Modifiable architecture-independent data: ............ $prefix/com
  37. Modifiable single-machine data: ...................... $prefix/var
  38. Object code libraries: ............................... $exec_prefix/lib
  39. Read-only arch-independent data root: ................ $prefix/share
  40. Read-only architecture-independent data: ............. $datarootdir
  41. Info documentation: .................................. $datarootdir/info
  42. Locale-dependent data: ............................... $datarootdir/locale
  43. Man documentation: ................................... $datarootdir/man
  44. Documentation root: .................................. $datarootdir/doc/$pkg_name
  45. HTML documentation: .................................. $docdir
  46. DVI documentation: ................................... $docdir
  47. PDF documentation: ................................... $docdir
  48. PS documentation: .................................... $docdir
  49. Prepend a path when installing package: .............. /tmp/buildd/libre-ocaml-1.2.2/debian/tmp
  50. findlib_version: ..................................... 1.5.5
  51. is_native: ........................................... true
  52. suffix_program: ......................................
  53. Remove a file.: ...................................... rm -f
  54. Remove a directory.: ................................. rm -rf
  55. Turn ocaml debug flag on: ............................ true
  56. Turn ocaml profile flag on: .......................... false
  57. Compiler support generation of .cmxs.: ............... false
  58. OCamlbuild additional flags: .........................
  59. Create documentations: ............................... true
  60. Compile tests executable and library and run them: ... false
  61. ocamldoc: ............................................ /usr/bin/ocamldoc
  62.  
  63. ./setup.bin -build
  64. Finished, 1 target (0 cached) in 00:00:00.
  65. + /usr/bin/ocamlfind ocamlc -where > /tmp/buildd/libre-ocaml-1.2.2/_build/ocamlc.where
  66. ocamlfind: Package `threads' not found
  67. Command exited with code 2.
  68. Compilation unsuccessful after building 1 target (0 cached) in 00:00:00.
  69. E: Failure("Command ''/usr/bin/ocamlbuild' lib/re.cma lib/re.cmxa lib/re.a lib/re_emacs.cma lib/re_emacs.cmxa lib/re_emacs.a lib/re_str.cma lib/re_str.cmxa lib/re_str.a lib/re_posix.cma lib/re_posix.cmxa lib/re_posix.a lib/re_glob.cma lib/re_glob.cmxa lib/re_glob.a lib/re_perl.cma lib/re_perl.cmxa lib/re_perl.a lib/re_pcre.cma lib/re_pcre.cmxa lib/re_pcre.a -tag debug' terminated with error code 10")
  70. Makefile:14: recipe for target 'build' failed
  71. make[2]: *** [build] Error 1
  72. make[2]: Leaving directory '/tmp/buildd/libre-ocaml-1.2.2'
  73. debian/rules:18: recipe for target 'override_dh_auto_build' failed
  74. make[1]: *** [override_dh_auto_build] Error 2
  75. make[1]: Leaving directory '/tmp/buildd/libre-ocaml-1.2.2'
  76. debian/rules:11: recipe for target 'build' failed
  77. make: *** [build] Error 2
  78. dpkg-buildpackage: error: debian/rules build gave error exit status 2
  79. E: Failed autobuilding of package
  80. W: no hooks of type C found -- ignoring
  81. I: unmounting /home/vagrant/buildroot/SRPMS filesystem
  82. I: unmounting /home/vagrant/buildroot/RPMS filesystem
  83. I: unmounting dev/pts filesystem
  84. I: unmounting run/shm filesystem
  85. I: unmounting proc filesystem
  86. -> Cleaning COW directory
  87. forking: rm -rf /var/cache/pbuilder/build//cow.8415
  88. /usr/share/planex/Makefile.rules:141: recipe for target '_build/RPMS/libre-ocaml-dev_1.2.2-1_amd64.deb' failed
  89. make: *** [_build/RPMS/libre-ocaml-dev_1.2.2-1_amd64.deb] Error 1
  90. vagrant@jessie:~/buildroot$ sudo poweroff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement