I have always same errors :
if test -d .svn && which svn > /dev/null ; then \
url=`LC_ALL=C svn info | grep URL | \
sed -e 's:.*svnroot/savonet/\(.*\)/src:\1:'`; \
revision=`LC_ALL=C svn info | grep Revision | \
sed -e 's/Revision: \(.*\)/\1/'` ; \
echo "let rev = \" ($url@rev$revision)\"" > SVN.ml ; \
elif test -d ../../.hg && which hg > /dev/null ; then \
branch=`LC_ALL=C hg summary | grep branch: | \
sed -e 's/branch: \(.*\)/\1/'`; \
revision=`LC_ALL=C hg summary | grep parent: | \
sed -e 's/parent: ['0'-'9']*:\([^ ]*\) .*/\1/'`; \
date=`date +%Y%m%d:%H%M%S`; \
echo "let rev = \" ($branch@$revision:$date)\"" > SVN.ml ; \
else \
echo "let rev = \"\"" > SVN.ml ; \
fi
hg: unknown command 'summary'
hg: unknown command 'summary'
OCAMLOPT -c tools/doc.ml
OCAMLOPT -c tools/plug.ml
OCAMLOPT -c tools/utils.ml
File "tools/utils.ml", line 195, characters 4-38:
Warning X: this statement never returns (or has an unsound type.)
OCAMLOPT -c tools/dyntools.ml
File "tools/dyntools.ml", line 28, characters 5-22:
Unbound value Dynlink.is_native
make[3]: *** [tools/dyntools.cmx] Error 2
make[3]: Leaving directory `/home/liquid/savonet/liquidsoap/src'
make[2]: *** [all-auto-ocaml-prog] Error 2
make[2]: Leaving directory `/home/liquid/savonet/liquidsoap/src'
make[1]: *** [all-subdirs] Error 2
make[1]: Leaving directory `/home/liquid/savonet/liquidsoap'
make: *** [all] Error 1
Source : hg clone
http://savonet.hg.sourceforge.net:8000/hgroot/savonet/savonet
-----Message d'origine-----
De : Romain Beauxis [mailto:[email protected]]
Envoyé : mercredi 3 août 2011 19:28
À : FORUM NUMERIZIK
Cc : [email protected]
Objet : Re: [Savonet-users] Install problem with svn8272
Hi!
The error below seems to indicate that you have an incomplete configuration.
I'd suggests going back to:
./configure
make clean
make
>From the top-level.
Concerning the dynlink problem, it is a known issue. I have committed a fix
for it yesterday which is in the latest hg default branch.
However, I am not yet sure that it covers all cases (ocamlfind might detect
the module even though it is not available for native
compilation) so if you get a chance to try the latest hg, I'd be happy to
know whether it is fixed for you or not.. Same goes to any reader here that
had this issue with beta2(.1) :-)
Romain
2011/8/3 FORUM NUMERIZIK <[email protected]>:
> Hello
>
> I have this error now :
>
> make[1]: Entering directory `/home/liquid/savonet/ocaml-mm'
> make -C src all
> make[2]: Entering directory `/home/liquid/savonet/ocaml-mm/src'
> make[3]: Entering directory `/home/liquid/savonet/ocaml-mm/src'
> make[3]: `libmm_stubs.a' is up to date.
> make[3]: `mm.cma' is up to date.
> make[3]: Leaving directory `/home/liquid/savonet/ocaml-mm/src'
> make[3]: Entering directory `/home/liquid/savonet/ocaml-mm/src'
> make[3]: `libmm_stubs.a' is up to date.
> make[3]: `mm.cmxa' is up to date.
> make[3]: Leaving directory `/home/liquid/savonet/ocaml-mm/src'
> make[2]: Leaving directory `/home/liquid/savonet/ocaml-mm/src'
> make[1]: Leaving directory `/home/liquid/savonet/ocaml-mm'
> make[1]: Entering directory `/home/liquid/savonet/liquidsoap'
> Makefile.rules:9: Makefile.defs: No such file or directory
> make[1]: *** No rule to make target `Makefile.defs'. Stop.
> make[1]: Leaving directory `/home/liquid/savonet/liquidsoap'
> make: *** [all] Error 1
>
> Can you help me ?
>
> Thanks !
>
> -----Message d'origine-----
> De : Romain Beauxis [mailto:[email protected]] Envoyé : mardi 2
> août 2011 17:08 À : [email protected] Cc : FORUM NUMERIZIK;
> [email protected] Objet : Re: [Savonet-users] Install problem
> with svn8272
>
> 2011/8/1 David Baelde <[email protected]>:
>> About the second error "Unbound value Dynlink.is_native" this is
>> because you have a too old version of ocaml (the previous warning is
>> related, too). We have some code for compatibility but it appears to
>> fail. This was reported a while ago, but we didn't find out the
>> problem as far as I remember. Anyway, if you can upgrade to ocaml
>> 3.12 (or maybe even 3.11) you'll be fine.
>
> I will fix that for the next beta, I was too bold and skiped the
> detection test for dynlink...
>
>
> Romain
>
>
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts.
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users