Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: configure NIS test hangs on one of my OS X machines
- X-seq: zsh-users 13202
- From: "William G. Scott" <wgscott@xxxxxxxxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: configure NIS test hangs on one of my OS X machines
- Date: Tue, 9 Sep 2008 08:34:32 -0700
- Cc: zsh-users@xxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer:sender; bh=I+qmd6Qi0u3ibs+eS9oKOUB+qOZAVX1jiFYeVR9kANc=; b=btGaV0oNKyIfAvYneKEqAjMdKlHAHFleIRdbmPaqujZlNx8xDXr1AhEV2p8HXF9r1f jDehGt+OJME31L5dUO/CSAVtFc3GjiWVNA6Tbf6hTef8ZVvEF2B5Bu7Kb3SX9UwWhGb7 Kd0uKnSdnzORVX9w2PC782OSjcMauix3wgFhw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer:sender; b=hPrM6X/SUMTxeA9R5TJJkNtL9iXGnmHC5tJOS5deLjQFgfztOSxTiYE9bgDtQJ5mTe r64v6TAGCZAESQKInkLo0vnNZp+mktAPX1td9U48zQzHPTDjmqt5TKxAYATC/LnOEaAA jdjqCntFBMTEFFvP6W1K0zHSFeyVcgMzej1Kk=
- In-reply-to: <080908231114.ZM16672@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <64EBA058-6335-4AFB-BE06-72FC3E476F29@xxxxxxxxxxxxxxxxxx> <080908213933.ZM16288@xxxxxxxxxxxxxxxxxxxxxx> <114E89DE-AC95-4C16-83E7-100CD5E1AA87@xxxxxxxxxxxxxxxxxx> <080908231114.ZM16672@xxxxxxxxxxxxxxxxxxxxxx>
- Sender: "W. G. Scott" <wgscott1@xxxxxxxxx>
On Sep 8, 2008, at 11:11 PM, Bart Schaefer wrote:
} (indefinite hang).
So it just stops printing those error messages?
No, it keeps printing them ad infinitum.
That's a bit odd.
Anyway, it'd probably time out after 15 minutes or so.
After an hour and a half (getting the kids to school) it was still
hanging.
This has absolutely nothing to do with files or the web or bluetooth.
My point was only that I turned off all the remaining optional network
services that were on. The only thing that is consistent is that all
the computers that suffer this problem are behind a wireless router.
} Is there a way to avoid the test entirely?
Unfortunately not without changing the configure script. The easiest
thing might be to temporarily rename /usr/bin/ypcat, and then rename
it
back after configuration has finished.
For purposes of maintaining the Fink package, I can't touch anything
outside of its realm.
perl -pi -e "s|ypcat|false|g" configure
in the packaging script masks the problem, and since this is only for
OS X machines, is probably the easiest fix for this purpose unless you
or someone sees a problem with this. I am assuming it is harmless.
The main thing is the user should be able to type
fink install zsh
and get it to download and compile without manual intervention.
This is more along the lines of what I'd have expected (and what the
writer of that part of zsh's configure script expected) ypcat to do:
fail immediately if no server could be reached, not keep trying for
some unknown length of time.
Hopefully this is a peculiarity of my home network setup.
Thanks.
Bill
Messages sorted by:
Reverse Date,
Date,
Thread,
Author