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

Bug#975821: ocp-indent: FTBFS: Error: Library "findlib" not found.



Source: ocp-indent
Version: 1.8.2-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201125 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dune build -p ocp-indent --verbose
> Workspace root: /<<PKGBUILDDIR>>
> Running[0]: /usr/bin/nproc > /tmp/duneb302ff.output 2> /dev/null
> Auto-detected concurrency: 4
> disable binary cache
> Running[1]: /usr/bin/ocamlc.opt -config > /tmp/dunefdf593.output
> Dune context:
>  { name = "default"
>  ; kind = "default"
>  ; profile = Release
>  ; merlin = true
>  ; for_host = None
>  ; fdo_target_exe = None
>  ; build_dir = "default"
>  ; toplevel_path = None
>  ; ocaml_bin = External "/usr/bin"
>  ; ocaml = Ok External "/usr/bin/ocaml"
>  ; ocamlc = External "/usr/bin/ocamlc.opt"
>  ; ocamlopt = Ok External "/usr/bin/ocamlopt.opt"
>  ; ocamldep = Ok External "/usr/bin/ocamldep.opt"
>  ; ocamlmklib = Ok External "/usr/bin/ocamlmklib.opt"
>  ; env =
>      map
>        { "CAML_LD_LIBRARY_PATH" :
>            "/<<PKGBUILDDIR>>/_build/install/default/lib/stublibs"
>        ; "INSIDE_DUNE" :
>            "/<<PKGBUILDDIR>>/_build/default"
>        ; "MANPATH" :
>            "/<<PKGBUILDDIR>>/_build/install/default/bin"
>        ; "OCAMLFIND_IGNORE_DUPS_IN" :
>            "/<<PKGBUILDDIR>>/_build/install/default/lib"
>        ; "OCAMLPATH" :
>            "/<<PKGBUILDDIR>>/_build/install/default/lib"
>        ; "OCAMLTOP_INCLUDE_PATH" :
>            "/<<PKGBUILDDIR>>/_build/install/default/lib/toplevel"
>        }
>  ; findlib_path = [ External "/usr/lib" ]
>  ; arch_sixtyfour = true
>  ; natdynlink_supported = true
>  ; supports_shared_libraries = true
>  ; ocaml_config =
>      { version = "4.11.1"
>      ; standard_library_default = "/usr/lib/ocaml"
>      ; standard_library = "/usr/lib/ocaml"
>      ; standard_runtime = "the_standard_runtime_variable_was_deleted"
>      ; ccomp_type = "cc"
>      ; c_compiler = "x86_64-linux-gnu-gcc"
>      ; ocamlc_cflags = [ "-O2"; "-fno-strict-aliasing"; "-fwrapv"; "-fPIC" ]
>      ; ocamlc_cppflags = [ "-D_FILE_OFFSET_BITS=64"; "-D_REENTRANT" ]
>      ; ocamlopt_cflags =
>          [ "-O2"; "-fno-strict-aliasing"; "-fwrapv"; "-fPIC" ]
>      ; ocamlopt_cppflags = [ "-D_FILE_OFFSET_BITS=64"; "-D_REENTRANT" ]
>      ; bytecomp_c_compiler =
>          [ "x86_64-linux-gnu-gcc"
>          ; "-O2"
>          ; "-fno-strict-aliasing"
>          ; "-fwrapv"
>          ; "-fPIC"
>          ; "-D_FILE_OFFSET_BITS=64"
>          ; "-D_REENTRANT"
>          ]
>      ; bytecomp_c_libraries = [ "-lm"; "-ldl"; "-lpthread" ]
>      ; native_c_compiler =
>          [ "x86_64-linux-gnu-gcc"
>          ; "-O2"
>          ; "-fno-strict-aliasing"
>          ; "-fwrapv"
>          ; "-fPIC"
>          ; "-D_FILE_OFFSET_BITS=64"
>          ; "-D_REENTRANT"
>          ]
>      ; native_c_libraries = [ "-lm"; "-ldl" ]
>      ; cc_profile = []
>      ; architecture = "amd64"
>      ; model = "default"
>      ; int_size = 63
>      ; word_size = 64
>      ; system = "linux"
>      ; asm = [ "x86_64-linux-gnu-as" ]
>      ; asm_cfi_supported = true
>      ; with_frame_pointers = false
>      ; ext_exe = ""
>      ; ext_obj = ".o"
>      ; ext_asm = ".s"
>      ; ext_lib = ".a"
>      ; ext_dll = ".so"
>      ; os_type = "Unix"
>      ; default_executable_name = "a.out"
>      ; systhread_supported = true
>      ; host = "x86_64-pc-linux-gnu"
>      ; target = "x86_64-pc-linux-gnu"
>      ; profiling = false
>      ; flambda = false
>      ; spacetime = false
>      ; safe_string = true
>      ; exec_magic_number = "Caml1999X028"
>      ; cmi_magic_number = "Caml1999I028"
>      ; cmo_magic_number = "Caml1999O028"
>      ; cma_magic_number = "Caml1999A028"
>      ; cmx_magic_number = "Caml1999Y028"
>      ; cmxa_magic_number = "Caml1999Z028"
>      ; ast_impl_magic_number = "Caml1999M028"
>      ; ast_intf_magic_number = "Caml1999N028"
>      ; cmxs_magic_number = "Caml1999D028"
>      ; cmt_magic_number = "Caml1999T028"
>      ; natdynlink_supported = true
>      ; supports_shared_libraries = true
>      ; windows_unicode = false
>      }
>  }
> Actual targets:
> - recursive alias @install
> Running[2]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl src/indentArgs.ml) > _build/default/src/.indentMain.eobjs/indentArgs.ml.d
> Running[3]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl src/indentMain.ml) > _build/default/src/.indentMain.eobjs/indentMain.ml.d
> Running[4]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl src/indentVersion.ml) > _build/default/src/.indentMain.eobjs/indentVersion.ml.d
> File "src/dune", line 34, characters 12-19:
> 34 |  (libraries findlib dynlink ocp-indent.lexer ocp-indent.utils)
>                  ^^^^^^^
> Error: Library "findlib" not found.
> Hint: try:
>   dune external-lib-deps --missing -p ocp-indent --verbose @install
> Running[5]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf src/indentLoader.mli) > _build/default/src/.ocp_indent_dynlink.objs/indentLoader.mli.d
> File "doc/dune", line 5, characters 10-25:
> 5 |    (run %{bin:ocp-indent} --help=groff)))
>               ^^^^^^^^^^^^^^^
> Error: Program ocp-indent not found in the tree or in PATH
>  (context: default)
> Running[6]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl src/indentLoader.ml) > _build/default/src/.ocp_indent_dynlink.objs/indentLoader.ml.d
> Running[7]: (cd _build/default && /usr/bin/ocamllex -q -o src/approx_lexer.ml src/approx_lexer.mll)
> Running[8]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl src/approx_tokens.ml) > _build/default/src/.ocp_indent_lexer.objs/approx_tokens.ml.d
> Running[9]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf src/indentExtend.mli) > _build/default/src/.ocp_indent_lexer.objs/indentExtend.mli.d
> Running[10]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl src/indentExtend.ml) > _build/default/src/.ocp_indent_lexer.objs/indentExtend.ml.d
> Running[11]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl src/compat.ml) > _build/default/src/.ocp_indent_utils.objs/compat.ml.d
> Running[12]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf src/nstream.mli) > _build/default/src/.ocp_indent_utils.objs/nstream.mli.d
> Running[13]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf src/pos.mli) > _build/default/src/.ocp_indent_utils.objs/pos.mli.d
> Running[14]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl src/util.ml) > _build/default/src/.ocp_indent_utils.objs/util.ml.d
> Running[15]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf src/indentBlock.mli) > _build/default/src/.ocp_indent_lib.objs/indentBlock.mli.d
> Running[16]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl src/indentBlock.ml) > _build/default/src/.ocp_indent_lib.objs/indentBlock.ml.d
> Running[17]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl src/nstream.ml) > _build/default/src/.ocp_indent_utils.objs/nstream.ml.d
> Running[18]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl src/pos.ml) > _build/default/src/.ocp_indent_utils.objs/pos.ml.d
> Running[19]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf src/indentConfig.mli) > _build/default/src/.ocp_indent_lib.objs/indentConfig.mli.d
> Running[20]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl src/indentConfig.ml) > _build/default/src/.ocp_indent_lib.objs/indentConfig.ml.d
> Running[21]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf src/indentPrinter.mli) > _build/default/src/.ocp_indent_lib.objs/indentPrinter.mli.d
> Running[22]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl src/indentPrinter.ml) > _build/default/src/.ocp_indent_lib.objs/indentPrinter.ml.d
> Running[23]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf src/indentArgs.mli) > _build/default/src/.indentMain.eobjs/indentArgs.mli.d
> Running[24]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.ocp_indent_lexer.objs/byte -no-alias-deps -o src/.ocp_indent_lexer.objs/byte/approx_tokens.cmo -c -impl src/approx_tokens.ml)
> Running[25]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl src/approx_lexer.ml) > _build/default/src/.ocp_indent_lexer.objs/approx_lexer.ml.d
> File "src/dune", line 40, characters 12-20:
> 40 |  (libraries cmdliner ocp-indent.lexer ocp-indent.lib ocp-indent.dynlink unix)
>                  ^^^^^^^^
> Error: Library "cmdliner" not found.
> Hint: try:
>   dune external-lib-deps --missing -p ocp-indent --verbose @install
> Running[26]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -intf-suffix .ml -no-alias-deps -o src/.ocp_indent_lexer.objs/native/approx_tokens.cmx -c -impl src/approx_tokens.ml)
> Running[27]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.ocp_indent_lexer.objs/byte -no-alias-deps -o src/.ocp_indent_lexer.objs/byte/indentExtend.cmi -c -intf src/indentExtend.mli)
> Running[28]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.ocp_indent_lexer.objs/byte -intf-suffix .ml -no-alias-deps -o src/.ocp_indent_lexer.objs/byte/indentExtend.cmo -c -impl src/indentExtend.ml)
> Running[29]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.ocp_indent_lexer.objs/byte -no-alias-deps -o src/.ocp_indent_lexer.objs/byte/approx_lexer.cmo -c -impl src/approx_lexer.ml)
> Running[30]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -intf-suffix .ml -no-alias-deps -o src/.ocp_indent_lexer.objs/native/indentExtend.cmx -c -impl src/indentExtend.ml)
> Running[31]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -intf-suffix .ml -no-alias-deps -o src/.ocp_indent_lexer.objs/native/approx_lexer.cmx -c -impl src/approx_lexer.ml)
> Running[32]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -no-alias-deps -o src/.ocp_indent_utils.objs/byte/compat.cmo -c -impl src/compat.ml)
> Running[33]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -no-alias-deps -o src/.ocp_indent_utils.objs/byte/pos.cmi -c -intf src/pos.mli)
> Running[34]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -no-alias-deps -o src/.ocp_indent_utils.objs/byte/util.cmo -c -impl src/util.ml)
> Running[35]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -a -o src/ocp_indent_lexer.cma src/.ocp_indent_lexer.objs/byte/approx_tokens.cmo src/.ocp_indent_lexer.objs/byte/indentExtend.cmo src/.ocp_indent_lexer.objs/byte/approx_lexer.cmo)
> Running[36]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -intf-suffix .ml -no-alias-deps -o src/.ocp_indent_utils.objs/byte/pos.cmo -c -impl src/pos.ml)
> Running[37]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -no-alias-deps -o src/.ocp_indent_utils.objs/byte/nstream.cmi -c -intf src/nstream.mli)
> Running[38]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w -9 -warn-error -57 -g -bin-annot -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -no-alias-deps -o src/.ocp_indent_lib.objs/byte/indentConfig.cmi -c -intf src/indentConfig.mli)
> Running[39]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -intf-suffix .ml -no-alias-deps -o src/.ocp_indent_utils.objs/byte/nstream.cmo -c -impl src/nstream.ml)
> Running[40]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w -9 -warn-error -57 -g -bin-annot -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -intf-suffix .ml -no-alias-deps -o src/.ocp_indent_lib.objs/byte/indentConfig.cmo -c -impl src/indentConfig.ml)
> Running[41]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w -9 -warn-error -57 -g -bin-annot -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -no-alias-deps -o src/.ocp_indent_lib.objs/byte/indentBlock.cmi -c -intf src/indentBlock.mli)
> Running[42]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -a -o src/ocp_indent_utils.cma src/.ocp_indent_utils.objs/byte/util.cmo src/.ocp_indent_utils.objs/byte/pos.cmo src/.ocp_indent_utils.objs/byte/nstream.cmo src/.ocp_indent_utils.objs/byte/compat.cmo)
> Running[43]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w -9 -warn-error -57 -g -bin-annot -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -intf-suffix .ml -no-alias-deps -o src/.ocp_indent_lib.objs/byte/indentBlock.cmo -c -impl src/indentBlock.ml)
> Running[44]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w -9 -warn-error -57 -g -bin-annot -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -no-alias-deps -o src/.ocp_indent_lib.objs/byte/indentPrinter.cmi -c -intf src/indentPrinter.mli)
> Running[45]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w -9 -warn-error -57 -g -bin-annot -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -intf-suffix .ml -no-alias-deps -o src/.ocp_indent_lib.objs/byte/indentPrinter.cmo -c -impl src/indentPrinter.ml)
> Running[46]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -intf-suffix .ml -no-alias-deps -o src/.ocp_indent_utils.objs/native/compat.cmx -c -impl src/compat.ml)
> Running[47]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -intf-suffix .ml -no-alias-deps -o src/.ocp_indent_utils.objs/native/pos.cmx -c -impl src/pos.ml)
> Running[48]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -intf-suffix .ml -no-alias-deps -o src/.ocp_indent_utils.objs/native/util.cmx -c -impl src/util.ml)
> Running[49]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -a -o src/ocp_indent_lexer.cmxa src/.ocp_indent_lexer.objs/native/approx_tokens.cmx src/.ocp_indent_lexer.objs/native/indentExtend.cmx src/.ocp_indent_lexer.objs/native/approx_lexer.cmx)
> Running[50]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -intf-suffix .ml -no-alias-deps -o src/.ocp_indent_utils.objs/native/nstream.cmx -c -impl src/nstream.ml)
> Running[51]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -shared -linkall -I src -o src/ocp_indent_lexer.cmxs src/ocp_indent_lexer.cmxa)
> Running[52]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w -9 -warn-error -57 -g -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_lib.objs/native -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -intf-suffix .ml -no-alias-deps -o src/.ocp_indent_lib.objs/native/indentConfig.cmx -c -impl src/indentConfig.ml)
> Running[53]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -a -o src/ocp_indent_utils.cmxa src/.ocp_indent_utils.objs/native/util.cmx src/.ocp_indent_utils.objs/native/pos.cmx src/.ocp_indent_utils.objs/native/nstream.cmx src/.ocp_indent_utils.objs/native/compat.cmx)
> Output[43]:
> File "src/indentBlock.ml", lines 1684-1686, characters 4-13:
> 1684 | ....{kind=KExpr i}::p,
> 1685 |     ({token=EOF} :: tok :: _ (* spurious warning 57 here *)
> 1686 |     | tok::_)
> Warning 57: Ambiguous or-pattern variables under guard;
> variable tok may match different arguments. (See manual section 9.5)
> Running[54]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w -9 -warn-error -57 -g -a -o src/ocp_indent_lib.cma src/.ocp_indent_lib.objs/byte/indentConfig.cmo src/.ocp_indent_lib.objs/byte/indentBlock.cmo src/.ocp_indent_lib.objs/byte/indentPrinter.cmo)
> Running[55]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -shared -linkall -I src -o src/ocp_indent_utils.cmxs src/ocp_indent_utils.cmxa)
> Running[56]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w -9 -warn-error -57 -g -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_lib.objs/native -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -intf-suffix .ml -no-alias-deps -o src/.ocp_indent_lib.objs/native/indentBlock.cmx -c -impl src/indentBlock.ml)
> Output[56]:
> File "src/indentBlock.ml", lines 1684-1686, characters 4-13:
> 1684 | ....{kind=KExpr i}::p,
> 1685 |     ({token=EOF} :: tok :: _ (* spurious warning 57 here *)
> 1686 |     | tok::_)
> Warning 57: Ambiguous or-pattern variables under guard;
> variable tok may match different arguments. (See manual section 9.5)
> Running[57]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w -9 -warn-error -57 -g -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_lib.objs/native -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -intf-suffix .ml -no-alias-deps -o src/.ocp_indent_lib.objs/native/indentPrinter.cmx -c -impl src/indentPrinter.ml)
> Running[58]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w -9 -warn-error -57 -g -a -o src/ocp_indent_lib.cmxa src/.ocp_indent_lib.objs/native/indentConfig.cmx src/.ocp_indent_lib.objs/native/indentBlock.cmx src/.ocp_indent_lib.objs/native/indentPrinter.cmx)
> Running[59]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w -9 -warn-error -57 -g -shared -linkall -I src -o src/ocp_indent_lib.cmxs src/ocp_indent_lib.cmxa)
> make[1]: *** [debian/rules:11: override_dh_auto_build] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/11/25/ocp-indent_1.8.2-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


Reply to: