X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:content-type:mime-version:subject:from
	:in-reply-to:date:content-transfer-encoding:message-id
	:references:to; q=dns; s=default; b=ppBkxhe/8sWL7NBRAf94RYwk7Jjt
	MoHQ1G1WJWyoS5WSOXn2bcx2BhJ6LkNBXNOwv8tdvsK5dma4IaH5+IHiV3Eh3wKW
	UWZOtXYUbM/STkt30Aehr633kS1c2O+SMDKj1+t3Livf3WDHJlrxoc1DTKW+bmJl
	wf2gpqxmabGtdBY=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:content-type:mime-version:subject:from
	:in-reply-to:date:content-transfer-encoding:message-id
	:references:to; s=default; bh=k5vi5x9+W8luFZb2P9ZHqQuE274=; b=vK
	dqYoDvmI2M05gcuXW0O6x8aCsKLkQ+cPuvjCoBpvRKxzFoPWn7hhhM5JZSeyUD6U
	IjybBEgD0shsqSvKeE/llszlvAGVf7hDW0zIsyijZNCVfUnrDjH98EtmEkVBERqZ
	rj4ot+m9wfjPiuwgwJS5MSlkpgc3v+8bW0Ta7QW24=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=D*kylheku.com, kaz@kylheku.com, U*kaz, kazkylhekucom
X-HELO: etr-usa.com
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\))
Subject: Re: Lengthy "xmlto" build step in Cygwin.
From: Warren Young <wyml@etr-usa.com>
In-Reply-To: <bfbac5abef5b3937edd1f9814c5f4bc8@mail.kylheku.com>
Date: Fri, 1 Jul 2016 12:36:35 -0600
Message-Id: <F8B12F74-6D70-413F-BB42-82BCC52976AA@etr-usa.com>
References: <bfbac5abef5b3937edd1f9814c5f4bc8@mail.kylheku.com>
To: The Cygwin Mailing List <cygwin@cygwin.com>
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u61Ib1WC021315

On Jun 30, 2016, at 11:19 AM, Kaz Kylheku <kaz@kylheku.com> wrote:
> 
> It sat for a long time in "book set list ..." with the CPU idle.

That means you have the DocBook tools installed but don’t have the DocBook XSL stylesheets installed, so it has to fetch them over the Internet.  Those Internet servers are heavily overloaded because of all the *other* users with the same system misconfiguration you have.

Solution: install the docbook-xsl package.

Tip: In the future, you can debug problems like this by adding --nonet to the xsltproc command.  That prevents it from trying to download XSL files and such from the Internet, so that if you are missing local copies, it fails fast.  IMHO that flag should be the default in the stock Makefiles.
--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


