From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x531.google.com (mail-ed1-x531.google.com [IPv6:2a00:1450:4864:20::531]) by sourceware.org (Postfix) with ESMTPS id 3E8DE3858C60 for ; Tue, 28 Dec 2021 10:57:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3E8DE3858C60 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ed1-x531.google.com with SMTP id b13so72244831edd.8 for ; Tue, 28 Dec 2021 02:57:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:content-language:to:from :subject:content-transfer-encoding; bh=Zs8eKmunVgk7DDLScxRqAgyh3yALVoFPAXzcZyo8dbg=; b=isJSMTak0IsIv4CvYMcw9Q/Q3DXKsNqgBBKH752KLIyho76ZANW3icWiU6h+jxdILo Qqo5NRtzq1coZKVVFS2xVVVQB40oJZ1lMRRUKOrab6dYJO0rngB0/axMw1J3c7POEjzi RkQ39R67udLyK73Ka79diHgPErvcIcMuvt/psYcz6KWRToGQCTmE+sFWs8VSbMHSUJ16 stnvuHms0yMpGNjkAxsJW/dYX1O7Etq0rz2FwyIIZQokHylCIUqccXaVDhTjgYgfi+R8 6gOXhwoCdj8mk+5UIP97wVARxEm5VOJxkd9EBNR9MdwRVh69a7aV5FfG/5mkFzhh8BaD Iwag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent :content-language:to:from:subject:content-transfer-encoding; bh=Zs8eKmunVgk7DDLScxRqAgyh3yALVoFPAXzcZyo8dbg=; b=Q9bAoOZe57pDkyBkntePwUMzHhH+UKY6u+weDxYm6ctdX3MjHIJ4Dmhklhxl6gdjhQ XXXUtDL0P1cTiBPegR0N0Q+IHN3oCHIoKoefNzC9ovqpnzdHE9esTHrsMWt2H/JdhRk5 B+gWj00e0lqxXtS0Xbox0b7I9e8M8VVV46nKIN9K9+b0+qeO6HDJkos3THBISWhlRGSE AeOgTpKL5+Y4IvypQdMaVxzLajJL/mBKAGTan0PeuouzVKRJfBovbAYLVXBPbfWKfezW Lkw3BiMQQIMah04+4iKEbht/B4sPkwZdgnXoPOuaWgsCgQLdRLI/qFe8psXkjs4kxnmC YQ2Q== X-Gm-Message-State: AOAM530mglc9YL1FKTb2DYfdP40VgJ4IryE/hOQIlr/evnYjPiqEiR3j zCcLTl1ws2QOqJc7nAeqiyToIE9f856PUNH4 X-Google-Smtp-Source: ABdhPJyQnNNQyNR/pRMRtPj7dhQxAwfMye4+j1KO0RFNhnfgGvqJd/R8QSsixR1oUcLb+8F8HYE4OA== X-Received: by 2002:a05:6402:2064:: with SMTP id bd4mr20379627edb.51.1640689037255; Tue, 28 Dec 2021 02:57:17 -0800 (PST) Received: from [192.168.1.42] (dynamic-adsl-84-220-15-235.clienti.tiscali.it. [84.220.15.235]) by smtp.gmail.com with ESMTPSA id b4sm5936770ejl.206.2021.12.28.02.57.16 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 28 Dec 2021 02:57:16 -0800 (PST) Message-ID: Date: Tue, 28 Dec 2021 11:57:15 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 Content-Language: it To: "cygwin-apps@cygwin.com" From: Marco Atzeri Subject: perl_base not in Base ? Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2021 10:57:20 -0000 Hi Achim, I had the impression it was in the Base category @ perl_base sdesc: "Perl programming language interpreter" ldesc: "Perl programming language interpreter Minimal install intended for use by Base packages." category: Interpreters Perl requires: cygwin libcrypt2 perl_autorebase version: 5.32.1-2 Or is it supposed to be pulled by another Base program ? Marco