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 88CAA3857C48 for ; Wed, 2 Sep 2020 18:05:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 88CAA3857C48 Received: by mail-ej1-x635.google.com with SMTP id a26so11413ejc.2 for ; Wed, 02 Sep 2020 11:05: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=Xr/mNTqNAj3o9aRppdv7h1j9JNLHvNVepBlnoGShKgo=; b=mRlUNHBRF3MV0nXZaDwmQmGt8lJOCemeCGNA6P6d1V4/vC2mmtikzBX2oKcyPlxQ7e mbPXQCRdctsBa7GVvbEX9uHIUtj6qzmRHEgDYbnMmbEwEgfUrT1xb0Fz3Ye3R+C/RKtV O5clZ8iDKrmGvPLWuGihMmZ+HFTSJb4gl8KCRRyza3yqfn9tCt3dtNhkbe4tfo8CTDhi r1Y19Lb9gC+ws6Ez71i3BwazPG85sIczof5rgzh/0jXKA/BxxOxSsM3K71wcTYz8kmuS H1nNBqP2XbYprEOagduwWWL0dLrhZBkfjCojAahkoKVV0gEUGZwtlMEg//i5LWLsv/fx X4pw== X-Gm-Message-State: AOAM530VuUbq/3f/4LW8TVYc9t99NW3wGw8ZmPUYbHHTSyH9ifwJDHLW RSvF2uwa+LJH8fd9/9Tqc2W35fHC7VY= X-Google-Smtp-Source: ABdhPJyZ0CpSZJOXt1yIYMUOfHYdSETNO9K1PAm2VN9tIsyuDgtA6Z0yQyrZWiqzotWgFKGveUA10w== X-Received: by 2002:a17:906:a185:: with SMTP id s5mr1208125ejy.472.1599069958266; Wed, 02 Sep 2020 11:05:58 -0700 (PDT) Received: from [192.168.2.121] (pd9ed58c0.dip0.t-ipconnect.de. [217.237.88.192]) by smtp.gmail.com with ESMTPSA id g10sm258734ejp.34.2020.09.02.11.05.57 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 02 Sep 2020 11:05:57 -0700 (PDT) Subject: Re: [ITP] python-getdevinfo To: cygwin-apps@cygwin.com References: <22af1c94-9283-328f-43ab-2742db8c926c@gmail.com> From: Marco Atzeri Message-ID: <610f9c29-0f34-9b07-7848-e3d90c08728f@gmail.com> Date: Wed, 2 Sep 2020 20:05:55 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.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=-2.0 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-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: Wed, 02 Sep 2020 18:06:00 -0000 On 02.09.2020 17:29, Hamish McIntyre-Bhatty via Cygwin-apps wrote: > *bump* in case this has not been seen. > > Hamish > > On 26/08/2020 10:35, Hamish McIntyre-Bhatty via Cygwin-apps wrote: >> Okay, I have updated the packages (same location: >> https://www.hamishmb.com/files/cygwin-temp/). It should now handle fork >> errors better. >> >> If it fails again, please post the full output from the test command so >> I can see what version(s) of Python the tests are failing on. It might >> be useful for someone else to have a go as well - would be good to know >> multiple people can reproduce this issue as I have still had no luck >> doing that. >> Hi Hamish, it builds fine and there are no problem on tests. Are you missing some dependencies ? "On Cygwin, you need the smartmontools and blkid packages". but they are not there: $ cygport python-getdevinfo.cygport deps|cat python36-3.6.10-1 python36-bs4-4.9.1-1 python36-getdevinfo-1.1.0-1 python37-3.7.7-1 python37-bs4-4.9.1-1 python37-getdevinfo-1.1.0-1 python38-3.8.3-1 python38-bs4-4.9.1-1 python38-getdevinfo-1.1.0-1 Is already in some Linux distribution ? Otherwise we need 5 votes from maintainers