Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Aug 2016 12:15:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211809] graphics/blender:  c++ compiler failure due to: error: no member named 'signbit' OR fatal error: 'stddef.h' file not found
Message-ID:  <bug-211809-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 211809
           Summary: graphics/blender:  c++ compiler failure due to: error:
                    no member named 'signbit' OR fatal error: 'stddef.h'
                    file not found
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: mva@FreeBSD.org
          Reporter: ohartman@zedat.fu-berlin.de
             Flags: maintainer-feedback?(mva@FreeBSD.org)
          Assignee: mva@FreeBSD.org

On recent CURRENT (FreeBSD 12.0-CURRENT #10 r304020: Fri Aug 12 22:39:57 CE=
ST
2016) with most recent ports tree and ports so far up to date (r420159), the
port graphics/blender fails to update from belnder 2.76b_1 to 2.77a or fail=
s to
be freshly installed with the error shown below:


[...]
[  1%] Building CXX object
intern/ghost/CMakeFiles/bf_intern_ghost.dir/intern/GHOST_EventManager.cpp.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;
      ~~^
/usr/include/c++/v1/cmath:311:9: error: no member named 'isfinite' in the
global namespace
using ::isfinite;
      ~~^
/usr/include/c++/v1/cmath:312:9: error: no member named 'isinf' in the glob=
al
namespace
using ::isinf;

[...]

In file included from
/usr/ports/graphics/blender/work/blender-2.77a/intern/libmv/libmv/image/tup=
le.h:24:
In file included from /usr/include/c++/v1/algorithm:624:
In file included from /usr/include/c++/v1/initializer_list:47:
/usr/include/c++/v1/cstddef:43:15: fatal error: 'stddef.h' file not found
#include_next <stddef.h>

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