From owner-freebsd-python@freebsd.org Sun Mar 6 18:58:04 2016 Return-Path: Delivered-To: freebsd-python@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 9DF95AC0A2D for ; Sun, 6 Mar 2016 18:58:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 886FD210 for ; Sun, 6 Mar 2016 18:58:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 87DFDAC0A2B; Sun, 6 Mar 2016 18:58:04 +0000 (UTC) Delivered-To: python@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 877D0AC0A2A for ; Sun, 6 Mar 2016 18:58:04 +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 779D920F for ; Sun, 6 Mar 2016 18:58:04 +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 u26Iw4M6082867 for ; Sun, 6 Mar 2016 18:58:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 207750] math/py-numpy errors as it can't find /usr/local/lib/gcc48/libgfortran.so.3 Date: Sun, 06 Mar 2016 18:58:04 +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: vvelox@vvelox.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org 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 flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2016 18:58:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207750 Bug ID: 207750 Summary: math/py-numpy errors as it can't find /usr/local/lib/gcc48/libgfortran.so.3 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: python@FreeBSD.org Reporter: vvelox@vvelox.net Assignee: python@FreeBSD.org Flags: maintainer-feedback?(python@FreeBSD.org) Created attachment 167772 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D167772&action= =3Dedit py-numpy build log Attempting to run something like osmocom_fft results in the issue below... [kitsune@vixen42]/home/kitsune% osmocom_fft=20 Traceback (most recent call last): File "/usr/local/bin/osmocom_fft", line 34, in from gnuradio import blocks File "/usr/local/lib/python2.7/site-packages/gnuradio/blocks/__init__.py", line 34, in from stream_to_vector_decimator import * File "/usr/local/lib/python2.7/site-packages/gnuradio/blocks/stream_to_vector_de= cimator.py", line 23, in from gnuradio import gr File "/usr/local/lib/python2.7/site-packages/gnuradio/gr/__init__.py", li= ne 44, in from top_block import * File "/usr/local/lib/python2.7/site-packages/gnuradio/gr/top_block.py", l= ine 30, in from hier_block2 import hier_block2 File "/usr/local/lib/python2.7/site-packages/gnuradio/gr/hier_block2.py", line 25, in import pmt File "/usr/local/lib/python2.7/site-packages/pmt/__init__.py", line 58, in from pmt_to_python import pmt_to_python as to_python File "/usr/local/lib/python2.7/site-packages/pmt/pmt_to_python.py", line = 22, in import numpy File "/usr/local/lib/python2.7/site-packages/numpy/__init__.py", line 180= , in from . import add_newdocs File "/usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py", line = 13, in from numpy.lib import add_newdoc File "/usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py", line= 8, in from .type_check import * File "/usr/local/lib/python2.7/site-packages/numpy/lib/type_check.py", li= ne 11, in import numpy.core.numeric as _nx File "/usr/local/lib/python2.7/site-packages/numpy/core/__init__.py", line 14, in from . import multiarray ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc48/libgfortran.so.3 not found Exit 1 [kitsune@vixen42]/home/kitsune% uname -a FreeBSD vixen42.vulpes.vvelox.net 10.3-BETA3 FreeBSD 10.3-BETA3 #1 r296090:= Fri Feb 26 06:29:58 CST 2016=20=20=20=20 kitsune@vixen42.vulpes.vvelox.net:/usr/obj/usr/src/sys/GENERIC amd64 [root@vixen42]/arc/src/ports/math/py-numpy# make showconfig =3D=3D=3D> The following configuration options are available for py27-numpy= -1.10.4,1: DOCS=3Doff: Build and/or install documentation SUITESPARSE=3Don: Use AMD and UMFPACK in SuiteSparse TESTS=3Doff: Install test suite requirements =3D=3D=3D=3D> Options available for the single BLASLIB: you have to select = exactly one of them ATLAS=3Doff: ATLAS blas implementation NETLIB=3Don: Blas implementation from Netlib OPENBLAS=3Doff: OpenBLAS blas implementation =3D=3D=3D> Use 'make config' to modify these settings [root@vixen42]/arc/src/ports/math/py-numpy# cat /etc/src.conf=20 WITHOUT_LPR=3Dyes WITHOUT_SENDMAIL=3Dyes [root@vixen42]/arc/src/ports/math/py-numpy# cat /etc/make.conf=20 CUPS_OVERWRITE_BASE=3Dyes #DEFAULT_VERSIONS+=3D5.18 DEFAULT_VERSIONS+=3D perl5=3D5.22 --=20 You are receiving this mail because: You are the assignee for the bug.=