Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Dec 2018 01:54:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 233859] graphics/blender Build fails when COLLADA option is ON
Message-ID:  <bug-233859-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233859

            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@FreeBSD.org
          Reporter: list1@gjunka.com
                CC: FreeBSD@ShaneWare.Biz
                CC: FreeBSD@ShaneWare.Biz
             Flags: maintainer-feedback?(FreeBSD@ShaneWare.Biz)

/wrkdirs/usr/ports/graphics/blender/work/blender-2.79b/source/blender/colla=
da/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 ) =3D 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.

--=20
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-233859-7788>