FS#54189 - [opam] Missing dependencies
Attached to Project:
Community Packages
Opened by Pieter Goetschalckx (314eter) - Thursday, 25 May 2017, 21:09 GMT
Last edited by Alexander F. Rødseth (xyproto) - Saturday, 27 May 2017, 09:40 GMT
Opened by Pieter Goetschalckx (314eter) - Thursday, 25 May 2017, 21:09 GMT
Last edited by Alexander F. Rødseth (xyproto) - Saturday, 27 May 2017, 09:40 GMT
|
Details
OPAM needs the following dependencies (see
https://github.com/ocaml/opam/blob/780b5875c3c2765293f3bae01dbb284d66aa631e/src/client/opamClient.ml#L663):
* curl (or wget) * diff * patch * tar * unzip If one of these is missing, it will quit with an error message. |
This task depends upon
Comment by Doug Newgard (Scimmia) -
Thursday, 25 May 2017, 21:32 GMT
curl, diff, and tar are already covered by base. unzip and patch
are the only real issues here.
Comment by
Alexander F. Rødseth (xyproto) -
Saturday, 27 May 2017, 09:40 GMT
Added patch and unzip. The updated package will appear in
[community] shortly.