[MetaPRL Users] Problem with filter_magic.ml
Aleksey Nogin
nogin at metaprl.org
Mon May 26 08:23:41 PDT 2008
Aditya,
Yes, it appears that your OCaml installation is slightly messed up. One
option would be to compile the x86_64 binary using my source RPM.
Download
http://rpmbin.nogin.org/MetaPRL/SRPMS/ocaml-3.09.3-1.rhfc6.src.rpm then
run "rpmbuild --rebuild ocaml-3.09.3-1.rhfc6.src.rpm". If that works,
then erase the messed up OCaml from /usr/local and install the binary
OCaml RPM you get from rpmbuild.
Aleksey
On 23.05.2008 15:30, Aditya Kanade wrote:
> Thanks Aleksey. My omake is 0.9.8.5+ and ocaml is 3.09.3 on FC6 x86_64.
>
> I updated the source but it is failing as follows:
> ERROR: The file /usr/local/lib/ocaml/camlp4/camlp4.cmxa does not exist
> (or is not readable)
>
> I have camlp4.cma but not camlp4.cmxa. If I change the
> COMPILATION_MODE to byte (instead of the default mixed) in mk/config,
> it fails as follows:
> Files /usr/local/lib/ocaml/camlp4/camlp4.cma(Token)
> and /usr/local/lib/ocaml/stdlib.cma(Printf)
> make inconsistent assumptions over interface Printf
>
> I suppose there is a version problem going on. Please suggest a way to
> get it running.
> Thanks,
> Aditya.
>
> On Fri, May 23, 2008 at 4:47 PM, Aleksey Nogin <nogin at metaprl.org> wrote:
>> On 22.05.2008 13:30, Aditya Kanade wrote:
>>
>>> I am trying to install MetaPRL. When I tried to build it for
>>> MetaPRL-SVN-2007.05.06, I get the following error:
>>>
>>> *** ERROR: The FILTER_MD5 digest recorder in the
>>> filter/base/filter_magic.ml file
>>> --- does not match the computed one!
>>> --- The filter/base/filter_magic.ml file needs to be updated.
>>>
>>> I tried other sources viz. MetaPRL-SVN-2006.06.04 and
>>> MetaPRL-SVN-2006.04.23 but I get the same error.
>>> Can you please help me solve this?
>> It's probably best not to try to deal with old SVN versions - just take any
>> of them and run "svn up" to catch up with the latest HEAD revision.
>>
>> Hopefully this works. If not, please let me know what version of omake (run
>> "omake --version") and ocaml (run "ocamlc -version") you are using.
>>
>> Aleksey
>>
>>
> _______________________________________________
> MetaPRL-Users mailing list
> MetaPRL-Users at metaprl.org
> https://lists.metaprl.org/mailman/listinfo/metaprl-users
>
More information about the MetaPRL-Users
mailing list