Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 866750 Details for
Bug 911531
dev-ml/ocaml-ctypes-0.20.1 - Error: Unbound module Bigarray_compat
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-ml:ocaml-ctypes-0.20.1:20230731-180322.log
dev-ml:ocaml-ctypes-0.20.1:20230731-180322.log (text/plain), 5.47 KB, created by
Toralf Förster
on 2023-07-31 18:05:06 UTC
(
hide
)
Description:
dev-ml:ocaml-ctypes-0.20.1:20230731-180322.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2023-07-31 18:05:06 UTC
Size:
5.47 KB
patch
obsolete
> * Package: dev-ml/ocaml-ctypes-0.20.1:0/0.20.1 > * Repository: gentoo > * Maintainer: ml@gentoo.org gienah@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux ocamlopt > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking ocaml-ctypes-0.20.1.tar.gz to /var/tmp/portage/dev-ml/ocaml-ctypes-0.20.1/work >>>> Source unpacked in /var/tmp/portage/dev-ml/ocaml-ctypes-0.20.1/work >>>> Preparing source in /var/tmp/portage/dev-ml/ocaml-ctypes-0.20.1/work/ocaml-ctypes-0.20.1 ... > * Applying ocaml-ctypes-0.20.0-shuffle.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-ml/ocaml-ctypes-0.20.1/work/ocaml-ctypes-0.20.1 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-ml/ocaml-ctypes-0.20.1/work/ocaml-ctypes-0.20.1 ... >make -j5 -j1 >ocamlfind ocamlc -o discover -package str -strict-sequence -linkpkg src/discover/commands.mli src/discover/commands.ml src/discover/discover.ml -I src/discover >./discover -ocamlc "ocamlfind ocamlc" > libffi.config || (rm libffi.config && false) >testing for brew: .............................. unavailable >testing for MacPorts: .......................... unavailable >testing for pkg-config: ........................ available >testing for libffi: ............................ available >./src/discover/determine_as_needed_flags.sh >> asneeded.config >ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_ptr.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/ctypes/ctypes_ptr.ml >ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/lDouble.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" -I _build/src/cstubs -I _build/src/ctypes src/ctypes/lDouble.mli >ocamlfind opt -bin-annot -c -o _build/src/ctypes/lDouble.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/ctypes/lDouble.ml >ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/complexL.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" -I _build/src/cstubs -I _build/src/ctypes src/ctypes/complexL.mli >ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_primitive_types.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" -I _build/src/cstubs -I _build/src/ctypes src/ctypes/ctypes_primitive_types.mli >ocamlfind opt -bin-annot -c -o _build/src/ctypes/complexL.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/ctypes/complexL.ml >ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_primitive_types.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/ctypes/ctypes_primitive_types.ml >ocamlfind ocamlc -o gen_c_primitives -package str -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_c_primitives.ml -I src/configure >./gen_c_primitives > src/ctypes/ctypes_primitives.ml 2> gen_c_primitives.log || (rm src/ctypes/ctypes_primitives.ml && cat gen_c_primitives.log || false) >ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_primitives.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/ctypes/ctypes_primitives.ml >ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" -c -o _build/src/ctypes/ctypes_ptr.cmo -I _build/src/cstubs -I _build/src/ctypes src/ctypes/ctypes_ptr.ml >ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" -I _build/src/cstubs -I _build/src/ctypes src/ctypes/ctypes_bigarray.mli >File "src/ctypes/ctypes_bigarray.mli", line 16, characters 37-57: >16 | val bigarray : int array -> ('a, 'b) Bigarray_compat.kind -> 'l Bigarray_compat.layout -> > ^^^^^^^^^^^^^^^^^^^^ >Error: Unbound module Bigarray_compat >make: *** [Makefile.rules:126: _build/src/ctypes/ctypes_bigarray.cmi] Error 2 shuffle=3742537351 > * ERROR: dev-ml/ocaml-ctypes-0.20.1::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-ml/ocaml-ctypes-0.20.1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-ml/ocaml-ctypes-0.20.1::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-ml:ocaml-ctypes-0.20.1:20230731-180322.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-ml/ocaml-ctypes-0.20.1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-ml/ocaml-ctypes-0.20.1/temp/environment'. > * Working directory: '/var/tmp/portage/dev-ml/ocaml-ctypes-0.20.1/work/ocaml-ctypes-0.20.1' > * S: '/var/tmp/portage/dev-ml/ocaml-ctypes-0.20.1/work/ocaml-ctypes-0.20.1' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 911531
:
866749
| 866750 |
866751
|
866752
|
866753
|
866754
|
866755
|
866756