package qinap

  1. Overview
  2. Docs
On This Page
  1. Error log

qinap 1.0

Error log

The package failed to build. The error log from opam follows.

Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> installed opam-depext.1.2.3
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment

<><> Carrying on to "opam depext -viy qinap.1.0 sexplib0.v0.17.0 ocaml_intrinsics_kernel.v0.17.1 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 base.v0.17.1" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.16.0).
The following actions will be performed:
  - install csexp                   1.5.2
  - install sexplib0                v0.17.0
  - install ocaml_intrinsics_kernel v0.17.1
  - install dune-configurator       3.16.0
  - install base                    v0.17.1
  - install qinap                   1.0
===== 6 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/18:
Processing  2/18:
Processing  3/18:
-> retrieved base.v0.17.1  (cached)
Processing  4/18:
-> retrieved csexp.1.5.2  (cached)
Processing  5/18: [qinap.1.0: http]
Processing  6/18: [qinap.1.0: http] [csexp: dune build]
-> retrieved dune-configurator.3.16.0  (cached)
Processing  7/18: [qinap.1.0: http] [csexp: dune build]
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
Processing  8/18: [qinap.1.0: http] [csexp: dune build] [ocaml_intrinsics_kernel: dune build]
[ERROR] Failed to get sources of qinap.1.0: curl error code 404
Processing  8/18: [csexp: dune build] [ocaml_intrinsics_kernel: dune build]
-> compiled  csexp.1.5.2
Processing  8/18: [ocaml_intrinsics_kernel: dune build]
-> installed csexp.1.5.2
Processing  9/18: [ocaml_intrinsics_kernel: dune build]
Processing 10/18: [dune-configurator: rm] [ocaml_intrinsics_kernel: dune build]
-> retrieved sexplib0.v0.17.0  (cached)
Processing 11/18: [dune-configurator: rm] [ocaml_intrinsics_kernel: dune build] [sexplib0: dune build]
-> compiled  ocaml_intrinsics_kernel.v0.17.1
Processing 11/18: [dune-configurator: rm] [sexplib0: dune build]
-> installed ocaml_intrinsics_kernel.v0.17.1
Processing 12/18: [dune-configurator: rm] [sexplib0: dune build]
Processing 12/18: [dune-configurator: dune build] [sexplib0: dune build]
-> compiled  sexplib0.v0.17.0
Processing 12/18: [dune-configurator: dune build]
-> installed sexplib0.v0.17.0
Processing 13/18: [dune-configurator: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "dune-configurator" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune-configurator.3.16.0)
-> compiled  dune-configurator.3.16.0
-> installed dune-configurator.3.16.0
Processing 15/18: [base: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "base" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/base.v0.17.1)
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I src/.base.objs/byte -I src/.base.objs/native -I /home/opam/.opam/5.1/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/5.1/lib/sexplib0 -I hash_types/src/.base_internalhash_types.objs/byte -I hash_types/src/.base_internalhash_types.objs/native -I shadow-stdlib/src/.shadow_stdlib.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/native -intf-suffix .ml -no-alias-deps -open Base__ -o src/.base.objs/native/base__Array.cmx -c -impl src/array.ml)
- File "src/array.ml", line 399, characters 28-75:
- 399 |       result := Bool.select ((keep_left_if [@inlined]) (compare x !result)) x !result
-                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 55 [inlining-impossible]: Cannot inline: Unknown function
-> compiled  base.v0.17.1
-> installed base.v0.17.1

#=== ERROR while fetching sources for qinap.1.0 ===============================#
OpamSolution.Fetch_fail("https://github.com/guillecosta/qinap/releases/download/v1.0/qinap-v1.0.tbz (curl: code 404 while downloading https://github.com/guillecosta/qinap/releases/download/v1.0/qinap-v1.0.tbz)")


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - fetch qinap 1.0
+- 
+- The following changes have been performed
| - install base                    v0.17.1
| - install csexp                   1.5.2
| - install dune-configurator       3.16.0
| - install ocaml_intrinsics_kernel v0.17.1
| - install sexplib0                v0.17.0
+- 
# Run eval $(opam env) to update the current shell environment

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/5.1/.opam-switch/backup/state-20240912101713.export"
'opam --cli=2.1 install qinap.1.0 sexplib0.v0.17.0 ocaml_intrinsics_kernel.v0.17.1 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 base.v0.17.1 --verbose --yes --confirm-level=unsafe-yes' failed.
OCaml

Innovation. Community. Security.