Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2016 14:33:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 203798] [PATCH] games/py-mnemosyne: Fix runtime error on 9.x
Message-ID:  <bug-203798-21822-aGauHAVlHl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203798-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203798-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203798

aeuii@posteo.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aeuii@posteo.de

--- Comment #4 from aeuii@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=3Doptions.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 3=
2,
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", li=
ne
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

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203798-21822-aGauHAVlHl>