Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2016 19:43:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211445] graphics/belnder: update/compilation fails dur to compiler error on 12-CURRENT
Message-ID:  <bug-211445-13@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: ohartman@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/autotrac=
k.cc:27:
In file included from
/usr/ports/graphics/blender/work/blender-2.77a/intern/libmv/intern/autotrac=
k.h:30:
In file included from
/usr/ports/graphics/blender/work/blender-2.77a/intern/libmv/intern/frame_ac=
cessor.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/ima=
ge.h:24:
/usr/include/c++/v1/cmath:309:9: error: no member named 'signbit' in the gl=
obal
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/autotrac=
k.cc:27:
In file included from
/usr/ports/graphics/blender/work/blender-2.77a/intern/libmv/intern/autotrac=
k.h:30:
In file included from
/usr/ports/graphics/blender/work/blender-2.77a/intern/libmv/intern/frame_ac=
cessor.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/ima=
ge.h:24:
/usr/include/c++/v1/cmath:310:9: error: no member named 'fpclassify' in the
global namespace
using ::fpclassify;
      ~~^
[...]

--=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-211445-13>