[Bug 211641] graphics/py-mayavi mayavi2 runtime error
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 7 19:00:20 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211641
--- Comment #1 from vladimir.chukharev at gmail.com ---
You do not even need to rebuild anything. Simply start it with an env variable:
LD_LIBRARY_PATH=/usr/local/lib/gcc48 python2.7 mayavi2 -x sample.py
The variable can be set in ~/.profile or what is your shell initializing
script.
The path might change with the gcc version change.
This is a known issue without a known complete solution. It affects or affected
quite many ports, e.g. math/py-numpy, and mayavi2 via dependences. I do not
know how to work around this within the port. In my opinion, it should be done
in gcc* ports...
I'll try one idea, though. It should not take more than two days to check if it
works.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list