ocaml - Cannot install utop on RHEL 5.0 -


having installed opam , having switched 4.01.0 version of compiler struggling install utop. installation failing @ 'conf-ncurses.1' step.

running 'opam depext' not reveal much, saying 'no dependencies' need installed. switching latest stable compiler, , installing utop fails same problem. *.err , *.out files empty, hence not revealing problem.

on box have ncurses-devl , pkgconfig installed (see rpm output below)

below screenshot of can see (hopefully give enough information). ideas @ ?:

screehshot

first of all, not issue tracker , better report issue package maintainers. following command reveal urls issue trackers:

 opam show conf-ncurses | grep bug-reports  opam show utop | grep bug-reports 

second, output not @ sync i'm seeing in opam-repository. @ current head there no check pkg-config ncurses @ all, removed 3 days ago. so, if indeed have ncurses-devel package installed, need update opam, with

 opam update 

Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -