From owner-freebsd-ports-bugs@freebsd.org Wed Nov 18 07:56:33 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 40B08A327F8 for ; Wed, 18 Nov 2015 07:56:33 +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 119EE1D9C for ; Wed, 18 Nov 2015 07:56:33 +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 tAI7uWAp094971 for ; Wed, 18 Nov 2015 07:56:32 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: Wed, 18 Nov 2015 07:56:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa 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: Message-ID: In-Reply-To: References: 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: Wed, 18 Nov 2015 07:56:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204598 --- Comment #8 from Arrigo Marchiori --- Hello, (In reply to mainland from comment #6) Yes, I am sure that LD_LIBRARY_PATH was setenv'd to /usr/local/lib/gcc48 before I ran the 'make' command. That setting, in fact, allows to compile math/pu-numpy. I am a bit puzzled by that error message, because it is about a missing symbol, and: # ldd /usr/local/lib/python2.7/site-packages/numpy/core/multiarray.so /usr/local/lib/python2.7/site-packages/numpy/core/multiarray.so: libblas.so.2 => /usr/local/lib/libblas.so.2 (0x28300000) libm.so.5 => /lib/libm.so.5 (0x2834f000) libpython2.7.so.1 => /usr/local/lib/libpython2.7.so.1 (0x28800000) libc.so.7 => /lib/libc.so.7 (0x28077000) libgfortran.so.3 => /usr/local/lib/gcc48/libgfortran.so.3 (0x28967000) libgcc_s.so.1 => /usr/local/lib/gcc48/libgcc_s.so.1 (0x28369000) libquadmath.so.0 => /usr/local/lib/gcc48/libquadmath.so.0 (0x28383000) libthr.so.3 => /lib/libthr.so.3 (0x283d6000) libintl.so.8 => /usr/local/lib/libintl.so.8 (0x28a5d000) libutil.so.9 => /lib/libutil.so.9 (0x28a67000) libiconv.so.2 => /usr/local/lib/libiconv.so.2 (0x28a7a000) # ldd /usr/local/lib/libblas.so.2 /usr/local/lib/libblas.so.2: libgfortran.so.3 => /usr/local/lib/gcc48/libgfortran.so.3 (0x2820b000) libm.so.5 => /lib/libm.so.5 (0x28301000) libgcc_s.so.1 => /usr/local/lib/gcc48/libgcc_s.so.1 (0x2831b000) libquadmath.so.0 => /usr/local/lib/gcc48/libquadmath.so.0 (0x28335000) libc.so.7 => /lib/libc.so.7 (0x28077000) The symbol "cblas_cdotc_sub" seems to only be defined by /usr/local/lib/libgslcblas.so.0.0.0, that is installed in my system by package gsl-1.16_2 (origin: math/gsl). (In reply to Kubilay Kocak from comment #6) I would be glad to help in this way, although I don't have any good overviews of all the FreeBSD ports. But I am looking forward to your indications in this regard, if you think I can help. -- You are receiving this mail because: You are the assignee for the bug.