On 3 Sep 2014, at 06:53, Kenneth Westerback <kwesterb...@gmail.com> wrote: > > Got OCaml and OCaml-camlp4 built and installed. Some confusion about > 'pkg_add -u' not working for OCaml or opam so I deleted the packages > and re-installed. Also installed OCaml-graphics since it was there so > I assumed it was necessary even if I hadn't asked for it specifically. > > Did 'opam install <list of stuff>'. *Only* two did not work -- > ocp-indent and async_graphics. Both complain that conduit is not > available: > > $ opam install async_graphics > > The dependency ssl of package conduit.0.5.1 is not available for your > compiler or your OS. > 'opam install async_graphics' failed. > $ cd - > /usr/ports/packages/amd64/all > $ opam install ocp-indent > > The dependency ssl of package conduit.0.5.1 is not available for your > compiler or your OS. > 'opam install ocp-indent' failed.
Can you try "opam install ssl", and if that fails, "opam install async_graphics --debug"? I suspect this may be due to the internal package solver in 1.1.1, but I'll have a port of OPAM 1.2.0 to put into the tree quite shortly (with an improved solver). We could really use a port of aspcud (an external solver that is picked up and used if present), but it's a pain to port due to requiring a newer bison than we have. -anil