[Bug 199161] Blender 2.74 Two passes with the same argument (-alloca-hoisting) attempted to be registered!

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Apr 4 21:36:51 UTC 2015


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

Marcus von Appen <mva at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress
           Assignee|freebsd-ports-bugs at FreeBSD. |mva at FreeBSD.org
                   |org                         |

--- Comment #1 from Marcus von Appen <mva at FreeBSD.org> ---
I suspect one of the third party libraries linked into blender to refer to a
different or old libLLVM.so. OpenColorIO, OpenImageIO or OSL can be typical
culprits.

Can you rebuild and reinstall graphics/opencolorio, graphics/openimageio and
graphics/openshadinglanguage? If that does not help,  please provide me the
`make showconfig` output of those and also paste the output of 

`ldd /usr/local/lib/libOpenImageIO.so.1.4`
`ldd /usr/local/lib/libOpenColorIO.so.1`
`ldd /usr/local/lib/liboslcomp.so`
`ldd /usr/local/lib/liboslexec.so`
`ldd /usr/local/lib/liboslquery.so`

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list