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:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=xQnJ25vxPKR/mIaY mraAwyM5d0KPz6g6gsyrXc8ImidBcQ5ruIfvzKJ6uSWNdXqJCgnZevCYkP/37uIv qcv+OrxAUoftxdXZ/yNIkKxPdPBr9DLnMxwBSkgbOx5TIentEe4mhjs8PV4FI+JI Fx74vAIwadB+A5YSoTVsuRS1yw4= 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:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=fgxphtobTtd46L+Dou3pcT 9D1/M=; b=dBG+n81KhpzjadLMPREay4WlxTKjfxXWvDgWx1ZYdHaX08XJZyDyf7 B+/pgLgzokm1UWRjgLH/l5HsuWFZvzq8EJG7fxn61demr4iCmHOT04i0j+npvR3t 7iOIq6b7HS2dmJeHm92C3uJAiFNB32RUihgRFtYK9+vEiSrOtrR0g= 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-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_LOW,SPAM_SUBJECT1 autolearn=no version=3.3.1 spammy=cygwin-d, townsend, cygwind, Townsend X-HELO: smtp-out-no.shaw.ca Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca Subject: Re: package cygwin-d-... case sensitivity problems -- To: cygwin AT cygwin DOT com References: <90b5e010-fbcd-aebf-a88a-fc8c40134575 AT SystematicSw DOT ab DOT ca> From: Brian Inglis Openpgp: preference=signencrypt Message-ID: <0398e13d-1f13-fed2-4d33-34a84d706b3d@SystematicSw.ab.ca> Date: Wed, 19 Jun 2019 21:18:07 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1 MIME-Version: 1.0 In-Reply-To: <90b5e010-fbcd-aebf-a88a-fc8c40134575@SystematicSw.ab.ca> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 2019-06-19 20:45, Brian Inglis wrote: > > On 2019-06-18 11:46, Townsend, Paul wrote: >> The cygwin-doc-... package has several problems in at least the >> /usr/share/man/man3 directory where multiple file names differ only in case, >> i.e., the tar file contains, in this order, >> usr/share/man/man3/jN.3.gz >> usr/share/man/man3/jn.3.gz >> The jN.3.gz file contains the roff text and the jn.3.gz file contains a roff >> .so directive pointing at jN.3. The file that ends up in man3 is jn.3.gz >> and jN.3.gz disappears. >> The simplest solution would be to just remove jn.3.gz and similar .so files >> from the tarball. This would at least allow the roff text files to exist. >> FMI - where was the tarball created? It certainly was not on a computer >> with Windows and case insensitivity. > > A lot of package maintainers work on Linux and test in Windows VMs. > These conflicts should be picked up by the setup program tar extract. As most if not all of the math library and docs are part of and shared with newlib, most of the maintenance will be done in Linux, where these .so refs are necessary. The Cygwin doc packaging will have to patch this to avoid using the other cased variants of any man pages which are symlinks or only contain .so refs: the only file currently matching those criteria is jn.3.gz. Anyone can fix this locally by extracting the newlib doc from your Cygwin mirror's downloaded tar case sensitively to your Cygwin root as: $ /bin/tar -xvf ...mirror/x86_64/release/cygwin/cygwin-doc/cygwin-doc-3.0.7-1.tar.xz usr/share/man/man3/jN.3.gz -C / -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised. -- 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