From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id 42CC4BC37 for ; Tue, 26 Jan 2010 16:19:29 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AucBAO6WXktCxGTmkWdsb2JhbACPYYIDiicBAQEBCQsKBxMDrWKBQIU1iDUBBAQBhDQE X-IronPort-AV: E=Sophos;i="4.49,347,1262559600"; d="scan'208";a="54722242" Received: from web58901.mail.re1.yahoo.com ([66.196.100.230]) by mail4-smtp-sop.national.inria.fr with SMTP; 26 Jan 2010 16:19:29 +0100 Received: (qmail 76598 invoked by uid 60001); 26 Jan 2010 15:19:28 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1264519168; bh=OKtRssw2+yLjk6ctIOvrDZLFvu0ygeNCuOnExvKOul4=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=UF5ZdBO7dHHiErFZ6epWSLrMWy0iAdl/edAJ0O6OQsVebB1SxJdyZIaCWUx4fSMapx10gL2CGXnzFu9YJ/IdRqIjtWxa41jaiHX5gDZqetoxLo2vcxqY1wRcDMVoPjkGcyH8lMnwY7T6AdpV1kDLzUc13c29Bo3Nxt8LV3ZrnYw= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=VZKFlWj9hHu7YSbeRxvfhSNiXnW9XynIRgA5ARxg+DG6AzN+/fZCOfnZwaGO4Onp5B8e2RHh6NWHCdbO2hunpHLDBsHISwxXkoeLiWZjJ4iXpqMX7fHtvle5UxIZ4+YF6ADb23B2Eppcsamk7azEZqRscslE4/r/wHQUNweIHck=; Message-ID: <110415.76516.qm@web58901.mail.re1.yahoo.com> X-YMail-OSG: q_aQUHsVM1lu_JEQfRR14fMEVHlF2FhN3yR2lMkbHuXWPThHHlLyWdQWFn7yg8XG9fM_FnI16kVX.Tv3WqrTjZN_ULqPWmpzffnKq33Bn6V5ojZssmGnSAk4ARsw_OkE48GsGDYAyilY3h8CFRKZpVJrKVT7VZzzTPiLhBwTBP._NMQnCF8RRnmonJUpcEqAMZh4diDQUP5SWKh8AxS7ZlZAeK2vXc1wjSwyb8Ua_FugpkwMr65Ba17jDteK5.fqLwWipoHwEx_K0wwoiw.4lu.uCzljpmCZIFOU6Tr1P7VZ1YREMBzUPAxfUeA9VQZd5C1pMPu7AFQrwTtTxKQw8LuOFuG_6jhc3uQw3m0Os_xh5PQmcKSCNnLG8jfkz7E46LtjZF5Imy7cDO86N3Q9vAYWbbxlwJOziMwc9dP.tbnDy_Iq0jlrPGkpNGi4JhTrvc3vtqmP.NqA9xXoSQOKqOqntNBb Received: from [129.44.188.68] by web58901.mail.re1.yahoo.com via HTTP; Tue, 26 Jan 2010 07:19:27 PST X-Mailer: YahooMailClassic/9.1.10 YahooMailWebService/0.8.100.260964 Date: Tue, 26 Jan 2010 07:19:27 -0800 (PST) From: Ed Keith Subject: Unable to reach fixpoint building ocaml 3.11.2 on cygwin To: caml-list@inria.fr MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam: no; 0.00; fixpoint:01 ocaml:01 cygwin:01 ocaml:01 cygwin:01 usr:01 ocaml-:01 ocamldoc':01 usr:01 ocaml-:01 ocamlc:01 ocamlc:01 byte:01 fixpoint:01 blog:98 I am trying to build ocaml 3.112 on cygwin. Make world seems to work fine, but when I make bootstrap I do not get any errors, but I get the following message: make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/usr/src/ocaml-3.11.2/ocamldoc' make[1]: Leaving directory `/usr/src/ocaml-3.11.2' make compare make[1]: Entering directory `/usr/src/ocaml-3.11.2' boot/ocamlc ocamlc differ: byte 137, line 2 Fixpoint not reached, try one more bootstrapping cycle. make[1]: Leaving directory `/usr/src/ocaml-3.11.2' I ran make bootstrap three times, with the same result each time then I repeated the whole process, and again got the same results. Can anyone give me any advice? -EdK Ed Keith e_d_k@yahoo.com Blog: edkeith.blogspot.com