1. * Package: dev-ml/parmap-1.0_rc5
  2. * Repository: gentoo
  3. * Maintainer: ml@gentoo.org
  4. * USE: abi_x86_64 amd64 elibc_glibc kernel_linux ocamlopt userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. Installed LAPACK for library directory lib64
  7. [1] reference *
  8. Installed BLAS for library directory lib64
  9. [1] reference *
  10. Installed CBLAS for library directory lib64
  11. [1] gsl
  12. [2] reference *
  13. >>> Unpacking source...
  14. >>> Unpacking parmap-1.0_rc5.tar.gz to /tmp/portage/dev-ml/parmap-1.0_rc5/work
  15. >>> Source unpacked in /tmp/portage/dev-ml/parmap-1.0_rc5/work
  16. >>> Preparing source in /tmp/portage/dev-ml/parmap-1.0_rc5/work/parmap-1.0-rc5 ...
  17. >>> Source prepared.
  18. >>> Configuring source in /tmp/portage/dev-ml/parmap-1.0_rc5/work/parmap-1.0-rc5 ...
  19. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64
  20. configure: loading site script /usr/share/config.site
  21. ./configure: 40: /usr/share/config.site: [[: Permission denied
  22. checking for x86_64-pc-linux-gnu-ocamlc... no
  23. checking for ocamlc... ocamlc
  24. OCaml version is 4.01.0
  25. OCaml library path is /usr/lib64/ocaml
  26. checking for x86_64-pc-linux-gnu-ocamlopt... no
  27. checking for ocamlopt... ocamlopt
  28. checking for x86_64-pc-linux-gnu-ocamlc.opt... no
  29. checking for ocamlc.opt... ocamlc.opt
  30. checking for x86_64-pc-linux-gnu-ocamlopt.opt... no
  31. checking for ocamlopt.opt... ocamlopt.opt
  32. checking for x86_64-pc-linux-gnu-ocaml... no
  33. checking for ocaml... ocaml
  34. checking for x86_64-pc-linux-gnu-ocamldep... no
  35. checking for ocamldep... ocamldep
  36. checking for x86_64-pc-linux-gnu-ocamlmktop... no
  37. checking for ocamlmktop... ocamlmktop
  38. checking for x86_64-pc-linux-gnu-ocamlmklib... no
  39. checking for ocamlmklib... ocamlmklib
  40. checking for x86_64-pc-linux-gnu-ocamldoc... no
  41. checking for ocamldoc... ocamldoc
  42. checking for x86_64-pc-linux-gnu-ocamlbuild... no
  43. checking for ocamlbuild... ocamlbuild
  44. checking for x86_64-pc-linux-gnu-ocamlfind... no
  45. checking for ocamlfind... ocamlfind
  46. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  47. checking whether the C compiler works... yes
  48. checking for C compiler default output file name... a.out
  49. checking for suffix of executables...
  50. checking whether we are cross compiling... no
  51. checking for suffix of object files... o
  52. checking whether we are using the GNU C compiler... yes
  53. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  54. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  55. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  56. checking for grep that handles long lines and -e... /bin/grep
  57. checking for egrep... /bin/grep -E
  58. checking for ANSI C header files... yes
  59. checking for sys/types.h... yes
  60. checking for sys/stat.h... yes
  61. checking for stdlib.h... yes
  62. checking for string.h... yes
  63. checking for memory.h... yes
  64. checking for strings.h... yes
  65. checking for inttypes.h... yes
  66. checking for stdint.h... yes
  67. checking for unistd.h... yes
  68. checking sched.h usability... yes
  69. checking sched.h presence... yes
  70. checking for sched.h... yes
  71. checking whether sched_setaffinity is declared... yes
  72. checking mach/thread_policy.h usability... no
  73. checking mach/thread_policy.h presence... no
  74. checking for mach/thread_policy.h... no
  75. checking whether thread_policy_set is declared... no
  76. ./configure: 4383: test: 0: unexpected operator
  77. ocamlbuild does not exists or it does not support -use-ocamlfind
  78. configure: creating ./config.status
  79. config.status: creating Makefile_3.11
  80. config.status: creating config.h
  81. >>> Source configured.
  82. >>> Compiling source in /tmp/portage/dev-ml/parmap-1.0_rc5/work/parmap-1.0-rc5 ...
  83. make -j24
  84. ocamlfind ocamlc -package "unix bigarray " -c bytearray.mli
  85. ocamlfind ocamlc -package "unix bigarray " -c parmap_utils.mli
  86. ocamlfind ocamlc -package "unix bigarray " -c parmap.mli
  87. ocamlfind ocamlc -package "unix bigarray " -c setcore.mli
  88. ocamlfind ocamlc -package "unix bigarray " -c parmap_utils.ml
  89. ocamlc -c bytearray_stubs.c
  90. ocamlc -c -cc "gcc -D_GNU_SOURCE -o setcore_stubs.o -fPIC" setcore_stubs.c
  91. ocamlfind ocamlopt -package "unix bigarray " -c parmap_utils.ml
  92. ocamlfind ocamlc -package "unix bigarray " -c bytearray.ml
  93. ocamlfind ocamlc -package "unix bigarray " -c parmap.ml
  94. ocamlfind ocamlopt -package "unix bigarray " -c bytearray.ml
  95. ocamlfind ocamlopt -package "unix bigarray " -c parmap.ml
  96. ocamlmklib -o parmap bytearray.cmo parmap_utils.cmo parmap.cmo bytearray_stubs.o setcore_stubs.o
  97. ocamlmklib -o parmap bytearray.cmx parmap_utils.cmx parmap.cmx bytearray_stubs.o setcore_stubs.o
  98. >>> Source compiled.
  99. >>> Test phase: dev-ml/parmap-1.0_rc5
  100. make -j24 tests
  101. cd tests; ocamlfind ocamlopt -linkpkg -package bigarray -package parmap -package unix utils.ml simplescale.ml -o simplescale.native
  102. ocamlfind: Package `parmap' not found
  103. Makefile:57: recipe for target 'tests' failed
  104. make: *** [tests] Error 2
  105. * ERROR: dev-ml/parmap-1.0_rc5::gentoo failed (test phase):
  106. * emake failed
  107. *
  108. * If you need support, post the output of `emerge --info '=dev-ml/parmap-1.0_rc5::gentoo'`,
  109. * the complete build log and the output of `emerge -pqv '=dev-ml/parmap-1.0_rc5::gentoo'`.
  110. * The complete build log is located at '/var/log/portage/dev-ml:parmap-1.0_rc5:20141030-140620.log'.
  111. * The ebuild environment file is located at '/tmp/portage/dev-ml/parmap-1.0_rc5/temp/environment'.
  112. * Working directory: '/tmp/portage/dev-ml/parmap-1.0_rc5/work/parmap-1.0-rc5'
  113. * S: '/tmp/portage/dev-ml/parmap-1.0_rc5/work/parmap-1.0-rc5'
  114. >>> Install parmap-1.0_rc5 into /tmp/portage/dev-ml/parmap-1.0_rc5/image/ category dev-ml
  115. make -j24 OCAMLLIBDIR=lib64/ocaml MANDIR=/tmp/portage/dev-ml/parmap-1.0_rc5/image//usr/share/man/man3o DESTDIR=/tmp/portage/dev-ml/parmap-1.0_rc5/image//usr install
  116. ocamlfind ocamlopt -shared -o parmap.cmxs bytearray_stubs.o setcore_stubs.o bytearray.cmx parmap_utils.cmx parmap.cmx
  117. ocamlfind remove parmap
  118. ocamlfind: [WARNING] No such directory: /usr/lib64/ocaml/parmap
  119. ocamlfind install parmap META bytearray.cmi parmap_utils.cmi parmap.cmi setcore.cmi parmap.cma parmap.cmxa parmap.cmxs *.a *.mli bytearray_stubs.o setcore_stubs.o *.so
  120. ocamlfind: Cannot mkdir /usr/lib64/ocaml/parmap: Permission denied
  121. Makefile:34: recipe for target 'install' failed
  122. make: *** [install] Error 2
  123. * ERROR: dev-ml/parmap-1.0_rc5::gentoo failed (install phase):
  124. * emake failed
  125. *
  126. * If you need support, post the output of `emerge --info '=dev-ml/parmap-1.0_rc5::gentoo'`,
  127. * the complete build log and the output of `emerge -pqv '=dev-ml/parmap-1.0_rc5::gentoo'`.
  128. * The complete build log is located at '/var/log/portage/dev-ml:parmap-1.0_rc5:20141030-140620.log'.
  129. * The ebuild environment file is located at '/tmp/portage/dev-ml/parmap-1.0_rc5/temp/environment'.
  130. * Working directory: '/tmp/portage/dev-ml/parmap-1.0_rc5/work/parmap-1.0-rc5'
  131. * S: '/tmp/portage/dev-ml/parmap-1.0_rc5/work/parmap-1.0-rc5'
  132. (null)*(null) --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
  133. (null)*(null) LOG FILE: "/var/log/sandbox/sandbox-255950.log"
  134. (null)*(null)
  135. VERSION 1.0
  136. FORMAT: F - Function called
  137. FORMAT: S - Access Status
  138. FORMAT: P - Path as passed to function
  139. FORMAT: A - Absolute Path (not canonical)
  140. FORMAT: R - Canonical Path
  141. FORMAT: C - Command Line
  142. F: mkdir
  143. S: deny
  144. P: /usr/lib64/ocaml/parmap
  145. A: /usr/lib64/ocaml/parmap
  146. R: /usr/lib64/ocaml/parmap
  147. C: ocamlfind install parmap META bytearray.cmi parmap_utils.cmi parmap.cmi setcore.cmi parmap.cma parmap.cmxa parmap.cmxs libparmap.a parmap.a bytearray.mli parmap.mli parmap_utils.mli setcore.mli bytearray_stubs.o setcore_stubs.o dllparmap.so
  148. (null)*(null) --------------------------------------------------------------------------------