Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Goswin von Brederlow <goswin-v-b@web.de>
To: Ed Keith <e_d_k@yahoo.com>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Unable to reach fixpoint building ocaml 3.11.2 on cygwin
Date: Tue, 26 Jan 2010 16:42:18 +0100	[thread overview]
Message-ID: <873a1slvol.fsf@frosties.localdomain> (raw)
In-Reply-To: <110415.76516.qm@web58901.mail.re1.yahoo.com> (Ed Keith's message of "Tue, 26 Jan 2010 07:19:27 -0800 (PST)")

Ed Keith <e_d_k@yahoo.com> writes:

> 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

Maybe just fix all timestamps:

touch foo
find -exec touch -r foo "{}" \;
rm foo
make clean
make world

MfG
        Goswin


  reply	other threads:[~2010-01-26 15:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-26 15:19 Ed Keith
2010-01-26 15:42 ` Goswin von Brederlow [this message]
2010-01-26 19:00   ` [Caml-list] " Ed Keith
2010-01-26 19:22     ` rixed
2010-01-26 19:36     ` Ed Keith
2010-01-26 19:42 ` Alain Frisch
2010-01-26 20:10   ` Ed Keith

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873a1slvol.fsf@frosties.localdomain \
    --to=goswin-v-b@web.de \
    --cc=caml-list@inria.fr \
    --cc=e_d_k@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox