#13889: Better automatic backtrace
----------------------------------+-----------------------------------------
Reporter: vbraun | Owner: GeorgSWeber
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.6
Component: build | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Volker Braun | Merged in:
Dependencies: #13881, #13866 | Stopgaps:
----------------------------------+-----------------------------------------
Changes (by jdemeyer):
* dependencies: #13881 => #13881, #13866
Comment:
I do indeed get that message:
{{{
An error was sent to stderr:
'import site' failed; use -v for traceback
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/src/sage-5.6.beta3/local/lib/python/os.py", line 398,
in <module>
import UserDict
File "/usr/local/src/sage-5.6.beta3/local/lib/python/UserDict.py", line
83, in <module>
import _abcoll
File "/usr/local/src/sage-5.6.beta3/local/lib/python/_abcoll.py", line
11, in <module>
from abc import ABCMeta, abstractmethod
File "/usr/local/src/sage-5.6.beta3/local/lib/python/abc.py", line 8, in
<module>
from _weakrefset import WeakSet
File "/usr/local/src/sage-5.6.beta3/local/lib/python/_weakrefset.py",
line 5, in <module>
from _weakref import ref
ImportError: No module named _weakref
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
warning: File "/home/jdemeyer/local/lib64/libstdc++.so.6.0.16-gdb.py"
auto-loading has been declined by your `auto-load safe-path' set to
"$debugdir:$datadir/auto-load".
Traceback (most recent call last):
File "<string>", line 4, in <module>
File "/usr/local/src/sage-5.6.beta3/local/lib/python/os.py", line 398,
in <module>
import UserDict
File "/usr/local/src/sage-5.6.beta3/local/lib/python/UserDict.py", line
83, in <module>
import _abcoll
File "/usr/local/src/sage-5.6.beta3/local/lib/python/_abcoll.py", line
11, in <module>
from abc import ABCMeta, abstractmethod
File "/usr/local/src/sage-5.6.beta3/local/lib/python/abc.py", line 8, in
<module>
from _weakrefset import WeakSet
File "/usr/local/src/sage-5.6.beta3/local/lib/python/_weakrefset.py",
line 5, in <module>
from _weakref import ref
ImportError: No module named _weakref
Error while executing Python code.
The GDB/Python support seems to not work.
Install the gdb spkg (sage -f gdb) for enhanced tracebacks.
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13889#comment:24>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en.