Date: Sat, 13 Aug 2016 12:04:21 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211808] graphics/opencv-core: c++ compiler error due to "fatal error: 'stddef.h' file not found" Message-ID: <bug-211808-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211808 Bug ID: 211808 Summary: graphics/opencv-core: c++ compiler error due to "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: jhale@FreeBSD.org Reporter: ohartman@zedat.fu-berlin.de Flags: maintainer-feedback?(jhale@FreeBSD.org) Assignee: jhale@FreeBSD.org On recent 12-CURRENT (FreeBSD 12.0-CURRENT #10 r304020: Fri Aug 12 22:39:57 CEST 2016) and recent ports tree (r420159) building/updating/rebuilding port graphics/opencv-core fails due to: [...] =3D=3D=3D> Building for opencv-core-2.4.9_3 Scanning dependencies of target opencv_core [ 4%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/algorithm.cpp.o [ 5%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/alloc.cpp.o [ 5%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/arithm.cpp.o [ 5%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/array.cpp.o In file included from /usr/ports/graphics/opencv-core/work/opencv-2.4.9/modules/core/src/alloc.cp= p:43: In file included from /usr/ports/graphics/opencv-core/work/opencv-2.4.9/modules/core/src/precomp.= hpp:48: In file included from /usr/ports/graphics/opencv-core/work/opencv-2.4.9/modules/core/include/open= cv2/core/core.hpp:56: In file included from /usr/include/c++/v1/algorithm:624: In file included from /usr/ports/graphics/opencv-core/work/opencv-2.4.9/modules/core/src/algorith= m.cpp:43: In file included from /usr/ports/graphics/opencv-core/work/opencv-2.4.9/modules/core/src/precomp.= hpp:48: In file included from /usr/ports/graphics/opencv-core/work/opencv-2.4.9/modules/core/include/open= cv2/core/core.hpp:56: 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> ^ 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-211808-13>