From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42a.google.com (mail-wr1-x42a.google.com [IPv6:2a00:1450:4864:20::42a]) by sourceware.org (Postfix) with ESMTPS id 08ACD386191C for ; Thu, 21 Jan 2021 16:22:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 08ACD386191C Received: by mail-wr1-x42a.google.com with SMTP id a12so2322731wrv.8 for ; Thu, 21 Jan 2021 08:22:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=l/bsbtb0YN4SI8wQZiadkRHB7QBO9nrFovZoavWEtFI=; b=GmfOYWwiyTN54wLh61qGX9KnbmtV7FHnVbHm1enbx0aFdUB2ayJ9n16NZfD9xj0P40 0SgKP7NHUXTlqpYci5/QQ8CVsXvD5Um4VrzFmx313h4onw2rFh0LxcmoX2oHAjsQzPek ZRyO2Kb2vIEuUOZZxa6ekvNojfvYpPND1IRCOVsH+d1GkUnPwG7F9Ld0MlfcfxhZ9pRN aoT4226fTShyFMvf8gYuu/qivxDrGbWfTxS6jn4D/skC9oC4eN2YrpvnTru3bGps4vi3 Jk4l1+zRhKh96XnkXKyiVnozatDlniYnXn/bu1GOe218gDa4fKNaP9vh6i7ylv4CV3ac oVWw== X-Gm-Message-State: AOAM53262Lye2jjVvqWclZKKXcoB92JLDZvlnqC5HAYmW15XB5TKK+kv 2JWasBLgukLo1KTuHZUjkf2Q2hbhtZ3XRA== X-Google-Smtp-Source: ABdhPJwOGYGg+vtiE/qKyVCuvoKJXnxK/dMS4ami1OlEUasQ6ffKqG64PucAdW3BlC1nICLUFd1evw== X-Received: by 2002:adf:dd11:: with SMTP id a17mr238025wrm.360.1611246124132; Thu, 21 Jan 2021 08:22:04 -0800 (PST) Received: from ?IPv6:2003:cc:9f0c:c829:da0:b96d:5847:a707? (p200300cc9f0cc8290da0b96d5847a707.dip0.t-ipconnect.de. [2003:cc:9f0c:c829:da0:b96d:5847:a707]) by smtp.gmail.com with ESMTPSA id o124sm9170641wmb.5.2021.01.21.08.22.03 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 21 Jan 2021 08:22:03 -0800 (PST) Subject: Re: missing perl directories To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <1aa98310-1e84-5af6-41d5-1379b5e8020e@gmail.com> Date: Thu, 21 Jan 2021 17:22:02 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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, 21 Jan 2021 16:22:06 -0000 On 21.01.2021 17:09, Anthony Heading wrote: > Hi, > > Whenever I have a new cygwin setup, I get an error/warning when trying to install perl modules: > > > ls: cannot access '/usr/local/lib/perl5/site_perl/5.30/x86_64-cygwin-threads': No such file or directory > ls: cannot access '/usr/local/share/perl5/site_perl/5.30': No such file or directory > > If I simply create these empty directories the problem goes away. > > Could the perl package just include these empty directories? /usr/local/* are "local" no package should touch them Marco