From owner-freebsd-ports-bugs@freebsd.org Mon Nov 16 14:29:49 2015 Return-Path: Delivered-To: freebsd-ports-bugs@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 7AE10A30E1A for ; Mon, 16 Nov 2015 14:29:49 +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 615E71EA2 for ; Mon, 16 Nov 2015 14:29:49 +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 tAGETnqB070370 for ; Mon, 16 Nov 2015 14:29:49 GMT (envelope-from bugzilla-noreply@freebsd.org) 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) Date: Mon, 16 Nov 2015 14:29:48 +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: ardovm@yahoo.it 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 attachments.created 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.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 14:29:49 -0000 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.