X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 AT kylheku DOT 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 In-Reply-To: Date: Fri, 1 Jul 2016 12:36:35 -0600 Message-Id: References: To: The Cygwin Mailing List 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 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