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
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
* 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
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
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
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
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
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
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
--~--~-~--
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 ?
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
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.
> &
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
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
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(
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
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
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
.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
/((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
_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
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:
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
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
--~--~-~--~~~---~--~--
)
/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
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
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
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
.
***
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
***
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
;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
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,
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
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/.
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
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
; 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
--~--~-~--~~~
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
--~--~-~--~~---
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
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
/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
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
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
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
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
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
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
;,'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
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
*);
#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
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
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
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
--~--~-~--~~~---~--~--
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
54 matches
Mail list logo