caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Beginner - Ocsigen Installation assistance
@ 2016-05-18 14:54 Bahman Movaqar
  2016-05-18 15:14 ` Kakadu
  0 siblings, 1 reply; 5+ messages in thread
From: Bahman Movaqar @ 2016-05-18 14:54 UTC (permalink / raw)
  To: OCaml list


[-- Attachment #1.1: Type: text/plain, Size: 1939 bytes --]

I posted this a couple of days ago to ocsigen list with no response.
I'd appreciate any hints/help.


 $ opam install eliom
  The following dependencies couldn't be met:
    - eliom -> camlp4 <= 4.02+6
  Your request can't be satisfied:
    - No package matches camlp4<=4.02+6

  $ ocaml -version
  The OCaml toplevel, version 4.02.3

  $ opam list
  # Installed packages for 4.02.3:
  base-bigarray              base
  base-bytes                 base
  base-ocamlbuild            base
  base-threads               base
  base-unix                  base
  biniou                    1.0.6
  camlp4                   4.02+7
  camomile                  0.8.5
  cmdliner                  0.9.7
  conf-m4                       1
  conf-ncurses                  1
  conf-pkg-config             1.0
  conf-which                    1
  cppo                      1.1.2
  depext                      0.7
  easy-format               1.0.2
  fileutils                 0.4.4
  lambda-term                 1.9
  lwt                       2.5.2
  merlin                    2.1.2
  oasis                     0.4.3
  ocaml-data-notation      0.0.11
  ocamlbuild                    0
  ocamlfind                 1.6.1
  ocamlify                  0.0.1
  ocamlmod                  0.0.4
  ocp-indent                0.6.1
  ounit                     2.0.0
  ppx_tools            5.0+4.02.0
  react                     1.2.0
  type_conv             109.41.00
  utop                       1.19
  yojson                    1.2.3
  zed                         1.2

Apparently I have camlp4 4.02+7 installed (as a dependency for another
package). Is there anything that I can do to get this working?

Thanks in advance.

-- 
Bahman Movaqar

http://BahmanM.com - https://twitter.com/bahman__m
https://github.com/bahmanm - https://gist.github.com/bahmanm
PGP Key ID: 0x6AB5BD68 (keyserver2.pgp.com)




[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] Beginner - Ocsigen Installation assistance
  2016-05-18 14:54 [Caml-list] Beginner - Ocsigen Installation assistance Bahman Movaqar
@ 2016-05-18 15:14 ` Kakadu
  2016-05-21 16:49   ` Bahman Movaqar
  0 siblings, 1 reply; 5+ messages in thread
From: Kakadu @ 2016-05-18 15:14 UTC (permalink / raw)
  To: Bahman Movaqar; +Cc: OCaml list

I'm not sure but I think that eliom's opam recipe is too restrictive.
The newest recipe doesn't mention camlp4 at all.

The shortest workaround should be

opam pin add eliom --dev-repo

Can you try it?

Happy hacking,
Kakadu


2016-05-18 17:54 GMT+03:00 Bahman Movaqar <Bahman@bahmanm.com>:
> I posted this a couple of days ago to ocsigen list with no response.
> I'd appreciate any hints/help.
>
>
>  $ opam install eliom
>   The following dependencies couldn't be met:
>     - eliom -> camlp4 <= 4.02+6
>   Your request can't be satisfied:
>     - No package matches camlp4<=4.02+6
>
>   $ ocaml -version
>   The OCaml toplevel, version 4.02.3
>
>   $ opam list
>   # Installed packages for 4.02.3:
>   base-bigarray              base
>   base-bytes                 base
>   base-ocamlbuild            base
>   base-threads               base
>   base-unix                  base
>   biniou                    1.0.6
>   camlp4                   4.02+7
>   camomile                  0.8.5
>   cmdliner                  0.9.7
>   conf-m4                       1
>   conf-ncurses                  1
>   conf-pkg-config             1.0
>   conf-which                    1
>   cppo                      1.1.2
>   depext                      0.7
>   easy-format               1.0.2
>   fileutils                 0.4.4
>   lambda-term                 1.9
>   lwt                       2.5.2
>   merlin                    2.1.2
>   oasis                     0.4.3
>   ocaml-data-notation      0.0.11
>   ocamlbuild                    0
>   ocamlfind                 1.6.1
>   ocamlify                  0.0.1
>   ocamlmod                  0.0.4
>   ocp-indent                0.6.1
>   ounit                     2.0.0
>   ppx_tools            5.0+4.02.0
>   react                     1.2.0
>   type_conv             109.41.00
>   utop                       1.19
>   yojson                    1.2.3
>   zed                         1.2
>
> Apparently I have camlp4 4.02+7 installed (as a dependency for another
> package). Is there anything that I can do to get this working?
>
> Thanks in advance.
>
> --
> Bahman Movaqar
>
> http://BahmanM.com - https://twitter.com/bahman__m
> https://github.com/bahmanm - https://gist.github.com/bahmanm
> PGP Key ID: 0x6AB5BD68 (keyserver2.pgp.com)
>
>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] Beginner - Ocsigen Installation assistance
  2016-05-18 15:14 ` Kakadu
