[sage-devel] Re: sage-2.8.2.rc2

2007-08-21 Thread mabshoff
Hi Mike, On Aug 22, 8:36 am, "Mike Hansen" <[EMAIL PROTECTED]> wrote: > That worked. William just found out that it is a build failure inside gnucryptolib.spkg which itself contains 5 other spkgs. gnu tls never got installed because the build for another spkg failed. He has a new working packag

[sage-devel] Re: sage-2.8.2.rc2

2007-08-21 Thread Mike Hansen
That worked. --Mike On 8/22/07, mabshoff <[EMAIL PROTECTED]> wrote: > > > > Failed to load application: No module named gnutls.interfaces.twisted > > > Can you try reinstalling gnucryptolib-20070814.spkg? > > Cheers, > > Michael > > --Mike > > > > On 8/21/07, William Stein <[EMAIL PROTECTED]>

[sage-devel] Re: sage-2.8.2.rc2

2007-08-21 Thread mabshoff
> Failed to load application: No module named gnutls.interfaces.twisted Can you try reinstalling gnucryptolib-20070814.spkg? Cheers, Michael > --Mike > > On 8/21/07, William Stein <[EMAIL PROTECTED]> wrote: > > > > > Sorry to reply to my own post so quickly, but I just noticed a couple > > or

[sage-devel] Re: sage-2.8.2.rc2

2007-08-21 Thread Mike Hansen
The build went fine for me. All tests passed for me in 1927 seconds on Ubuntu 7.04 with a Core 2 Duo. When I tried starting the notebook, I got the following error: 2007/08/22 00:48 -0500 [-] Log opened. 2007/08/22 00:48 -0500 [-] twistd 2.5.0 (/opt/sage-2.8.2.rc3/local/bin/python 2.5.1) starti

[sage-devel] Re: Quitting ignored worksheet vs. long computations

2007-08-21 Thread William Stein
On Aug 21, 2007, at 9:00 PM, Dan Christensen <[EMAIL PROTECTED]> wrote: > > "William Stein" <[EMAIL PROTECTED]> writes: > >> On 8/21/07, Dan Christensen <[EMAIL PROTECTED]> wrote: >> >>> Hmm, a quick test using two tabs in one browser shows that even if >>> I save changes in one tab, if I reloa

[sage-devel] Re: Quitting ignored worksheet vs. long computations

2007-08-21 Thread Dan Christensen
"William Stein" <[EMAIL PROTECTED]> writes: > On 8/21/07, Dan Christensen <[EMAIL PROTECTED]> wrote: > >> Hmm, a quick test using two tabs in one browser shows that even if >> I save changes in one tab, if I reload the page in the other tab >> the changes don't always appear. But if I close the

[sage-devel] Re: sage-2.8.2.rc2

2007-08-21 Thread William Stein
Sorry to reply to my own post so quickly, but I just noticed a couple or problems with sage-2.8.2.rc2 (three packages failed to build on various machines), so I've rolled those back, since those changes were all for solaris. Anyway, please get sage-2.8.2.rc3.tar instead from http://sage.math.w

[sage-devel] Re: sagelite

2007-08-21 Thread Yi Qiang
Hi guys, I just wanted to chime in on SAGE Lite in terms of the benefits it provides for DSage. I think having a lite version of SAGE would decrease the barrier of entry significantly for people who want to join a computation running dsage. It will be a smaller download, faster install and requi

[sage-devel] sage-2.8.2.rc2

2007-08-21 Thread William Stein
Hello, I have posted the tarball for sage-2.8.2.rc2 here: http://sage.math.washington.edu/tmp/ and plan to actually release it in maybe 8 hours. This is mostly a bug-fix release, both fixing core library bugs and issues in the build process (work of 3 people full time for a week), and

[sage-devel] Re: sagelite

2007-08-21 Thread David Joyner
I like this idea too. On 8/21/07, Alfredo Portes <[EMAIL PROTECTED]> wrote: > > +1 for this idea. > > On 8/21/07, Dan Christensen <[EMAIL PROTECTED]> wrote: > > But I definitely think factoring out *just* the notebook would be a > > wonderful gift to the > > community. > > Alfredo > > > > --~-

[sage-devel] Re: sagelite

2007-08-21 Thread Alfredo Portes
+1 for this idea. On 8/21/07, Dan Christensen <[EMAIL PROTECTED]> wrote: > But I definitely think factoring out *just* the notebook would be a wonderful > gift to the > community. Alfredo --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@goog

[sage-devel] Fwd: Cancelled: Scheduled outage August 22

2007-08-21 Thread William Stein
Never mind about the sage.math and sagemath.org outages tomorrow! -- Forwarded message -- From: Steve Sheetz <[EMAIL PROTECTED]> Date: Aug 21, 2007 11:28 AM Subject: Cancelled: Scheduled outage August 22 To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] I have decide

[sage-devel] Re: SAGE Days 7 or 8 at UT Austin

2007-08-21 Thread Craig Citro
That looks pretty good, though you should probably move it back at least a day or two -- AWS 2008 is (at least on the website) scheduled for Mar 15-19. It might be nice to have at least a day in between for travel and a bit of sleep. Also, we should put this on Kiran's wiki as soon as the

[sage-devel] SAGE Days 7 or 8 at UT Austin

2007-08-21 Thread William Stein
Hi, Just out of curiosity, how do the dates March 12 - 15, 2008 look for you if you're interested in going to SAGE Days 8, at UT Austin? That's right before the Arizona Winter School (at U of A). Feel free to write to me offlist about problems you might have with those dates. -- William Stein

[sage-devel] Re: flushing output from embedded C code

2007-08-21 Thread William Stein
On 8/21/07, John Cremona <[EMAIL PROTECTED]> wrote: > > By the way, I have found several curves for which simon_two_descent() > fails (including an infinite loop) which I am gradually fixing, and > will upload patches for when done. The current case of concern is one > where pari 2.3.2 (as in sag

[sage-devel] Re: flushing output from embedded C code

2007-08-21 Thread John Cremona
That's ok for a short-term fix, but in fact it would be better not to have mwrank (& friends) output anything at all when verbose==0, even this kind of warning, but instead record the information output within the relevant class and provide methods for checking what's in there. In this case I coul

[sage-devel] Re: flushing output from embedded C code

2007-08-21 Thread William Stein
On 8/19/07, John Cremona <[EMAIL PROTECTED]> wrote: > One of the packages included in SAGE is my C++ library of elliptic > curve functions known generically as "mwrank" in SAGE. > > Some of these functions produce output via C++'s cerr stream > (corresponding to unix's stderr). Such output is us

[sage-devel] Re: sagelite

2007-08-21 Thread Dan Christensen
My opinion would be to factor out the notebook interface as a completely separate package that happens to be useful for sage, but is also useful for lots of other software. So instead of a lite version of sage, and a big version of sage which is a superset, the notebook would just be a package th

[sage-devel] Re: Quitting ignored worksheet vs. long computations

2007-08-21 Thread William Stein
On 8/21/07, Dan Christensen <[EMAIL PROTECTED]> wrote: > > I wish. That would be nice. Instead, you'll eventually get a warning in red > > that another browser is viewing the same page. Otherwise things are exactly > > the same. > > Just to be clear, can I at least "take over" the worksheet from

[sage-devel] Re: Quitting ignored worksheet vs. long computations

2007-08-21 Thread Dan Christensen
"William Stein" <[EMAIL PROTECTED]> writes: > On 8/20/07, Dan Christensen <[EMAIL PROTECTED]> wrote: > >> I'm also curious what happens if I leave a browser open to a worksheet >> in my office, and then open the worksheet again from home. Do they >> somehow synchronize? > > I wish. That would be

[sage-devel] Re: next bug squash?

2007-08-21 Thread William Stein
Hi, After a bunch of irc discussion, I'm going to propose a different date for the bugsquash, namely Friday September 7, 2007. Is there anybody who really wants to be involved, but for which this date is bad? William --~--~-~--~~~---~--~~ To post to this group,

[sage-devel] Fwd: Fwd: [sage-devel] Re: next bug squash?

2007-08-21 Thread William Stein
>From Mark Watkins ... (see below) -- Forwarded message -- From: Mark Watkins <[EMAIL PROTECTED]> Date: Aug 21, 2007 4:54 AM Subject: Re: Fwd: [sage-devel] Re: next bug squash? To: William Stein <[EMAIL PROTECTED]> Cc: sage-devel@googlegroups.com William Stein wrote: > Mark (cc:

[sage-devel] Re: SEP: Valgrind & Sage integration: Hunting memory leaks

2007-08-21 Thread Jason Martin
Hi Bill, What you may be seeing is Valgrind not being able to detect the memory aliasing you're using in that complex loop condition ((i < test_mpn_poly->limbs) && (result == 1)). If you can re-create this exact error using a similar snipet of code in a tiny example program, it would be worth se

[sage-devel] Re: sagelite

2007-08-21 Thread William Stein
On 8/20/07, Ondrej Certik <[EMAIL PROTECTED]> wrote: > I definitely think it's a good idea, because SAGE (or at least > SAGElite) should be just like any other package - it should install in > a standard way, there should be a regular Debian/Ubuntu package etc. > and it should compete with all the

[sage-devel] Re: SEP: Valgrind & Sage integration: Hunting memory leaks

2007-08-21 Thread Bill Hart
Sure, that's precisely what I think the error means. I'm just saying I have code where I don't see anything like this, but valgrind still reports the error. The code is quite complex I'm probably just missing something somewhere. I mean here is essentially the part which causes the error: result