On Friday, February 28, 2014 1:21:19 PM UTC-5, Volker Braun wrote:
>
> You can run "make ptest" / "make ptestlong"
>
> Your log shows that Singular is not correctly installed. Post the output of
>
> sage -sh
> gdb singular
> run
> LIB "matrix.lib";
> bt
>
>
 Here it is:

$ ./sage -sh

Starting subshell with Sage environment variables set.  Don't forget
to exit when you are done.  Beware:
 * Do not do anything with other copies of Sage on your system.
 * Do not use this for installing Sage packages using "sage -i" or for
   running "make" at Sage's root directory.  These should be done
   outside the Sage shell.

Bypassing shell configuration files...

Note: SAGE_ROOT=/opt/Sage/sage-6.1.1
(sage-sh) $:sage-6.1.1$ gdb singular
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /opt/Sage/sage-6.1.1/local/bin/singular...done.
(gdb) run
Starting program: /opt/Sage/sage-6.1.1/local/bin/singular 
warning: no loadable sections found in added symbol-file system-supplied 
DSO at 
0x7ffff7ffa000
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
                     SINGULAR                                 /  Development
 A Computer Algebra System for Polynomial Computations       /   version 
3-1-5
                                                           0<
 by: W. Decker, G.-M. Greuel, G. Pfister, H. Schoenemann     \   Jul 2012
FB Mathematik der Universitaet, D-67653 Kaiserslautern        \
> LIB "matrix.lib";
// ** loaded /opt/Sage/sage-6.1.1/local/share/singular/matrix.lib 
(13658,2010-11
-16)
// ** loaded /opt/Sage/sage-6.1.1/local/share/singular/nctools.lib 
(14246,2011-0
5-26)
// ** loaded /opt/Sage/sage-6.1.1/local/share/singular/poly.lib 
(14852,2012-04-3
0)
// ** loaded /opt/Sage/sage-6.1.1/local/share/singular/general.lib 
(14191,2011-0
5-04)
// ** loaded /opt/Sage/sage-6.1.1/local/share/singular/random.lib 
(14661,2012-03
-05)
// ** loaded /opt/Sage/sage-6.1.1/local/share/singular/ring.lib 
(15100,2012-07-1
0)
// ** loaded /opt/Sage/sage-6.1.1/local/share/singular/primdec.lib 
(14732,2012-0
3-30)
// ** loaded /opt/Sage/sage-6.1.1/local/share/singular/absfact.lib 
(14191,2011-0
5-04)
// ** loaded /opt/Sage/sage-6.1.1/local/share/singular/triang.lib 
(13499,2010-10
-15)
// ** loaded /opt/Sage/sage-6.1.1/local/share/singular/elim.lib 
(14661,2012-03-0
5)
// ** loaded /opt/Sage/sage-6.1.1/local/share/singular/inout.lib 
(13499,2010-10-
15)

Program received signal SIGSEGV, Segmentation fault.
yyparse () at grammar.cc:4077
4077    grammar.cc: No such file or directory.
(gdb) bt
#0  yyparse () at grammar.cc:4077
#1  0x00000000004751bf in main (argc=1, argv=0x7fffffffbcf8) at 
tesths.cc:253
(gdb) quit
A debugging session is active.

    Inferior 1 [process 2850] will be killed.

Quit anyway? (y or n) y
(sage-sh) $:sage-6.1.1$ 
(sage-sh) $:sage-6.1.1$ exit
exit
Exited Sage subshell.



On Friday, February 28, 2014 1:21:19 PM UTC-5, Volker Braun wrote:
>
> You can run "make ptest" / "make ptestlong"
>
> Your log shows that Singular is not correctly installed. Post the output of
>
> sage -sh
> gdb singular
> run
> LIB "matrix.lib";
> bt
>
>
>
>
> On Friday, February 28, 2014 6:04:22 PM UTC+1, Sergio Rojas wrote:
>>
>>
>> Hello everyone,
>>
>> As mentioned before I did a sage-6.1.1 installation from scratch
>> using the environment setup:
>>
>>        export MAKE="make -j8"
>>        export SAGE_CHECK="yes"
>>        export SAGE_INSTALL_GCC=yes
>>
>> The installation failed when building the documentation files (no sure at
>> what stage it happened). 
>>
>> Since I did not find a summary of the tests performed during installation
>> (as documented if using export SAGE_CHECK="yes")
>> I managed to find a set of sage tests which one can run one by one.
>> They are 2496 tests included in the attached files 
>> sage-6.1.1_run_tests.sh
>>
>> Executing the tests, 56 of them failed (some of them related to the 
>> reported
>> failure associated to the ring stuff). The failed tests are in the 
>> attached file 
>> "sage-6.1.1_failed_tests.sh" and the corresponding details on how each 
>> test failed
>> are included in the attached file "sage-6.1.1_failed_tests.log"
>>
>> Hopefully somebody perusing those files could ping point plausible reasons
>> on why they failed and point out ways on how to fix them.
>>
>> Are there any guidelines on how to trace and debug the failure of sage 
>> tests?
>>
>> Sergio
>>
>> On Friday, February 28, 2014 7:39:57 AM UTC-5, Volker Braun wrote:
>>>
>>> On Friday, February 28, 2014 1:15:01 PM UTC+1, Sergio Rojas wrote:
>>>>
>>>> This time the installation script seems to be resting at 
>>>> [combinat ] build succeeded.
>>>>
>>>
>>> This means that there was an error (scroll up). Starting with 6.2.beta0 
>>> the build will be aborted at the actual docbuild error.
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to