@ 2016-05-21 16:49   ` Bahman Movaqar
  2016-05-21 20:32     ` Kakadu
  0 siblings, 1 reply; 5+ messages in thread
From: Bahman Movaqar @ 2016-05-21 16:49 UTC (permalink / raw)
  To: Kakadu; +Cc: OCaml list


[-- Attachment #1.1: Type: text/plain, Size: 824 bytes --]

On 05/18/2016 07:44 PM, Kakadu wrote:
> I'm not sure but I think that eliom's opam recipe is too restrictive.
> The newest recipe doesn't mention camlp4 at all.
> 
> The shortest workaround should be
> 
> opam pin add eliom --dev-repo

$ opam install eliom.dev

=-=- Synchronising pinned packages =-=-=-=-=-=-=-=-=-=-=-=-=-
[eliom] https://github.com/ocsigen/eliom.git already up-to-date
Your request can't be satisfied:
  - eliom is not available because the package is
    pinned to https://github.com/ocsigen/eliom.git, version dev.

I tried `eliom.dev` as well to no avail.  Am I missing something obvious?

Thanks,

--
Bahman Movaqar

http://BahmanM.com - https://twitter.com/bahman__m
https://github.com/bahmanm - https://gist.github.com/bahmanm
PGP Key ID: 0x6AB5BD68 (keyserver2.pgp.com)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] Beginner - Ocsigen Installation assistance
  2016-05-21 16:49   ` Bahman Movaqar
@ 2016-05-21 20:32     ` Kakadu
  2016-05-22  7:34       ` Bahman Movaqar
  0 siblings, 1 reply; 5+ messages in thread
From: Kakadu @ 2016-05-21 20:32 UTC (permalink / raw)
  To: Bahman Movaqar; +Cc: OCaml list

opam install eliom

2016-05-21 19:49 GMT+03:00 Bahman Movaqar <Bahman@bahmanm.com>:
> On 05/18/2016 07:44 PM, Kakadu wrote:
>> I'm not sure but I think that eliom's opam recipe is too restrictive.
>> The newest recipe doesn't mention camlp4 at all.
>>
>> The shortest workaround should be
>>
>> opam pin add eliom --dev-repo
>
> $ opam install eliom.dev
>
> =-=- Synchronising pinned packages =-=-=-=-=-=-=-=-=-=-=-=-=-
> [eliom] https://github.com/ocsigen/eliom.git already up-to-date
> Your request can't be satisfied:
>   - eliom is not available because the package is
>     pinned to https://github.com/ocsigen/eliom.git, version dev.
>
> I tried `eliom.dev` as well to no avail.  Am I missing something obvious?
>
> Thanks,
>
> --
> Bahman Movaqar
>
> http://BahmanM.com - https://twitter.com/bahman__m
> https://github.com/bahmanm - https://gist.github.com/bahmanm
> PGP Key ID: 0x6AB5BD68 (keyserver2.pgp.com)
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] Beginner - Ocsigen Installation assistance
  2016-05-21 20:32     ` Kakadu
@ 2016-05-22  7:34       ` Bahman Movaqar
  0 siblings, 0 replies; 5+ messages in thread
From: Bahman Movaqar @ 2016-05-22  7:34 UTC (permalink / raw)
  To: Kakadu; +Cc: OCaml list


[-- Attachment #1.1: Type: text/plain, Size: 695 bytes --]

On 05/22/2016 01:02 AM, Kakadu wrote:
> opam install eliom

Yes, already tried that; exactly the same result.

> 2016-05-21 19:49 GMT+03:00 Bahman Movaqar <Bahman@bahmanm.com>:
>> $ opam install eliom.dev
>>
>> =-=- Synchronising pinned packages =-=-=-=-=-=-=-=-=-=-=-=-=-
>> [eliom] https://github.com/ocsigen/eliom.git already up-to-date
>> Your request can't be satisfied:
>>   - eliom is not available because the package is
>>     pinned to https://github.com/ocsigen/eliom.git, version dev.

--
Bahman Movaqar

http://BahmanM.com - https://twitter.com/bahman__m
https://github.com/bahmanm - https://gist.github.com/bahmanm
PGP Key ID: 0x6AB5BD68 (keyserver2.pgp.com)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-22  7:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-18 14:54 [Caml-list] Beginner - Ocsigen Installation assistance Bahman Movaqar
2016-05-18 15:14 ` Kakadu
2016-05-21 16:49   ` Bahman Movaqar
2016-05-21 20:32     ` Kakadu
2016-05-22  7:34       ` Bahman Movaqar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).