Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jan 2015 13:40:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193429] graphics/mypaint: ImportError: /usr/local/lib/mypaint/_mypaintlib.so: Undefined symbol "_ZN10BufferCompIL20BufferCompOutputType1ELj16384E12HueBlendModeE9blendfuncE"
Message-ID:  <bug-193429-13-nF7eLzrQXw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193429-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193429-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=193429

--- 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-193429-13-nF7eLzrQXw>