Your message dated Mon, 24 Feb 2020 06:49:53 +0000
with message-id <e1j67yv-0000bh...@fasolo.debian.org>
and subject line Bug#952373: fixed in opam-file-format 2.0.0-2
has caused the Debian Bug report #952373,
regarding Missing ABIzed dependencies
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
952373: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952373
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: opam
Version: 2.0.5-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> dune build --profile=release --verbose opam-installer.install opam.install
> # Workspace root: /<<PKGBUILDDIR>>
> Running[0]: /usr/bin/nproc > /tmp/dune963b63.output 2> /dev/null
> # Auto-detected concurrency: 4
> # disable binary cache
> Running[1]: /usr/bin/ocamlc.opt -config > /tmp/dune167f83.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 = External "/usr/bin/ocaml"
> # ; ocamlc = External "/usr/bin/ocamlc.opt"
> # ; ocamlopt = Some External "/usr/bin/ocamlopt.opt"
> # ; ocamldep = External "/usr/bin/ocamldep.opt"
> # ; ocamlmklib = External "/usr/bin/ocamlmklib.opt"
> # ;
> # env =
> # map
> # {
> # "CAML_LD_LIBRARY_PATH" :
> # "/<<PKGBUILDDIR>>/_build/install/default/lib/stublibs"
> # ; "DUNE_CONFIGURATOR" : "/usr/bin/ocamlc.opt"
> # ; "INSIDE_DUNE" : "1"
> # ; "MANPATH" : "/<<PKGBUILDDIR>>/_build/install/default/bin"
> # ;
> # "OCAMLFIND_IGNORE_DUPS_IN" :
> # "/<<PKGBUILDDIR>>/_build/install/default/lib"
> # ;
> # "OCAMLPATH" : "/<<PKGBUILDDIR>>/_build/install/default/lib"
> # }
> # ; findlib_path = [ External "/usr/lib/ocaml" ]
> # ; arch_sixtyfour = true
> # ; natdynlink_supported = true
> # ; supports_shared_libraries = true
> # ; opam_vars = map {}
> # ;
> # ocaml_config =
> # { version = "4.08.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" ]
> # ; ocamlopt_cflags = [ "-O2"; "-fno-strict-aliasing"; "-fwrapv" ]
> # ;
> # 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"
> # ; "-D_FILE_OFFSET_BITS=64"
> # ; "-D_REENTRANT"
> # ]
> # ; native_c_libraries = [ "-lm"; "-ldl" ]
> # ; cc_profile = [ "-pg" ]
> # ; 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 = true
> # ; flambda = false
> # ; spacetime = false
> # ; safe_string = false
> # ; exec_magic_number = "Caml1999X025"
> # ; cmi_magic_number = "Caml1999I025"
> # ; cmo_magic_number = "Caml1999O025"
> # ; cma_magic_number = "Caml1999A025"
> # ; cmx_magic_number = "Caml1999Y025"
> # ; cmxa_magic_number = "Caml1999Z025"
> # ; ast_impl_magic_number = "Caml1999M025"
> # ; ast_intf_magic_number = "Caml1999N025"
> # ; cmxs_magic_number = "Caml1999D025"
> # ; cmt_magic_number = "Caml1999T025"
> # ; natdynlink_supported = true
> # ; supports_shared_libraries = true
> # ; windows_unicode = false
> # }
> # ;
> # which =
> # map
> # { "ocaml" : Some External "/usr/bin/ocaml"
> # ; "ocamlc" : Some External "/usr/bin/ocamlc.opt"
> # ; "ocamlobjinfo" : Some External "/usr/bin/ocamlobjinfo.opt"
> # }
> # }
> # Actual targets:
> # - _build/default/opam-installer.install
> # - _build/default/opam.install
> Running[2]: (cd _build/default/src && /usr/bin/ocaml
> ../shell/context_flags.ml flags) > _build/default/src/ocaml-context-flags.sexp
> Running[3]: (cd _build/default/src && /usr/bin/ocaml ../shell/subst_var.ml
> CONF_OCAMLFLAGS '' ocaml-flags-standard.sexp.in) >
> _build/default/src/ocaml-flags-standard.sexp
> Running[4]: (cd _build/default/src/core && /usr/bin/ocaml
> ../../shell/subst_var.ml DEVELOPER false opamCoreConfig.ml.in) >
> _build/default/src/core/opamCoreConfig.ml
> Running[5]: (cd _build/default/src/core && /usr/bin/ocaml
> ../../shell/subst_var.ml PACKAGE_VERSION <error> opamVersion.ml.in) >
> _build/default/src/core/opamVersion.ml
> Running[6]: (cd _build/default && /usr/bin/ocamllex.opt -q -o
> src/format/opamLineLexer.ml src/format/opamLineLexer.mll)
> Running[7]: (cd _build/default/src/client && /bin/echo '()') >
> _build/default/src/client/linking.sexp
> Running[8]: (cd _build/default/src/state && /usr/bin/ocaml
> ../../shell/crunch.ml shellscripts/bwrap.sh shellscripts/complete.sh
> shellscripts/complete.zsh shellscripts/env_hook.csh
> shellscripts/env_hook.fish shellscripts/env_hook.sh shellscripts/env_hook.zsh
> shellscripts/prompt.sh shellscripts/sandbox_exec.sh) >
> _build/default/src/state/opamScript.ml
> Running[9]: (cd _build/default/src/client && /bin/sh -c 'git rev-parse
> --quiet --verify HEAD || echo .') > _build/default/src/client/git-sha 2>
> /dev/null
> Running[10]: (cd _build/default/src/client && /usr/bin/ocaml
> ../../shell/subst_var.ml CONF_MANIFEST_O '' manifest.sexp.in) >
> _build/default/src/client/manifest.sexp
> Running[11]: (cd _build/default/src/client && /usr/bin/ocaml
> get-git-version.ml) > _build/default/src/client/opamGitVersion.ml
> Running[12]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/format/opamFile.mli) >
> _build/default/src/format/.opam_format.objs/opamFile.mli.d
> Running[13]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/format/opamFile.ml) >
> _build/default/src/format/.opam_format.objs/opamFile.ml.d
> Running[14]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/format/opamFilter.mli) >
> _build/default/src/format/.opam_format.objs/opamFilter.mli.d
> Running[15]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/format/opamFilter.ml) >
> _build/default/src/format/.opam_format.objs/opamFilter.ml.d
> Running[16]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/format/opamFormat.mli) >
> _build/default/src/format/.opam_format.objs/opamFormat.mli.d
> Running[17]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/format/opamFormat.ml) >
> _build/default/src/format/.opam_format.objs/opamFormat.ml.d
> Running[18]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/format/opamFormatConfig.mli) >
> _build/default/src/format/.opam_format.objs/opamFormatConfig.mli.d
> Running[19]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/format/opamFormatConfig.ml) >
> _build/default/src/format/.opam_format.objs/opamFormatConfig.ml.d
> Running[20]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/format/opamFormula.mli) >
> _build/default/src/format/.opam_format.objs/opamFormula.mli.d
> Running[21]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/format/opamFormula.ml) >
> _build/default/src/format/.opam_format.objs/opamFormula.ml.d
> Running[22]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/format/opamLineLexer.mli) >
> _build/default/src/format/.opam_format.objs/opamLineLexer.mli.d
> Running[23]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/format/opamLineLexer.ml) >
> _build/default/src/format/.opam_format.objs/opamLineLexer.ml.d
> Running[24]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/format/opamPackage.mli) >
> _build/default/src/format/.opam_format.objs/opamPackage.mli.d
> Running[25]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/format/opamPackage.ml) >
> _build/default/src/format/.opam_format.objs/opamPackage.ml.d
> Running[26]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/format/opamPath.mli) >
> _build/default/src/format/.opam_format.objs/opamPath.mli.d
> Running[27]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/format/opamPath.ml) >
> _build/default/src/format/.opam_format.objs/opamPath.ml.d
> Running[28]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/format/opamPp.mli) >
> _build/default/src/format/.opam_format.objs/opamPp.mli.d
> Running[29]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/format/opamPp.ml) >
> _build/default/src/format/.opam_format.objs/opamPp.ml.d
> Running[30]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/format/opamRepositoryName.mli) >
> _build/default/src/format/.opam_format.objs/opamRepositoryName.mli.d
> Running[31]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/format/opamRepositoryName.ml) >
> _build/default/src/format/.opam_format.objs/opamRepositoryName.ml.d
> Running[32]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/format/opamSwitch.mli) >
> _build/default/src/format/.opam_format.objs/opamSwitch.mli.d
> Running[33]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/format/opamSwitch.ml) >
> _build/default/src/format/.opam_format.objs/opamSwitch.ml.d
> Running[34]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/format/opamTypesBase.mli) >
> _build/default/src/format/.opam_format.objs/opamTypesBase.mli.d
> Running[35]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/format/opamTypesBase.ml) >
> _build/default/src/format/.opam_format.objs/opamTypesBase.ml.d
> Running[36]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/format/opamVariable.mli) >
> _build/default/src/format/.opam_format.objs/opamVariable.mli.d
> Running[37]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/format/opamVariable.ml) >
> _build/default/src/format/.opam_format.objs/opamVariable.ml.d
> Running[38]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/format/opamTypes.mli) >
> _build/default/src/format/.opam_format.objs/opamTypes.mli.d
> Running[39]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/tools/opam_installer.ml) >
> _build/default/src/tools/.opam_installer.eobjs/opam_installer.ml.d
> Running[40]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/client/opamAction.mli) >
> _build/default/src/client/.opam_client.objs/opamAction.mli.d
> Running[41]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/client/opamAction.ml) >
> _build/default/src/client/.opam_client.objs/opamAction.ml.d
> Running[42]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/client/opamAdminCheck.mli) >
> _build/default/src/client/.opam_client.objs/opamAdminCheck.mli.d
> Running[43]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/client/opamAdminCheck.ml) >
> _build/default/src/client/.opam_client.objs/opamAdminCheck.ml.d
> Running[44]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/client/opamAdminCommand.mli) >
> _build/default/src/client/.opam_client.objs/opamAdminCommand.mli.d
> Running[45]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/client/opamAdminCommand.ml) >
> _build/default/src/client/.opam_client.objs/opamAdminCommand.ml.d
> Running[46]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/client/opamAdminRepoUpgrade.mli) >
> _build/default/src/client/.opam_client.objs/opamAdminRepoUpgrade.mli.d
> Running[47]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/client/opamAdminRepoUpgrade.ml) >
> _build/default/src/client/.opam_client.objs/opamAdminRepoUpgrade.ml.d
> Running[48]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/client/opamArg.mli) >
> _build/default/src/client/.opam_client.objs/opamArg.mli.d
> Running[49]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/client/opamArg.ml) >
> _build/default/src/client/.opam_client.objs/opamArg.ml.d
> Running[50]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/client/opamAuxCommands.mli) >
> _build/default/src/client/.opam_client.objs/opamAuxCommands.mli.d
> Running[51]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/client/opamAuxCommands.ml) >
> _build/default/src/client/.opam_client.objs/opamAuxCommands.ml.d
> Running[52]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/client/opamClient.mli) >
> _build/default/src/client/.opam_client.objs/opamClient.mli.d
> Running[53]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/client/opamClient.ml) >
> _build/default/src/client/.opam_client.objs/opamClient.ml.d
> Running[54]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/client/opamClientConfig.mli) >
> _build/default/src/client/.opam_client.objs/opamClientConfig.mli.d
> Running[55]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/client/opamClientConfig.ml) >
> _build/default/src/client/.opam_client.objs/opamClientConfig.ml.d
> Running[56]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/client/opamCommands.mli) >
> _build/default/src/client/.opam_client.objs/opamCommands.mli.d
> Running[57]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/client/opamCommands.ml) >
> _build/default/src/client/.opam_client.objs/opamCommands.ml.d
> Running[58]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/client/opamConfigCommand.mli) >
> _build/default/src/client/.opam_client.objs/opamConfigCommand.mli.d
> Running[59]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/client/opamConfigCommand.ml) >
> _build/default/src/client/.opam_client.objs/opamConfigCommand.ml.d
> Running[60]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/client/opamGitVersion.mli) >
> _build/default/src/client/.opam_client.objs/opamGitVersion.mli.d
> Running[61]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/client/opamGitVersion.ml) >
> _build/default/src/client/.opam_client.objs/opamGitVersion.ml.d
> Running[62]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/client/opamInitDefaults.mli) >
> _build/default/src/client/.opam_client.objs/opamInitDefaults.mli.d
> Running[63]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/client/opamInitDefaults.ml) >
> _build/default/src/client/.opam_client.objs/opamInitDefaults.ml.d
> Running[64]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/client/opamListCommand.mli) >
> _build/default/src/client/.opam_client.objs/opamListCommand.mli.d
> Running[65]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/client/opamListCommand.ml) >
> _build/default/src/client/.opam_client.objs/opamListCommand.ml.d
> Running[66]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/client/opamPinCommand.mli) >
> _build/default/src/client/.opam_client.objs/opamPinCommand.mli.d
> Running[67]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/client/opamPinCommand.ml) >
> _build/default/src/client/.opam_client.objs/opamPinCommand.ml.d
> Running[68]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/client/opamRepositoryCommand.mli) >
> _build/default/src/client/.opam_client.objs/opamRepositoryCommand.mli.d
> Running[69]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/client/opamRepositoryCommand.ml) >
> _build/default/src/client/.opam_client.objs/opamRepositoryCommand.ml.d
> Running[70]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/client/opamSolution.mli) >
> _build/default/src/client/.opam_client.objs/opamSolution.mli.d
> Running[71]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/client/opamSolution.ml) >
> _build/default/src/client/.opam_client.objs/opamSolution.ml.d
> Running[72]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/client/opamSwitchCommand.mli) >
> _build/default/src/client/.opam_client.objs/opamSwitchCommand.mli.d
> Running[73]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/client/opamSwitchCommand.ml) >
> _build/default/src/client/.opam_client.objs/opamSwitchCommand.ml.d
> Running[74]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/client/opamMain.ml) >
> _build/default/src/client/.opamMain.eobjs/opamMain.ml.d
> Running[75]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/client/opamManifest.ml) >
> _build/default/src/client/.opamMain.eobjs/opamManifest.ml.d
> Running[76]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/repository/opamDarcs.mli) >
> _build/default/src/repository/.opam_repository.objs/opamDarcs.mli.d
> Running[77]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/repository/opamDownload.mli) >
> _build/default/src/repository/.opam_repository.objs/opamDownload.mli.d
> Running[78]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/repository/opamGit.mli) >
> _build/default/src/repository/.opam_repository.objs/opamGit.mli.d
> Running[79]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/repository/opamHTTP.mli) >
> _build/default/src/repository/.opam_repository.objs/opamHTTP.mli.d
> Running[80]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/repository/opamHg.mli) >
> _build/default/src/repository/.opam_repository.objs/opamHg.mli.d
> Running[81]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/repository/opamLocal.mli) >
> _build/default/src/repository/.opam_repository.objs/opamLocal.mli.d
> Running[82]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/repository/opamRepository.mli) >
> _build/default/src/repository/.opam_repository.objs/opamRepository.mli.d
> Running[83]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/repository/opamRepositoryBackend.mli) >
> _build/default/src/repository/.opam_repository.objs/opamRepositoryBackend.mli.d
> Running[84]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/repository/opamRepositoryConfig.mli) >
> _build/default/src/repository/.opam_repository.objs/opamRepositoryConfig.mli.d
> Running[85]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/repository/opamRepositoryPath.mli) >
> _build/default/src/repository/.opam_repository.objs/opamRepositoryPath.mli.d
> Running[86]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/repository/opamVCS.mli) >
> _build/default/src/repository/.opam_repository.objs/opamVCS.mli.d
> Running[87]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/repository/opamDarcs.ml) >
> _build/default/src/repository/.opam_repository.objs/opamDarcs.ml.d
> Running[88]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/repository/opamDownload.ml) >
> _build/default/src/repository/.opam_repository.objs/opamDownload.ml.d
> Running[89]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/repository/opamGit.ml) >
> _build/default/src/repository/.opam_repository.objs/opamGit.ml.d
> Running[90]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/repository/opamHTTP.ml) >
> _build/default/src/repository/.opam_repository.objs/opamHTTP.ml.d
> Running[91]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/repository/opamHg.ml) >
> _build/default/src/repository/.opam_repository.objs/opamHg.ml.d
> Running[92]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/repository/opamLocal.ml) >
> _build/default/src/repository/.opam_repository.objs/opamLocal.ml.d
> Running[93]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/repository/opamRepository.ml) >
> _build/default/src/repository/.opam_repository.objs/opamRepository.ml.d
> Running[94]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/repository/opamRepositoryBackend.ml) >
> _build/default/src/repository/.opam_repository.objs/opamRepositoryBackend.ml.d
> Running[95]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/repository/opamRepositoryConfig.ml) >
> _build/default/src/repository/.opam_repository.objs/opamRepositoryConfig.ml.d
> Running[96]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/repository/opamRepositoryPath.ml) >
> _build/default/src/repository/.opam_repository.objs/opamRepositoryPath.ml.d
> Running[97]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/repository/opamVCS.ml) >
> _build/default/src/repository/.opam_repository.objs/opamVCS.ml.d
> Running[98]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/solver/opamActionGraph.mli) >
> _build/default/src/solver/.opam_solver.objs/opamActionGraph.mli.d
> Running[99]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/solver/opamBuiltinMccs.mli) >
> _build/default/src/solver/.opam_solver.objs/opamBuiltinMccs.mli.d
> Running[100]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/solver/opamCudf.mli) >
> _build/default/src/solver/.opam_solver.objs/opamCudf.mli.d
> Running[101]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/solver/opamCudfSolver.mli) >
> _build/default/src/solver/.opam_solver.objs/opamCudfSolver.mli.d
> Running[102]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/solver/opamCudfSolverSig.ml) >
> _build/default/src/solver/.opam_solver.objs/opamCudfSolverSig.ml.d
> Running[103]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/solver/opamSolver.mli) >
> _build/default/src/solver/.opam_solver.objs/opamSolver.mli.d
> Running[104]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/solver/opamSolverConfig.mli) >
> _build/default/src/solver/.opam_solver.objs/opamSolverConfig.mli.d
> Running[105]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/solver/opamActionGraph.ml) >
> _build/default/src/solver/.opam_solver.objs/opamActionGraph.ml.d
> Running[106]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/solver/opamBuiltinMccs.ml) >
> _build/default/src/solver/.opam_solver.objs/opamBuiltinMccs.ml.d
> Running[107]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/solver/opamCudf.ml) >
> _build/default/src/solver/.opam_solver.objs/opamCudf.ml.d
> Running[108]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/solver/opamCudfSolver.ml) >
> _build/default/src/solver/.opam_solver.objs/opamCudfSolver.ml.d
> Running[109]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/solver/opamSolver.ml) >
> _build/default/src/solver/.opam_solver.objs/opamSolver.ml.d
> Running[110]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/solver/opamSolverConfig.ml) >
> _build/default/src/solver/.opam_solver.objs/opamSolverConfig.ml.d
> Running[111]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/state/opamEnv.mli) >
> _build/default/src/state/.opam_state.objs/opamEnv.mli.d
> Running[112]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/state/opamFileTools.mli) >
> _build/default/src/state/.opam_state.objs/opamFileTools.mli.d
> Running[113]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/state/opamFormatUpgrade.mli) >
> _build/default/src/state/.opam_state.objs/opamFormatUpgrade.mli.d
> Running[114]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/state/opamGlobalState.mli) >
> _build/default/src/state/.opam_state.objs/opamGlobalState.mli.d
> Running[115]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/state/opamPackageVar.mli) >
> _build/default/src/state/.opam_state.objs/opamPackageVar.mli.d
> Running[116]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/state/opamPinned.mli) >
> _build/default/src/state/.opam_state.objs/opamPinned.mli.d
> Running[117]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/state/opamRepositoryState.mli) >
> _build/default/src/state/.opam_state.objs/opamRepositoryState.mli.d
> Running[118]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/state/opamScript.mli) >
> _build/default/src/state/.opam_state.objs/opamScript.mli.d
> Running[119]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/state/opamStateConfig.mli) >
> _build/default/src/state/.opam_state.objs/opamStateConfig.mli.d
> Running[120]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/state/opamStateTypes.mli) >
> _build/default/src/state/.opam_state.objs/opamStateTypes.mli.d
> Running[121]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/state/opamSwitchAction.mli) >
> _build/default/src/state/.opam_state.objs/opamSwitchAction.mli.d
> Running[122]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/state/opamSwitchState.mli) >
> _build/default/src/state/.opam_state.objs/opamSwitchState.mli.d
> Running[123]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/state/opamSysPoll.mli) >
> _build/default/src/state/.opam_state.objs/opamSysPoll.mli.d
> Running[124]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/state/opamUpdate.mli) >
> _build/default/src/state/.opam_state.objs/opamUpdate.mli.d
> Running[125]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/state/opamEnv.ml) > _build/default/src/state/.opam_state.objs/opamEnv.ml.d
> Running[126]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/state/opamFileTools.ml) >
> _build/default/src/state/.opam_state.objs/opamFileTools.ml.d
> Running[127]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/state/opamFormatUpgrade.ml) >
> _build/default/src/state/.opam_state.objs/opamFormatUpgrade.ml.d
> Running[128]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/state/opamGlobalState.ml) >
> _build/default/src/state/.opam_state.objs/opamGlobalState.ml.d
> Running[129]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/state/opamPackageVar.ml) >
> _build/default/src/state/.opam_state.objs/opamPackageVar.ml.d
> Running[130]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/state/opamPinned.ml) >
> _build/default/src/state/.opam_state.objs/opamPinned.ml.d
> Running[131]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/state/opamRepositoryState.ml) >
> _build/default/src/state/.opam_state.objs/opamRepositoryState.ml.d
> Running[132]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/state/opamScript.ml) >
> _build/default/src/state/.opam_state.objs/opamScript.ml.d
> Running[133]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/state/opamStateConfig.ml) >
> _build/default/src/state/.opam_state.objs/opamStateConfig.ml.d
> Running[134]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/state/opamSwitchAction.ml) >
> _build/default/src/state/.opam_state.objs/opamSwitchAction.ml.d
> Running[135]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/state/opamSwitchState.ml) >
> _build/default/src/state/.opam_state.objs/opamSwitchState.ml.d
> Running[136]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/state/opamSysPoll.ml) >
> _build/default/src/state/.opam_state.objs/opamSysPoll.ml.d
> Running[137]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/state/opamUpdate.ml) >
> _build/default/src/state/.opam_state.objs/opamUpdate.ml.d
> Running[138]: (cd _build/default && /usr/bin/cppo -V OCAML:4.08.1
> src/core/opamCompat.mli) > _build/default/src/core/opamCompat.pp.mli
> Running[139]: (cd _build/default && /usr/bin/cppo -V OCAML:4.08.1
> src/core/opamCompat.ml) > _build/default/src/core/opamCompat.pp.ml
> Running[140]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/core/opamCompat.pp.mli) >
> _build/default/src/core/.opam_core.objs/opamCompat.pp.mli.d
> Running[141]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/core/opamConsole.mli) >
> _build/default/src/core/.opam_core.objs/opamConsole.mli.d
> Running[142]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/core/opamConsole.ml) >
> _build/default/src/core/.opam_core.objs/opamConsole.ml.d
> Running[143]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/core/opamCompat.pp.ml) >
> _build/default/src/core/.opam_core.objs/opamCompat.pp.ml.d
> Running[144]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I src/core/.opam_core.objs/byte
> -I /usr/lib/ocaml/ocamlgraph -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq
> -no-alias-deps -o src/core/.opam_core.objs/byte/opamCompat.cmi -c -intf
> src/core/opamCompat.pp.mli)
> Running[145]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/core/opamCoreConfig.mli) >
> _build/default/src/core/.opam_core.objs/opamCoreConfig.mli.d
> Running[146]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/core/opamCoreConfig.ml) >
> _build/default/src/core/.opam_core.objs/opamCoreConfig.ml.d
> Running[147]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/core/opamDirTrack.mli) >
> _build/default/src/core/.opam_core.objs/opamDirTrack.mli.d
> Running[148]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I src/core/.opam_core.objs/byte
> -I /usr/lib/ocaml/ocamlgraph -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq
> -no-alias-deps -o src/core/.opam_core.objs/byte/opamCoreConfig.cmi -c -intf
> src/core/opamCoreConfig.mli)
> Running[149]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/core/opamDirTrack.ml) >
> _build/default/src/core/.opam_core.objs/opamDirTrack.ml.d
> Running[150]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/core/opamFilename.mli) >
> _build/default/src/core/.opam_core.objs/opamFilename.mli.d
> Running[151]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/core/.opam_core.objs/byte -I
> src/core/.opam_core.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -intf-suffix .ml -no-alias-deps -o
> src/core/.opam_core.objs/native/opamCompat.cmx -c -impl
> src/core/opamCompat.pp.ml)
> Running[152]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/core/opamFilename.ml) >
> _build/default/src/core/.opam_core.objs/opamFilename.ml.d
> Running[153]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/core/opamHash.mli) >
> _build/default/src/core/.opam_core.objs/opamHash.mli.d
> Running[154]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/core/opamHash.ml) > _build/default/src/core/.opam_core.objs/opamHash.ml.d
> Running[155]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/core/opamJson.mli) >
> _build/default/src/core/.opam_core.objs/opamJson.mli.d
> Running[156]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/core/opamJson.ml) > _build/default/src/core/.opam_core.objs/opamJson.ml.d
> Running[157]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/core/opamParallel.mli) >
> _build/default/src/core/.opam_core.objs/opamParallel.mli.d
> Running[158]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I src/core/.opam_core.objs/byte
> -I /usr/lib/ocaml/ocamlgraph -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq
> -no-alias-deps -o src/core/.opam_core.objs/byte/opamJson.cmi -c -intf
> src/core/opamJson.mli)
> Running[159]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/core/opamParallel.ml) >
> _build/default/src/core/.opam_core.objs/opamParallel.ml.d
> Running[160]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/core/opamProcess.mli) >
> _build/default/src/core/.opam_core.objs/opamProcess.mli.d
> Running[161]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/core/opamProcess.ml) >
> _build/default/src/core/.opam_core.objs/opamProcess.ml.d
> Running[162]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/core/.opam_core.objs/byte -I
> src/core/.opam_core.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -intf-suffix .ml -no-alias-deps -o
> src/core/.opam_core.objs/native/opamJson.cmx -c -impl src/core/opamJson.ml)
> Running[163]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/core/opamSHA.mli) > _build/default/src/core/.opam_core.objs/opamSHA.mli.d
> Running[164]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/core/opamSHA.ml) > _build/default/src/core/.opam_core.objs/opamSHA.ml.d
> Running[165]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/core/opamStd.mli) > _build/default/src/core/.opam_core.objs/opamStd.mli.d
> Running[166]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I src/core/.opam_core.objs/byte
> -I /usr/lib/ocaml/ocamlgraph -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq
> -no-alias-deps -o src/core/.opam_core.objs/byte/opamSHA.cmi -c -intf
> src/core/opamSHA.mli)
> Running[167]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/core/opamStd.ml) > _build/default/src/core/.opam_core.objs/opamStd.ml.d
> Running[168]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/core/opamStubs.mli) >
> _build/default/src/core/.opam_core.objs/opamStubs.mli.d
> Running[169]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/core/.opam_core.objs/byte -I
> src/core/.opam_core.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -intf-suffix .ml -no-alias-deps -o
> src/core/.opam_core.objs/native/opamSHA.cmx -c -impl src/core/opamSHA.ml)
> Running[170]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/core/opamStubs.ml) >
> _build/default/src/core/.opam_core.objs/opamStubs.ml.d
> Running[171]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/core/opamStubsTypes.ml) >
> _build/default/src/core/.opam_core.objs/opamStubsTypes.ml.d
> Running[172]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/core/opamSystem.mli) >
> _build/default/src/core/.opam_core.objs/opamSystem.mli.d
> Running[173]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I src/core/.opam_core.objs/byte
> -I /usr/lib/ocaml/ocamlgraph -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq
> -no-alias-deps -o src/core/.opam_core.objs/byte/opamStubsTypes.cmo -c -impl
> src/core/opamStubsTypes.ml)
> Running[174]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/core/opamSystem.ml) >
> _build/default/src/core/.opam_core.objs/opamSystem.ml.d
> Running[175]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/core/opamUrl.mli) > _build/default/src/core/.opam_core.objs/opamUrl.mli.d
> Running[176]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I src/core/.opam_core.objs/byte
> -I /usr/lib/ocaml/ocamlgraph -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq
> -no-alias-deps -o src/core/.opam_core.objs/byte/opamStubs.cmi -c -intf
> src/core/opamStubs.mli)
> Running[177]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/core/opamUrl.ml) > _build/default/src/core/.opam_core.objs/opamUrl.ml.d
> Running[178]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/core/opamVersion.mli) >
> _build/default/src/core/.opam_core.objs/opamVersion.mli.d
> Running[179]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/core/opamVersion.ml) >
> _build/default/src/core/.opam_core.objs/opamVersion.ml.d
> Running[180]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf
> src/core/opamVersionCompare.mli) >
> _build/default/src/core/.opam_core.objs/opamVersionCompare.mli.d
> Running[181]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I src/core/.opam_core.objs/byte
> -I /usr/lib/ocaml/ocamlgraph -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq
> -no-alias-deps -o src/core/.opam_core.objs/byte/opamStd.cmi -c -intf
> src/core/opamStd.mli)
> Running[182]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl
> src/core/opamVersionCompare.ml) >
> _build/default/src/core/.opam_core.objs/opamVersionCompare.ml.d
> Running[183]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I src/core/.opam_core.objs/byte
> -I /usr/lib/ocaml/ocamlgraph -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq
> -no-alias-deps -o src/core/.opam_core.objs/byte/opamVersionCompare.cmi -c
> -intf src/core/opamVersionCompare.mli)
> Running[184]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/core/.opam_core.objs/byte -I
> src/core/.opam_core.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -intf-suffix .ml -no-alias-deps -o
> src/core/.opam_core.objs/native/opamStubsTypes.cmx -c -impl
> src/core/opamStubsTypes.ml)
> Running[185]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/core/.opam_core.objs/byte -I
> src/core/.opam_core.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -intf-suffix .ml -no-alias-deps -o
> src/core/.opam_core.objs/native/opamVersionCompare.cmx -c -impl
> src/core/opamVersionCompare.ml)
> Running[186]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/core/.opam_core.objs/byte -I
> src/core/.opam_core.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -intf-suffix .ml -no-alias-deps -o
> src/core/.opam_core.objs/native/opamStubs.cmx -c -impl src/core/opamStubs.ml)
> Running[187]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I src/core/.opam_core.objs/byte
> -I /usr/lib/ocaml/ocamlgraph -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq
> -no-alias-deps -o src/core/.opam_core.objs/byte/opamConsole.cmi -c -intf
> src/core/opamConsole.mli)
> Running[188]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/core/.opam_core.objs/byte -I
> src/core/.opam_core.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -intf-suffix .ml -no-alias-deps -o
> src/core/.opam_core.objs/native/opamCoreConfig.cmx -c -impl
> src/core/opamCoreConfig.ml)
> Running[189]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I src/core/.opam_core.objs/byte
> -I /usr/lib/ocaml/ocamlgraph -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq
> -no-alias-deps -o src/core/.opam_core.objs/byte/opamHash.cmi -c -intf
> src/core/opamHash.mli)
> Running[190]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I src/core/.opam_core.objs/byte
> -I /usr/lib/ocaml/ocamlgraph -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq
> -no-alias-deps -o src/core/.opam_core.objs/byte/opamVersion.cmi -c -intf
> src/core/opamVersion.mli)
> Running[191]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I src/core/.opam_core.objs/byte
> -I /usr/lib/ocaml/ocamlgraph -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq
> -no-alias-deps -o src/core/.opam_core.objs/byte/opamProcess.cmi -c -intf
> src/core/opamProcess.mli)
> Running[192]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I src/core/.opam_core.objs/byte
> -I /usr/lib/ocaml/ocamlgraph -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq
> -no-alias-deps -o src/core/.opam_core.objs/byte/opamParallel.cmi -c -intf
> src/core/opamParallel.mli)
> Running[193]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I src/core/.opam_core.objs/byte
> -I /usr/lib/ocaml/ocamlgraph -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq
> -no-alias-deps -o src/core/.opam_core.objs/byte/opamSystem.cmi -c -intf
> src/core/opamSystem.mli)
> Running[194]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/core/.opam_core.objs/byte -I
> src/core/.opam_core.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -intf-suffix .ml -no-alias-deps -o
> src/core/.opam_core.objs/native/opamStd.cmx -c -impl src/core/opamStd.ml)
> Running[195]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I src/core/.opam_core.objs/byte
> -I /usr/lib/ocaml/ocamlgraph -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq
> -no-alias-deps -o src/core/.opam_core.objs/byte/opamFilename.cmi -c -intf
> src/core/opamFilename.mli)
> Running[196]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I src/core/.opam_core.objs/byte
> -I /usr/lib/ocaml/ocamlgraph -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq
> -no-alias-deps -o src/core/.opam_core.objs/byte/opamDirTrack.cmi -c -intf
> src/core/opamDirTrack.mli)
> Running[197]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I src/core/.opam_core.objs/byte
> -I /usr/lib/ocaml/ocamlgraph -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq
> -no-alias-deps -o src/core/.opam_core.objs/byte/opamUrl.cmi -c -intf
> src/core/opamUrl.mli)
> Running[198]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I
> src/format/.opam_format.objs/byte -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/opam-file-format -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -I
> src/core/.opam_core.objs/byte -I src/core/.opam_core.objs/native
> -no-alias-deps -o src/format/.opam_format.objs/byte/opamFormatConfig.cmi -c
> -intf src/format/opamFormatConfig.mli)
> Running[199]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I
> src/format/.opam_format.objs/byte -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/opam-file-format -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -I
> src/core/.opam_core.objs/byte -I src/core/.opam_core.objs/native
> -no-alias-deps -o src/format/.opam_format.objs/byte/opamLineLexer.cmi -c
> -intf src/format/opamLineLexer.mli)
> Running[200]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I
> src/format/.opam_format.objs/byte -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/opam-file-format -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -I
> src/core/.opam_core.objs/byte -I src/core/.opam_core.objs/native
> -no-alias-deps -o src/format/.opam_format.objs/byte/opamPackage.cmi -c -intf
> src/format/opamPackage.mli)
> Running[201]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I
> src/format/.opam_format.objs/byte -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/opam-file-format -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -I
> src/core/.opam_core.objs/byte -I src/core/.opam_core.objs/native
> -no-alias-deps -o src/format/.opam_format.objs/byte/opamRepositoryName.cmi -c
> -intf src/format/opamRepositoryName.mli)
> Running[202]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I
> src/format/.opam_format.objs/byte -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/opam-file-format -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -I
> src/core/.opam_core.objs/byte -I src/core/.opam_core.objs/native
> -no-alias-deps -o src/format/.opam_format.objs/byte/opamSwitch.cmi -c -intf
> src/format/opamSwitch.mli)
> Running[203]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I
> src/format/.opam_format.objs/byte -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/opam-file-format -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -I
> src/core/.opam_core.objs/byte -I src/core/.opam_core.objs/native
> -no-alias-deps -o src/format/.opam_format.objs/byte/opamFormula.cmi -c -intf
> src/format/opamFormula.mli)
> Running[204]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -bin-annot -I
> src/format/.opam_format.objs/byte -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/opam-file-format -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -I
> src/core/.opam_core.objs/byte -I src/core/.opam_core.objs/native
> -no-alias-deps -o src/format/.opam_format.objs/byte/opamVariable.cmi -c -intf
> src/format/opamVariable.mli)
> Command [203] exited with code 2:
> $ (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w +a-4-40-42-44-48
> -safe-string -g -bin-annot -I src/format/.opam_format.objs/byte -I
> /usr/lib/ocaml/ocamlgraph -I /usr/lib/ocaml/opam-file-format -I
> /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -I src/core/.opam_core.objs/byte -I
> src/core/.opam_core.objs/native -no-alias-deps -o
> src/format/.opam_format.objs/byte/opamFormula.cmi -c -intf
> src/format/opamFormula.mli)
> File "src/format/opamFormula.mli", line 1:
> Error: /usr/lib/ocaml/opam-file-format/opamParserTypes.cmi
> is not a compiled interface for this version of OCaml.
> It seems to be for an older version of OCaml.
> Output[194]:
> File "src/core/opamStd.ml", line 431, characters 32-46:
> 431 | let subs = Array.to_list (Re.get_all_ofs subs) in
> ^^^^^^^^^^^^^^
> Alert deprecated: Re.get_all_ofs
> Use Group.all_offset
> File "src/core/opamStd.ml", line 841, characters 4-22:
> 841 | Pervasives.at_exit f;
> ^^^^^^^^^^^^^^^^^^
> Alert deprecated: module Stdlib.Pervasives
> Use Stdlib instead.
>
> If you need to stay compatible with OCaml < 4.07, you can use the
> stdlib-shims library: https://github.com/ocaml/stdlib-shims
> Running[205]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/core/.opam_core.objs/byte -I
> src/core/.opam_core.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -intf-suffix .ml -no-alias-deps -o
> src/core/.opam_core.objs/native/opamConsole.cmx -c -impl
> src/core/opamConsole.ml)
> Running[206]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/core/.opam_core.objs/byte -I
> src/core/.opam_core.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -intf-suffix .ml -no-alias-deps -o
> src/core/.opam_core.objs/native/opamVersion.cmx -c -impl
> src/core/opamVersion.ml)
> Running[207]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/core/.opam_core.objs/byte -I
> src/core/.opam_core.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -intf-suffix .ml -no-alias-deps -o
> src/core/.opam_core.objs/native/opamProcess.cmx -c -impl
> src/core/opamProcess.ml)
> Output[207]:
> File "src/core/opamProcess.ml", line 385, characters 11-28:
> 385 | flush Pervasives.stdout);
> ^^^^^^^^^^^^^^^^^
> Alert deprecated: module Stdlib.Pervasives
> Use Stdlib instead.
>
> If you need to stay compatible with OCaml < 4.07, you can use the
> stdlib-shims library: https://github.com/ocaml/stdlib-shims
> Running[208]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/core/.opam_core.objs/byte -I
> src/core/.opam_core.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -intf-suffix .ml -no-alias-deps -o
> src/core/.opam_core.objs/native/opamSystem.cmx -c -impl
> src/core/opamSystem.ml)
> Running[209]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/core/.opam_core.objs/byte -I
> src/core/.opam_core.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -intf-suffix .ml -no-alias-deps -o
> src/core/.opam_core.objs/native/opamParallel.cmx -c -impl
> src/core/opamParallel.ml)
> Running[210]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/core/.opam_core.objs/byte -I
> src/core/.opam_core.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -intf-suffix .ml -no-alias-deps -o
> src/core/.opam_core.objs/native/opamHash.cmx -c -impl src/core/opamHash.ml)
> Running[211]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/core/.opam_core.objs/byte -I
> src/core/.opam_core.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -intf-suffix .ml -no-alias-deps -o
> src/core/.opam_core.objs/native/opamFilename.cmx -c -impl
> src/core/opamFilename.ml)
> Output[211]:
> File "src/core/opamFilename.ml", line 386, characters 17-36:
> 386 | let ch = Pervasives.open_out null in
> ^^^^^^^^^^^^^^^^^^^
> Alert deprecated: module Stdlib.Pervasives
> Use Stdlib instead.
>
> If you need to stay compatible with OCaml < 4.07, you can use the
> stdlib-shims library: https://github.com/ocaml/stdlib-shims
> File "src/core/opamFilename.ml", line 393, characters 24-44:
> 393 | OpamStd.Option.iter Pervasives.close_out ch;
> ^^^^^^^^^^^^^^^^^^^^
> Alert deprecated: module Stdlib.Pervasives
> Use Stdlib instead.
>
> If you need to stay compatible with OCaml < 4.07, you can use the
> stdlib-shims library: https://github.com/ocaml/stdlib-shims
> Running[212]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/core/.opam_core.objs/byte -I
> src/core/.opam_core.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -intf-suffix .ml -no-alias-deps -o
> src/core/.opam_core.objs/native/opamDirTrack.cmx -c -impl
> src/core/opamDirTrack.ml)
> Running[213]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/core/.opam_core.objs/byte -I
> src/core/.opam_core.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -intf-suffix .ml -no-alias-deps -o
> src/core/.opam_core.objs/native/opamUrl.cmx -c -impl src/core/opamUrl.ml)
> Output[213]:
> File "src/core/opamUrl.ml", line 56, characters 10-20:
> 56 | match Re.get_all (Re.exec re u) with
> ^^^^^^^^^^
> Alert deprecated: Re.get_all
> Use Group.all
> File "src/core/opamUrl.ml", line 109, characters 12-18:
> 109 | Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "")
> ^^^^^^
> Alert deprecated: Re.get
> Use Group.get
> File "src/core/opamUrl.ml", line 109, characters 37-43:
> 109 | Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "")
> ^^^^^^
> Alert deprecated: Re.get
> Use Group.get
> File "src/core/opamUrl.ml", line 219, characters 6-12:
> 219 | Re.get (Re.exec re t.path) 1
> ^^^^^^
> Alert deprecated: Re.get
> Use Group.get
> Running[214]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/format/.opam_format.objs/byte -I
> src/format/.opam_format.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/opam-file-format -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -I
> src/core/.opam_core.objs/byte -I src/core/.opam_core.objs/native -intf-suffix
> .ml -no-alias-deps -o
> src/format/.opam_format.objs/native/opamFormatConfig.cmx -c -impl
> src/format/opamFormatConfig.ml)
> Running[215]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/format/.opam_format.objs/byte -I
> src/format/.opam_format.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/opam-file-format -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -I
> src/core/.opam_core.objs/byte -I src/core/.opam_core.objs/native -intf-suffix
> .ml -no-alias-deps -o src/format/.opam_format.objs/native/opamLineLexer.cmx
> -c -impl src/format/opamLineLexer.ml)
> Running[216]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/format/.opam_format.objs/byte -I
> src/format/.opam_format.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/opam-file-format -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -I
> src/core/.opam_core.objs/byte -I src/core/.opam_core.objs/native -intf-suffix
> .ml -no-alias-deps -o src/format/.opam_format.objs/native/opamPackage.cmx -c
> -impl src/format/opamPackage.ml)
> Running[217]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/format/.opam_format.objs/byte -I
> src/format/.opam_format.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/opam-file-format -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -I
> src/core/.opam_core.objs/byte -I src/core/.opam_core.objs/native -intf-suffix
> .ml -no-alias-deps -o
> src/format/.opam_format.objs/native/opamRepositoryName.cmx -c -impl
> src/format/opamRepositoryName.ml)
> Running[218]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/format/.opam_format.objs/byte -I
> src/format/.opam_format.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/opam-file-format -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -I
> src/core/.opam_core.objs/byte -I src/core/.opam_core.objs/native -intf-suffix
> .ml -no-alias-deps -o src/format/.opam_format.objs/native/opamSwitch.cmx -c
> -impl src/format/opamSwitch.ml)
> Running[219]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -a -o src/core/opam_core.cmxa
> src/core/.opam_core.objs/native/opamVersionCompare.cmx
> src/core/.opam_core.objs/native/opamCompat.cmx
> src/core/.opam_core.objs/native/opamStubsTypes.cmx
> src/core/.opam_core.objs/native/opamStubs.cmx
> src/core/.opam_core.objs/native/opamCoreConfig.cmx
> src/core/.opam_core.objs/native/opamJson.cmx
> src/core/.opam_core.objs/native/opamStd.cmx
> src/core/.opam_core.objs/native/opamConsole.cmx
> src/core/.opam_core.objs/native/opamVersion.cmx
> src/core/.opam_core.objs/native/opamProcess.cmx
> src/core/.opam_core.objs/native/opamSHA.cmx
> src/core/.opam_core.objs/native/opamSystem.cmx
> src/core/.opam_core.objs/native/opamHash.cmx
> src/core/.opam_core.objs/native/opamFilename.cmx
> src/core/.opam_core.objs/native/opamUrl.cmx
> src/core/.opam_core.objs/native/opamParallel.cmx
> src/core/.opam_core.objs/native/opamDirTrack.cmx)
> Running[220]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w
> +a-4-40-42-44-48 -safe-string -g -I src/format/.opam_format.objs/byte -I
> src/format/.opam_format.objs/native -I /usr/lib/ocaml/ocamlgraph -I
> /usr/lib/ocaml/opam-file-format -I /usr/lib/ocaml/re -I /usr/lib/ocaml/seq -I
> src/core/.opam_core.objs/byte -I src/core/.opam_core.objs/native -intf-suffix
> .ml -no-alias-deps -o src/format/.opam_format.objs/native/opamVariable.cmx -c
> -impl src/format/opamVariable.ml)
> make[2]: *** [Makefile:107: opam.install] Error 1
The full build log is available from:
http://qa-logs.debian.net/2020/02/22/opam_2.0.5-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.
--- End Message ---
--- Begin Message ---
Source: opam-file-format
Source-Version: 2.0.0-2
Done: =?utf-8?q?St=C3=A9phane_Glondu?= <glo...@debian.org>
We believe that the bug you reported is fixed in the latest version of
opam-file-format, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 952...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stéphane Glondu <glo...@debian.org> (supplier of updated opam-file-format
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 24 Feb 2020 07:23:18 +0100
Source: opam-file-format
Architecture: source
Version: 2.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers <debian-ocaml-ma...@lists.debian.org>
Changed-By: Stéphane Glondu <glo...@debian.org>
Closes: 952373
Changes:
opam-file-format (2.0.0-2) unstable; urgency=medium
.
* Team upload
* Fix generation of ABIzed dependencies (Closes: #952373)
* Bump debhelper compat level to 12
* Bump Standards-Version to 4.5.0
Checksums-Sha1:
987f70a4fd8931415163367d6005576cf0305df6 1851 opam-file-format_2.0.0-2.dsc
d3246d0c92a96324a26910c9972157778b64675c 2724
opam-file-format_2.0.0-2.debian.tar.xz
Checksums-Sha256:
b6efab74c14ff7a9d9080f09d40ee0d3efb83619487dc45a0e4d687199c51e1a 1851
opam-file-format_2.0.0-2.dsc
fffd2003b27e2d562cfd11cc9e3636e3940aaa69a9383dfd3dd68da717ca6905 2724
opam-file-format_2.0.0-2.debian.tar.xz
Files:
7ebe01cf48afa76e08c51a8132e7b1e8 1851 ocaml optional
opam-file-format_2.0.0-2.dsc
454cb63bee95e4cbc45c9e302924a837 2724 ocaml optional
opam-file-format_2.0.0-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEEbeJOl+yohsxW5iUOIbju8bGJMIEFAl5TbK0ACgkQIbju8bGJ
MIEGLggAmm1iZWuvtMvqZ+04OtNbSi2+XcBWtJs8QtK3o620QOPS9DDoPLNIBr40
DFzHQB9DDyl2/stZcMphRcj1fHu1VDdvwSIiSVtf3Utnqs67f+pkL3cqzFWY40b9
oIRIcrMiLIg76fmUJBQ0kgmx2SYDrdmv7F8QkFFi8gPFv8DVNyDUj7mfOmniIjGt
sngFskE4vAa/rnpRXw9poktmL/uDkxqBMLdP/+WRK3BKBqJnYS7CUs4Je1TVIkEX
D/EXoN+sGkrSaHEFZITsNmK47uKWMsbOKGo8oEXSSKIC4KG7s3xXUkmEtT2nhiA2
kJ9Y25RD9ozm6fBpq0EJd7fBGlmiKA==
=/bOF
-----END PGP SIGNATURE-----
--- End Message ---