Date: Wed, 28 Jan 2015 13:40:34 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 188382] graphics/mypaint fails to run: ImportError: numpy.core.multiarray failed to import Message-ID: <bug-188382-13-Ie3AKkgUXq@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-188382-13@https.bugs.freebsd.org/bugzilla/> References: <bug-188382-13@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=188382 --- Comment #7 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Wed Jan 28 13:39:42 UTC 2015 New revision: 378057 URL: https://svnweb.freebsd.org/changeset/ports/378057 Log: Build using lang/gcc* to avoid runtime issues with old -lgcc_s or Clang Absence of RPATH leads to mypaint loading old libgcc_s.so.1 from base first which later breaks |import numpy| as libgfortran wants newer version. On 10.0+ the issue is masked by Clang failing to instantiate some templates. PR: 188382 PR: 193429 Differential Revision: https://reviews.freebsd.org/D1616 Approved by: bapt (mentor) Changes: head/graphics/mypaint/Makefile -- 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-188382-13-Ie3AKkgUXq>