[sage-devel] Re: 2.6 build problem?

2007-07-14 Thread Kyle Schalm
>>> make[4]: Warning: File `configure' has modification time 2.2e+06 s >>> in the >>> future > > This timestamp problem seems to be the root of your problem. Where is the > build directory coming from, i.e. mounted per NFS or somehow else via > network? What is the local time? Is it off by roughly

[sage-devel] Fwd: [syazdani: Re: [sage-devel] Re: odd error in sage,]

2007-07-14 Thread Soroosh Yazdani
Sure. I'm essentially following the same technique used in Seng-Kiat Chua and San Ling's article "On the Rational Cuspidal Subgroup and the Rational Torsion Points of J_0(pq)", and my thesis (arXiv:0707.0437). Let L be the space of functions on the upper half plane generated (multiplicatively) by e

[sage-devel] Re: 2.6 build problem?

2007-07-14 Thread Michael Abshoff
Robert Bradshaw wrote: > > SAGE does take a very long time to build, especially on slower > hardware. How many hours do you think is has been running? There > could be a circular build issue (especially with such high make > numbers) but I've never encountered it. > > autoconf is run for each of t

[sage-devel] Re: 2.6 build problem?

2007-07-14 Thread Robert Bradshaw
SAGE does take a very long time to build, especially on slower hardware. How many hours do you think is has been running? There could be a circular build issue (especially with such high make numbers) but I've never encountered it. autoconf is run for each of the (dozens) of packages. It wo

[sage-devel] 2.6 build problem?

2007-07-14 Thread Kyle Schalm
yesterday i tried to install sage 2.6 on a friend's machine running debian 4.0R0 for powerpc. there does not appear to be a binary, so i grabbed the source and started building. i figured it would take a few hours. i don't know if sage 2.6 is building correctly and just looks like it's not, or

[sage-devel] Re: Saving graphs to Postscript

2007-07-14 Thread William Stein
On 7/13/07, David Roe <[EMAIL PROTECTED]> wrote: > Hey all, > I ran into a problem saving a graph to postscript recently. Here's what I > did: > > plot.options['plot_division'] = 4 > plot.options['plot_points'] = 2 > P=plot(sin(5/(x)), x,0,1) > P.save('filename.eps', xmin = -.25, xmax = 1

[sage-devel] Re: Saving graphs to Postscript

2007-07-14 Thread Alex Ghitza
Hi, This seems to be a machine- or OS-dependent problem. On my Dell laptop running Gentoo, the .eps file is created ok and I can view it with display (ImageMagick) and evince, and make it into pdf using ps2pdf. From your error message, it appears to be font-related. Do you have the same pr