Re: OCaml-R and PG'OCaml.
Guillaume Yziquel a écrit :
> OCaml-R is now packaged in alioth. The upstream is the recently
> published v0.2 of OCaml-R.
A few comments on this...
The package fails to build on my machine with the following error:
> [...]
> dh_lintian -plibr-ocaml-dev
> dh_install -plibr-ocaml-dev
> dh_install: libr-ocaml-dev missing files (src/math/*.a), aborting
> make: *** [binary-install/libr-ocaml-dev] Erreur 2
> dpkg-buildpackage: erreur: fakeroot debian/rules binary a produit une erreur de sortie de type 2
> debuild: fatal error at line 1330:
> dpkg-buildpackage -rfakeroot -D -us -uc -i -I failed
> debuild -i -I returned 29
> Couldn't run 'debuild -i -I -us -uc'
"debuild clean" leaves the following files behind: config.log,
config.status, master.Makefile... these should be removed (by being
listed in debian/clean, for example).
In Format-Specification field of debian/copyright, you should put an
actual revision instead of just "REVISION". And the copyright dates for
INRIA are not up-to-date.
Is there any specific reason why you don't use source format "3.0 (quilt)"?
There is a Lazy module... this conflicts with stdlib's one, doesn't it?
Moreover, you seem to be using Lazy.t. How come you don't have any
problem with this?
Cheers,
--
Stéphane
Reply to: