[Bug 188382] graphics/mypaint fails to run: ImportError: numpy.core.multiarray failed to import

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 28 13:40:34 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188382

--- Comment #7 from commit-hook at 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.


More information about the freebsd-ports-bugs mailing list