X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A3606398B855 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1626296982; bh=AmtDbahIH5L4ztZRzwhVtNKYy+sVywihR/1+NyW42ZQ=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=K8I6bFS98CpErIWriZ+ttqewe88k4qJ8PXbCDQnZyxKfOb8LKTZOXg1OLAnj5/uPh vbZlujTm8kIfL4J0eqXO4gs0UMs4RTaxoffjkhuaUQ3PmCt1rFw3d6V4jhtxlSTKHk fjDEJ3L+xmKeEcdjOKA8RJuHPI0wedv12tiQ3tiQ= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 19023385800D X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=haaRuI1ETYQUN+wqFD+xp7XXuZJwMkGh0Ro8oSBNLKY=; b=cEWw4J1y9L40qhXymq+AOX0WLbJOsYl+5Cqu3x/sD8bp8udjmqLftYLz9v7JUZuHhX 0F8Z2eOh29FA1MV4L4Xo75BPJnvh685Cn+Kpzwh6HoFK9VKiEtdG0mAsNFkVvgin4dge bp0I1BhfLiZfNLYXEy+lX4mIShyhGVEywQjGoCGsT1AvrXqY1jhpKI+rvv3uvgnwcmKT GAWN2QOKn5nGBh235QJskxoriXXojRtb4BYafQG22G4swn4LJzB8l3wOVst0Y/QIES5e dVHtFUEU8RxuNmudal701GXDkr0r77X1PsoxV9e6CYf+p+hGxdzIrjPR/hYp0ZIJzDc9 JrnA== X-Gm-Message-State: AOAM532ttkOvDsvKoFwiNQ3sB9f1wVs7VJLVpC3tqCnXkVWuUU7ez7qs Rbw5VYfeXhFf+PYbyF/+uV9+hvk5s7gVFPNBmmvXiZ0xOgs= X-Google-Smtp-Source: ABdhPJy2E6gjZWZHpIpsOsqFCxqxsbTA/PHimrF9Kxj0vHKEQE+EYx3N2pxnC+CYXUuwirI24ZUury03wL+K+vPymwM= X-Received: by 2002:a37:a247:: with SMTP id l68mr11976255qke.214.1626296908362; Wed, 14 Jul 2021 14:08:28 -0700 (PDT) MIME-Version: 1.0 References: <87sg0g67o7 DOT fsf AT Rainer DOT invalid> In-Reply-To: <87sg0g67o7.fsf@Rainer.invalid> Date: Wed, 14 Jul 2021 15:08:17 -0600 Message-ID: Subject: Re: Setup shows errors from gnuplot-base.dash and python38-devel.sh To: cygwin X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, FROM_LOCAL_NOVOWEL, HK_RANDOM_ENVFROM, HK_RANDOM_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no 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 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: , From: Doug Henderson via Cygwin Reply-To: Doug Henderson Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" On Wed, 14 Jul 2021 at 13:03, 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). When I do that in an elevated shell: $ cd /etc/postinstall/ $ cat gnuplot-base.dash /usr/sbin/alternatives --install /usr/bin/gnuplot gnuplot /usr/bin/gnuplot-base.exe 10 $ . gnuplot-base.dash failed to read link /usr/bin/gnuplot: No such file or directory failed to link /usr/bin/gnuplot -> /etc/alternatives/gnuplot: No such file or directory $ These are the same messages as I find in "/var/Log/setup.log.full". $ ls -l /usr/bin/gnuplot* -rwxr-xr-x 1 Admin None 1444371 Jun 12 03:40 /usr/bin/gnuplot-base.exe I don't know enough about alternatives to diagnose this problem. Doug -- Doug Henderson, Calgary, Alberta, Canada - from gmail.com -- 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