From owner-freebsd-python@freebsd.org Tue Feb 16 14:33:16 2016 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85971AA9C0E for ; Tue, 16 Feb 2016 14:33:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6A29012DD for ; Tue, 16 Feb 2016 14:33:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 69AB2AA9C0D; Tue, 16 Feb 2016 14:33:16 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69437AA9C0C for ; Tue, 16 Feb 2016 14:33:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FD4B12DC for ; Tue, 16 Feb 2016 14:33:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1GEXFxx057050 for ; Tue, 16 Feb 2016 14:33:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 203798] [PATCH] games/py-mnemosyne: Fix runtime error on 9.x Date: Tue, 16 Feb 2016 14:33:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: aeuii@posteo.de X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: miwi@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 14:33:16 -0000 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 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 "", line 1, in File "/usr/local/lib/python2.7/site-packages/mnemosyne/pyqt_ui/statistics_wdgts_= plotting.py", line 7, in from matplotlib import use File "/usr/local/lib/python2.7/site-packages/matplotlib/__init__.py", line 122, in 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 import numpy as np File "/usr/local/lib/python2.7/site-packages/numpy/__init__.py", line 180= , in from . import add_newdocs File "/usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py", line = 13, in from numpy.lib import add_newdoc File "/usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py", line= 8, in from .type_check import * File "/usr/local/lib/python2.7/site-packages/numpy/lib/type_check.py", li= ne 11, in import numpy.core.numeric as _nx File "/usr/local/lib/python2.7/site-packages/numpy/core/__init__.py", line 14, in 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.=