Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Oct 2018 08:52:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 228707] math/py-matplotlib 2.1.2_2: Undefined symbol "__aeabi_uidiv@GCC_3.5" on armv7
Message-ID:  <bug-228707-7788-6Esof46FlG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-228707-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-228707-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228707

Ruslan Makhmatkhanov <rm@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rm@FreeBSD.org

--- Comment #7 from Ruslan Makhmatkhanov <rm@FreeBSD.org> ---
Not sure if it's somehow related, I had this error with scikit-learn:


In [8]: import scipy.special

--------------------

ImportError                               Traceback (most recent call last)
<ipython-input-8-f4252bb1d87c> in <module>()
----> 1 import scipy.special

/usr/local/lib/python3.7/site-packages/scipy/special/init.py in <module>()
        638 from .sf_error import SpecialFunctionWarning, SpecialFunctionEr=
ror
        639=20
--> 640 from ._ufuncs import *
        641=20
        642 from .basic import *

ImportError: /usr/local/lib/python3.7/site-packages/scipy/special/_ufuncs.s=
o:
Undefined symbol "cpow@GFORTRAN_C99_7"

It failed to import scipy until I rebuilt math/py-scipy with this lines
commented on:

#PYDISTUTILS_BUILDARGS=3D --fcompiler=3Dgnu95
#PYDISTUTILS_CONFIGUREARGS=3D     --fcompiler=3Dgnu95

May be something similar should be done for matplotlib (yet it works well f=
or
me here)

--=20
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-228707-7788-6Esof46FlG>