Hello Michael

I'm running Bash shell.

Tried a couple more times to make this work and while doing so noticed
something interesting.  When I installed this thing I placed it into a
"/home/earl" user directory however I ran the make as root as it would
not run as normal user.  I just tried a couple of different cycles of
running root and then user and am getting much different result.

as root it looks like this below

linux-gqpn:/home/earl/programs/sage-3.2.3 # ./sage -t devel/sage/sage/
rings/finite_field_ntl_gf2e.pyx
sage -t  "devel/sage/sage/rings/finite_field_ntl_gf2e.pyx"
**********************************************************************
File "/home/earl/programs/sage-3.2.3/devel/sage/sage/rings/
finite_field_ntl_gf2e.pyx", line 171:
    sage: k.modulus()
Expected:
    x^17 + x^16 + x^15 + x^10 + x^8 + x^6 + x^4 + x^3 + x^2 + x + 1
Got:
    x^17 + x^3 + 1
**********************************************************************
1 items had failures:
   1 of  10 in __main__.example_2
***Test Failed*** 1 failures.
For whitespace errors, see the file /home/earl/programs/sage-3.2.3/
tmp/.doctest_finite_field_ntl_gf2e.py
         [4.4 s]
exit code: 1024

----------------------------------------------------------------------
The following tests failed:


        sage -t  "devel/sage/sage/rings/finite_field_ntl_gf2e.pyx"
Total time for all tests: 4.4 seconds

as user earl looks like this
e...@linux-gqpn:~/programs/sage-3.2.3$ ./sage -t devel/sage/sage/rings/
finite_field_nlt_gf2e.pyx
ERROR: File ./devel/sage/sage/rings/finite_field_nlt_gf2e.pyx is
missing
exit code:
1

----------------------------------------------------------------------
The following tests failed:


        ./devel/sage/sage/rings/finite_field_nlt_gf2e.pyx
Total time for all tests: 0.0 seconds

I noticed from your example that the identified paths are followed by
$ which indicated your running all this as normal user.  Have I munged
my directory permissions?

Regards

Earl


On Feb 7, 10:52 pm, mabshoff <[email protected]
dortmund.de> wrote:
> On Feb 7, 8:14 pm, [email protected] wrote:
>
> > Hi Michael
>
> Hi Earl,
>
> > I was able to execute each of the single tests however the export
> > "export SAGE_PEXPECT_LOG=yes" did not allow files to be created in
> > $home/.sage//pexpect_logs/.  Any ideas would be great as I hunted
> > around a bit and came up empty on fresh log files.
>
> What shell are you using? For csh or tcsh you have to use setenv.
>
> This works for me:
>
> mabsh...@sage:/scratch/mabshoff/sage-3.3.rc0$ export
> SAGE_PEXPECT_LOG=yes
> mabsh...@sage:/scratch/mabshoff/sage-3.3.rc0$ ./sage -t devel/doc/
> const/const.tex
> sage -t  "devel/doc/const/const.tex"
>          [15.3 s]
>
> ----------------------------------------------------------------------
> All tests passed!
>
> results in
>
> mabsh...@sage:/scratch/mabshoff/dot_sage/pexpect_logs$ pwd
> /scratch/mabshoff/dot_sage/pexpect_logs
> mabsh...@sage:/scratch/mabshoff/dot_sage/pexpect_logs$ ls -altr
> total 1032
> drwx------ 8 mabshoff mabshoff   4096 2009-02-07 22:49 ..
> drwxr-xr-x 2 mabshoff mabshoff   4096 2009-02-07 22:49 .
> -rw-r--r-- 1 mabshoff mabshoff  34997 2009-02-07 22:49
> singular-31329-14103328-2.log
> -rw-r--r-- 1 mabshoff mabshoff  70961 2009-02-07 22:49
> gap-31329-14105248-2.log
> -rw-r--r-- 1 mabshoff mabshoff    904 2009-02-07 22:50
> pari-31329-73925648-2.log
> -rw-r--r-- 1 mabshoff mabshoff    603 2009-02-07 22:50
> pari-31329-73925168-2.log
> -rw-r--r-- 1 mabshoff mabshoff 544131 2009-02-07 22:50
> maxima-31329-27545184-2.log
> -rw-r--r-- 1 mabshoff mabshoff 371018 2009-02-07 22:50
> maxima-31329-15330912-2.log
>
> > I guess this is one way to help open source.  perform a few mechanical
> > functions and unavailable hardware.
>
> Well, we can debug things properly and unlike commercial code you can
> actually talk to the people who write the code without having to have
> the needed juice to get beyond the usual level 1/2/3 support.
>
> Cheers,
>
> Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to