+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/osg-3.6.5nb25/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/osg-3.6.5nb25/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for osg-3.6.5nb25 [ 0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThread.cpp.o [ 0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadBarrier.cpp.o [ 0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadCondition.cpp.o [ 0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadMutex.cpp.o [ 0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Version.cpp.o [ 0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Atomic.cpp.o [ 0%] Linking CXX shared library ../../../lib/libOpenThreads.so [ 0%] Built target OpenThreads [ 0%] Building CXX object src/osg/CMakeFiles/osg.dir/os_utils.cpp.o [ 0%] Building CXX object src/osg/CMakeFiles/osg.dir/AlphaFunc.cpp.o [ 0%] Building CXX object src/osg/CMakeFiles/osg.dir/AnimationPath.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:60:35: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 60 | _scale(1.0,1.0,1.0) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixf:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:65:29: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 65 | _scale(scale) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixf:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform: In copy constructor 'osg::PositionAttitudeTransform::PositionAttitudeTransform(const osg::PositionAttitudeTransform&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:38:40: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 38 | _pivotPoint(pat._pivotPoint) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixf:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView: In copy constructor 'osg::CameraView::CameraView(const osg::CameraView&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:40:42: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 40 | _focalLength(pat._focalLength) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixf:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 0%] Building CXX object src/osg/CMakeFiles/osg.dir/ApplicationUsage.cpp.o [ 0%] Building CXX object src/osg/CMakeFiles/osg.dir/ArgumentParser.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/Array.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/AttributeDispatchers.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AttributeDispatchers:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AttributeDispatchers:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AttributeDispatchers:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AttributeDispatchers:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AttributeDispatchers:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:36: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AttributeDispatchers:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:37: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AttributeDispatchers:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:41: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AttributeDispatchers:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:40: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AttributeDispatchers:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/AudioStream.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/AutoTransform.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AutoTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AutoTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AutoTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AutoTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp: In copy constructor 'osg::AutoTransform::AutoTransform(const osg::AutoTransform&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp:51:20: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 51 | _side(pat._side) | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AutoTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp: In member function 'osg::Matrixd osg::AutoTransform::computeMatrix(const osg::NodeVisitor*) const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp:143:21: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 143 | Quat rotation = _rotation; | ^~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AutoTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/Billboard.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:36: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:37: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:41: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:40: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BindImageTexture.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BindImageTexture:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BindImageTexture.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BindImageTexture:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BindImageTexture.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BindImageTexture:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BindImageTexture.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BindImageTexture:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BindImageTexture.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BindImageTexture:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BindImageTexture.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BindImageTexture:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BindImageTexture.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BindImageTexture:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BindImageTexture.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BindImageTexture:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BindImageTexture.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BindImageTexture:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BindImageTexture.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BindImageTexture:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BindImageTexture.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BlendColor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendColor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendColor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendColor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendColor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendColor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendColor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendColor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendColor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendColor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendColor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendColor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendColor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendColor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendColor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendColor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BlendEquation.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquation.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquation:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquation.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquation.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquation:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquation.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquation.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquation:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquation.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquation.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquation:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquation.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquation.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquation:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquation.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BlendEquationi.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquationi.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquation:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquationi:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquationi.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquationi.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquation:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquationi:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquationi.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquationi.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquation:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquationi:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquationi.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquationi.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquation:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquationi:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquationi.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquationi.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquation:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquationi:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquationi.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BlendFunc.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunc.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunc.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunc.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunc.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunc.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunc.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunc.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunc.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunc.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunc.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BlendFunci.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunci.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunci:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunci.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunci.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunci:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunci.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunci.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunci:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunci.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunci.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunci:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunci.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunci.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunci:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunci.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BufferIndexBinding.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferIndexBinding.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferIndexBinding:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferIndexBinding.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferIndexBinding.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferIndexBinding:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferIndexBinding.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferIndexBinding.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferIndexBinding:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferIndexBinding.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferIndexBinding.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferIndexBinding:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferIndexBinding.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferIndexBinding.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferIndexBinding:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferIndexBinding.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BufferObject.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferObject.cpp:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferObject.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferObject.cpp:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferObject.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferObject.cpp:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferObject.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferObject.cpp:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferObject.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferObject.cpp:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferObject.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/Callback.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:36: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:37: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:41: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:40: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/Capability.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Capability.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Capability:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Capability.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Capability.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Capability:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Capability.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Capability.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Capability:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Capability.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Capability.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Capability:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Capability.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Capability.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Capability:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Capability.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/Camera.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Camera.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Camera.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Camera.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Camera.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Camera.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Camera.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Camera.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Camera.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Camera.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Camera.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Camera.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Camera.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Camera.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Camera.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/CameraView.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CameraView.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CameraView.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CameraView.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CameraView.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CameraView.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:60:35: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 60 | _scale(1.0,1.0,1.0) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CameraView.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CameraView.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:65:29: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 65 | _scale(scale) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CameraView.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CameraView.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView: In copy constructor 'osg::CameraView::CameraView(const osg::CameraView&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:40:42: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 40 | _focalLength(pat._focalLength) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CameraView.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClampColor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClampColor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClampColor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClampColor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClampColor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClampColor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClampColor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClampColor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClampColor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClampColor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClampColor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClampColor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClampColor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClampColor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClampColor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClampColor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClearNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClearNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClearNode.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClearNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClearNode.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClearNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClearNode.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClearNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClearNode.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClipControl.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClipControl.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClipControl:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClipControl.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClipControl.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClipControl:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClipControl.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClipControl.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClipControl:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClipControl.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClipControl.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClipControl:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClipControl.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClipControl.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClipControl:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClipControl.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClipNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClipNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClipNode.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClipNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClipNode.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClipNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClipNode.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClipNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClipNode.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClipPlane.cpp.o [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClusterCullingCallback.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:36: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:37: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:41: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:40: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/CollectOccludersVisitor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CollectOccludersVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CollectOccludersVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CollectOccludersVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CollectOccludersVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CollectOccludersVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CollectOccludersVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CollectOccludersVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CollectOccludersVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ColorMask.cpp.o [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ColorMaski.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ColorMaski.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ColorMask:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ColorMaski:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ColorMaski.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ColorMaski.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ColorMask:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ColorMaski:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ColorMaski.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ColorMaski.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ColorMask:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ColorMaski:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ColorMaski.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ColorMaski.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ColorMask:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ColorMaski:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ColorMaski.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ColorMaski.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ColorMask:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ColorMaski:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ColorMaski.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ {standard input}: Assembler messages: {standard input}: Fatal error: CMakeFiles/osg.dir/ColorMaski.cpp.o: Disc quota exceeded *** [src/osg/CMakeFiles/osg.dir/ColorMaski.cpp.o] Error code 1 bmake[2]: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5 1 error bmake[2]: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5 *** [src/osg/CMakeFiles/osg.dir/all] Error code 2 bmake[1]: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5 1 error bmake[1]: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5 *** [all] Error code 2 bmake: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5 1 error bmake: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/osg *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/osg