Mike Furr <[EMAIL PROTECTED]> writes:
> Package: cryptokit
> Severity: serious
>
> make[1]: Leaving directory `/build/buildd/cryptokit-1.2'
> /usr/bin/make allopt
> make[1]: Entering directory `/build/buildd/cryptokit-1.2'
> ocamlopt -c -I `ocamlc -g -where`/numerix cryptokit.ml
> /bin/sh: line 1: ocamlopt: command not found
> make[1]: *** [cryptokit.cmx] Error 127
>
>>From a quick look at debian/rules its probably a trivial fix. I might have
> time to get to this tonight, but anyone should jump in if you feel
> motivated.
ocamlopt is only provided by ocaml if the arch also has an
ocaml-native-compilers package. Some archs just don't have any native
compiler.
Other packages have the same problem so there should be plenty of
example code you can copy.
MfG
Goswin