[Bug 233859] graphics/blender Build fails when COLLADA option is ON

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 8 01:55:03 UTC 2018


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

            Bug ID: 233859
           Summary: graphics/blender Build fails when COLLADA option is ON
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: list1 at gjunka.com
                CC: FreeBSD at ShaneWare.Biz
                CC: FreeBSD at ShaneWare.Biz
             Flags: maintainer-feedback?(FreeBSD at ShaneWare.Biz)

/wrkdirs/usr/ports/graphics/blender/work/blender-2.79b/source/blender/collada/collada.cpp:64:19:
error: variable type 'DocumentImporter' is an abstract class
        DocumentImporter imp(C, &import_settings);
                         ^
/usr/local/include/opencollada/COLLADAFramework/COLLADAFWIWriter.h:115:16:
note: unimplemented pure virtual method 'writeAnimationClip' in
'DocumentImporter'
                virtual bool writeAnimationClip( const AnimationClip*
animationClip ) = 0;
                             ^
1 error generated.

Steps to reproduce:

poudriere options -c -j 11rel2amd64 -p local -z blender graphics/blender

Switch the COLLADA option to ON. Note, you will also need to enable
DYNAMIC_ARCH option in math/openblas.

Then

/usr/bin/nice -n 20 poudriere bulk -j 11rel2amd64 -p local -z blender
graphics/blender

This will fail with the error given above.

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


More information about the freebsd-ports-bugs mailing list