From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sa-prd-fep-045.btinternet.com (mailomta28-sa.btinternet.com [213.120.69.34]) by sourceware.org (Postfix) with ESMTPS id D79AA385DC1B for ; Wed, 15 Apr 2020 12:59:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D79AA385DC1B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=jon.turney@dronecode.org.uk Received: from sa-prd-rgout-001.btmx-prd.synchronoss.net ([10.2.38.4]) by sa-prd-fep-045.btinternet.com with ESMTP id <20200415125945.LSGT8046.sa-prd-fep-045.btinternet.com@sa-prd-rgout-001.btmx-prd.synchronoss.net> for ; Wed, 15 Apr 2020 13:59:45 +0100 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com X-Originating-IP: [86.158.32.4] X-OWM-Source-IP: 86.158.32.4 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgeduhedrfeefgdegjecutefuodetggdotefrodftvfcurfhrohhfihhlvgemuceutffkvffkuffjvffgnffgvefqofdpqfgfvfenuceurghilhhouhhtmecufedttdenucenucfjughrpefuvfhfhffkffgfgggjtgfgsehtkeertddtfeejnecuhfhrohhmpeflohhnucfvuhhrnhgvhicuoehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkqeenucffohhmrghinhepghhithhhuhgsrdgtohhmpdgurhhonhgvtghouggvrdhorhhgrdhukhdpohgrshhishdqohhpvghnrdhorhhgnecukfhppeekiedrudehkedrfedvrdegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurdduudejngdpihhnvghtpeekiedrudehkedrfedvrdegpdhmrghilhhfrhhomhepoehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkqecuuefqffgjpeekuefkvffokffogfdprhgtphhtthhopeeotgihghifihhnqdgrphhpshestgihghifihhnrdgtohhmqe X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.117] (86.158.32.4) by sa-prd-rgout-001.btmx-prd.synchronoss.net (5.8.340) (authenticated as jonturney@btinternet.com) id 5E3A24110B769598 for cygwin-apps@cygwin.com; Wed, 15 Apr 2020 13:59:45 +0100 Subject: Re: [ITP] gl-manpages To: "cygwin-apps@cygwin.com" References: <6c40aff5-7949-11c2-bc4f-60fa9061eabd@dronecode.org.uk> From: Jon Turney Message-ID: Date: Wed, 15 Apr 2020 13:59:44 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=1.4 required=5.0 tests=BAYES_00, BODY_8BITS, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2020 12:59:48 -0000 On 14/04/2020 16:23, Marco Atzeri via Cygwin-apps wrote: > Am 10.04.2020 um 16:47 schrieb Jon Turney: >> >> This package contains OpenGL manpages from >> https://github.com/KhronosGroup/OpenGL-Refpages >> >> These are packaged in Fedora (gl-manpages), debian >> (khronos-opengl-man4), etc. >> >> cygport file: >> >> https://github.com/jon-turney/gl-manpages-cygport/blob/master/gl-manpages.cygport >> >> >> package files: >> >> http://www.dronecode.org.uk/cygwin/noarch/release/gl-manpages/ > > I have problem building it. > I do not see any package that cover the build requirements > of docbook-mathml My mistake, I have packaging for docbook-mathml I need to propose as well. > $ cygcheck -p dbmathml.dtd > Found 0 matches for dbmathml.dtd > > The system tries to download it and fails. > No clear reason why wget and curl can catch the files By default, xsltproc will not fetch files from URLs, hence the 'Attempt to load network entity' error. > $ cygport gl-manpages.cygport compile >>>> Compiling gl-manpages-20200103gita6e07ba-1.noarch > *** Warning: Some build dependencies are not installed. > *** Warning: This package may end up missing features, or not build at all. > *** Warning: Consider installing these packages first before continuing: > *** Warning:     docbook-mathml > I/O error : Attempt to load network entity > http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd > ....