From: Camm Maguire <c...@maguirefamily.org> To: Edi Meier <liste_fran...@gmx.de> Cc: 706...@bugs.debian.org, Debian Bug Tracking System <sub...@bugs.debian.org> Subject: Re: Bug#706309: axiom: Many of the "Introduction to Axiom"-demos fail References: <20130428090633.8086.25542.reportbug@localhost.localdomain> Date: Sat, 11 May 2013 11:19:44 -0400 In-Reply-To: <20130428090633.8086.25542.reportbug@localhost.localdomain> (Edi Meier's message of "Sun, 28 Apr 2013 11:06:33 +0200") Message-ID: <87d2sxzgq7....@maguirefamily.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii
Greetings, and thanks for your report! Edi Meier <liste_fran...@gmx.de> writes: > Package: axiom > Version: 20120501-1 > Severity: normal > > Dear Camm, > > taking the examples from > http://axiom.axiom-developer.org/axiom- > website/hyperdoc/axbook/section-0.1.xhtml > many of them failed. > > First was "0.1.3 Graphics" which was computed but did not generate any > output/graphic: > (1) -> draw(5*besselJ(0,sqrt(x**2+y**2)), x=-20..20, y=-20..20) > Compiling function %D with type (DoubleFloat,DoubleFloat) -> > DoubleFloat > (1) -> > I cannot reproduce this on the same system and distribution. > Next one with no output: > (1) -> p(0) == 1 > Type: Void > (2) -> p(1) == x > Type: Void > (3) -> p(n) == ((2*n-1)*x*p(n-1) - (n-1) * p(n-2))/n > Type: Void > (4) -> p(10) > Compiling function p with type Integer -> Polynomial(Fraction( > Integer)) > Compiling function p as a recurrence relation. > (4) -> > > > (4) -> coefficient(p(90),x,90) > 4) -> > >> System error: > The function |*1;p;1;frame0| is undefined. > Nor this. > (12) -> sinCosExpandRules := rule; sin(x+y) == sin(x)*cos(y) + > sin(y)*cos(x); > cos(x+y) == cos(x)*cos(y) - sin(x)*sin(y); sin(2*x) == 2*sinCosExpandRules > := rule; sin(x+y) == sin(x)*cos(y) + sin(y)*cos(x); cos(x+y) == > cos(x)*cos(y) - sin(x)*sin(y); sin(2*x) == 2*sin(x)*cos(x); cos(2*x) == > cos(x)**2 - sin(x)**2 > Line 1: sinCosExpandRules := rule; sin(x+y) == sin(x)*cos(y) + > sin(y)*cos(x); cos(x+y) == cos(x)*cos(y) - sin(x)*sin(y); sin(2*x) == > 2*sin(x)*cos(x); cos(2*x) == cos(x)**2 - sin(x)**2 > .....................A > Error A: syntax error at top level > Error A: Improper syntax. > 2 error(s) parsing > (12) -> sinCosExpandRules := rule > Line 1: sinCosExpandRules := rule > .....................A > Error A: syntax error at top level > Error A: Improper syntax. > 2 error(s) parsing > (12) OK I take it from your subsequent note that this is a typo. > > -- System Information: > Debian Release: 7.0 > APT prefers testing > APT policy: (500, 'testing') > Architecture: amd64 (x86_64) > > Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores) > Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/dash > > Versions of packages axiom depends on: > ii axiom-databases 20120501-1 > ii libc6 2.13-38 > ii libgmp10 2:5.0.5+dfsg-2 > ii libreadline6 6.2+dfsg-0.1 > ii libx11-6 2:1.5.0-1 > ii libxpm4 1:3.5.10-1 > > Versions of packages axiom recommends: > ii axiom-doc 20120501-1 > ii axiom-graphics 20120501-1 > ii axiom-hypertex 20120501-1 > ii axiom-source 20120501-1 Do you also have the axiom-graphics-data and axiom-hypertex-data installed? Can you please see if this persists with a full installation, perhaps with a purge first? camm@localhost:~$ dpkg -l |grep axiom ii axiom 20120501-1 amd64 General purpose computer algebra system: main binary and modules ii axiom-databases 20120501-1 all General purpose computer algebra system: generated text databases ii axiom-doc 20120501-1 all General purpose computer algebra system: documentation ii axiom-graphics 20120501-1 amd64 General purpose computer algebra system: graphics subsystem ii axiom-graphics-data 20120501-1 all General purpose computer algebra system: graphics subsystem ii axiom-hypertex 20120501-1 amd64 General purpose computer algebra system: hypertex subsystem ii axiom-hypertex-data 20120501-1 all General purpose computer algebra system: hypertex subsystem ii axiom-source 20120501-1 all General purpose computer algebra system: source files ii axiom-test 20120501-1 all General purpose computer algebra system: regression test inputs ii axiom-tex 20120501-1 all General purpose computer algebra system: style file for TeX Take care, -- Camm Maguire c...@maguirefamily.org ========================================================================== "The earth is but one country, and mankind its citizens." -- Baha'u'llah -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org