unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: alisa.bezkresta@mail.ru
Cc: 9354@debbugs.gnu.org
Subject: bug#9354: wishing to build, ./configure runs eternally
Date: Wed, 24 Aug 2011 14:29:18 -0400	[thread overview]
Message-ID: <c7liuiacjl.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <E1QwBXr-0001l7-00.alisa-bezkresta-mail-ru@f260.mail.ru> ("Алиса Безкреста"'s message of "Wed, 24 Aug 2011 15:22:55 +0400")


> So I had my system date set for some months before real time. Very funny.
>
> And then, when I wanted to build emacs, there goes configure checking
> round and round.

I simulated this by extracting the emacs 23.3a tarfile and then doing:

find . -exec touch -t 201111111111 '{}' '+'

to set the dates of all the files a few months in the future.

Then what should be the end of ./configure prints:

 creating src/epaths.h
 make: Warning: File `/path/to/emacs-23.3/configure' has modification
    time 6.8e+06 s in the future
./config.status --recheck

and round and round it goes.

The loop is caused by configure invoking `make epaths-force'
and the rule in Makefile that says:

  config.status: ${srcdir}/configure ${srcdir}/lisp/version.el
                ./config.status --recheck

Nothing ever changes the timestamp of configure, so it always remains
newer than config.status.





  reply	other threads:[~2011-08-24 18:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-23 21:29 bug#9354: wishing to build, ./configure runs eternally Алиса Безкреста
2011-08-24  4:23 ` Glenn Morris
2011-08-24 11:22   ` bug#9354: Re[2]: " Алиса Безкреста
2011-08-24 18:29     ` Glenn Morris [this message]
2011-08-30  4:50 ` Paul Eggert
2011-08-30  7:18   ` Glenn Morris

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=c7liuiacjl.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=9354@debbugs.gnu.org \
    --cc=alisa.bezkresta@mail.ru \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).