From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32b.google.com (mail-wm1-x32b.google.com [IPv6:2a00:1450:4864:20::32b]) by sourceware.org (Postfix) with ESMTPS id 98C263857824 for ; Sat, 2 Jan 2021 06:42:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 98C263857824 Received: by mail-wm1-x32b.google.com with SMTP id y23so12914456wmi.1 for ; Fri, 01 Jan 2021 22:42:07 -0800 (PST) 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=/xOtGIH0rJyc59jI2Toy9icBZTN90X2v8Ax/z1RcfmQ=; b=nzrC6Q426ahRArbhYPii5Jp40svaQcXw4iJPzpZHG/13CzCWaTzCKl6i+ZZPoGRkZc h4UHtqxOk7lF+houtxa3xGaRHZajbkzEDSKxGRLQcxr5/ekBIa+/PtiR/8Y+XxkyR01C mKQUtY7AcjLtpDrsxyX3jFR9WRiH6m7Ijjwtsc9dw2GqXlShb5V2tlGnm5By+HyBMPX3 6mnc/1QA0l+ie1IVhBmy+1ZNTNhYVgml6hS3LkQC5/lRxQHTkJUJff7UuXSzh6gu07I9 5LpC4C9zMwAIfEiaYhPtX7Br+bGm30HJgSc5aKc7tjQfsNXCuKmkF+Rs8jT/zEJnn/ga jjJw== X-Gm-Message-State: AOAM531vpo1qqFaZjKQn9hLF64FW0t5qnAYGZm5JFxyAIwP9eERagkku 8c6SI0o9PxkplxzDvRsLhcEQB4pEMMp5mg== X-Google-Smtp-Source: ABdhPJzchNtMCdW9siDOK+opjhPnx1ObE5B9+sa4w4mNX+BNh8G7BHF4ve8kUxBCLo/+ZZSFVwiZdA== X-Received: by 2002:a7b:c182:: with SMTP id y2mr18243409wmi.57.1609569726116; Fri, 01 Jan 2021 22:42:06 -0800 (PST) Received: from [192.168.2.121] (p5dda1f06.dip0.t-ipconnect.de. [93.218.31.6]) by smtp.gmail.com with ESMTPSA id b200sm21078068wmb.10.2021.01.01.22.42.05 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 01 Jan 2021 22:42:05 -0800 (PST) Subject: Re: python header puzzle To: cygwin@cygwin.com References: <3c67977a-f7d6-c7bd-2397-b33ed4fba049@gmail.com> <20210102073001.D611.50F79699@gmail.com> <20210102110605.007E.50F79699@gmail.com> From: Marco Atzeri Message-ID: Date: Sat, 2 Jan 2021 07:42:02 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <20210102110605.007E.50F79699@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it 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, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, 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@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, 02 Jan 2021 06:42:09 -0000 On 02.01.2021 03:13, Lemures Lemniscati via Cygwin wrote: > On Sat, 02 Jan 2021 07:30:05 +0900, Lemures Lemniscati >> On Fri, 1 Jan 2021 19:33:03 +0100, Marco Atzeri via Cygwin >>> Hi All, >>> >>> trying to build postgresql 12.X with python3 interface, I hit an >>> interesting issue >>> >> >> A cygport file is attached, or placed at >> https://github.com/cygwin-lem/cygwin-pkg/tree/w_postgresql-12.5-1/postgresql >> > I'm sorry. I was wrong. > > Regards, > > Lem Hi Lem, Maybe next time; just remember to trim replies. I am currently using python-cffi to see is I should modify PyMODINIT_FUNC in the python code or in the packages. There are other additional puzzling cripped DLL cases. I am using https://www.dependencywalker.com/ to verify if the symbol list is correcly exported. When crippled there is usually only one symbol Regards Marco