X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:references:subject:to :content-type; q=dns; s=default; b=dDSlpzmKeYAKISxYc1BM7ZPwV5PEg H8TK+h0aYc4+8l1pQ00AwecHkPoj7gJsBAYzy0dvciRb3Z22XQwd0ULkF0lu2nmb lRLQOqgBCt93/qDuTEaOrhU7GKgjrFQL/piv0zSjzkVFDTbaTfOAehO3gaNnq0/o BEkLlwPAdJ9r7I= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:references:subject:to :content-type; s=default; bh=NKWn45Kn93JooYBuHOw6VK9Afz8=; b=RRr BAk9OV/kYeculwWjh4sLMUBPPzYDMtcTrs3afPT7xex3dDgosBKdk0yn7dPlO1JW FnuqGDyF0r5upvX0dQ2InI0caKfDm5OxmYPw/VuxtTRhkZbw2AG/5nmJrQMzeo3F yON638j9zU8VabnShjovWMw1g/Xk+qHLKksvjSqI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=wanting, HX-Languages-Length:933, hurts, H*M:1c69fb81 X-HELO: mail-ot1-f53.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:references:subject:to:user-agent; bh=u31YdObNza49EORrhsC3mKbX8J/GNzTji74L7NRGLJ4=; b=CiC4sydMY+og7EtZ60hOdBCsygQHuNYyxrF8vgbeEpU7hrbjmQ3Xghh/xRrgz5RDjx +QybqlSbFEB3CpBowfrrjzvRbYkN6C3q4dm4lQcLyscIn/GIrHBdNIpCwbfh/CRp/ME/ 9GqRYfyjb69lP2cgm8uVU2ptGak9pu1/+2ZQ+IQ4wv58Idv9bZY1BHGW8gIWeem4Xdob L7X1+5GsQXdH29W221JzaFeboWJ+C8RZ2fMChCBmzFbJqdoo8rxfhqUAiDvn3atfDxBo oS8ohghXEbbu414h9Aiw+YE4uRCwupZsdvKyw2g8V7bCx1Rh1ENCAN3HvjXPAGPqTDl5 aDKA== Message-ID: <5c9a6eac.1c69fb81.cd67b.94ca@mx.google.com> Date: Tue, 26 Mar 2019 11:25:48 -0700 (PDT) From: Steven Penny References: <3dc5b19f876e7fa109e7e61dea8463ce748630eb DOT camel AT cygwin DOT com> Subject: Re: Python extraneous dependencies To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=utf8 User-Agent: Tryst/2.8.0 (cup.github.io/suede/tryst) On Tue, 26 Mar 2019 10:08:27, Yaakov Selkowitz wrote: >> It seems that function doesnt even work: >> >> $ python3.6 -q >> > > > from ctypes.util import find_library >> > > > print(find_library('z')) >> None > > WFM (returns cygz.dll), do you have the respective -devel packages > installed? Those are also required for find_library. still failing for me after installing "python36-devel". however even if it works, it seems we have an issue. if you need "python36-devel" to use "find_library", then it seems you only need "binutils" if you are installing "python36-devel", not "python36". so the "binutils" dep should be moved from "python36" to "python36-devel". this way it only hurts people installing the development python, not also people wanting to run "print('hello world')" if you have another reason why "python36" should require "binutils" i would be interested to read it - thanks. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple