unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: guile-user@gnu.org
Subject: Re: request to re-order configure
Date: Wed, 29 Oct 2014 18:59:24 +0100	[thread overview]
Message-ID: <8761f2kb9f.fsf@gnu.org> (raw)
In-Reply-To: CA+CyYa0PyNEd30NqTCm80cHyfcPd3W1E4jiv+jPX73bYHXO-PQ@mail.gmail.com

Mike Bushroe <mbushroe@gmail.com> skribis:

> But ignoring my fumbling around in the dark my original request was to
> re-consider the order of tests made once the configure file it built.
> Currently many of the long and arduous dependency installs are not
> checked until near the end, about 10 minutes down the line on my
> laptop. This means that for every one of the listed major dependencies
> that I didn't install, didn't get to correctly install, or got a
> version too far back, it would add another 10 minute ./configure run
> just to tell me what major package to work on loading next. Then
> another 10 minute run to go one line further to report the next
> missing piece. So on top of the time it took to install the next piece
> I was adding the 10 minute run of guile's configure for each attempt.

I think you should use configure’s caching mechanism: just run

  ./configure -C

and then, when it fails, it already has a cache of most of what it
tested already, so the next run will quickly resume close to where it
stopped.

HTH,
Ludo’.




      reply	other threads:[~2014-10-29 17:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-26 19:07 request to re-order configure Mike Bushroe
2014-10-29 17:59 ` Ludovic Courtès [this message]

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/guile/

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

  git send-email \
    --in-reply-to=8761f2kb9f.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guile-user@gnu.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).