From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42d.google.com (mail-wr1-x42d.google.com [IPv6:2a00:1450:4864:20::42d]) by sourceware.org (Postfix) with ESMTPS id D79F33858C27 for ; Wed, 14 Jul 2021 19:59:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D79F33858C27 Received: by mail-wr1-x42d.google.com with SMTP id v5so4712971wrt.3 for ; Wed, 14 Jul 2021 12:59:47 -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=TxICOLN0PXmlYxaQF4hhroVHaQ3cU+qdPgRWx9DusYg=; b=qeOnyvL1Q+UCnTXNB2yqWFohXVU1Kbw6u1sMn+aCEcKNMUs9jqocd3h+DQaWrQ8RjP rOD58N73M1Xeesi7kIrSVfANuEeRrZioqNxf/uRbylYa9VqO7WOMxU4vbB3O0jHks/aU 9/2/U9pgVBhxiU6DgwVIt9wDxPUeNxVBXaldhZLnJt/m+hi7cFxuPh3YvARIujE3UKcZ CfEoL4X/ODVOZ8qcuaDkrafEfK1X0a6Uwo2BclgqPldolsofZgZD5YQMBHvQktVB0iYz +7/r79M9a5aS7bTO3JSaXsptM5JNtNwit4PTQkzwL8mIcK5oyQssLM8AZ9KQ3GrRvKFQ YKVg== X-Gm-Message-State: AOAM5303hGD0CZUjIte+8o2+SRcEPvMQG2GMyNE2dpbBO0RTfG1PCOjW qbAyjIKqfk3ser9cyKmzd5vCycMdpmYvNA== X-Google-Smtp-Source: ABdhPJw+dSvoAYupVhYVcnttgpMG9nAbfFQ7CGtHB0GNZ+1cwmAvwBhtCEHXYd6k2xrO9bU9HmyTLQ== X-Received: by 2002:a5d:4c50:: with SMTP id n16mr15232147wrt.249.1626292786772; Wed, 14 Jul 2021 12:59:46 -0700 (PDT) Received: from ?IPv6:2003:cc:9f18:1caa:7415:5ae4:2c93:658c? (p200300cc9f181caa74155ae42c93658c.dip0.t-ipconnect.de. [2003:cc:9f18:1caa:7415:5ae4:2c93:658c]) by smtp.gmail.com with ESMTPSA id d29sm4818178wrb.63.2021.07.14.12.59.46 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 14 Jul 2021 12:59:46 -0700 (PDT) Subject: Re: Setup shows errors from gnuplot-base.dash and python38-devel.sh To: cygwin@cygwin.com References: <87sg0g67o7.fsf@Rainer.invalid> From: Marco Atzeri Message-ID: Date: Wed, 14 Jul 2021 21:59:44 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <87sg0g67o7.fsf@Rainer.invalid> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.6 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.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Wed, 14 Jul 2021 19:59:49 -0000 On 14.07.2021 21:02, Achim Gratz wrote: > Doug Henderson via Cygwin writes: >> The first error message occurred when I installed all pending packages >> this morning. I hoped to heal the problem by reinstalling the >> installed gnuplot packages. Now I get both the messages. > > If you look in /var7Log/setup.log.full you should be able to see what > error messages, if any, were recorded. > > The gnuplot related script should just set up the current alternative > for "gnuplot" to use, but something on your system seems to prevent > that from happening. You can also run the script in sh (you must tell > the shell to source it) and should get the same error (most likely). > > > Regards, > Achim. > Hi Doug, any error running directly /etc/postinstall/python38-devel.sh After that the following commands should produce somthing similar to : $ alternatives --display 2to3 2to3 - status is auto. link currently points to /usr/bin/2to3-3.8 /usr/bin/2to3-3.8 - priority 38 /usr/bin/2to3-3.6 - priority 36 /usr/bin/2to3-3.7 - priority 37 Current `best' version is /usr/bin/2to3-3.8. $ alternatives --display python3-config python3-config - status is auto. link currently points to /usr/bin/python3.8-config /usr/bin/python3.8-config - priority 38 /usr/bin/python3.6-config - priority 36 /usr/bin/python3.7-config - priority 37 Current `best' version is /usr/bin/python3.8-config.