From: Mick Sulley <mick@sulley.info>
To: "Louis Roché" <louis@louisroche.net>, caml-list@inria.fr
Subject: Re: [Caml-list] Can't Install ocamlfind
Date: Wed, 9 Mar 2016 13:52:36 +0000 [thread overview]
Message-ID: <56E02AA4.9000108@sulley.info> (raw)
In-Reply-To: <CAGcHsw_Y5DGD2QJ-GkJq6oWhLTZZNW-YZobwP2Zb4Hri-2ScfQ@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 4500 bytes --]
That's it!!!
Thanks Louis I have it installed now
On 09/03/16 13:45, Louis Roché wrote:
> Hi,
>
> You have to install the package m4 from your distribution. I don't
> know raspian well, but I suppose that you can do it with
> sudo apt-get install m4
>
> I hope it helps
>
> Louis
>
> 2016-03-09 14:37 GMT+01:00 Mick Sulley <mick@sulley.info
> <mailto:mick@sulley.info>>:
>
> I need to install ocamlfind on raspian, however that needs
> conf-m4, but that fails due to missing dependencies, but then says
> that there are no missing dependencies. This is what I get, how
> can I resolve it? I have tried installing conf-m4 and conf-m4.1
> with the same result.
> Thanks
> Mick
>
> pi@raspberrypi:~/geneweb $ opam install ocamlfind
> The following actions will be performed:
> ∗ install conf-m4 1 [required by ocamlfind]
> ∗ install ocamlfind 1.6.1
> ===== ∗ 2 =====
> Do you want to continue ? [Y/n] y
>
> =-=- Gathering sources
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> [ocamlfind] Archive in cache
>
> =-=- Processing actions
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> [ERROR] The compilation of conf-m4 failed at "sh -exc echo | m4".
>
> #=== ERROR while installing conf-m4.1
> =========================================#
> # opam-version 1.2.2
> # os linux
> # command sh -exc echo | m4
> # path /home/pi/.opam/4.02.1/build/conf-m4.1
> # compiler 4.02.1
> # exit-code 127
> # env-file
> /home/pi/.opam/4.02.1/build/conf-m4.1/conf-m4-5360-7afd23.env
> # stdout-file
> /home/pi/.opam/4.02.1/build/conf-m4.1/conf-m4-5360-7afd23.out
> # stderr-file
> /home/pi/.opam/4.02.1/build/conf-m4.1/conf-m4-5360-7afd23.err
> ### stderr ###
> # + echo
> # + m4
> # sh: 1: m4: not found
>
>
>
> =-=- Error report
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> The following actions were aborted
> ∗ install ocamlfind 1.6.1
> The following actions failed
> ∗ install conf-m4 1
> No changes have been performed
>
> =-=- conf-m4.1 troobleshooting
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> => This package relies on external (system) dependencies that may
> be missing.
> `opam depext conf-m4.1' may help you find the correct
> installation for your
> system.
>
> pi@raspberrypi:~/geneweb $ opam depext conf-m4
> # Detecting depexts using flags: arm armv7 linux raspbian
> # No extra OS packages requirements found.
>
> pi@raspberrypi:~/geneweb $ opam install conf-m4.1
> The following actions will be performed:
> ∗ install conf-m4 1
>
> =-=- Gathering sources
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>
> =-=- Processing actions
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> [ERROR] The compilation of conf-m4 failed at "sh -exc echo | m4".
>
> #=== ERROR while installing conf-m4.1
> =========================================#
> # opam-version 1.2.2
> # os linux
> # command sh -exc echo | m4
> # path /home/pi/.opam/4.02.1/build/conf-m4.1
> # compiler 4.02.1
> # exit-code 127
> # env-file
> /home/pi/.opam/4.02.1/build/conf-m4.1/conf-m4-5499-42bb52.env
> # stdout-file
> /home/pi/.opam/4.02.1/build/conf-m4.1/conf-m4-5499-42bb52.out
> # stderr-file
> /home/pi/.opam/4.02.1/build/conf-m4.1/conf-m4-5499-42bb52.err
> ### stderr ###
> # + + echo
> # m4
> # sh: 1: m4: not found
>
>
>
> =-=- Error report
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> The following actions failed
> ∗ install conf-m4 1
> No changes have been performed
>
> =-=- conf-m4.1 troobleshooting
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> => This package relies on external (system) dependencies that may
> be missing.
> `opam depext conf-m4.1' may help you find the correct
> installation for your
> system.
> pi@raspberrypi:~/geneweb $
>
>
>
> --
> Caml-list mailing list. Subscription management and archives:
> https://sympa.inria.fr/sympa/arc/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>
>
[-- Attachment #2: Type: text/html, Size: 7426 bytes --]
prev parent reply other threads:[~2016-03-09 13:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-09 13:37 Mick Sulley
[not found] ` <CAGcHsw_Y5DGD2QJ-GkJq6oWhLTZZNW-YZobwP2Zb4Hri-2ScfQ@mail.gmail.com>
2016-03-09 13:52 ` Mick Sulley [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56E02AA4.9000108@sulley.info \
--to=mick@sulley.info \
--cc=caml-list@inria.fr \
--cc=louis@louisroche.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox