Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion sage-5.0.rc1 released
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dima Pasechnik  
View profile  
 More options May 14 2012, 12:05 pm
From: Dima Pasechnik <dimp...@gmail.com>
Date: Mon, 14 May 2012 09:05:08 -0700 (PDT)
Local: Mon, May 14 2012 12:05 pm
Subject: Re: sage-5.0.rc1 released

On Sunday, 13 May 2012 09:24:07 UTC+2, ThanhVu Nguyen wrote:

> I think many of these errors are due to

> from common.conf import *
> ImportError: No module named conf

what are the contents of SAGE_ROOT/devel/sage/doc/common ?
(which should be the same as SAGE_DOC/common )

What is the value of SAGE_DOC when you start Sage?

The following should give no error:

sage: import sys, os
sage: sys.path.append(os.environ['SAGE_DOC'])
sage: from common.conf import *

> On Sunday, May 13, 2012 1:21:08 AM UTC-6, ThanhVu Nguyen wrote:

>> Make ptestlong fails on Debian Squeeze.  Let me know if you need more
>> details.

>> ...

>> The temporary doctesting directory
>>    /home/tnguyen/.sage/tmp/GiaoChi-2592
>> was not removed: it is not empty, presumably because doctests
>> failed or doctesting was interrupted.

>> ----------------------------------------------------------------------

>> The following tests failed:

>>         sage -t  --long -force_lib
>> devel/sagenb-main/sagenb/misc/sageinspect.py # 8 doctests failed
>>         sage -t  --long -force_lib
>> devel/sagenb-main/sagenb/misc/sphinxify.py # 5 doctests failed
>>         sage -t  --long -force_lib
>> devel/sagenb-main/sagenb/misc/support.py # 1 doctests failed
>>         sage -t  --long -force_lib devel/sage/sage/interfaces/tachyon.py
>> # 1 doctests failed
>>         sage -t  --long -force_lib devel/sage/sage/misc/sageinspect.py #
>> 10 doctests failed
>>         sage -t  --long -force_lib devel/sage/sage/misc/cachefunc.pyx # 4
>> doctests failed
>>         sage -t  --long -force_lib devel/sage/sage/misc/sagedoc.py # 14
>> doctests failed
>>         sage -t  --long -force_lib devel/sage/sage/parallel/decorate.py #
>> 1 doctests failed
>>         sage -t  --long -force_lib
>> devel/sage/sage/structure/dynamic_class.py # 1 doctests failed
>>         sage -t  --long -force_lib devel/sage/sage/structure/element.pyx
>> # 1 doctests failed
>> ----------------------------------------------------------------------
>> Total time for all tests: 2070.6 seconds
>> make: *** [ptestlong] Error 128
>> GiaoChi Sun May 13:00:56:52 (5385) ~/Src/Devel/SAGE/sage-5.0.rc1


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.