DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 48F7NJFU337321 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=I6QkqyTP X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E671C3858416 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1726384997; bh=8N7xMJDejNUGORhItpTNT2pyNM89IYJ1EJBKcCl04e8=; h=To:Subject:In-Reply-To:References:Date:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=I6QkqyTPMzyivFjNbV9VA46+Ih1RiVTHFNfQ/nIcHQ512CV+elOD4xwKHFsQ7Ha8y 05BSepmDwts7cTHYiZFd4Pc3y24iHRaxgglZKTLb5zQd5ksESKErATYtQ0pPcnkhMk 43C/u5KTouSlv4sF3YLcVHCP+KdVIIot9OB+tOgE= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 30B2C3858D20 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 30B2C3858D20 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1726384977; cv=none; b=OiWcZIHcG9pYsAhHUjHpLIVVQZMKCWA06H97Wh5+R1LG+t7+Bj7fYceEpS54O86vx9af3owGhFAs1yurgXWIoJTP5cCXShanHx1UVxuEMdY5TogW8cAtPVwr94g1Z+snjbz+MoxqbRExeG59EKQAEN/9psFSd6H4IwhO2w9kYWQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1726384977; c=relaxed/simple; bh=iFpStFRrH36naPyokAugQbOpkdoRS+/euq7kQ+T1BDM=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=ftCKkO4gb5SLDvemnKCPyyOYTGiok8OBBakH7l0iIDOg+E7FLYAOjA4oT7FDQx3X0+1IYXdKU0Gxe/Sb9YMxTN1YTbjUiFNRFd5xtXEZrPoeZLWxksRXkhcFrapOJ2xZmYYeU/LZ0Rcqbx4lwxniMghPcBryOubJJao3fhxvCAM= ARC-Authentication-Results: i=1; server2.sourceware.org To: cygwin AT cygwin DOT com Subject: Re: Minor flaws in the Cygwin Perl installation; missing directories (Perl 5.40.0-1) In-Reply-To: (Soren via Cygwin's message of "Mon, 2 Sep 2024 12:48:53 -0400") References: Date: Sun, 15 Sep 2024 09:22:39 +0200 Message-ID: <87v7yxtm80.fsf@Gerda.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-purgate-type: clean X-purgate: clean X-purgate-size: 1741 X-purgate-ID: 155817::1726384969-0FFFE442-B31DDE34/0/0 X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: ASSI via Cygwin Reply-To: ASSI Content-Type: text/plain; charset="utf-8" Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 48F7NJFU337321 Soren via Cygwin writes: > The Perl interpreter uses directories contained in the internal array @INC to > find libraries. Cygwin's Perl 5.40.0-1 installation leaves several > directories uncreated but listed in @INC. […] > Let's look at the error messages we get. That's a bug in _your_ script. There is no requirement or guarantee that any of the components in the search paths in @INC that are under the control of the site or local admin exist if they aren't needed by the current installation. > The 3 base directories with 0 files under them don't exist. For one example > of consequences: If one were to use cpanplus, it would want to place files > under /usr/local/share/perl5/site_perl/5.40 and suchlike. I love using > cpanplus. Watching it run the builds, tests and installations automatically > is very relaxing ;-). If you run cpanplus you are expected to set it up correctly as the local administrator, including the provision of correctly owned directories. I don>'t know specifically about cpanplus, but any build method I have used would create those directories when needed, provided it had the access rights to do so. > One further anomaly: In output of cygcheck: > > perl 5.40.0-1 Incomplete > > How do we fix this at Cygwin package build time? That's not what I am seeing: perl 5.40.0-1 OK So what did it say is missing from the installation? Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf Q+, Q and microQ: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds -- 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