Date: Wed, 05 Apr 2017 06:29:51 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 218390] math/py-matplotlib: ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by gcc5/libgfortran.so.3 not found Message-ID: <bug-218390-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218390 Bug ID: 218390 Summary: math/py-matplotlib: ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by gcc5/libgfortran.so.3 not found Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: ohartmann@walstatt.org CC: mainland@apeiron.net CC: mainland@apeiron.net Flags: maintainer-feedback?(mainland@apeiron.net) After the update of lang/gcc from 4.9 to 5.4, ports relying on math/py-matplotlib, in this case it is graphics/qgis, fail to build and bail out with the error shown below. A quick investigation shows that the claimed missing library, /lib/libgcc_s.so.1, exists: ll /lib/libgcc_s.so.1 -r--r--r-- 1 root wheel 82024 4 Apr. 09:23 /lib/libgcc_s.so.1 Both, OS and ports tree, are up to date: FreeBSD 12.0-CURRENT #100 r316485: Tue Apr 4 09:00:26 CEST 2017 amd64 and ports revision 437767 [...] 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/gcc5/libgfortran.so.3 not found *** Error code 1 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218390-13>