[Bug 203798] [PATCH] games/py-mnemosyne: Fix runtime error on 9.x
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 16 14:33:16 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203798
aeuii at posteo.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aeuii at posteo.de
--- Comment #4 from aeuii at posteo.de ---
I have a runtime error on 10.2-RELEASE-p12 too [1].
Could it be fixed by the patch?
[1]
Traceback (innermost last):
File "/usr/local/bin/mnemosyne", line 191, in <module>
debug_file=options.debug_file)
File
"/usr/local/lib/python2.7/site-packages/mnemosyne/libmnemosyne/__init__.py",
line 174, in initialise
self.register_components()
File
"/usr/local/lib/python2.7/site-packages/mnemosyne/libmnemosyne/__init__.py",
line 244, in register_components
exec("from %s import %s" % (module_name, class_name))
File "<string>", line 1, in <module>
File
"/usr/local/lib/python2.7/site-packages/mnemosyne/pyqt_ui/statistics_wdgts_plotting.py",
line 7, in <module>
from matplotlib import use
File "/usr/local/lib/python2.7/site-packages/matplotlib/__init__.py", line
122, in <module>
from matplotlib.cbook import is_string_like, mplDeprecation, dedent,
get_label
File "/usr/local/lib/python2.7/site-packages/matplotlib/cbook.py", line 32,
in <module>
import numpy as np
File "/usr/local/lib/python2.7/site-packages/numpy/__init__.py", line 180, in
<module>
from . import add_newdocs
File "/usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py", line 13,
in <module>
from numpy.lib import add_newdoc
File "/usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py", line 8,
in <module>
from .type_check import *
File "/usr/local/lib/python2.7/site-packages/numpy/lib/type_check.py", line
11, in <module>
import numpy.core.numeric as _nx
File "/usr/local/lib/python2.7/site-packages/numpy/core/__init__.py", line
14, in <module>
from . import multiarray
ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by
/usr/local/lib/gcc48/libgfortran.so.3 not found
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list