[Bug 218390] math/py-matplotlib: ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by gcc5/libgfortran.so.3 not found
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Apr 5 06:29:52 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218390
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 at FreeBSD.org
Reporter: ohartmann at walstatt.org
CC: mainland at apeiron.net
CC: mainland at apeiron.net
Flags: maintainer-feedback?(mainland at 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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list