X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0CB3A3858425 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=cl.cam.ac.uk Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=return.smtpservice.net DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smtpservice.net; s=md6hz0.a1-4.dyn; x=1641466947; h=Feedback-ID: X-Smtpcorp-Track:Message-ID:Date:Subject:To:From:Reply-To:Sender: List-Unsubscribe; bh=IZ0rUvYQRFDUO+7aVwnNlkSKvsCfbrBatdbXadN/AE4=; b=LpUnUYCt ZGHhNiUyA2yF8btVPO+mdhgQtKFOU7fXX0v/69aapYPb8mu8Nmr8+0kVzB1NLccKZu8aUkmbgA1I4 bw2AWo035gZJEN9nUJZRZVVXO54YbYUjQTssCXzPWY/cQQhlv4jWW9xk1BNVgpIz2UgNIXqvLki99 xhwj/tZXzMvI4q5a8jm6aNO90M5blDeg/xD3C4k05tBvny8KWcvJspJNE2kOn5/55Jas7nlNlCr8m 7OS8I75+Iu8s0nEJkqqpfVL6nN88ZDzoJ3mtS2CVpVn2lZo4Ch1GKu6I2q35aS1n0yloZFrDxOpnr hOBDM5hBQcBVlTVz9mYdZVZQ0Q==; From: "David Allsopp" To: Subject: Cygwin setup writing incorrect symlinks for native Date: Thu, 6 Jan 2022 10:46:13 -0000 Message-ID: <000201d802ea$e13fd790$a3bf86b0$@cl.cam.ac.uk> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AdgC6QhEcjWCNf+4QROdOTByZUljCg== Content-Language: en-gb X-Scanned-By: MIMEDefang 2.65 on 62.31.23.242 X-Smtpcorp-Track: 1n5QmX9EFNDeQC.1ni936qPr9vyw Feedback-ID: 614951m:614951apMmpqs:614951syNhIDPAsI X-Report-Abuse: Please forward a copy of this message, including all headers, to X-Spam-Status: No, score=1.6 required=5.0 tests=BAYES_50, DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_EF, HEADER_FROM_DIFFERENT_DOMAINS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" Running Cygwin setup 2.912 with --symlink-type native (or CYGWIN=winsymlinks:native) is not correctly translating all symlinks. A default install has these faulty ones: /etc/pki/tls/cert.pem -> \??\/etc\pki\ca-trust\extracted\pem\tls-ca-bundle.pem /etc/pki/tls/certs/ca-bundle.crt -> \??\/etc\pki\ca-trust\extracted\pem\tls-ca-bundle.pem /etc/pki/tls/certs/ca-bundle.trust.crt -> \??\/etc\pki\ca-trust\extracted\openssl\ca-bundle.trust.crt /etc/ssl/certs -> \??\/etc\pki\tls\certs /lib/security/cacerts -> \??\/etc\pki\ca-trust\extracted\java\cacerts /usr/share/doc/groff-1.22.4/pdf/mom-pdf.pdf -> \??\/usr\share\doc\groff-1.22.4\examples\mom\mom-pdf.pdf In particular, we noticed that /etc/ssl/certs being invalid breaks git. David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple