From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x635.google.com (mail-ej1-x635.google.com [IPv6:2a00:1450:4864:20::635]) by sourceware.org (Postfix) with ESMTPS id 1E4163840C3A for ; Sat, 20 Jun 2020 14:44:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1E4163840C3A Received: by mail-ej1-x635.google.com with SMTP id l12so13390731ejn.10 for ; Sat, 20 Jun 2020 07:44:59 -0700 (PDT) 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) Received: from [192.168.2.121] (pd9ed5fcd.dip0.t-ipconnect.de. [217.237.95.205]) by smtp.gmail.com with ESMTPSA id a62sm7883494ede.45.2020.06.20.07.44.57 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); 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@cygwin.com References: <45a8baf1-f636-7c03-ec1f-7c72ee73c56d@SystematicSw.ab.ca> From: Marco Atzeri 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-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit 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@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: Sat, 20 Jun 2020 14:45:00 -0000 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