Date: Mon, 16 Nov 2015 14:29:48 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 204598] math/py-matplotlib build failure (gcc48/libgfortran.so.3 requires libgcc version GCC_4.6.0) Message-ID: <bug-204598-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204598 Bug ID: 204598 Summary: math/py-matplotlib build failure (gcc48/libgfortran.so.3 requires libgcc version GCC_4.6.0) 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: ardovm@yahoo.it CC: mainland@apeiron.net Flags: maintainer-feedback?(mainland@apeiron.net) CC: mainland@apeiron.net Created attachment 163196 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163196&action=edit Full build log The port math/py-matplotlib fails to build on my 9-STABLE system. The build stops with the following error message: ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc48/libgfortran.so.3 not found Here is some information about my system: root@myhost5:~ # uname -a FreeBSD myhost 9.3-STABLE FreeBSD 9.3-STABLE #133 r290924M: Mon Nov 16 09:39:31 CET 2015 root@myhost:/usr/obj/usr/src/sys/GENERIC i386 root@myhost:~ # svn info /usr/ports | grep Revision Revision: 401754 root@myhost:~ # cat /var/db/ports/math_py-matplotlib/options # This file is auto-generated by 'make config'. # Options for py27-matplotlib-1.4.3_1 _OPTIONS_READ=py27-matplotlib-1.4.3_1 _FILE_COMPLETE_OPTIONS_LIST=EXAMPLES GTKAGGBACKEND GTKBACKEND QT4AGGBACKEND TKAGGBACKEND WXAGGBACKEND OPTIONS_FILE_SET+=EXAMPLES OPTIONS_FILE_SET+=GTKAGGBACKEND OPTIONS_FILE_SET+=GTKBACKEND OPTIONS_FILE_UNSET+=QT4AGGBACKEND OPTIONS_FILE_SET+=TKAGGBACKEND OPTIONS_FILE_UNSET+=WXAGGBACKEND root@myhost:~ # cat /etc/make.conf | grep -v '^$' | grep -v '^#' WITH_PKGNG=yes CPUTYPE?=athlon64 CFLAGS= -O2 -fno-strict-aliasing -pipe COPTFLAGS= -O -pipe BOOTWAIT=2000 SVN_UPDATE=yes DOC_LANG= en_US.ISO8859-1 LOCALIZED_LANG=it WITH_WIDE_CHARS=yes QT4_OPTIONS= CUPS WITH_GALLIUM=yes PORTS_MODULES=emulators/virtualbox-ose-kmod OVERRIDE_LINUX_BASE_PORT=c6 OVERRIDE_LINUX_NONBASE_PORTS=c6 root@myhost:~ # pkg info | awk '{print $1}' | grep python python-2.7_2,2 python-doc-html-2.7.10 python2-2_3 python27-2.7.10_1 python3-3_3 python34-3.4.3_1 -- 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-204598-13>