[sage-support] Re: Riemann.pyx failing on new install of 4.7.1 on Ubuntu 10.04.3 LTS on Lenovo X220

2011-09-13 Thread Kate Stange
Hi all, I said I'd report back on another install. A fresh 'make' from the same tarball had no problems. The newly installed copy of sage passes all doctests. So it was just a fluke in the build. Who knows. Thanks for the help. Now I can settle in with a trustworthy copy of s

[sage-support] Riemann.pyx failing on new install of 4.7.1 on Ubuntu 10.04.3 LTS on Lenovo X220

2011-09-12 Thread Kate Stange
ole thing again. If there are instructions on correctly deleting an install in order reinstall, I'd appreciate a pointer. Kate. Here's the error I'm getting upon running all the doctests (all the rest are fine): {{{ kate@camarillobrillo:~/sage/sage-4.7.1$ ./sage -t --long devel

[sage-support] cython and filenames

2008-03-04 Thread Kate
* functions. Is this really what is intended? Kate --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.goog

[sage-support] 2.10.2 bessel_I(1,1,"scipy") bug

2008-02-25 Thread Kate
When I build 2.10.2 from source on my x86-Linux box (pentium4-fc6) using gcc-4.2.3, I get a 'make check' failure at ./sage -t devel/sage-main/sage/functions/special.py sh: line 1: 3345 Illegal instruction /home/kate/sage/sage-2.10.2- x86-Linux/local/bin/python .doctest_special.py

[sage-support] Re: notebook documentation question

2008-02-12 Thread Kate
I was looking in the SAGE Tutorial and the SAGE Reference Manual. Perhaps something could be put there also? Kate On Feb 12, 11:51 am, "William Stein" <[EMAIL PROTECTED]> wrote: > On Feb 12, 2008 8:31 AM, Kate <[EMAIL PROTECTED]> wrote: > > > > > For a n

[sage-support] notebook documentation question

2008-02-12 Thread Kate
For a notebook, where in the documentation does it indicate Shift- Enter to execute a cell? Kate --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more

[sage-support] 2.10.1 tutorial/guides failure

2008-02-12 Thread Kate
For sage-2.10.1, if I compile from source and run 'make check' - all is fine. If I then build a binary distribution (using -bdist), and then inside the binary distribution run 'make check' I get the following errors. Kate Testing SAGE tutorial /home/kate/sage/sage-2.10.1-x8

[sage-support] random_prime inconsistent return type

2008-02-08 Thread Kate
907 should be changed from return p to return integer_ring.ZZ(p) Kate --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at h

[sage-support] doctesting non sage files

2008-02-08 Thread Kate
overed. Applying the same change to hello.pyx is not the right thing to do, since the import will grab the function out of the module hello.py. However, after changing the name of the file to hello2.pyx and the function to hello2, we encounter the same NameError. Kate --~--~-~--

[sage-support] 2.10.1 and matlab problems

2008-02-08 Thread Kate
a02 = '[' + a01 = ']' a03 = eval(a02) a1 = matrix(zz,a03) a2 = matlab.sage2matlab_matrix_string(a1) a3 = 'm1 = ' + a2 matlab.eval(a3) # crashes # Q: caused by "maxread=100" and/or "eval_using_file_cutoff=100" # in devel/sage-main/build/sage/interfaces/matlab.py ?

[sage-support] finite field generator question

2008-02-07 Thread Kate
In sage-2.10.1 sage: F. = GF(2^20) sage: F.gens() (a,) What is a? Kate --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at

[sage-support] Re: Sage 2.10 released!

2008-01-24 Thread Kate
William, This works. Thanks! Kate On Jan 24, 2:46 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > On Jan 24, 2008 11:31 AM, Kate <[EMAIL PROTECTED]> wrote: > > > > > Michael, > > > Unfortunately your patch for #1898 does not work. > &

[sage-support] Re: Sage 2.10 released!

2008-01-24 Thread Kate
5258239373 .. 0.14142505258239394] - [1.2146389322441821 .. 1.2146389322441829]*I, 2), ([1.2146389322441821 .. 1.2146389322441827] + [0.14142505258239376 .. 0.14142505258239399]*I, 2)] ** Kate On Jan 23, 7:26 pm, mabshoff <[EMAIL PROTECTED

[sage-support] Re: Sage 2.10 released!

2008-01-23 Thread Kate
1829]*I, 2), ([1.2146389322441821 .. 1.2146389322441827] + [0.14142505258239376 .. 0.14142505258239399]*I, 2)] ** Kate --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegro

[sage-support] hang problem and type question

