X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 91116388E808 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1592664302; bh=n8zDG2Tl7vGWxgcgoGdvw3oDDZDcnVbUAmxA62vBWNE=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=g5UcJBcll25ibNf97pccxtMnOL/pI5OBEMioKINTQ6px+2LiXMR6tgrBjc1sLULeL YUI5XL8Wbv+ZSYtgkhGQ3fhiLmFtR2v4oTTo0DBHKrUjpK6FsxYBN5MB4AABFVtphw 0tS6VbhjwyaVKNAgT8KX308LZ3maNWbv3rYPYfmY= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1E4163840C3A 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=EASu4/gQQzNbevfcG+VhTadkV1Yg8GnVkUSkAF8uznY=; b=cjTbOSoxlmdsP7SZQ4UR/P1b1yzLl3VWLFkrNrKqZlTHZJCSg1c/FVjP25ksGnjOY2 +kAqT3o5wVK6Tr9dWleBU/j6g+Lhx6vFZDDbM8p/3Mhhwba9GbzEKmgaSM1gcMZfapeS 9V5qMV0ZbLrEyRTEPjg8h4cSk9xG9YlsP2/87fZnp71uBNHmEUvtZjTYZTY5iL69etYm 5j/X0y55NxQUbPWYZ4JIu6KulQGBFX15CbghCQ7rIRWjMU06WEWQodUC+a4cGumEtYSC 4ZNJGDNDGIsBjzDbcpIRIT3zdTNoC4YGj3QJIOQtJw0zQyeNYAWR5Uy+VvkO7OZrEUIT QwIA== X-Gm-Message-State: AOAM532Uo5QC83eNX3WBkT2iqLijTL5ncOdFrZqk++6Ig2OKZO4dDLls /mhqfls0spwpPkdtkAiMNRaseA2S X-Google-Smtp-Source: ABdhPJzkuBhdbY6R6pLgUURNl/hzNURojVdXa8yH59CxW3gX2d0qV5/NFpWNeNuGghTkdmhMMI+VUQ== X-Received: by 2002:a17:906:1d1a:: with SMTP id n26mr7889426ejh.351.1592664297889; Sat, 20 Jun 2020 07:44:57 -0700 (PDT) Subject: Re: Apparent bug in either (1) Cygwin default Package-list or (2) Package "bzr" dependency-list To: cygwin AT cygwin DOT com References: <45a8baf1-f636-7c03-ec1f-7c72ee73c56d AT SystematicSw DOT ab DOT ca> Message-ID: <3871eacb-cb57-518d-f4e2-4c903c508cd0@gmail.com> Date: Sat, 20 Jun 2020 16:44:56 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: Content-Language: it X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no 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 AT cygwin DOT 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: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" On 20.06.2020 16:41, Jon Turney wrote: > On 19/06/2020 07:55, Brian Inglis wrote: >> >> Looks like cygport, calm, and setup disagree about install >> dependencies; from >> setup.ini: >> >> bzr >> requires: python >> depends2: python >> >> python >> requires: python2 >> depends2: >> >> python2 >> requires: python27 >> depends2: >> >> so although python requires python2, and python2 requires python27, >> the (newer) >> depends2 entries are not the same and are empty, so setup ignores >> requires and >> does not install the dependency. >> >> In these cases, either depends2 should be the same as requires, or >> depends2 >> should be omitted, and setup should install requires. > > This analysis is not complete or correct because it doesn't take > 'obsoletes:' into account. (See [1] for the technical details) > > It does seem that things aren't working as intended, though. > > [1] > https://sourceware.org/git/?p=cygwin-apps/calm.git;a=commitdiff;h=d75abceedb46749982669236c5c102796a1fbfb1;hp=f92ad1d5c292ed54e7a62f5c52280efab8267f37 > > -- I think I solved the issue re-uploading all the python2 hints for both arch. Regards Marco -- 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