X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=kbbxt8G6Nw3LfP6nqNIoGEgkDx+OBc9Ye3Z4l8X6PR3 tvW4MIhnN7SY0IycvLn2tUfppLCqKfWIqx8etjSvF8dkUPF1xQD06qJYxEeTNSNy KFGZof3RRp7ZbvqEW++M9RLT8fH2+kryy+kyjFvjkHUjxBFqTefsRflhMZOH532c = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=vxaeYeW6H8R3RCiUgg6VpV5Txeo=; b=wcvFHdq5ykf7pQcwI 93yqBO2soX/ktk+5NXokkkKUQk2H/QVSH7iwGJFrBqR1YbpQEeZ9uLDCwUWJsTJ6 YSLDv8E9E0xHu8g2O0pggfsaXgKXwTrwYdiz4UMFqQPJmdaJOPyBPKORIc8e5v64 H+ffXaBG1tNzf4bBTA1ejApJ5Q= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f173.google.com X-Received: by 10.66.227.169 with SMTP id sb9mr33292449pac.11.1428988183883; Mon, 13 Apr 2015 22:09:43 -0700 (PDT) Message-ID: <552CA112.60808@gmail.com> Date: Tue, 14 Apr 2015 15:09:38 +1000 From: David Billinghurst User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] [Test] maxima-5.36.0-1 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 13/04/2015 1:50 AM, Achim Gratz wrote: > This is a new upstream release. I've patched up the build system quite > a bit, so I'd welcome feedback from testers. > A couple of issues with the 64-bit distribution * I don't see the English info files. Error below * xmaxima fails to start. Error below Apart from that it looks OK. I ran the smoke tests used for the windows maxima build (in INSTALL.win32). o Run the maxima testsuite: run_testsuite() o Try compiling a function. This has been a problem in the past - f(x):=x+2; - compile(f); - f(2); o Test the graphics systems under maxima plot2d(sin(x),[x,0,10]); plot3d(x*y,[x,-1,1],[y,-1,1]); load(draw)$ draw3d(xu_grid = 30, yv_grid = 60, surface_hide = true, parametric_surface(cos(phi) * sin(theta), sin(phi) * sin(theta), cos(theta), theta, 0, %pi, phi, 0, 2 * %pi))$ o Check that plotting to Postscript works plot2d(sin(x),[x,0,10],[ps_file,"ps_test.ps"]); o Try out the on-line help: describe(sin) Documentation error (%i6) describe(sin); Maxima encountered a Lisp error: OPEN: File #P"/usr/share/info/maxima.info-1" does not exist xmaxima error. I may just be missing a dependency (some fonts?) $ DISPLAY=localhost:0 xmaxima assertion "font != NULL" failed: file "/usr/src/ports/fontconfig/fontconfig-2.11.1-2.x86_64/src/fontconfig-2.11.1/src/fcmatch.c", line 453, function: FcFontRenderPrepare Aborted (core dumped) -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple