From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id p86IcmRv003331 for ; Tue, 6 Sep 2011 20:38:49 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AokBAHJoZk7RVaE2kGdsb2JhbAApGqd2CBQBAQEBCQkNBxQEIoFGAQEBAQMSAiwBFAcdAQMMBgULAwouIQEBEQEFARwGEyKHVSObTQqMPYJWhTU7iG0CAwaGZASTLol8gmo8hAc X-IronPort-AV: E=Sophos;i="4.68,340,1312149600"; d="scan'208";a="107933416" Received: from mail-fx0-f54.google.com ([209.85.161.54]) by mail4-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 06 Sep 2011 20:38:21 +0200 Received: by fxe4 with SMTP id 4so92038fxe.27 for ; Tue, 06 Sep 2011 11:38:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=EfXSBym4ZHcD2cPaiRAmo9AQX4VldmJD96bVxIrXmas=; b=PQc+/bdHkQmdiLz8Vs7r8ww6cv06jalabfu0IyteYIHw2CvDAqQAGsMDozcZX5IekL +JB/fbeKQ/1UFIYofdl2t90Ve42nnwS0H3QoXhB0P/BLLrzqnI+W0UIXkyZ80GuV83Y0 JLPArRC3JwG0zfClbdAykqkTTgr4J/BqZEUvQ= MIME-Version: 1.0 Received: by 10.223.23.67 with SMTP id q3mr2069347fab.82.1315334300638; Tue, 06 Sep 2011 11:38:20 -0700 (PDT) Received: by 10.152.21.66 with HTTP; Tue, 6 Sep 2011 11:38:20 -0700 (PDT) In-Reply-To: References: <4E5FEC34.50900@janestreet.com> Date: Tue, 6 Sep 2011 14:38:20 -0400 Message-ID: From: Markus Mottl To: Sergei Lebedev Cc: caml-list@inria.fr Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by walapai.inria.fr id p86IcmRv003331 Subject: Re: [Caml-list] Jane street's core (et al.) post-hurricane code release Jane Street and I are currently merging and moving our code bases to OCaml Forge. Once this process is fully completed, the version on OCaml Forge will become the authoritative one. I will remove my separate distribution from my download site then, and my guess is that Jane Street will eventually also just link to the download page on the Forge to avoid confusion. Regards, Markus On Tue, Sep 6, 2011 at 13:33, Sergei Lebedev wrote: > Thanks, re-installing fieldslib and bin_prot helped. By the way, why is > there two version of type-conv around? > Regards, > Sergei > > On Tue, Sep 6, 2011 at 12:39 AM, Markus Mottl > wrote: >> >> It seems you have compiled fieldslib with a different version of >> type-conv than is being used to build "core".  You may want to >> reinstall fieldslib with your current type-conv. >> >> Regards, >> Markus >> >> On Mon, Sep 5, 2011 at 14:23, Sergei Lebedev wrote: >> > Has anyone managed to compile the latest Core release? I've ended up >> > with >> > the following error, after trying both type-conv == 2.3.0 (from Jane >> > Street >> > downloads [1]) and type-conv == 3.0.0 (which is unfortunately the only >> > version available in Arch User Repository [2]): >> > I: Running command '/usr/bin/ocamlbuild lib/libcore.a lib/dllcore.so >> > lib/core.cma lib/core.cmxa lib/core.a -tag debug' >> > Finished, 0 targets (0 cached) in 00:00:00. >> > + ocamlfind ocamldep -package unix -package threads -package >> > sexplib.syntax >> > -package sexplib -package res -package fieldslib.syntax -package >> > fieldslib >> > -package bin_prot.syntax -package bin_prot -package bigarray -syntax >> > camlp4o >> > -modules lib/agnostic_mutex.mli > lib/agnostic_mutex.mli.depends >> > Camlp4: Uncaught exception: DynLoader.Error >> > ("/usr/lib/ocaml/fieldslib/pa_fields_conv.cma", "interface mismatch on >> > Pa_type_conv") >> > This does look like a version mismatch, any hints? >> > Thanks, >> > Sergei >> > [1] http://ocaml.janestreet.com/?q=node/13 >> > [2] http://aur.archlinux.org/packages.php?ID=21556 >> >> >> >> -- >> Markus Mottl        http://www.ocaml.info        markus.mottl@gmail.com > > -- Markus Mottl        http://www.ocaml.info        markus.mottl@gmail.com