Skip to content

Instantly share code, notes, and snippets.

@mato
Created February 21, 2017 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mato/3a33b9e07f14f51a2d1194a3b0a726c6 to your computer and use it in GitHub Desktop.
Save mato/3a33b9e07f14f51a2d1194a3b0a726c6 to your computer and use it in GitHub Desktop.
gmake depend
opam pin add --no-action --yes mirage-unikernel-https-virtio .
[NOTE] Package mirage-unikernel-https-virtio is already path-pinned to
/usr/home/mato/mirage3-skeleton/applications/static_website_tls.
This will erase any previous custom definition.
Proceed ? [Y/n] y
[mirage-unikernel-https-virtio] /usr/home/mato/mirage3-skeleton/applications/static_website_tls/ synchronized
[mirage-unikernel-https-virtio] Installing new package description from
/usr/home/mato/mirage3-skeleton/applications/static_website_tls
opam depext --yes mirage-unikernel-https-virtio
OPAM plugin depext is not installed. Install it on the current switch? [Y/n] y
The following actions will be performed:
- install depext 1.0.2
=-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[depext] Archive in cache
=-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-> installed depext.1.0.2
Done.
=-=- Carrying on to "opam depext --yes mirage-unikernel-https-virtio" -=-=-=-=-=
# Detecting depexts using flags: amd64 bsd freebsd freebsd
# The following system packages are needed:
# - autoconf
# - gmp
# - pkgconf
# All required OS packages found.
opam install --yes --deps-only mirage-unikernel-https-virtio
=-=- Synchronising pinned packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[mirage-unikernel-https-virtio] /usr/home/mato/mirage3-skeleton/applications/static_website_tls/ already up-to-date
The following dependencies couldn't be met:
- mirage-unikernel-https-virtio -> mirage-types-lwt >= 3.0.0 -> mirage-channel-lwt >= 3.0.0
- mirage-unikernel-https-virtio -> tcpip -> randomconv
- mirage-unikernel-https-virtio -> tcpip -> mirage-types-lwt = 2.2.0 -> sexplib < 113.01.00
Your request can't be satisfied:
- No package matches randomconv.
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.1.1.0
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.1.1.1
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.1.1.2
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.1.1.3
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.1.1.5
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.1.1.6
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.2.0.0
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.2.0.1
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.2.0.2
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.2.0.3
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.2.1.0
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.2.3.0
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.2.3.1
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.2.4.0
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.2.4.1
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.2.4.2
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.2.4.3
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.2.5.0
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.2.5.1
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.2.6.0
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.2.6.1
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.2.7.0
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.2.8.0
- mirage-channel-lwt.3.0.0 is in conflict with tcpip.2.8.1
- sexplib<113.01.00 is not available because your system doesn't comply with ocaml-version >= "4.02.1" & ocaml-version < "4.03".
No solution found, exiting
gmake: *** [Makefile:14: depend] Error 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment