[Bug 211445] graphics/belnder: update/compilation fails dur to compiler error on 12-CURRENT

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jul 29 19:43:59 UTC 2016


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

            Bug ID: 211445
           Summary: graphics/belnder: update/compilation fails dur to
                    compiler error on 12-CURRENT
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: ohartman at zedat.fu-berlin.de

On CURRENT (FreeBSD 12.0-CURRENT #36 r303496: Fri Jul 29 19:48:38 CEST 2016),
updating graphics/blender fails with the error shown below:

canning dependencies of target bf_intern_libmv
[  0%] Building CXX object
intern/libmv/CMakeFiles/bf_intern_libmv.dir/intern/autotrack.cc.o
In file included from
/usr/ports/graphics/blender/work/blender-2.77a/intern/libmv/intern/autotrack.cc:27:
In file included from
/usr/ports/graphics/blender/work/blender-2.77a/intern/libmv/intern/autotrack.h:30:
In file included from
/usr/ports/graphics/blender/work/blender-2.77a/intern/libmv/intern/frame_accessor.h:32:
In file included from
/usr/ports/graphics/blender/work/blender-2.77a/intern/libmv/intern/image.h:31:
In file included from
/usr/ports/graphics/blender/work/blender-2.77a/intern/libmv/libmv/image/image.h:24:
/usr/include/c++/v1/cmath:309:9: error: no member named 'signbit' in the global
namespace; did you mean '__signbit'?
using ::signbit;
      ~~^
/usr/include/include/math.h:192:5: note: '__signbit' declared here
int     __signbit(double) __pure2;
        ^
In file included from
/usr/ports/graphics/blender/work/blender-2.77a/intern/libmv/intern/autotrack.cc:27:
In file included from
/usr/ports/graphics/blender/work/blender-2.77a/intern/libmv/intern/autotrack.h:30:
In file included from
/usr/ports/graphics/blender/work/blender-2.77a/intern/libmv/intern/frame_accessor.h:32:
In file included from
/usr/ports/graphics/blender/work/blender-2.77a/intern/libmv/intern/image.h:31:
In file included from
/usr/ports/graphics/blender/work/blender-2.77a/intern/libmv/libmv/image/image.h:24:
/usr/include/c++/v1/cmath:310:9: error: no member named 'fpclassify' in the
global namespace
using ::fpclassify;
      ~~^
[...]

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


More information about the freebsd-ports-bugs mailing list