On 3 Sep 2014, at 09:32, Christopher Zimmermann <chr...@openbsd.org> wrote:

> On Wed, 3 Sep 2014 09:14:00 +0200 Anil Madhavapeddy <a...@recoil.org>
> wrote:
> 
>> 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.
> 
> Hi,
> 
> well, I guess we did double work. I have an opam 1.2.0 port ready at
> wip...
> 

Happy to use yours -- I'm busy fixing the actual opam tool itself,
so the port shouldn't need any local patches...

If you get a chance to look at aspcud and friends, that would be
very useful indeed, but you'll run into the bison issue with gringo.

-a

Reply via email to