From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 17244BC58 for ; Thu, 17 Jun 2010 15:35:24 +0200 (CEST) X-IronPort-AV: E=Sophos;i="4.53,431,1272837600"; d="scan'208";a="61541775" Received: from mp-57040.rocqadm.inria.fr ([128.93.57.40]) by mail1-relais-roc.national.inria.fr with ESMTP/TLS/AES128-SHA; 17 Jun 2010 15:35:23 +0200 Subject: Re: [Caml-list] OCaml 3.12.0+beta1 Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=iso-8859-1 From: xclerc In-Reply-To: <4C193976.1000305@gmail.com> Date: Thu, 17 Jun 2010 15:35:23 +0200 Cc: xclerc Clerc Content-Transfer-Encoding: quoted-printable Message-Id: <71FAA322-19FB-4E83-ACCA-9CB6EAC91487@inria.fr> References: <4C193976.1000305@gmail.com> To: caml-list@yquem.inria.fr X-Mailer: Apple Mail (2.1078) X-Spam: no; 0.00; ocaml:01 damien:01 ocaml:01 compilation:01 compilation:01 -prefix:01 'make:01 ulimit:01 bugreport:01 bug:01 edwin:98 celebrating:98 3600:98 unbound:01 doligez:01 Le 16 juin 2010 =E0 22:52, T=F6r=F6k Edwin a =E9crit : > On 06/16/2010 04:07 PM, Damien Doligez wrote: >> Dear OCaml users, >>=20 >> We have the pleasure of celebrating Bloomsday by announcing the = release of >> OCaml version 3.12.0+beta1. >>=20 >> This is a beta release, available as source only and intended for = power >> users to test new features and report bugs (if any).=20 >=20 > I have run the included OCaml testsuite, but I must have done = something > wrong since I got some compile failures (unbound modules, and some > missing symbols when linking thread-related tests). >=20 > make report output: > Summary: > 278 test(s) passed > 8 test(s) failed > 24 compilation error(s) > 0 compilation warning(s) >=20 > My system is a Debian Linux x86_64. > What I've done is: > ./configure -prefix ~/compilers/o312 > make world.opt > make install >=20 > Then put $HOME/compilers/o312/bin first in PATH. > Then I've simply run a 'make all' in testsuite/ > (under ulimit -v 1024000 -d 1024000 -t 3600). > Note that I also have ocaml 3.11.2 installed. >=20 > The failures are below, is this something I'm doing wrong, or should I > open a bugreport? This looks like a bug in the test suite. Can you send me (off list) a copy of the "*.result" files that appear in the trace you get when running the tests? Thanks for reporting, Xavier Clerc