From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) by sourceware.org (Postfix) with ESMTPS id 98849395B425 for ; Fri, 13 May 2022 22:46:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 98849395B425 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSw.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=systematicsw.ab.ca Received: from shw-obgw-4003a.ext.cloudfilter.net ([10.228.9.183]) by cmsmtp with ESMTP id pb6Ond6fLwtwGpe3UnzFbM; Fri, 13 May 2022 22:46:40 +0000 Received: from [10.0.0.5] ([184.64.124.72]) by cmsmtp with ESMTP id pe3VnuJS8Cg6jpe3WnrcGA; Fri, 13 May 2022 22:46:42 +0000 X-Authority-Analysis: v=2.4 cv=SMhR6cjH c=1 sm=1 tr=0 ts=627edfd2 a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 a=IkcTkHD0fZMA:10 a=uYT-Tk0qkVT609LjNaIA:9 a=QEXdDO2ut3YA:10 Message-ID: Date: Fri, 13 May 2022 16:46:41 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Reply-To: cygwin@cygwin.com Subject: Re: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1 Content-Language: en-CA To: cygwin@cygwin.com References: From: Brian Inglis Organization: Systematic Software In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4xfB0F0J5knNMFgY3uGq2jeZX/cm29Z5UhcfeFnh9XtLT04vI64Xw14x1lRnYKv1h2Bj+TkQO9RgGt7WMjqlnnUw2ijj6D+39Y/LhxDIp9TfhjH9DbRa2B dXZaPs0Zz/6vkf0Pqz01eb1hsaTzYK4zfDJsWd7cHUFZhZ8HeP5+ZNafXSawqcc64bwtgySghj2ZYt9QvzYeaFMqLET5uclpezc= X-Spam-Status: No, score=-1165.1 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, NICE_REPLY_A, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Fri, 13 May 2022 22:46:45 -0000 On 2022-05-13 16:16, Martin Ortuno wrote: > El vie., 13 de mayo de 2022 5:12 p. m., William Deegan escribió: >> On Fri, May 13, 2022 at 1:41 PM Martin Ortuno wrote: >>> El vie., 13 de mayo de 2022 3:30 p. m., Martin Ortuno escribió: >>>> El vie., 13 de mayo de 2022 11:51 a. m., William Deegan escribió: >>>>> On Fri, May 13, 2022 at 8:46 AM Martin Ortuno wrote:>>>>>> On one project we are using cygwin v2.3.1 for 32 bits as a >>>>>> building environment... We are integrating a library that >>>>>> is built scons, I tried to run scons v4.3.0-1 but when I >>>>>> prompt scons on the command line. >>>>>> Scons -v outputs nothing... >>>>>> I would appreciate your support in this matters... >>>>> Are you sure you're running scons from cygwin? >>>>> Which version of python do you have installed? >>>> On the cygwin envuronment i have both python 2.7.10 and python 3.4.3, >>>> the one which is by default is python 2... >>>> Pretty sure that's the reason why is not working, i think we need python >>>> 3.9 for scons... >>>> The problem now is that i cannot install successfully python 3.9. I >>>> tried with the setup-x86, just updating python3... However after that >>>> python3 stops working... >>>> I'd appreciate any advice or support... >>> Actually i tried to open python3.9 from windows directly and then the >>> application crashes saying: >>> "The procedure entry point __locale_ctype_ptr could not be located in the >>> dynamic link library >>> C:\Path\toCygwin\bin\libpython3.9.dll" >> vi `which scons` >> and see which python it's trying to use. >> (from within your cygwin shell) >> Very surprised you get no output. > I am prompting which scons: > Output: > /bin/scons/ That output makes no sense! Please paste actual commands and outputs from terminal. Might be more useful running: $ ls -glo /usr/bin/python lrwxrwxrwx 1 24 Feb 17 2021 /usr/bin/python -> /etc/alternatives/python $ alternatives --display python python - status is auto. link currently points to /usr/bin/python3.9 /usr/bin/python2.7 - priority 27 /usr/bin/python3.8 - priority 38 /usr/bin/python3.7 - priority 37 /usr/bin/python3.6 - priority 36 /usr/bin/python3.9 - priority 39 Current `best' version is /usr/bin/python3.9. $ cygcheck -c scons Cygwin Package Information Package Version Status scons ... OK $ head -n1 /usr/bin/scons #!/usr/bin/python... -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised. [Data in binary units and prefixes, physical quantities in SI.]