X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 288D33858D3C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=4bVBiYqqtFM5CxWKrdegEkDuq6XnhYUHZU69QiPLgnY=; b=KlMeQIDxurDofiQIkvKEaCOP89yMc89MNHqnZKRyW08jHFzru5csvXHZpsmk128TA8 Q5xj2AKIIv7r0V1rle+2Exm+QA1jcIQ6VgPkprfUsCsC8I25WBFrtZjn0pEChCcUgGbB Vmab8ZL3+pd/e3oZcyYpU/byrHUqJ1QG59EZY7kWkvck3efsi0ouXauJIE4i+VP8C3KL dWLe2cwQBt1lRWeKHKzIE6gIZjWp0SGqOsEdKu2G7LAB0U8s5Cuo9SHE71LVBi275Wkz eRugRpby0UYJHnMhp+JA+68rSrR93A9wdYj0mmngX0xqCkdoRzbuZ1YbNau5BWBPxvqJ VwuQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4bVBiYqqtFM5CxWKrdegEkDuq6XnhYUHZU69QiPLgnY=; b=MX55fxPN/47VA7FI783ZCvh+R7QM+cpER+Gm0eiUmvmRYYerHFxOgR9ayXXdteMx4D 4ZMWlFRcxbDcK2a5No6qk0wB1w55SGBKFvKski24jpcjg/wvMwcwLOlzVs2bEVH1F0Eb YPJ0R2VrKbTKFgXmPPfHRymMIXref2b6pUv1OgZ9/hMxTDg9VBLPqLp6Nyu3x6LIap3V 30Qwf2yq7ruo46B+2n4cCnk/T3VbDtJMejM5A1zP40SrjRWhx4fdu1KiVLrVJvzfYR2M XwUZZ3W/FBbxfnms4bU2VKmv+XwBQBecXJpKY+FiUEsefF3lTeSqXuo7T6rpradNvWZu 1hZw== X-Gm-Message-State: AOAM5335k1Ib3P9UfBFlpmI3vSN3cAyZHko9XDfp+G0zv0Wa59x0oGpc aH1dQzuTE41IvA/YAnKknDnKwiFmqx5qdGEkp2E= X-Google-Smtp-Source: ABdhPJyto+aPc4nSCZmn1PPrZx6Wp0Rbf7EFJZdfvHwKyfsIkV+CFFIhn3V6XjjZwnaTjdjhzxNX6jGl5xnBXj2OHzg= X-Received: by 2002:a05:6512:2827:b0:473:9f7d:e347 with SMTP id cf39-20020a056512282700b004739f7de347mr13425285lfb.576.1652723356599; Mon, 16 May 2022 10:49:16 -0700 (PDT) MIME-Version: 1.0 References: <5bd6ca93-298f-c7a8-224a-78655b111c70 AT SystematicSw DOT ab DOT ca> <887c2a73-c325-b86b-37d1-9ad281078a5f AT cornell DOT edu> In-Reply-To: From: William Deegan Date: Mon, 16 May 2022 10:49:05 -0700 Message-ID: Subject: Re: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1 To: Martin Ortuno X-Spam-Status: No, score=0.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Cygwin List Content-Type: text/plain; charset="utf-8" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 24GHnv0C027237 save this as SConstruct.simple print("I'm in a SConstruct") Then run scons -f SConstruct.simple Do you get any output? On Sun, May 15, 2022 at 6:44 PM Martin Ortuno < martinortunogonzalez AT gmail DOT com> wrote: > Hi everyone, > Here the results... > > $ which -a alternatives > > /usr/sbin/alternatives > > > > Then.. > > $ ls -glo $(which -a alternatives) > > -rwxrwx---+ 1 18944 Apr 5 2009 /usr/sbin/alternatives > > > > After that I ran… > > $ /usr/sbin/alternatives --verbose --auto python > > reading /var/lib/alternatives/python > > > > Just to see if that helped I ran: > > $ /usr/sbin/alternatives --test --auto python > > auto > > /usr/bin/python > > > > /usr/bin/python3.9 > > 39 > > would link /etc/alternatives/python -> /usr/bin/python3.9 > > > > Finally I ran: > > > > $ /usr/sbin/alternatives --display python > > python - status is auto. > > link currently points to /usr/bin/python3.9 > > /usr/bin/python3.9 - priority 39 > > Current `best' version is /usr/bin/python3.9. > > > Thanks, > > Martin > > El dom., 15 de mayo de 2022 7:59 p. m., Ken Brown > escribió: > > > On 5/15/2022 6:03 PM, Martin Ortuno wrote: > > > $ ls -glo /usr/bin/python > > > > > > lrwxrwxrwx 1 13 Jun 3 2015 /usr/bin/python -> python2.7.exe > > > > This shows that you have a very old version of python2, going back to > > before the > > python versions were managed by the alternatives system. > > > > You can't expect to have a working Cygwin installation if you selectively > > update > > some packages while keeping old versions of others. I suggest that you > > update > > to the current release of each package. > > > > Ken > > > > -- > > Problem reports: https://cygwin.com/problems.html > > FAQ: https://cygwin.com/faq/ > > Documentation: https://cygwin.com/docs.html > > Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple > > > > -- > Problem reports: https://cygwin.com/problems.html > FAQ: https://cygwin.com/faq/ > Documentation: https://cygwin.com/docs.html > Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple > -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple