From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 19 03:58:06 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D39BE2A for ; Mon, 19 Jan 2015 03:58:06 +0000 (UTC) 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 E4DA6B19 for ; Mon, 19 Jan 2015 03:58:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t0J3w5NV072726 for ; Mon, 19 Jan 2015 03:58:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196862] math/py-matplotlib fail embedding_in_wx5.py - gcc48/libgfortran.so.3 not found Date: Mon, 19 Jan 2015 03:58:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: f0andrey@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2015 03:58:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196862 Bug ID: 196862 Summary: math/py-matplotlib fail embedding_in_wx5.py - gcc48/libgfortran.so.3 not found Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: f0andrey@gmail.com CC: mainland@apeiron.net CC: mainland@apeiron.net Flags: maintainer-feedback?(mainland@apeiron.net) I encountered a problem that occurs in a similar Bug 188114, but not closed last patch environment for reproduction: # python -c "import matplotlib as m; print(m.__version__); print(m.__path__[0]);" 1.4.0 /usr/local/lib/python2.7/site-packages/matplotlib # python -c "import numpy as m; print(m.__version__); print(m.__path__[0]);" 1.9.1 /usr/local/lib/python2.7/site-packages/numpy # python -c "import wx as m; print(m.__version__); print(m.__path__[0]);" 2.8.12.1 /usr/local/lib/python2.7/site-packages/wx-2.8-gtk2-unicode/wx /usr/local/share/examples/py-matplotlib % python user_interfaces/embedding_in_wx5.py Traceback (most recent call last): File "user_interfaces/embedding_in_wx5.py", line 7, in import matplotlib as mpl File "/usr/local/lib/python2.7/site-packages/matplotlib/__init__.py", line 179, in from matplotlib.cbook import is_string_like File "/usr/local/lib/python2.7/site-packages/matplotlib/cbook.py", line 32, in import numpy as np File "/usr/local/lib/python2.7/site-packages/numpy/__init__.py", line 170, 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 18, in from .polynomial import * File "/usr/local/lib/python2.7/site-packages/numpy/lib/polynomial.py", line 19, in from numpy.linalg import eigvals, lstsq, inv File "/usr/local/lib/python2.7/site-packages/numpy/linalg/__init__.py", line 51, in from .linalg import * File "/usr/local/lib/python2.7/site-packages/numpy/linalg/linalg.py", line 29, in from numpy.linalg import lapack_lite, _umath_linalg ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc48/libgfortran.so.3 not found user_interfaces/embedding_in_wx2-4.py - work fine --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug.