From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e2i214.smtp2go.com (e2i214.smtp2go.com [103.2.140.214]) by sourceware.org (Postfix) with ESMTPS id 0CB3A3858425 for ; Thu, 6 Jan 2022 10:47:27 +0000 (GMT) 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==; Received: from [10.176.58.103] (helo=SmtpCorp) by smtpcorp.com with esmtpsa (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.94.2-S2G) (envelope-from ) id 1n5QIn-Y8PFTq-7F for cygwin@cygwin.com; Thu, 06 Jan 2022 10:47:25 +0000 Received: from [10.62.31.23] (helo=romulus.metastack.com) by smtpcorp.com with esmtpsa (TLS1.0:DHE_RSA_2038__AES_256_CBC__SHA1:256) (Exim 4.94.2-S2G) (envelope-from ) id 1n5QIm-9EFNDP-QC for cygwin@cygwin.com; Thu, 06 Jan 2022 10:47:24 +0000 Received: from Thor ([172.16.0.127]) (authenticated bits=0) by romulus.metastack.com (8.14.2/8.14.2) with ESMTP id 206AlM0T007709 for ; Thu, 6 Jan 2022 10:47:22 GMT 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2022 10:47:28 -0000 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