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 934063858D28 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=date:from:to:subject:in-reply-to:references:message-id:mime-version :content-transfer-encoding; bh=lCvPtGeY2NYnCMcLZo8o5Dy9Hl/aCgon/GSHCzutwGs=; b=InH6WNzRnpJbpzv7/3hBWrUYh6TitTjWUTQSP/AvHBkIakqd4EtUzjaqIwI1IbnLaz /St1WGoXq9lJRiqJUa3gpN3FEuNoZy2buTF6GMnkeh5oCu5+/sfO7Wj5Dt6dzHLXzqGp 7ycroljXpq2pshF9L3yHWbzEz6fW8b87v6+8RW+zwSJPWeWb1iFYuuxIkljUE7ud5xHF yMHVbaNJrBIX4hG/qWIORJxgGdxlmQbyoqCcEuugqoEFMQTbuTrQeAkqspUwYWpmlsBi /3dbikQdphETcNYzTp6Q03wsU67kMEJKkCjXqr7DffafjrqoXfr2IZJE6QFDmWRQRhr4 DwvA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:in-reply-to:references :message-id:mime-version:content-transfer-encoding; bh=lCvPtGeY2NYnCMcLZo8o5Dy9Hl/aCgon/GSHCzutwGs=; b=E2gk/Ha3OkMl9CVt7sBSARSSayDdLZqSq+t0MV7rUyG2xM8451iYll2lS4gPVQ/FQX nQkuCmW1JIrsQmWtQwhBnTbZqqmYg0yi8SpWeF82vSeC3BeF8UVAbOwZ+F2ck3Qy15Am +UiKqJUIkLAcd6pmLABakyAuP5bJX0fRGBbLI3hcghWr8ZYzDykmY/Lyl6a4Q1c6YBjd nFCOde/xhWYZIOynVEkD3VIhA2278TBL5m85TRM2QJi5kglZ6vU+X/ULvyu53AXjUACs hXpMZinjm//cOZr4Hx4XfGXcwFlFC1G7nUrgKJKQSHg4LqRmeXbcJOpgWcwYeZ6gEfzC 2mHw== X-Gm-Message-State: AOAM530xXQI3ZLoK4KoTxVgSm5elXDWBQpDiPua2y9y2q4TC+2NcKykx kArRidj/5xvhvRkk/tHsmzM2DRaVFZs= X-Google-Smtp-Source: ABdhPJycptZhj8mS6MMfHTczHhGAyxFLA3E9KqcTMLJh90ggSAf7Y/BaXvKRgImMoLL+YnIE+aOiVw== X-Received: by 2002:a17:902:d50e:b0:142:1b2a:144 with SMTP id b14-20020a170902d50e00b001421b2a0144mr36131975plg.51.1638701177556; Sun, 05 Dec 2021 02:46:17 -0800 (PST) Date: Sun, 05 Dec 2021 19:46:16 +0900 From: Lemures Lemniscati To: cygwin AT cygwin DOT com Subject: maxima-5.45.0-1 can't find a lisp.exe In-Reply-To: References: Message-Id: <20211205194614.57DC.50F79699@gmail.com> MIME-Version: 1.0 X-Mailer: Becky! ver. 2.75.01 [ja] X-Antivirus: Avast (VPS 211205-0, 2021/12/5), Outbound message X-Antivirus-Status: Clean X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, 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 AT cygwin DOT 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Hi! I tried maxima, but it failed with a message. ---- $ uname -svrmo; echo --; cygcheck -c maxima clisp gnuplot-base; echo --; /usr/bin/maxima CYGWIN_NT-10.0 3.3.3(0.341/5/3) 2021-12-03 16:35 x86_64 Cygwin -- Cygwin Package Information Package Version Status clisp 2.49.92-1 OK gnuplot-base 5.4.2-1 OK maxima 5.45.0-1 OK -- /usr/bin/maxima: line 173: /usr/lib/clisp-2.49+/base/lisp.exe: No such file or directory ---- I also tried replacing "/usr/lib/clisp-2.49+/base/lisp.exe" in /usr/bin/maxima by "/usr/lib/clisp-2.49.92/base/lisp.exe", in vain. ---- $ /usr/bin/maxima /usr/lib/clisp-2.49.92/base/lisp: initialization file `/usr/lib/maxima/5.45.0/binary-clisp/maxima.mem' was not created by this version of CLISP runtime ---- Regards, Lem -- 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