2008-01-17 Thread Kate
The following function demonstrates a hang problem in 2.9.3 (and 2.10.alpha4) and a question about return types. Kate -- def madness(n, func): r""" Test floor(func(

[sage-support] sage-2.9.1.1 build problem

2007-12-27 Thread Kate Minola
When I build sage-2.9.1.1 from source on the architectures of interest to me, I get an error when building mpfi-1.3.4-cvs20071125.p2 gcc -fPIC -o test_mpfi test_mpfi.o ../src/.libs/libmpfi.a /home/kate/sage/sage-2.9.1.1-x86_64-Linux/local/lib/libmpfr.a -lgmp ../src/.libs/libmpfi.a

[sage-support] sage-2.8.14 build report

2007-11-28 Thread Kate Minola
William, Using gcc-4.2.2, sage-2.8.14 builds and passes all tests on my x86-Linux (pentium4-fc6) box. *** On ia64-Linux, it fails to build with an Internal Compiler Error when compiling flint-0.9-r1075.p1/ZmodF_mul.c; specifically the compile line is gcc -std=c99 -I/home/kate/sage/sage-2.8.14

[sage-support] sage-2.8.12 build report

2007-11-07 Thread Kate Minola
build/temp.linux-i686-2.5/C/sparse.o -L/home/kate/sage/sage-2.8.12-x86-Linux/local/lib -L/home/kate/sage/sage-2.8.12-x86-Linux/local/lib/gcc-lib/i686-pc-linux-gnu/4.0.3 -lm -llapack -lblas -lf95 -o build/lib.linux-i686-2.5/cvxopt/base.so /usr/local/binutils-2.17/x86-Linux-gcc-4.1.1/bin/ld: cannot find

[sage-support] Re: sage-2.8.4.2 build report

2007-09-14 Thread Kate
.pyx", line 178: sage: for ij in ix: m[ij] = m[ij].simplify_rational() Exception raised: Traceback (most recent call last): File "/home/kate/sage/sage-2.8.4.2-x86-Linux/local/lib/python2.5/ doctest.py", line 1212, in __run compileflags, 1) in test.globs File

[sage-support] sage-2.8.4.2 build report

2007-09-14 Thread Kate Minola
/((x^2 - 1)*z) sage34] ****** Kate -- Kate Minola University of Maryland, College Park --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com T

[sage-support] Re: sage-2.8.4.1 build report

2007-09-13 Thread Kate
_0 ***Test Failed*** 1 failures. Kate On Sep 13, 2:14 am, "William Stein" <[EMAIL PROTECTED]> wrote: > Hi Kate, > > If possible could you test if the *very simple* patch at > >http://www.sagemath.org:9002/sage_trac/ticket/646 > > fixes the

[sage-support] sage-2.8.4.1 build report

2007-09-12 Thread Kate Minola
ge: S.show() Exception raised: Traceback (most recent call last): File "/home/kate/sage/sage-2.8.4.1-ia64-Linux/local/lib/python2.5/doctest.py", line 1212, in __run compileflags, 1) in test.globs File "", line 1, in S.show()###line 19: sage:

[sage-support] circular link problem

2007-09-11 Thread Kate Minola
The circular link of python and python2.5 in local/lib/python2.5 makes it difficult to change ownership when installing the binary. % pwd /home/kate/temp/sage-2.8.4.1-debian64-x86_64-x86_64-Linux/local/lib/python2.5 % ls -al python python2.5 lrwxrwxrwx 1 kate magma 6 Sep 11 15:46 python

[sage-support] sage-2.8.3.4 problem and make check

2007-09-05 Thread Kate Minola
e check' be put back in the makefile as an alias for 'make test'. For those of us who do a lot of GNU software builds, 'make check' is what we are used to typing. Kate -- Kate Minola University of Maryland, College Park --~--~-~--~~~---~--~--

[sage-support] sage-2.8.3 build report

2007-09-01 Thread Kate Minola
) /home/kate/sage/sage-2.8.3-ia64-Linux/local/bin/ in () /home/kate/sage/sage-2.8.3-ia64-Linux/local/lib/python2.5/site-packages/sage/all_cmdline.py in () 12 try: 13 ---> 14 from sage.all import * 15 from sage.calculus.predefined import x 16 preparser(on=True) /h

[sage-support] sage-2.5 make distclean

2007-05-09 Thread Kate Minola
For sage-2.5, when I do 'make distclean' the following files and directories are in the top level sage directory: ipython matplotlibrc tmp They are NOT in the source tarball. -- Kate Minola University of Maryland, Co

[sage-support] 2.4.2 bug and patch

2007-05-03 Thread Kate Minola
For sage-2.4.2, Martin Albrecht reported that he does not see the error message that I see when I run sage -t devel/sage-main/sage/geometry/lattice_polytope.py What I see is [Errno 39] Directory not empty: '/home/kate/.sage//tmp/5852/' I have investigated and determined that the pr

[sage-support] make distclean

2007-04-19 Thread Kate Minola
the directories. I suggest that 'make distclean' remove the directories. -- Kate Minola University of Maryland, College Park --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send

[sage-support] sage-2.4.2 build report

2007-04-18 Thread Kate Minola
. *** x86-Linux *** (reported previously) sage -t devel/sage-main/sage/geometry/lattice_polytope.py [Errno 39] Directory not empty: '/home/kate/.sage//tmp/5321/' *** x86_64-Linux *** sage -t devel/sage-main/sage/graphs/graph.py ***

[sage-support] Why are these finite field elements not equal?

2007-04-02 Thread Kate Minola
nomial(2,m) # element 1 print conway(c) # says 0 print type(c) print parent(c) print c in K # says True # element 2 print K(0) # says 0 print type(K(0)) print parent(K(0)) print conway(c) == K(0)# says False??? -- Kate Minola University of Maryland, Co

[sage-support] sage-2.4.1.1 ia64-Linux GAP problem and fix

2007-03-28 Thread Kate Minola
;ia64" ]; then becomes if [ $? = 0 -o `uname -p` = "ia64" ]; then In other words, add a space between the equal sign and the 0. -- Kate Minola University of Maryland, College Park --~--~-~--~~~---~--~~ To post to this group, send email to sage-support

[sage-support] x86_64-Linux build problem and solution

2007-03-27 Thread Kate Minola
its tests. (But the build also has the lattice_polytope.py problem that I reported earlier.) -- Kate Minola University of Maryland, College Park --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group,

[sage-support] EulerianNumber command?

2007-03-27 Thread Kate Minola
Is there a SAGE command equivalent to the Magma command 'EulerianNumber'? If so, how would you expect a new SAGE user to find out about it? In other words, where should one search in the SAGE documentation? -- Kate Minola University of Maryland, Co

[sage-support] sage-2.4 make test problem

2007-03-27 Thread Kate Minola
After building sage-2.4 on my pentium4-pc-linux machine, when I do 'make test', I get [stuff deleted] sage -t devel/sage-main/sage/geometry/lattice_polytope.py sage -t devel/sage-main/sage/geometry/lattice_polytope.py [Errno 39] Directory not empty: '/home/kate/.

[sage-support] sage-2.1.4 on pentium4-pc-linux-gnu question

2007-02-21 Thread Kate Minola
at the end says "All tests passed." But the word "ERROR" (in capital letters!) has me worried. Kate Minola University of Maryland, College Park --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscri

[sage-support] sage-2.1.2 quit problem on pentium4-pc-linux-gnu

2007-02-16 Thread Kate Minola
ap process. --- Traceback (most recent call last) /home/kate/sage/sage-2.1.2-x86-Linux/ in () /home/kate/sage/sage-2.1.2-x86-Linux/local/lib/python2.5/site-packages/IPython/iplib.py in ipmagic(self, arg_s) 899 else: 900 magic_args = self.var_expand(magic_arg

[sage-support] Re: sage-2.1.0.1 build problem on Intel Mac Mini

2007-02-13 Thread Kate
; 3. What about building Python stand-alone, i.e., the > one downloaded from the > Python web site? I can build Python-2.5 stand-alone just fine. (configure - with no fancy options, make, make install). Kate Minola University of Maryland, College Park --~--~-~--~~~

[sage-support] sage-2.1.0.1 fails test on pentium4-pc-linux-gnu

2007-02-13 Thread Kate Minola
79e-08) Got: (1.7724538509060033, 3.4295192111818267e-08) ** 1 items had failures: 3 of 12 in __main__.example_1 ***Test Failed*** 3 failures. Kate Minola University of Maryland, College Park --~--~-~--~~---

[sage-support] sage-2.1.0.1 build problem on Intel Mac Mini

2007-02-13 Thread Kate Minola
failed while trying to build python-2.5.p3.spkg with: gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.3-i386-2.5/private/va r/automount/home/kate/sage/sage-2.1.0.1-x86-Darwin-gcc-apple-try2/spkg/build/pyt hon-2.5.p3/Modules/readline.o -L/usr/lib/termcap -L/home/kate/sage/sage-2.1.0.1- x86

[sage-support] sage-2.1 execute problem on x86_64-Linux

2007-02-09 Thread Kate Minola
On my x86_64-Linux machine, I am able to build sage-2.1. However when I do ./sage, I get [stuff deleted] 34 ---> 35 import matrix_modn_dense 36 import matrix_modn_sparse 37 : /home/kate/sage/sage-2.1-x86_64-Linux/loca l/lib/python2.5/site-packages/sage/matrix/matrix_modn_dense

[sage-support] Re: sage-1.5.1.2 build problem on x86_64-Linux

2006-12-27 Thread Kate Minola
/kate/sage/sage-1.5.1.2-x86_64 -Linux-murellus-test3/local/include -I/usr/local/include -I/usr/include -I/usr/inclu de/X11 -I/usr/X11R6/include -I/home/kate/sage/sage-1.5.1.2-x86_64-Linux-murellus-tes t3/local/include/python2.5 -c _gdmodule.c -o build/temp.linux-x86_64-2.5/_gdmodule.o _gdmodule.c:152

[sage-support] Re: sage-1.5.1.2 build problem on x86_64-Linux

2006-12-26 Thread Kate Minola
y, the build of sage-1.5.1.2 fails later on in gd-2.0.33.p2. I am starting to look at this next problem. Kate Minola University of Maryland, College Park --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from th

[sage-support] bzip2 install problem with 1.5.1.2

2006-12-25 Thread Kate Minola
in sage-1.4.1.2, since spkg/install did not set up a BZIP2 environment variable. Kate Minola University of Maryland, College Park --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to

[sage-support] sage-1.5.1.2 build problem on x86_64-Linux

2006-12-20 Thread Kate Minola
When attempting to build sage-1.5.1.2 on my x86_64-Linux machine, I get the following error: make[2]: Entering directory `/home/kate/sage/sage-1.5.1.2-x86_64-Linux/spkg/build/pyth on-2.5.p3' ./Parser/asdl_c.py -h ./Include ./Parser/Python.asdl /usr/bin/env: python: No such file or dire

[sage-support] mysterious hang on x86_64-Linux build

2006-12-15 Thread Kate Minola
I am using make-3.81. I did not have this problem with sage-1.4.1.2. Kate Minola University of Maryland, College Park --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROT

[sage-support] genus2reduction zombie on ia64-Linux

2006-12-15 Thread Kate Minola
For sage-1.5.0.2 on ia64-Linux, if I run the following sage commands: x = QQ['x'].0 R = genus2reduction(x^3 - 2*x^2 - 2*x + 1, -5*x^5) quit after the quit, I notice that there is a zombie genus2reduction process taking CPU resources on my system. Kate Minola University of Marylan

[sage-support] dot sage in home directory

2006-12-14 Thread Kate Minola
with different architectures on the network. I may be running sage on several machines at the same time.) 3. If I build sage, then remove the (dot) sage directory, then run "make test", should I expect all the tests to pass? Kate Minola University of Maryland, Co

[sage-support] make test results on ia64-Linux

2006-12-13 Thread Kate Minola
;,'x','a']) Expected: ['a', 'x', -5, 1, 3, 8] Got: [-5, 1, 3, 8, 'a', 'x'] ** Kate Minola University of Maryland, College Park --~--~-~--~~~---~--~~ To post to this gro

[sage-support] sage-1.5/tachyon-0.97 and ia64-Linux

2006-12-13 Thread Kate Minola
When trying to build sage-1.5 on an ia64-Linux machine, the build of tachyon-0.97 fails: : gcc -m64 -Wall -O6 -fomit-frame-pointer -ffast-math -DLinux -DLP64 -DTHR : -D_REENTRANT -DUSEPNG -I/home/kate/sage/sage-1.5-ia64-Linux/local/include -c .. /src/api.c -o ../compile/linux-64-thr/libtachyon

[sage-support] [1593035] Re: readline problem with python-2.5

2006-11-18 Thread Kate Minola
*); #endif Kate Minola University of Maryland, College Park --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http

[sage-support] Re: prereq-0.1-install suggestion

2006-11-01 Thread Kate
ndif ])], [tfs_cv_gcc_version=yes], [tfs_cv_gcc_version=no]) test x$tfs_cv_gcc_version != xyes && AC_MSG_ERROR( [please upgrade to gcc 3.x]) ]) Kate Minola University of Maryland, College Park --~--~-~--~~~---~--~~ To post to this gr

[sage-support] prereq-0.1-install suggestion

2006-10-31 Thread Kate Minola
in the if-then body. (In particular, take out the "grep missing Makefile" line.) Kate Minola University of Maryland, College Park --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send ema

[sage-support] 'lisp.run' left running on system

2006-10-25 Thread Kate Minola
his happen on anyone else's system? (I found this when I ran 'make test' and ended up with a slow system because several 'lisp.run' processes were competing for the CPU.) Kate Minola University of Maryland, College Park --~--~-~--~~~---~--~--

[sage-support] givaro build problem and fix

2006-10-25 Thread Kate Minola
e the new macro code. Kate Minola University of Maryland, College Park --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http