=> Bootstrap dependency digest>=20010302: found digest-20190127 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for py38-openexr-1.3.2nb1 (cd /opt/work/graphics/py-openexr/work/OpenEXR-1.3.2/ && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -D_REENTRANT PTHREAD_LDFLAGS= PTHREAD_LIBS=-lpthread PTHREADBASE= DL_CFLAGS= DL_LDFLAGS= DL_LIBS= PYTHON=/opt/pkg/bin/python3.8 CC=clang CFLAGS=-O2\ -I/opt/pkg/include\ -I/opt/pkg/include/python3.8 CPPFLAGS=-I/opt/pkg/include\ -I/opt/pkg/include/python3.8 CXX=clang++ CXXFLAGS=-O2\ -I/opt/pkg/include\ -I/opt/pkg/include/python3.8 COMPILER_RPATH_FLAG=-L F77=f77 FC=f77 FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/usr/lib\ -L/opt/pkg/lib LINKER_RPATH_FLAG=-L PATH=/opt/work/graphics/py-openexr/work/.cwrapper/bin:/opt/work/graphics/py-openexr/work/.buildlink/bin:/opt/work/graphics/py-openexr/work/.tools/bin:/opt/pkg/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/opt/pkg-dev/bin:/opt/pkg-dev/sbin:/opt/pkg/bin:/opt/X11/bin PREFIX=/opt/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/opt/pkg/etc HOME=/opt/work/graphics/py-openexr/work/.home CWRAPPERS_CONFIG_DIR=/opt/work/graphics/py-openexr/work/.cwrapper/config CPP=clang\ -E LOCALBASE=/opt/pkg X11BASE=/opt/X11 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=Mach-O USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ \ -o\ sjmulder\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ sjmulder\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ sjmulder\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ sjmulder\ -g\ staff\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ sjmulder\ -g\ staff\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ sjmulder\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ sjmulder\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ sjmulder\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ sjmulder\ -g\ staff\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ sjmulder\ -g\ staff\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ \ -o\ sjmulder\ -g\ staff\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ sjmulder\ -g\ staff\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ sjmulder\ -g\ staff\ -m\ 775 INSTALL_INFO= MAKEINFO=/opt/work/graphics/py-openexr/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/opt/work/graphics/py-openexr/work/.buildlink/lib/pkgconfig:/opt/work/graphics/py-openexr/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/opt/work/graphics/py-openexr/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/opt/work/graphics/py-openexr/work/.cwrapper/config /opt/pkg/bin/python3.8 setup.py build -j8) running build running build_py creating build creating build/lib.macosx-11.2-arm64-3.8 copying Imath.py -> build/lib.macosx-11.2-arm64-3.8 running build_ext building 'OpenEXR' extension creating build/temp.macosx-11.2-arm64-3.8 clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include -I/opt/pkg/include -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include -I/opt/pkg/include -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include -I/opt/pkg/include -O2 -I/opt/pkg/include -I/opt/pkg/include/python3.8 -I/opt/pkg/include -I/opt/pkg/include/python3.8 -I/opt/pkg/include/OpenEXR -I/usr/local/include/OpenEXR -I/opt/local/include/OpenEXR -I/opt/pkg/include/python3.8 -c OpenEXR.cpp -o build/temp.macosx-11.2-arm64-3.8/OpenEXR.o -g -DVERSION="1.3.2" In file included from OpenEXR.cpp:40: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathBox.h:65: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathVec.h:46: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathExc.h:47: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:73:33: warning: rvalue references are a C++11 extension [-Wc++11-extensions] IEX_EXPORT BaseExc (BaseExc &&be) throw(); ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:77:45: warning: rvalue references are a C++11 extension [-Wc++11-extensions] IEX_EXPORT BaseExc & operator = (BaseExc&& be) throw (); ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:168:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] DEFINE_EXC_EXP (IEX_EXPORT, ArgExc, BaseExc) // Invalid arguments to a function call ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:144:24: note: expanded from macro 'DEFINE_EXC_EXP' exp name (name &&other) throw(); \ ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:168:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:146:36: note: expanded from macro 'DEFINE_EXC_EXP' exp name& operator = (name &&other) throw(); \ ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:170:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] DEFINE_EXC_EXP (IEX_EXPORT, LogicExc, BaseExc) // General error in a program's logic, ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:144:24: note: expanded from macro 'DEFINE_EXC_EXP' exp name (name &&other) throw(); \ ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:170:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:146:36: note: expanded from macro 'DEFINE_EXC_EXP' exp name& operator = (name &&other) throw(); \ ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:175:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] DEFINE_EXC_EXP (IEX_EXPORT, InputExc, BaseExc) // Invalid input data, e.g. from a file ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:144:24: note: expanded from macro 'DEFINE_EXC_EXP' exp name (name &&other) throw(); \ ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:175:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:146:36: note: expanded from macro 'DEFINE_EXC_EXP' exp name& operator = (name &&other) throw(); \ ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:177:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] DEFINE_EXC_EXP (IEX_EXPORT, IoExc, BaseExc) // Input or output operation failed ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:144:24: note: expanded from macro 'DEFINE_EXC_EXP' exp name (name &&other) throw(); \ ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:177:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:146:36: note: expanded from macro 'DEFINE_EXC_EXP' exp name& operator = (name &&other) throw(); \ ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:179:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] DEFINE_EXC_EXP (IEX_EXPORT, MathExc, BaseExc) // Arithmetic exception; more specific ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:144:24: note: expanded from macro 'DEFINE_EXC_EXP' exp name (name &&other) throw(); \ ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:179:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:146:36: note: expanded from macro 'DEFINE_EXC_EXP' exp name& operator = (name &&other) throw(); \ ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:183:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] DEFINE_EXC_EXP (IEX_EXPORT, ErrnoExc, BaseExc) // Base class for exceptions corresponding ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:144:24: note: expanded from macro 'DEFINE_EXC_EXP' exp name (name &&other) throw(); \ ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:183:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:146:36: note: expanded from macro 'DEFINE_EXC_EXP' exp name& operator = (name &&other) throw(); \ ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:188:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] DEFINE_EXC_EXP (IEX_EXPORT, NoImplExc, BaseExc) // Missing method exception e.g. from a ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:144:24: note: expanded from macro 'DEFINE_EXC_EXP' exp name (name &&other) throw(); \ ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:188:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:146:36: note: expanded from macro 'DEFINE_EXC_EXP' exp name& operator = (name &&other) throw(); \ ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:194:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] DEFINE_EXC_EXP (IEX_EXPORT, NullExc, BaseExc) // A pointer is inappropriately null. ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:144:24: note: expanded from macro 'DEFINE_EXC_EXP' exp name (name &&other) throw(); \ ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:194:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:146:36: note: expanded from macro 'DEFINE_EXC_EXP' exp name& operator = (name &&other) throw(); \ ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:196:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] DEFINE_EXC_EXP (IEX_EXPORT, TypeExc, BaseExc) // An object is an inappropriate type, ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:144:24: note: expanded from macro 'DEFINE_EXC_EXP' exp name (name &&other) throw(); \ ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:196:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:146:36: note: expanded from macro 'DEFINE_EXC_EXP' exp name& operator = (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:40: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathBox.h:65: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathVec.h:46: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathExc.h:53:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] DEFINE_EXC_EXP (IMATH_EXPORT, NullVecExc, ::IEX_NAMESPACE::MathExc) ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:144:24: note: expanded from macro 'DEFINE_EXC_EXP' exp name (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:40: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathBox.h:65: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathVec.h:46: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathExc.h:53:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:146:36: note: expanded from macro 'DEFINE_EXC_EXP' exp name& operator = (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:40: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathBox.h:65: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathVec.h:46: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathExc.h:56:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] DEFINE_EXC_EXP (IMATH_EXPORT, InfPointExc, ::IEX_NAMESPACE::MathExc) ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:144:24: note: expanded from macro 'DEFINE_EXC_EXP' exp name (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:40: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathBox.h:65: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathVec.h:46: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathExc.h:56:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:146:36: note: expanded from macro 'DEFINE_EXC_EXP' exp name& operator = (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:40: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathBox.h:65: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathVec.h:46: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathExc.h:59:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] DEFINE_EXC_EXP (IMATH_EXPORT, NullQuatExc, ::IEX_NAMESPACE::MathExc) ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:144:24: note: expanded from macro 'DEFINE_EXC_EXP' exp name (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:40: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathBox.h:65: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathVec.h:46: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathExc.h:59:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:146:36: note: expanded from macro 'DEFINE_EXC_EXP' exp name& operator = (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:40: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathBox.h:65: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathVec.h:46: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathExc.h:62:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] DEFINE_EXC_EXP (IMATH_EXPORT, SingMatrixExc, ::IEX_NAMESPACE::MathExc) ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:144:24: note: expanded from macro 'DEFINE_EXC_EXP' exp name (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:40: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathBox.h:65: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathVec.h:46: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathExc.h:62:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:146:36: note: expanded from macro 'DEFINE_EXC_EXP' exp name& operator = (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:40: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathBox.h:65: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathVec.h:46: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathExc.h:65:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] DEFINE_EXC_EXP (IMATH_EXPORT, ZeroScaleExc, ::IEX_NAMESPACE::MathExc) ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:144:24: note: expanded from macro 'DEFINE_EXC_EXP' exp name (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:40: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathBox.h:65: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathVec.h:46: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathExc.h:65:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:146:36: note: expanded from macro 'DEFINE_EXC_EXP' exp name& operator = (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:40: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathBox.h:65: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathVec.h:46: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathExc.h:68:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] DEFINE_EXC_EXP (IMATH_EXPORT, IntVecNormalizeExc, ::IEX_NAMESPACE::MathExc) ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:144:24: note: expanded from macro 'DEFINE_EXC_EXP' exp name (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:40: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathBox.h:65: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathVec.h:46: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathExc.h:68:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:146:36: note: expanded from macro 'DEFINE_EXC_EXP' exp name& operator = (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:40: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathBox.h:65: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathVec.h:105:16: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] ~Vec2 () = default; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathVec.h:308:16: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] ~Vec3 () = default; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathVec.h:526:16: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] ~Vec4 () = default; ^ In file included from OpenEXR.cpp:41: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfIO.h:150:33: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] IStream (const IStream &) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfIO.h:151:46: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] IStream & operator = (const IStream &) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfIO.h:152:22: warning: rvalue references are a C++11 extension [-Wc++11-extensions] IStream (IStream &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfIO.h:152:28: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] IStream (IStream &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfIO.h:153:35: warning: rvalue references are a C++11 extension [-Wc++11-extensions] IStream & operator = (IStream &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfIO.h:153:41: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] IStream & operator = (IStream &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfIO.h:218:33: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] OStream (const OStream &) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfIO.h:219:46: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] OStream & operator = (const OStream &) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfIO.h:220:22: warning: rvalue references are a C++11 extension [-Wc++11-extensions] OStream (OStream &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfIO.h:220:28: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] OStream (OStream &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfIO.h:221:35: warning: rvalue references are a C++11 extension [-Wc++11-extensions] OStream & operator = (OStream &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfIO.h:221:41: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] OStream & operator = (OStream &&) = delete; ^ In file included from OpenEXR.cpp:42: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/Iex.h:50: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexMathExc.h:49:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] DEFINE_EXC_EXP (IEX_EXPORT, OverflowExc, MathExc) // Overflow ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:144:24: note: expanded from macro 'DEFINE_EXC_EXP' exp name (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:42: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/Iex.h:50: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexMathExc.h:49:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:146:36: note: expanded from macro 'DEFINE_EXC_EXP' exp name& operator = (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:42: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/Iex.h:50: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexMathExc.h:50:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] DEFINE_EXC_EXP (IEX_EXPORT, UnderflowExc, MathExc) // Underflow ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:144:24: note: expanded from macro 'DEFINE_EXC_EXP' exp name (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:42: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/Iex.h:50: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexMathExc.h:50:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:146:36: note: expanded from macro 'DEFINE_EXC_EXP' exp name& operator = (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:42: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/Iex.h:50: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexMathExc.h:51:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] DEFINE_EXC_EXP (IEX_EXPORT, DivzeroExc, MathExc) // Division by zero ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:144:24: note: expanded from macro 'DEFINE_EXC_EXP' exp name (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:42: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/Iex.h:50: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexMathExc.h:51:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:146:36: note: expanded from macro 'DEFINE_EXC_EXP' exp name& operator = (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:42: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/Iex.h:50: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexMathExc.h:52:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] DEFINE_EXC_EXP (IEX_EXPORT, InexactExc, MathExc) // Inexact result ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:144:24: note: expanded from macro 'DEFINE_EXC_EXP' exp name (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:42: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/Iex.h:50: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexMathExc.h:52:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:146:36: note: expanded from macro 'DEFINE_EXC_EXP' exp name& operator = (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:42: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/Iex.h:50: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexMathExc.h:53:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] DEFINE_EXC_EXP (IEX_EXPORT, InvalidFpOpExc, MathExc) // Invalid operation ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:144:24: note: expanded from macro 'DEFINE_EXC_EXP' exp name (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:42: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/Iex.h:50: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexMathExc.h:53:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions] /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/IexBaseExc.h:146:36: note: expanded from macro 'DEFINE_EXC_EXP' exp name& operator = (name &&other) throw(); \ ^ In file included from OpenEXR.cpp:43: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfArray.h:123:29: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Array (const Array &) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfArray.h:124:42: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Array & operator = (const Array &) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfArray.h:125:18: warning: rvalue references are a C++11 extension [-Wc++11-extensions] Array (Array &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfArray.h:125:24: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Array (Array &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfArray.h:126:31: warning: rvalue references are a C++11 extension [-Wc++11-extensions] Array & operator = (Array &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfArray.h:126:37: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Array & operator = (Array &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfArray.h:181:33: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Array2D (const Array2D &) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfArray.h:182:46: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Array2D & operator = (const Array2D &) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfArray.h:183:22: warning: rvalue references are a C++11 extension [-Wc++11-extensions] Array2D (Array2D &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfArray.h:183:28: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Array2D (Array2D &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfArray.h:184:35: warning: rvalue references are a C++11 extension [-Wc++11-extensions] Array2D & operator = (Array2D &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfArray.h:184:41: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Array2D & operator = (Array2D &&) = delete; ^ In file included from OpenEXR.cpp:44: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfAttribute.h:48: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfXdr.h:108: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/half.h:99:15: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] half () = default; // no initialization ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/half.h:102:16: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] ~half () = default; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/half.h:103:27: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] half (const half &) = default; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/half.h:104:16: warning: rvalue references are a C++11 extension [-Wc++11-extensions] half (half &&) noexcept = default; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/half.h:104:19: error: expected ';' at end of declaration list half (half &&) noexcept = default; ^ ; /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/half.h:124:43: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] half & operator = (const half &h) = default; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/half.h:125:31: warning: rvalue references are a C++11 extension [-Wc++11-extensions] half & operator = (half &&h) noexcept = default; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/half.h:125:35: error: expected ';' at end of declaration list half & operator = (half &&h) noexcept = default; ^ ; In file included from OpenEXR.cpp:44: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfAttribute.h:150:25: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] TypedAttribute () = default; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfAttribute.h:152:55: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] TypedAttribute (const TypedAttribute &other) = default; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfAttribute.h:153:39: warning: rvalue references are a C++11 extension [-Wc++11-extensions] TypedAttribute (TypedAttribute &&other) = default; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfAttribute.h:153:50: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] TypedAttribute (TypedAttribute &&other) = default; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfAttribute.h:155:34: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] virtual ~TypedAttribute () = default; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfAttribute.h:157:67: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] TypedAttribute& operator = (const TypedAttribute& other) = default; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfAttribute.h:158:50: warning: rvalue references are a C++11 extension [-Wc++11-extensions] TypedAttribute& operator = (TypedAttribute&& other) = default; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfAttribute.h:158:62: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] TypedAttribute& operator = (TypedAttribute&& other) = default; ^ In file included from OpenEXR.cpp:47: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfStandardAttributes.h:59: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfChromaticitiesAttribute.h:47: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfChromaticities.h:47: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathMatrix.h:50: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathShear.h:98:14: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] ~Shear6() = default; ^ In file included from OpenEXR.cpp:47: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfStandardAttributes.h:59: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfChromaticitiesAttribute.h:47: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfChromaticities.h:47: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathMatrix.h:122:20: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] ~Matrix22 () = default; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathMatrix.h:396:20: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] ~Matrix33 () = default; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImathMatrix.h:757:20: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] ~Matrix44 () = default; ^ In file included from OpenEXR.cpp:47: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfStandardAttributes.h:63: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfKeyCodeAttribute.h:47: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfKeyCode.h:124:18: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] ~KeyCode() = default; ^ In file included from OpenEXR.cpp:47: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfStandardAttributes.h:68: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfTimeCodeAttribute.h:47: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfTimeCode.h:170:20: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] ~TimeCode () = default; ^ In file included from OpenEXR.cpp:55: In file included from /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfInputFile.h:48: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfTiledOutputFile.h:506:49: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] TiledOutputFile (const TiledOutputFile &) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfTiledOutputFile.h:507:62: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] TiledOutputFile & operator = (const TiledOutputFile &) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfTiledOutputFile.h:508:38: warning: rvalue references are a C++11 extension [-Wc++11-extensions] TiledOutputFile (TiledOutputFile &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfTiledOutputFile.h:508:44: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] TiledOutputFile (TiledOutputFile &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfTiledOutputFile.h:509:51: warning: rvalue references are a C++11 extension [-Wc++11-extensions] TiledOutputFile & operator = (TiledOutputFile &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfTiledOutputFile.h:509:57: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] TiledOutputFile & operator = (TiledOutputFile &&) = delete; ^ In file included from OpenEXR.cpp:55: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfInputFile.h:260:37: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] InputFile (const InputFile &) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfInputFile.h:261:50: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] InputFile & operator = (const InputFile &) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfInputFile.h:262:26: warning: rvalue references are a C++11 extension [-Wc++11-extensions] InputFile (InputFile &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfInputFile.h:262:32: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] InputFile (InputFile &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfInputFile.h:263:39: warning: rvalue references are a C++11 extension [-Wc++11-extensions] InputFile & operator = (InputFile &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfInputFile.h:263:45: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] InputFile & operator = (InputFile &&) = delete; ^ In file included from OpenEXR.cpp:60: /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfOutputFile.h:260:39: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] OutputFile (const OutputFile &) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfOutputFile.h:261:52: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] OutputFile & operator = (const OutputFile &) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfOutputFile.h:262:28: warning: rvalue references are a C++11 extension [-Wc++11-extensions] OutputFile (OutputFile &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfOutputFile.h:262:34: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] OutputFile (OutputFile &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfOutputFile.h:263:41: warning: rvalue references are a C++11 extension [-Wc++11-extensions] OutputFile & operator = (OutputFile &&) = delete; ^ /opt/work/graphics/py-openexr/work/.buildlink/include/OpenEXR/ImfOutputFile.h:263:47: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] OutputFile & operator = (OutputFile &&) = delete; ^ 107 warnings and 2 errors generated. error: command 'clang' failed with exit status 1 *** Error code 1 Stop. bmake[1]: stopped in /opt/pkgsrc/graphics/py-openexr *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/graphics/py-openexr