Skip to content

Commit

Permalink
hashcons.1.0.1 requires autoconf
Browse files Browse the repository at this point in the history
In ocaml#24007:

    #=== ERROR while compiling hashcons.1.0.1 =====================================#
    # context              2.2.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.4.14.1 | file:///home/opam/opam-repository
    # path                 ~/.opam/4.14/.opam-switch/build/hashcons.1.0.1
    # command              ~/.opam/opam-init/hooks/sandbox.sh build make all
    # exit-code            2
    # env-file             ~/.opam/log/hashcons-8-072314.env
    # output-file          ~/.opam/log/hashcons-8-072314.out
    ### output ###
    # rm -f .depend
    # ocamldep *.mli *.ml > .depend
    # autoconf
    # make: autoconf: No such file or directory
    # make: *** [Makefile:123: configure] Error 127
  • Loading branch information
emillon committed Jun 28, 2023
1 parent 9a041a5 commit 5ecaa13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/hashcons/hashcons.1.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ depends: [
"ocaml" {< "5.0"}
"ocamlfind" {build}
"conf-which" {build}
"conf-autoconf"
]
synopsis: "OCaml hash-consing library"
description: """
Expand Down

0 comments on commit 5ecaa13

Please sign in to comment.