Skip to content

Instantly share code, notes, and snippets.

@xekoukou
Created October 20, 2018 21:50
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 xekoukou/3a3d786d6c0f36918b8ad8fb64c3363a to your computer and use it in GitHub Desktop.
Save xekoukou/3a3d786d6c0f36918b8ad8fb64c3363a to your computer and use it in GitHub Desktop.
apostolis@Geraki:~/WorkSpace$ opam install uunf uucp uutf
[NOTE] Package uutf is already installed (current version is 1.0.1).
[NOTE] Package uucp is already installed (current version is 11.0.0).
The following actions will be performed:
∗ install uunf 11.0.0
↻ recompile uucp 11.0.0
===== ∗ 1 ↻ 1 =====
Do you want to continue? [Y/n] y
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[uucp.11.0.0] found in cache
[uunf.11.0.0] found in cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] The compilation of uunf failed at "/home/apostolis/.opam/opam-init/hooks/sandbox.sh build ocaml pkg/pkg.ml build --pinned false --with-uutf true --with-cmdliner true".
#=== ERROR while compiling uunf.11.0.0 ========================================#
# context 2.0.0 | linux/x86_64 | ocaml-variants.4.05.0+flambda | https://opam.ocaml.org#97298470
# path ~/.opam/4.05.0+flambda/.opam-switch/build/uunf.11.0.0
# command ~/.opam/opam-init/hooks/sandbox.sh build ocaml pkg/pkg.ml build --pinned false --with-uutf true --with-cmdliner true
# exit-code 1
# env-file ~/.opam/log/uunf-26792-c61e7b.env
# output-file ~/.opam/log/uunf-26792-c61e7b.out
### output ###
# [...]
# + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package uchar -I src -I test -o src/uunf_data.cmx src/uunf_data.ml
# Fatal error: exception Stack overflow
# Command exited with code 2.
# pkg.ml: [ERROR] cmd ['ocamlbuild' '-use-ocamlfind' '-classic-display' '-j' '4' '-tag' 'debug'
# '-build-dir' '_build' 'opam' 'pkg/META' 'CHANGES.md' 'LICENSE.md'
# 'README.md' 'src/uunf.a' 'src/uunf.cmxs' 'src/uunf.cmxa' 'src/uunf.cma'
# 'src/uunf.cmx' 'src/uunf.cmi' 'src/uunf.mli' 'src/uunf_data.cmx'
# 'src/uunf_tmapbyte.cmx' 'src/uunf_tmapbool.cmx' 'src/uunf_tmap.cmx'
# 'src/uunf_string.a' 'src/uunf_string.cmxs' 'src/uunf_string.cmxa'
# 'src/uunf_string.cma' 'src/uunf_string.cmx' 'src/uunf_string.cmi'
# 'src/uunf_string.mli' 'test/unftrip.native' 'DEVEL.md'
# 'test/examples.ml']: exited with 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment