D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/trigger-rally-0.6.6.1-2.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.hulWEO + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf trigger-rally-0.6.6.1 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/trigger-rally-0.6.6.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd trigger-rally-0.6.6.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/trigger-rally-0.6.6.1-disable-strip.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/trigger-rally-0.6.6.1-libs.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + rm -rf src/TinyXML2 + rm -rf src/include/tinyxml2.h + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.XhPPgQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd trigger-rally-0.6.6.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + /usr/bin/make -O -j8 V=1 VERBOSE=1 -C src make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' current values of user-set variables: DESTDIR ?= prefix ?= /usr/local exec_prefix ?= /usr/local OPTIMS ?= -march=native -mtune=native -Ofast WARNINGS ?= -Wall -Wextra -pedantic resulting values of build variables: CXXFLAGS += -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=c++11 -Wall -Wextra -pedantic -march=native -mtune=native -Ofast CPPFLAGS += -DNDEBUG -DUNIX -DPACKAGE_VERSION="0.6.6.1" -I'./include' LDFLAGS += -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -lGL -lGLU -lGLEW -lSDL2 -lSDL2_image -lphysfs -lopenal -lalut -lpthread -ltinyxml2 make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' g++ PEngine/physfs_rw.cpp -> PEngine/physfs_rw.o In file included from ./include/pengine.h:37, from PEngine/physfs_rw.cpp:12: ./include/vmath.h: In instantiation of 'void vec3::normalize() [with T = float]': ./include/render.h:815:26: required from here ./include/vmath.h:151:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 151 | *this = vec3((T)0,(T)0,(T)1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' g++ PEngine/render.cpp -> PEngine/render.o PEngine/render.cpp: In member function 'virtual void PSSRender::tick(float, const vec3f&, const mat44f&, const vec3f&)': PEngine/render.cpp:25:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 25 | cam_pos = eyepos; | ^~~~~~ In file included from ./include/pengine.h:37, from PEngine/render.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/render.cpp: In member function 'void PSSRender::render(PParticleSystem*)': PEngine/render.cpp:55:32: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 55 | vert = part.pos - pushx2 - pushy2; | ^~~~~~ In file included from ./include/pengine.h:37, from PEngine/render.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/render.cpp:58:32: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 58 | vert = part.pos + pushx2 - pushy2; | ^~~~~~ In file included from ./include/pengine.h:37, from PEngine/render.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/render.cpp:61:32: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 61 | vert = part.pos + pushx2 + pushy2; | ^~~~~~ In file included from ./include/pengine.h:37, from PEngine/render.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/render.cpp:64:32: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 64 | vert = part.pos - pushx2 + pushy2; | ^~~~~~ In file included from ./include/pengine.h:37, from PEngine/render.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/render.cpp: In member function 'void PParticleSystem::addParticle(const vec3f&, const vec3f&)': PEngine/render.cpp:302:21: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 302 | part.back().pos = pos; | ^~~ In file included from ./include/pengine.h:37, from PEngine/render.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/render.cpp:303:24: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 303 | part.back().linvel = linvel; | ^~~~~~ In file included from ./include/pengine.h:37, from PEngine/render.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/pengine.h:204, from PEngine/render.cpp:7: ./include/render.h: In member function 'PParticle_s& PParticle_s::operator=(const PParticle_s&)': ./include/render.h:13:8: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 13 | struct PParticle_s { | ^~~~~~~~~~~ In file included from ./include/pengine.h:37, from PEngine/render.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/pengine.h:204, from PEngine/render.cpp:7: ./include/render.h:13:8: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 13 | struct PParticle_s { | ^~~~~~~~~~~ In file included from ./include/pengine.h:37, from PEngine/render.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/render.cpp: In member function 'void PParticleSystem::tick(float)': PEngine/render.cpp:319:21: note: synthesized method 'PParticle_s& PParticle_s::operator=(const PParticle_s&)' first required here 319 | part[j] = part[i]; | ^ In file included from ./include/pengine.h:37, from PEngine/render.cpp:7: ./include/vmath.h: In instantiation of 'void vec3::normalize() [with T = float]': ./include/render.h:815:26: required from here ./include/vmath.h:151:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 151 | *this = vec3((T)0,(T)0,(T)1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'vec3& vec3::operator+=(const vec3&) [with T = float]': PEngine/render.cpp:326:37: required from here ./include/vmath.h:127:53: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 127 | vec3 &operator += (const vec3 &vec) { *this = *this + vec; return *this; } | ~~~~~~^~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' g++ PEngine/audio.cpp -> PEngine/audio.o In file included from ./include/pengine.h:37, from PEngine/audio.cpp:40: ./include/vmath.h: In instantiation of 'void vec3::normalize() [with T = float]': ./include/render.h:815:26: required from here ./include/vmath.h:151:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 151 | *this = vec3((T)0,(T)0,(T)1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' g++ PEngine/texture.cpp -> PEngine/texture.o In file included from ./include/main.h:23, from PEngine/texture.cpp:10: ./include/psim.h: In member function 'void PReferenceFrame::setPosition(const vec3f&)': ./include/psim.h:49:47: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 49 | void setPosition(const vec3f &_pos) { pos = _pos; } | ^~~~ In file included from ./include/pengine.h:37, from PEngine/texture.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/main.h:23, from PEngine/texture.cpp:10: ./include/psim.h: In member function 'void PRigidBody::setLinearVel(const vec3f&)': ./include/psim.h:103:50: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 103 | void setLinearVel(const vec3f &vel) { linvel = vel; } | ^~~ In file included from ./include/pengine.h:37, from PEngine/texture.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/main.h:23, from PEngine/texture.cpp:10: ./include/psim.h: In member function 'void PRigidBody::setAngularVel(const vec3f&)': ./include/psim.h:106:51: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 106 | void setAngularVel(const vec3f &vel) { angvel = vel; } | ^~~ In file included from ./include/pengine.h:37, from PEngine/texture.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/psim.h:131, from ./include/main.h:23, from PEngine/texture.cpp:10: ./include/vehicle.h: In member function 'void v_control_s::setZero()': ./include/vehicle.h:73:24: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 73 | turn = vec3f::zero(); | ^ In file included from ./include/pengine.h:37, from PEngine/texture.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/psim.h:131, from ./include/main.h:23, from PEngine/texture.cpp:10: ./include/vehicle.h: In member function 'void v_control_s::setDefaultRates()': ./include/vehicle.h:82:35: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 82 | turn = vec3f(10.0f,10.0f,10.0f); | ^ In file included from ./include/pengine.h:37, from PEngine/texture.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/main.h:23, from PEngine/texture.cpp:10: ./include/psim.h: In member function 'void PSim::setGravity(const vec3f&)': ./include/psim.h:161:64: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 161 | inline void setGravity(const vec3f &new_gravity) { gravity = new_gravity; } | ^~~~~~~~~~~ In file included from ./include/pengine.h:37, from PEngine/texture.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/main.h: In member function 'void DirtParticleSystem::tick(float)': ./include/vmath.h:31:87: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 31 | #define PULLTOWARD(val,target,delta) (val = (target) + (val-(target)) / (1.0 + (delta))) | ^ ./include/main.h:284:4: note: in expansion of macro 'PULLTOWARD' 284 | PULLTOWARD(part[i].linvel, vec3f::zero(), delta * 25.0f); | ^~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'void vec3::normalize() [with T = float]': ./include/render.h:815:26: required from here ./include/vmath.h:151:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 151 | *this = vec3((T)0,(T)0,(T)1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'mat44 mat44::transpose() const [with T = float]': ./include/psim.h:45:37: required from here ./include/vmath.h:375:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 375 | ret.row[0] = vec4(row[0].x, row[1].x, row[2].x, row[3].x); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:376:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 376 | ret.row[1] = vec4(row[0].y, row[1].y, row[2].y, row[3].y); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:377:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 377 | ret.row[2] = vec4(row[0].z, row[1].z, row[2].z, row[3].z); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:378:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 378 | ret.row[3] = vec4(row[0].w, row[1].w, row[2].w, row[3].w); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h: In instantiation of 'mat44& mat44::assemble(const vec3&, const vec3&, const vec3&) [with T = float]': ./include/vmath.h:552:15: required from 'mat44 quat::getMatrix() const [with T = float]' ./include/psim.h:44:29: required from here ./include/vmath.h:341:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 341 | row[0] = vec4(r0.x, r0.y, r0.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:342:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 342 | row[1] = vec4(r1.x, r1.y, r1.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:343:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 343 | row[2] = vec4(r2.x, r2.y, r2.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:344:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 344 | row[3] = vec4((T)0, (T)0, (T)0, (T)1); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' g++ PSim/engine.cpp -> PSim/engine.o make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' g++ PEngine/fxman.cpp -> PEngine/fxman.o In file included from ./include/pengine.h:37, from PEngine/fxman.cpp:8: ./include/vmath.h: In instantiation of 'void vec3::normalize() [with T = float]': ./include/render.h:815:26: required from here ./include/vmath.h:151:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 151 | *this = vec3((T)0,(T)0,(T)1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' g++ PEngine/model.cpp -> PEngine/model.o PEngine/model.cpp: In member function 'void PModel::loadASE(const string&, float)': PEngine/model.cpp:401:28: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 401 | tm[0] = vec3f(1,0,0); | ^ In file included from ./include/pengine.h:37, from PEngine/model.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/model.cpp:402:28: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 402 | tm[1] = vec3f(0,1,0); | ^ In file included from ./include/pengine.h:37, from PEngine/model.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/model.cpp:403:28: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 403 | tm[2] = vec3f(0,0,1); | ^ In file included from ./include/pengine.h:37, from PEngine/model.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/model.cpp:404:29: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 404 | tm[3] = vec3f::zero(); | ^ In file included from ./include/pengine.h:37, from PEngine/model.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/model.cpp:430:56: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 430 | curmesh->vert[vnum] = vpos * globalScale; | ^~~~~~~~~~~ In file included from ./include/pengine.h:37, from PEngine/model.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/model.cpp:405:56: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 405 | #define DO_TM2(v) (vec3f((v)*tm[0],(v)*tm[1],(v)*tm[2])) | ^ PEngine/model.cpp:490:60: note: in expansion of macro 'DO_TM2' 490 | curmesh->face[fnum].facenormal = DO_TM2(nrm); | ^~~~~~ In file included from ./include/pengine.h:37, from PEngine/model.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/model.cpp:405:56: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 405 | #define DO_TM2(v) (vec3f((v)*tm[0],(v)*tm[1],(v)*tm[2])) | ^ PEngine/model.cpp:499:53: note: in expansion of macro 'DO_TM2' 499 | curmesh->norm[fnum*3+0] = DO_TM2(nrm); | ^~~~~~ In file included from ./include/pengine.h:37, from PEngine/model.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/model.cpp:405:56: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 405 | #define DO_TM2(v) (vec3f((v)*tm[0],(v)*tm[1],(v)*tm[2])) | ^ PEngine/model.cpp:502:53: note: in expansion of macro 'DO_TM2' 502 | curmesh->norm[fnum*3+1] = DO_TM2(nrm); | ^~~~~~ In file included from ./include/pengine.h:37, from PEngine/model.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/model.cpp:405:56: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 405 | #define DO_TM2(v) (vec3f((v)*tm[0],(v)*tm[1],(v)*tm[2])) | ^ PEngine/model.cpp:505:53: note: in expansion of macro 'DO_TM2' 505 | curmesh->norm[fnum*3+2] = DO_TM2(nrm); | ^~~~~~ In file included from ./include/pengine.h:37, from PEngine/model.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/model.cpp:530:58: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 530 | tm[0] = vec3f(st[0].x, st[1].x, st[2].x); | ^ In file included from ./include/pengine.h:37, from PEngine/model.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/model.cpp:531:58: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 531 | tm[1] = vec3f(st[0].y, st[1].y, st[2].y); | ^ In file included from ./include/pengine.h:37, from PEngine/model.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/model.cpp:532:58: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 532 | tm[2] = vec3f(st[0].z, st[1].z, st[2].z); | ^ In file included from ./include/pengine.h:37, from PEngine/model.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'void vec3::normalize() [with T = float]': ./include/render.h:815:26: required from here ./include/vmath.h:151:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 151 | *this = vec3((T)0,(T)0,(T)1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' g++ PEngine/app.cpp -> PEngine/app.o In file included from ./include/pengine.h:37, from PEngine/app.cpp:8: ./include/vmath.h: In instantiation of 'void vec3::normalize() [with T = float]': ./include/render.h:815:26: required from here ./include/vmath.h:151:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 151 | *this = vec3((T)0,(T)0,(T)1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' g++ PEngine/terrain.cpp -> PEngine/terrain.o In file included from ./include/main.h:23, from PEngine/terrain.cpp:10: ./include/psim.h: In member function 'void PReferenceFrame::setPosition(const vec3f&)': ./include/psim.h:49:47: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 49 | void setPosition(const vec3f &_pos) { pos = _pos; } | ^~~~ In file included from ./include/pengine.h:37, from PEngine/terrain.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/main.h:23, from PEngine/terrain.cpp:10: ./include/psim.h: In member function 'void PRigidBody::setLinearVel(const vec3f&)': ./include/psim.h:103:50: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 103 | void setLinearVel(const vec3f &vel) { linvel = vel; } | ^~~ In file included from ./include/pengine.h:37, from PEngine/terrain.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/main.h:23, from PEngine/terrain.cpp:10: ./include/psim.h: In member function 'void PRigidBody::setAngularVel(const vec3f&)': ./include/psim.h:106:51: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 106 | void setAngularVel(const vec3f &vel) { angvel = vel; } | ^~~ In file included from ./include/pengine.h:37, from PEngine/terrain.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/psim.h:131, from ./include/main.h:23, from PEngine/terrain.cpp:10: ./include/vehicle.h: In member function 'void v_control_s::setZero()': ./include/vehicle.h:73:24: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 73 | turn = vec3f::zero(); | ^ In file included from ./include/pengine.h:37, from PEngine/terrain.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/psim.h:131, from ./include/main.h:23, from PEngine/terrain.cpp:10: ./include/vehicle.h: In member function 'void v_control_s::setDefaultRates()': ./include/vehicle.h:82:35: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 82 | turn = vec3f(10.0f,10.0f,10.0f); | ^ In file included from ./include/pengine.h:37, from PEngine/terrain.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/main.h:23, from PEngine/terrain.cpp:10: ./include/psim.h: In member function 'void PSim::setGravity(const vec3f&)': ./include/psim.h:161:64: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 161 | inline void setGravity(const vec3f &new_gravity) { gravity = new_gravity; } | ^~~~~~~~~~~ In file included from ./include/pengine.h:37, from PEngine/terrain.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/main.h: In member function 'void DirtParticleSystem::tick(float)': ./include/vmath.h:31:87: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 31 | #define PULLTOWARD(val,target,delta) (val = (target) + (val-(target)) / (1.0 + (delta))) | ^ ./include/main.h:284:4: note: in expansion of macro 'PULLTOWARD' 284 | PULLTOWARD(part[i].linvel, vec3f::zero(), delta * 25.0f); | ^~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/terrain.cpp: In member function 'PTerrainTile* PTerrain::getTile(int, int)': PEngine/terrain.cpp:473:87: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 473 | tileptr->mins = vec3f((float)tilex * scale_hz, (float)tiley * scale_hz, 1000000000.0); | ^ In file included from ./include/pengine.h:37, from PEngine/terrain.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/terrain.cpp:474:96: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 474 | tileptr->maxs = vec3f((float)(tilex+1) * scale_hz, (float)(tiley+1) * scale_hz, -1000000000.0); | ^ In file included from ./include/pengine.h:37, from PEngine/terrain.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/terrain.cpp:568:93: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 568 | vec3f(cos(interang)*HMULT,sin(interang)*HMULT,0.0f) * tileptr->foliage[b].inst[j].scale; | ^~~~~ In file included from ./include/pengine.h:37, from PEngine/terrain.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/terrain.cpp:574:95: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 574 | vec3f(-cos(interang)*HMULT,-sin(interang)*HMULT,0.0f) * tileptr->foliage[b].inst[j].scale; | ^~~~~ In file included from ./include/pengine.h:37, from PEngine/terrain.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/terrain.cpp:580:96: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 580 | vec3f(-cos(interang)*HMULT,-sin(interang)*HMULT,VMULT) * tileptr->foliage[b].inst[j].scale; | ^~~~~ In file included from ./include/pengine.h:37, from PEngine/terrain.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/terrain.cpp:586:94: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 586 | vec3f(cos(interang)*HMULT,sin(interang)*HMULT,VMULT) * tileptr->foliage[b].inst[j].scale; | ^~~~~ In file included from ./include/pengine.h:37, from PEngine/terrain.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/terrain.cpp:660:53: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 660 | tileptr->roadsignset[b].inst[j].scale; | ^~~~~ In file included from ./include/pengine.h:37, from PEngine/terrain.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/terrain.cpp:667:53: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 667 | tileptr->roadsignset[b].inst[j].scale; | ^~~~~ In file included from ./include/pengine.h:37, from PEngine/terrain.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/terrain.cpp:674:53: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 674 | tileptr->roadsignset[b].inst[j].scale; | ^~~~~ In file included from ./include/pengine.h:37, from PEngine/terrain.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PEngine/terrain.cpp:681:53: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 681 | tileptr->roadsignset[b].inst[j].scale; | ^~~~~ In file included from ./include/pengine.h:37, from PEngine/terrain.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'void vec3::normalize() [with T = float]': ./include/render.h:815:26: required from here ./include/vmath.h:151:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 151 | *this = vec3((T)0,(T)0,(T)1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'mat44 mat44::transpose() const [with T = float]': ./include/psim.h:45:37: required from here ./include/vmath.h:375:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 375 | ret.row[0] = vec4(row[0].x, row[1].x, row[2].x, row[3].x); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:376:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 376 | ret.row[1] = vec4(row[0].y, row[1].y, row[2].y, row[3].y); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:377:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 377 | ret.row[2] = vec4(row[0].z, row[1].z, row[2].z, row[3].z); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:378:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 378 | ret.row[3] = vec4(row[0].w, row[1].w, row[2].w, row[3].w); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h: In instantiation of 'mat44& mat44::assemble(const vec3&, const vec3&, const vec3&) [with T = float]': ./include/vmath.h:552:15: required from 'mat44 quat::getMatrix() const [with T = float]' ./include/psim.h:44:29: required from here ./include/vmath.h:341:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 341 | row[0] = vec4(r0.x, r0.y, r0.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:342:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 342 | row[1] = vec4(r1.x, r1.y, r1.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:343:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 343 | row[2] = vec4(r2.x, r2.y, r2.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:344:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 344 | row[3] = vec4((T)0, (T)0, (T)0, (T)1); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' g++ PEngine/vbuffer.cpp -> PEngine/vbuffer.o In file included from ./include/pengine.h:37, from PEngine/vbuffer.cpp:8: ./include/vmath.h: In instantiation of 'void vec3::normalize() [with T = float]': ./include/render.h:815:26: required from here ./include/vmath.h:151:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 151 | *this = vec3((T)0,(T)0,(T)1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' g++ PEngine/vmath.cpp -> PEngine/vmath.o In file included from ./include/pengine.h:37, from PEngine/vmath.cpp:8: ./include/vmath.h: In instantiation of 'void vec3::normalize() [with T = float]': ./include/render.h:815:26: required from here ./include/vmath.h:151:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 151 | *this = vec3((T)0,(T)0,(T)1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'vec3& vec3::operator*=(T) [with T = float]': ./include/vmath.h:315:14: required from 'void plane::normalize() [with T = float]' PEngine/vmath.cpp:20:30: required from 'frustum& frustum::construct(const mat44&) [with T = float]' PEngine/vmath.cpp:59:75: required from here ./include/vmath.h:129:49: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 129 | vec3 &operator *= (const T factor) { *this = *this * factor; return *this; } | ~~~~~~^~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'vec3& vec3::operator*=(T) [with T = double]': ./include/vmath.h:315:14: required from 'void plane::normalize() [with T = double]' PEngine/vmath.cpp:20:30: required from 'frustum& frustum::construct(const mat44&) [with T = double]' PEngine/vmath.cpp:60:78: required from here ./include/vmath.h:129:49: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 129 | vec3 &operator *= (const T factor) { *this = *this * factor; return *this; } | ~~~~~~^~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = double]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' g++ PEngine/util.cpp -> PEngine/util.o In file included from ./include/pengine.h:37, from PEngine/util.cpp:8: ./include/vmath.h: In instantiation of 'void vec3::normalize() [with T = float]': ./include/render.h:815:26: required from here ./include/vmath.h:151:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 151 | *this = vec3((T)0,(T)0,(T)1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' g++ PSim/rigidbody.cpp -> PSim/rigidbody.o In file included from PSim/rigidbody.cpp:12: ./include/psim.h: In member function 'void PReferenceFrame::setPosition(const vec3f&)': ./include/psim.h:49:47: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 49 | void setPosition(const vec3f &_pos) { pos = _pos; } | ^~~~ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/rigidbody.cpp:12: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from PSim/rigidbody.cpp:12: ./include/psim.h: In member function 'void PRigidBody::setLinearVel(const vec3f&)': ./include/psim.h:103:50: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 103 | void setLinearVel(const vec3f &vel) { linvel = vel; } | ^~~ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/rigidbody.cpp:12: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from PSim/rigidbody.cpp:12: ./include/psim.h: In member function 'void PRigidBody::setAngularVel(const vec3f&)': ./include/psim.h:106:51: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 106 | void setAngularVel(const vec3f &vel) { angvel = vel; } | ^~~ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/rigidbody.cpp:12: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/psim.h:131, from PSim/rigidbody.cpp:12: ./include/vehicle.h: In member function 'void v_control_s::setZero()': ./include/vehicle.h:73:24: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 73 | turn = vec3f::zero(); | ^ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/rigidbody.cpp:12: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/psim.h:131, from PSim/rigidbody.cpp:12: ./include/vehicle.h: In member function 'void v_control_s::setDefaultRates()': ./include/vehicle.h:82:35: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 82 | turn = vec3f(10.0f,10.0f,10.0f); | ^ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/rigidbody.cpp:12: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from PSim/rigidbody.cpp:12: ./include/psim.h: In member function 'void PSim::setGravity(const vec3f&)': ./include/psim.h:161:64: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 161 | inline void setGravity(const vec3f &new_gravity) { gravity = new_gravity; } | ^~~~~~~~~~~ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/rigidbody.cpp:12: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PSim/rigidbody.cpp: In member function 'void PRigidBody::setMassCuboid(float, const vec3f&)': PSim/rigidbody.cpp:51:71: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 51 | angmass = vec3f(rad.y*rad.z, rad.z*rad.x, rad.x*rad.y) * (mass * 0.4); | ^ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/rigidbody.cpp:12: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PSim/rigidbody.cpp: In member function 'void PRigidBody::tick(float)': PSim/rigidbody.cpp:218:29: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 218 | accum_force = vec3f::zero(); | ^ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/rigidbody.cpp:12: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PSim/rigidbody.cpp:219:30: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 219 | accum_torque = vec3f::zero(); | ^ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/rigidbody.cpp:12: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'void vec3::normalize() [with T = float]': ./include/render.h:815:26: required from here ./include/vmath.h:151:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 151 | *this = vec3((T)0,(T)0,(T)1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'mat44 mat44::transpose() const [with T = float]': ./include/psim.h:45:37: required from here ./include/vmath.h:375:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 375 | ret.row[0] = vec4(row[0].x, row[1].x, row[2].x, row[3].x); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:376:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 376 | ret.row[1] = vec4(row[0].y, row[1].y, row[2].y, row[3].y); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:377:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 377 | ret.row[2] = vec4(row[0].z, row[1].z, row[2].z, row[3].z); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:378:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 378 | ret.row[3] = vec4(row[0].w, row[1].w, row[2].w, row[3].w); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h: In instantiation of 'vec3& vec3::operator+=(const vec3&) [with T = float]': PSim/rigidbody.cpp:64:18: required from here ./include/vmath.h:127:53: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 127 | vec3 &operator += (const vec3 &vec) { *this = *this + vec; return *this; } | ~~~~~~^~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'mat44& mat44::assemble(const vec3&, const vec3&, const vec3&) [with T = float]': ./include/vmath.h:552:15: required from 'mat44 quat::getMatrix() const [with T = float]' ./include/psim.h:44:29: required from here ./include/vmath.h:341:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 341 | row[0] = vec4(r0.x, r0.y, r0.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:342:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 342 | row[1] = vec4(r1.x, r1.y, r1.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:343:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 343 | row[2] = vec4(r2.x, r2.y, r2.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:344:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 344 | row[3] = vec4((T)0, (T)0, (T)0, (T)1); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' g++ PSim/sim.cpp -> PSim/sim.o In file included from PSim/sim.cpp:12: ./include/psim.h: In member function 'void PReferenceFrame::setPosition(const vec3f&)': ./include/psim.h:49:47: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 49 | void setPosition(const vec3f &_pos) { pos = _pos; } | ^~~~ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/sim.cpp:12: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from PSim/sim.cpp:12: ./include/psim.h: In member function 'void PRigidBody::setLinearVel(const vec3f&)': ./include/psim.h:103:50: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 103 | void setLinearVel(const vec3f &vel) { linvel = vel; } | ^~~ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/sim.cpp:12: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from PSim/sim.cpp:12: ./include/psim.h: In member function 'void PRigidBody::setAngularVel(const vec3f&)': ./include/psim.h:106:51: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 106 | void setAngularVel(const vec3f &vel) { angvel = vel; } | ^~~ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/sim.cpp:12: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/psim.h:131, from PSim/sim.cpp:12: ./include/vehicle.h: In member function 'void v_control_s::setZero()': ./include/vehicle.h:73:24: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 73 | turn = vec3f::zero(); | ^ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/sim.cpp:12: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/psim.h:131, from PSim/sim.cpp:12: ./include/vehicle.h: In member function 'void v_control_s::setDefaultRates()': ./include/vehicle.h:82:35: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 82 | turn = vec3f(10.0f,10.0f,10.0f); | ^ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/sim.cpp:12: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from PSim/sim.cpp:12: ./include/psim.h: In member function 'void PSim::setGravity(const vec3f&)': ./include/psim.h:161:64: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 161 | inline void setGravity(const vec3f &new_gravity) { gravity = new_gravity; } | ^~~~~~~~~~~ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/sim.cpp:12: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'void vec3::normalize() [with T = float]': ./include/render.h:815:26: required from here ./include/vmath.h:151:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 151 | *this = vec3((T)0,(T)0,(T)1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'mat44 mat44::transpose() const [with T = float]': ./include/psim.h:45:37: required from here ./include/vmath.h:375:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 375 | ret.row[0] = vec4(row[0].x, row[1].x, row[2].x, row[3].x); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:376:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 376 | ret.row[1] = vec4(row[0].y, row[1].y, row[2].y, row[3].y); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:377:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 377 | ret.row[2] = vec4(row[0].z, row[1].z, row[2].z, row[3].z); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:378:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 378 | ret.row[3] = vec4(row[0].w, row[1].w, row[2].w, row[3].w); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h: In instantiation of 'mat44& mat44::assemble(const vec3&, const vec3&, const vec3&) [with T = float]': ./include/vmath.h:552:15: required from 'mat44 quat::getMatrix() const [with T = float]' ./include/psim.h:44:29: required from here ./include/vmath.h:341:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 341 | row[0] = vec4(r0.x, r0.y, r0.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:342:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 342 | row[1] = vec4(r1.x, r1.y, r1.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:343:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 343 | row[2] = vec4(r2.x, r2.y, r2.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:344:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 344 | row[3] = vec4((T)0, (T)0, (T)0, (T)1); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' g++ PSim/vehicle.cpp -> PSim/vehicle.o In file included from PSim/vehicle.cpp:8: ./include/psim.h: In member function 'void PReferenceFrame::setPosition(const vec3f&)': ./include/psim.h:49:47: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 49 | void setPosition(const vec3f &_pos) { pos = _pos; } | ^~~~ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/vehicle.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from PSim/vehicle.cpp:8: ./include/psim.h: In member function 'void PRigidBody::setLinearVel(const vec3f&)': ./include/psim.h:103:50: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 103 | void setLinearVel(const vec3f &vel) { linvel = vel; } | ^~~ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/vehicle.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from PSim/vehicle.cpp:8: ./include/psim.h: In member function 'void PRigidBody::setAngularVel(const vec3f&)': ./include/psim.h:106:51: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 106 | void setAngularVel(const vec3f &vel) { angvel = vel; } | ^~~ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/vehicle.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/psim.h:131, from PSim/vehicle.cpp:8: ./include/vehicle.h: In member function 'void v_control_s::setZero()': ./include/vehicle.h:73:24: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 73 | turn = vec3f::zero(); | ^ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/vehicle.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/psim.h:131, from PSim/vehicle.cpp:8: ./include/vehicle.h: In member function 'void v_control_s::setDefaultRates()': ./include/vehicle.h:82:35: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 82 | turn = vec3f(10.0f,10.0f,10.0f); | ^ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/vehicle.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from PSim/vehicle.cpp:8: ./include/psim.h: In member function 'void PSim::setGravity(const vec3f&)': ./include/psim.h:161:64: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 161 | inline void setGravity(const vec3f &new_gravity) { gravity = new_gravity; } | ^~~~~~~~~~~ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/vehicle.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PSim/vehicle.cpp: In member function 'void PVehicleWheel::reset()': PSim/vehicle.cpp:72:29: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 72 | dirtthrowpos = vec3f::zero(); | ^ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/vehicle.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PSim/vehicle.cpp:73:29: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 73 | dirtthrowvec = vec3f::zero(); | ^ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/vehicle.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PSim/vehicle.cpp: In member function 'bool PVehicleType::load(const string&, PSSModel&)': PSim/vehicle.cpp:15:37: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 15 | #define DEF_VEHICLE_DIMS vec3f(1,1,1) | ^ PSim/vehicle.cpp:93:10: note: in expansion of macro 'DEF_VEHICLE_DIMS' 93 | dims = DEF_VEHICLE_DIMS; | ^~~~~~~~~~~~~~~~ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/vehicle.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PSim/vehicle.cpp:19:43: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 19 | #define DEF_VEHICLE_TURNSPEED vec3f::zero() | ^ PSim/vehicle.cpp:101:21: note: in expansion of macro 'DEF_VEHICLE_TURNSPEED' 101 | param.turnspeed = DEF_VEHICLE_TURNSPEED; | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/vehicle.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PSim/vehicle.cpp:23:38: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 23 | #define DEF_VEHICLE_DRAG vec3f::zero() | ^ PSim/vehicle.cpp:104:16: note: in expansion of macro 'DEF_VEHICLE_DRAG' 104 | param.drag = DEF_VEHICLE_DRAG; | ^~~~~~~~~~~~~~~~ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/vehicle.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PSim/vehicle.cpp: In member function 'void PVehicle::doReset()': PSim/vehicle.cpp:622:49: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 622 | reset_pos = body->pos + vec3f(0.0f, 0.0f, 2.0f); | ^ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/vehicle.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PSim/vehicle.cpp: In member function 'void PVehicle::doReset(const vec3f&, const quatf&)': PSim/vehicle.cpp:649:15: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 649 | reset_pos = pos; | ^~~ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/vehicle.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PSim/vehicle.cpp: In member function 'void PVehicle::tick(const float&)': ./include/vmath.h:31:87: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 31 | #define PULLTOWARD(val,target,delta) (val = (target) + (val-(target)) / (1.0 + (delta))) | ^ PSim/vehicle.cpp:733:5: note: in expansion of macro 'PULLTOWARD' 733 | PULLTOWARD(body->pos, reset_pos, delta * 2.0f); | ^~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PSim/vehicle.cpp:884:35: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 884 | tci.normal = vec3f(0,0,1); | ^ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/vehicle.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PSim/vehicle.cpp:912:48: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 912 | rightdir = vec3f(0.0f, 1.0f, 0.0f); | ^ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/vehicle.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PSim/vehicle.cpp:914:48: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 914 | rightdir = vec3f(1.0f, 0.0f, 0.0f); | ^ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/vehicle.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PSim/vehicle.cpp:1187:73: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 1187 | wheel.dirtthrowpos = wheel.ref_world_lowest_point.getPosition(); | ^ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/vehicle.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PSim/vehicle.cpp:1191:71: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 1191 | (downward ^ rightdir) * (wheel.spin_vel * typewheel.radius); | ^ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/vehicle.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ PSim/vehicle.cpp: In member function 'void PVehicle::updateParts()': PSim/vehicle.cpp:1258:70: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 1258 | parent->getOrientationMatrix().transform1(part[i].ref_local.pos); | ^ In file included from ./include/pengine.h:37, from ./include/psim.h:11, from PSim/vehicle.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'void vec3::normalize() [with T = float]': ./include/render.h:815:26: required from here ./include/vmath.h:151:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 151 | *this = vec3((T)0,(T)0,(T)1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'mat44 mat44::transpose() const [with T = float]': ./include/psim.h:45:37: required from here ./include/vmath.h:375:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 375 | ret.row[0] = vec4(row[0].x, row[1].x, row[2].x, row[3].x); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:376:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 376 | ret.row[1] = vec4(row[0].y, row[1].y, row[2].y, row[3].y); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:377:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 377 | ret.row[2] = vec4(row[0].z, row[1].z, row[2].z, row[3].z); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:378:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 378 | ret.row[3] = vec4(row[0].w, row[1].w, row[2].w, row[3].w); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h: In instantiation of 'vec3& vec3::operator*=(T) [with T = float]': PSim/vehicle.cpp:175:17: required from here ./include/vmath.h:129:49: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 129 | vec3 &operator *= (const T factor) { *this = *this * factor; return *this; } | ~~~~~~^~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'vec3& vec3::operator+=(const vec3&) [with T = float]': PSim/vehicle.cpp:781:51: required from here ./include/vmath.h:127:53: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 127 | vec3 &operator += (const vec3 &vec) { *this = *this + vec; return *this; } | ~~~~~~^~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'mat44& mat44::assemble(const vec3&, const vec3&, const vec3&) [with T = float]': ./include/vmath.h:552:15: required from 'mat44 quat::getMatrix() const [with T = float]' ./include/psim.h:44:29: required from here ./include/vmath.h:341:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 341 | row[0] = vec4(r0.x, r0.y, r0.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:342:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 342 | row[1] = vec4(r1.x, r1.y, r1.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:343:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 343 | row[2] = vec4(r2.x, r2.y, r2.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:344:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 344 | row[3] = vec4((T)0, (T)0, (T)0, (T)1); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' g++ Trigger/render.cpp -> Trigger/render.o In file included from ./include/main.h:23, from Trigger/render.cpp:21: ./include/psim.h: In member function 'void PReferenceFrame::setPosition(const vec3f&)': ./include/psim.h:49:47: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 49 | void setPosition(const vec3f &_pos) { pos = _pos; } | ^~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/render.cpp:21: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/main.h:23, from Trigger/render.cpp:21: ./include/psim.h: In member function 'void PRigidBody::setLinearVel(const vec3f&)': ./include/psim.h:103:50: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 103 | void setLinearVel(const vec3f &vel) { linvel = vel; } | ^~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/render.cpp:21: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/main.h:23, from Trigger/render.cpp:21: ./include/psim.h: In member function 'void PRigidBody::setAngularVel(const vec3f&)': ./include/psim.h:106:51: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 106 | void setAngularVel(const vec3f &vel) { angvel = vel; } | ^~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/render.cpp:21: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/psim.h:131, from ./include/main.h:23, from Trigger/render.cpp:21: ./include/vehicle.h: In member function 'void v_control_s::setZero()': ./include/vehicle.h:73:24: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 73 | turn = vec3f::zero(); | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/render.cpp:21: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/psim.h:131, from ./include/main.h:23, from Trigger/render.cpp:21: ./include/vehicle.h: In member function 'void v_control_s::setDefaultRates()': ./include/vehicle.h:82:35: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 82 | turn = vec3f(10.0f,10.0f,10.0f); | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/render.cpp:21: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/main.h:23, from Trigger/render.cpp:21: ./include/psim.h: In member function 'void PSim::setGravity(const vec3f&)': ./include/psim.h:161:64: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 161 | inline void setGravity(const vec3f &new_gravity) { gravity = new_gravity; } | ^~~~~~~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/render.cpp:21: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/main.h: In member function 'void DirtParticleSystem::tick(float)': ./include/vmath.h:31:87: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 31 | #define PULLTOWARD(val,target,delta) (val = (target) + (val-(target)) / (1.0 + (delta))) | ^ ./include/main.h:284:4: note: in expansion of macro 'PULLTOWARD' 284 | PULLTOWARD(part[i].linvel, vec3f::zero(), delta * 25.0f); | ^~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/render.cpp: In member function 'void MainApp::renderStateGame(float)': Trigger/render.cpp:926:42: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 926 | zag = zag.cross(rain[i].drop_vect); | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/render.cpp:21: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/render.cpp:930:23: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 930 | tempv = pt1 - zag; | ^~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/render.cpp:21: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/render.cpp:932:23: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 932 | tempv = pt2 - zag; | ^~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/render.cpp:21: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/render.cpp:940:23: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 940 | tempv = pt1 + zag; | ^~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/render.cpp:21: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/render.cpp:942:23: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 942 | tempv = pt2 + zag; | ^~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/render.cpp:21: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/render.cpp:1001:41: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 1001 | zag = zag.cross(sf.drop_vect); | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/render.cpp:21: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/render.cpp:1057:40: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1057 | colr = checkpoint_col[0]; | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/render.cpp:21: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/render.cpp:1059:40: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1059 | colr = checkpoint_col[1]; | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/render.cpp:21: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/render.cpp:1370:40: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1370 | colr = checkpoint_col[0]; | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/render.cpp:21: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/render.cpp:1374:40: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1374 | colr = checkpoint_col[1]; | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/render.cpp:21: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h: In instantiation of 'void vec3::normalize() [with T = float]': ./include/render.h:815:26: required from here ./include/vmath.h:151:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 151 | *this = vec3((T)0,(T)0,(T)1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'mat44 mat44::transpose() const [with T = float]': ./include/psim.h:45:37: required from here ./include/vmath.h:375:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 375 | ret.row[0] = vec4(row[0].x, row[1].x, row[2].x, row[3].x); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:376:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 376 | ret.row[1] = vec4(row[0].y, row[1].y, row[2].y, row[3].y); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:377:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 377 | ret.row[2] = vec4(row[0].z, row[1].z, row[2].z, row[3].z); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:378:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 378 | ret.row[3] = vec4(row[0].w, row[1].w, row[2].w, row[3].w); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h: In instantiation of 'vec3& vec3::operator*=(T) [with T = float]': Trigger/render.cpp:927:44: required from here ./include/vmath.h:129:49: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 129 | vec3 &operator *= (const T factor) { *this = *this * factor; return *this; } | ~~~~~~^~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'mat44& mat44::assemble(const vec3&, const vec3&, const vec3&) [with T = float]': ./include/vmath.h:552:15: required from 'mat44 quat::getMatrix() const [with T = float]' ./include/psim.h:44:29: required from here ./include/vmath.h:341:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 341 | row[0] = vec4(r0.x, r0.y, r0.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:342:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 342 | row[1] = vec4(r1.x, r1.y, r1.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:343:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 343 | row[2] = vec4(r2.x, r2.y, r2.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:344:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 344 | row[3] = vec4((T)0, (T)0, (T)0, (T)1); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' g++ Trigger/game.cpp -> Trigger/game.o In file included from ./include/main.h:23, from Trigger/game.cpp:7: ./include/psim.h: In member function 'void PReferenceFrame::setPosition(const vec3f&)': ./include/psim.h:49:47: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 49 | void setPosition(const vec3f &_pos) { pos = _pos; } | ^~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/game.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/main.h:23, from Trigger/game.cpp:7: ./include/psim.h: In member function 'void PRigidBody::setLinearVel(const vec3f&)': ./include/psim.h:103:50: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 103 | void setLinearVel(const vec3f &vel) { linvel = vel; } | ^~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/game.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/main.h:23, from Trigger/game.cpp:7: ./include/psim.h: In member function 'void PRigidBody::setAngularVel(const vec3f&)': ./include/psim.h:106:51: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 106 | void setAngularVel(const vec3f &vel) { angvel = vel; } | ^~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/game.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/psim.h:131, from ./include/main.h:23, from Trigger/game.cpp:7: ./include/vehicle.h: In member function 'void v_control_s::setZero()': ./include/vehicle.h:73:24: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 73 | turn = vec3f::zero(); | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/game.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/psim.h:131, from ./include/main.h:23, from Trigger/game.cpp:7: ./include/vehicle.h: In member function 'void v_control_s::setDefaultRates()': ./include/vehicle.h:82:35: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 82 | turn = vec3f(10.0f,10.0f,10.0f); | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/game.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/main.h:23, from Trigger/game.cpp:7: ./include/psim.h: In member function 'void PSim::setGravity(const vec3f&)': ./include/psim.h:161:64: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 161 | inline void setGravity(const vec3f &new_gravity) { gravity = new_gravity; } | ^~~~~~~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/game.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/main.h: In member function 'void DirtParticleSystem::tick(float)': ./include/vmath.h:31:87: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 31 | #define PULLTOWARD(val,target,delta) (val = (target) + (val-(target)) / (1.0 + (delta))) | ^ ./include/main.h:284:4: note: in expansion of macro 'PULLTOWARD' 284 | PULLTOWARD(part[i].linvel, vec3f::zero(), delta * 25.0f); | ^~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/game.cpp: In member function 'bool TriggerGame::loadLevel(const string&)': Trigger/game.cpp:15:35: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 15 | #define DEF_START_POS vec3f::zero(); | ^ Trigger/game.cpp:127:14: note: in expansion of macro 'DEF_START_POS' 127 | start_pos = DEF_START_POS; | ^~~~~~~~~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/game.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/game.cpp:20:34: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 20 | #define DEF_FOG_COLOR vec3f(1,1,1) | ^ Trigger/game.cpp:134:22: note: in expansion of macro 'DEF_FOG_COLOR' 134 | weather.fog.color = DEF_FOG_COLOR; | ^~~~~~~~~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/game.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/game.cpp:288:103: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 288 | lastCkptPos = vec3f(start_pos.x, start_pos.y, terrain->getHeight(start_pos.x, start_pos.y) + 2.0f); | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/game.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/game.cpp:425:84: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 425 | checkpt[i].pt = vec3f(coords.x, coords.y, terrain->getHeight(coords.x, coords.y)); | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/game.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/game.cpp: In member function 'void TriggerGame::tick(float)': Trigger/game.cpp:578:73: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 578 | lastCkptPos = checkpt[vehicle[i]->nextcp].pt + vec3f(0.0f, 0.0f, 2.0f); | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/game.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/game.cpp:612:85: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 612 | lastCkptPos = codrivercheckpt[vehicle[i]->nextcdcp].pt + vec3f(0.0f, 0.0f, 2.0f); | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/game.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/game.cpp:638:67: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 638 | lastCkptPos = codrivercheckpt[j].pt + vec3f(0.0f, 0.0f, 2.0f); | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/game.cpp:7: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'void vec3::normalize() [with T = float]': ./include/render.h:815:26: required from here ./include/vmath.h:151:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 151 | *this = vec3((T)0,(T)0,(T)1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'mat44 mat44::transpose() const [with T = float]': ./include/psim.h:45:37: required from here ./include/vmath.h:375:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 375 | ret.row[0] = vec4(row[0].x, row[1].x, row[2].x, row[3].x); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:376:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 376 | ret.row[1] = vec4(row[0].y, row[1].y, row[2].y, row[3].y); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:377:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 377 | ret.row[2] = vec4(row[0].z, row[1].z, row[2].z, row[3].z); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:378:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 378 | ret.row[3] = vec4(row[0].w, row[1].w, row[2].w, row[3].w); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h: In instantiation of 'mat44& mat44::assemble(const vec3&, const vec3&, const vec3&) [with T = float]': ./include/vmath.h:552:15: required from 'mat44 quat::getMatrix() const [with T = float]' ./include/psim.h:44:29: required from here ./include/vmath.h:341:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 341 | row[0] = vec4(r0.x, r0.y, r0.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:342:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 342 | row[1] = vec4(r1.x, r1.y, r1.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:343:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 343 | row[2] = vec4(r2.x, r2.y, r2.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:344:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 344 | row[3] = vec4((T)0, (T)0, (T)0, (T)1); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' g++ Trigger/menu.cpp -> Trigger/menu.o In file included from ./include/main.h:23, from Trigger/menu.cpp:8: ./include/psim.h: In member function 'void PReferenceFrame::setPosition(const vec3f&)': ./include/psim.h:49:47: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 49 | void setPosition(const vec3f &_pos) { pos = _pos; } | ^~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/main.h:23, from Trigger/menu.cpp:8: ./include/psim.h: In member function 'void PRigidBody::setLinearVel(const vec3f&)': ./include/psim.h:103:50: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 103 | void setLinearVel(const vec3f &vel) { linvel = vel; } | ^~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/main.h:23, from Trigger/menu.cpp:8: ./include/psim.h: In member function 'void PRigidBody::setAngularVel(const vec3f&)': ./include/psim.h:106:51: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 106 | void setAngularVel(const vec3f &vel) { angvel = vel; } | ^~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/psim.h:131, from ./include/main.h:23, from Trigger/menu.cpp:8: ./include/vehicle.h: In member function 'void v_control_s::setZero()': ./include/vehicle.h:73:24: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 73 | turn = vec3f::zero(); | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/psim.h:131, from ./include/main.h:23, from Trigger/menu.cpp:8: ./include/vehicle.h: In member function 'void v_control_s::setDefaultRates()': ./include/vehicle.h:82:35: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 82 | turn = vec3f(10.0f,10.0f,10.0f); | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/main.h:23, from Trigger/menu.cpp:8: ./include/psim.h: In member function 'void PSim::setGravity(const vec3f&)': ./include/psim.h:161:64: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 161 | inline void setGravity(const vec3f &new_gravity) { gravity = new_gravity; } | ^~~~~~~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/main.h: In member function 'void DirtParticleSystem::tick(float)': ./include/vmath.h:31:87: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 31 | #define PULLTOWARD(val,target,delta) (val = (target) + (val-(target)) / (1.0 + (delta))) | ^ ./include/main.h:284:4: note: in expansion of macro 'PULLTOWARD' 284 | PULLTOWARD(part[i].linvel, vec3f::zero(), delta * 25.0f); | ^~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/menu.cpp: In member function 'void Gui::render()': ./include/vmath.h:27:47: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 27 | #define INTERP(a,b,f) ((a) + ((b) - (a)) * (f)) | ^ Trigger/menu.cpp:1381:16: note: in expansion of macro 'INTERP' 1381 | colc = INTERP(widget[i].colclick, widget[i].colhover, widget[i].glow); | ^~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1383:26: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1383 | colc = widget[i].colnormal; | ^~~~~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:27:47: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 27 | #define INTERP(a,b,f) ((a) + ((b) - (a)) * (f)) | ^ Trigger/menu.cpp:1407:16: note: in expansion of macro 'INTERP' 1407 | colc = INTERP(widget[i].colclick, widget[i].colhover, widget[i].glow); | ^~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1409:26: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1409 | colc = widget[i].colnormal; | ^~~~~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp: In member function 'int Gui::addLabel(float, float, const string&, uint32, float, LabelStyle)': Trigger/menu.cpp:1694:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1694 | widget[w].colnormal = colors.normal; | ^~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1695:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1695 | widget[w].colclick = colors.click; | ^~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1696:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1696 | widget[w].colhover = colors.hover; | ^~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1701:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1701 | widget[w].colnormal = colors.weak; | ^~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1702:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1702 | widget[w].colclick = colors.click; | ^~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1703:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1703 | widget[w].colhover = colors.hover; | ^~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1708:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1708 | widget[w].colnormal = colors.strong; | ^~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1709:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1709 | widget[w].colclick = colors.click; | ^~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1710:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1710 | widget[w].colhover = colors.hover; | ^~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1715:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1715 | widget[w].colnormal = colors.marked; | ^~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1716:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1716 | widget[w].colclick = colors.click; | ^~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1717:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1717 | widget[w].colhover = colors.hover; | ^~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1722:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1722 | widget[w].colnormal = colors.header; | ^~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1723:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1723 | widget[w].colclick = colors.click; | ^~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1724:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1724 | widget[w].colhover = colors.hover; | ^~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1729:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1729 | widget[w].colnormal = colors.listnormal; | ^~~~~~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1730:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1730 | widget[w].colclick = colors.listclick; | ^~~~~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1731:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1731 | widget[w].colhover = colors.listhover; | ^~~~~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp: In member function 'int Gui::addGraphic(float, float, float, float, PTexture*, GraphicStyle)': Trigger/menu.cpp:1757:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1757 | widget[w].colnormal = colors.bnormal; | ^~~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1758:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1758 | widget[w].colclick = colors.bclick; | ^~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1759:38: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1759 | widget[w].colhover = colors.bhover; | ^~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1764:58: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1764 | widget[w].colnormal = {1.00f, 1.00f, 1.00f, 1.00f}; | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1765:58: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1765 | widget[w].colclick = {1.00f, 1.00f, 1.00f, 1.00f}; | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ Trigger/menu.cpp:1766:58: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 1766 | widget[w].colhover = {1.00f, 1.00f, 1.00f, 1.00f}; | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/menu.cpp:8: ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h: In instantiation of 'void vec3::normalize() [with T = float]': ./include/render.h:815:26: required from here ./include/vmath.h:151:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 151 | *this = vec3((T)0,(T)0,(T)1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'mat44 mat44::transpose() const [with T = float]': ./include/psim.h:45:37: required from here ./include/vmath.h:375:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 375 | ret.row[0] = vec4(row[0].x, row[1].x, row[2].x, row[3].x); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:376:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 376 | ret.row[1] = vec4(row[0].y, row[1].y, row[2].y, row[3].y); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:377:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 377 | ret.row[2] = vec4(row[0].z, row[1].z, row[2].z, row[3].z); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:378:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 378 | ret.row[3] = vec4(row[0].w, row[1].w, row[2].w, row[3].w); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h: In instantiation of 'vec4& vec4::operator+=(const vec4&) [with T = float]': Trigger/menu.cpp:1387:64: required from here ./include/vmath.h:196:53: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 196 | vec4 &operator += (const vec4 &vec) { *this = *this + vec; return *this; } | ~~~~~~^~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h: In instantiation of 'mat44& mat44::assemble(const vec3&, const vec3&, const vec3&) [with T = float]': ./include/vmath.h:552:15: required from 'mat44 quat::getMatrix() const [with T = float]' ./include/psim.h:44:29: required from here ./include/vmath.h:341:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 341 | row[0] = vec4(r0.x, r0.y, r0.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:342:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 342 | row[1] = vec4(r1.x, r1.y, r1.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:343:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 343 | row[2] = vec4(r2.x, r2.y, r2.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:344:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 344 | row[3] = vec4((T)0, (T)0, (T)0, (T)1); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' g++ Trigger/main.cpp -> Trigger/main.o In file included from ./include/main.h:23, from Trigger/main.cpp:9: ./include/psim.h: In member function 'void PReferenceFrame::setPosition(const vec3f&)': ./include/psim.h:49:47: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 49 | void setPosition(const vec3f &_pos) { pos = _pos; } | ^~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/main.h:23, from Trigger/main.cpp:9: ./include/psim.h: In member function 'void PRigidBody::setLinearVel(const vec3f&)': ./include/psim.h:103:50: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 103 | void setLinearVel(const vec3f &vel) { linvel = vel; } | ^~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/main.h:23, from Trigger/main.cpp:9: ./include/psim.h: In member function 'void PRigidBody::setAngularVel(const vec3f&)': ./include/psim.h:106:51: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 106 | void setAngularVel(const vec3f &vel) { angvel = vel; } | ^~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/psim.h:131, from ./include/main.h:23, from Trigger/main.cpp:9: ./include/vehicle.h: In member function 'void v_control_s::setZero()': ./include/vehicle.h:73:24: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 73 | turn = vec3f::zero(); | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/psim.h:131, from ./include/main.h:23, from Trigger/main.cpp:9: ./include/vehicle.h: In member function 'void v_control_s::setDefaultRates()': ./include/vehicle.h:82:35: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 82 | turn = vec3f(10.0f,10.0f,10.0f); | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ In file included from ./include/main.h:23, from Trigger/main.cpp:9: ./include/psim.h: In member function 'void PSim::setGravity(const vec3f&)': ./include/psim.h:161:64: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 161 | inline void setGravity(const vec3f &new_gravity) { gravity = new_gravity; } | ^~~~~~~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/main.h: In member function 'void DirtParticleSystem::tick(float)': ./include/vmath.h:31:87: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 31 | #define PULLTOWARD(val,target,delta) (val = (target) + (val-(target)) / (1.0 + (delta))) | ^ ./include/main.h:284:4: note: in expansion of macro 'PULLTOWARD' 284 | PULLTOWARD(part[i].linvel, vec3f::zero(), delta * 25.0f); | ^~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/main.cpp: In member function 'bool MainApp::loadAll()': Trigger/main.cpp:1228:46: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 1228 | campos = campos_prev = vec3f(-15.0,0.0,30.0); | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/main.cpp:1228:46: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 1228 | campos = campos_prev = vec3f(-15.0,0.0,30.0); | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/main.cpp:1232:24: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 1232 | camvel = vec3f::zero(); | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/main.cpp: In member function 'void MainApp::tickStateGame(float)': Trigger/main.cpp:1737:17: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 1737 | campos_prev = campos; | ^~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/main.cpp:1769:34: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 1769 | makevec3f(cammat.row[2]) * 5.0f; | ^~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/main.cpp:1791:33: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 1791 | makevec3f(rfmat.row[2]) * 0.4f; | ^~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/main.cpp:1815:33: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 1815 | makevec3f(rfmat.row[2]) * 0.1f; | ^~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/main.cpp:1838:33: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 1838 | makevec3f(rfmat.row[2]) * 0.85f; | ^~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/main.cpp:1860:33: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 1860 | makevec3f(rfmat.row[2]) * 5.0f; | ^~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/main.cpp:1890:34: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 1890 | makevec3f(cammat.row[2]) * 6.0f; | ^~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h:41:49: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 41 | #define makevec3f(vec) (vec3f(vec.x,vec.y,vec.z)) | ^ Trigger/main.cpp:1895:10: note: in expansion of macro 'makevec3f' 1895 | forw = makevec3f(cammat.row[0]); | ^~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/main.cpp:1961:52: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 1961 | rain.back().drop_pt = vec3f(campos.x,campos.y,0); | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/main.cpp:1948:33: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 1948 | #define RAIN_VEL_RANDOM 2.0f | ^~~~ Trigger/main.cpp:1948:33: note: in definition of macro 'RAIN_VEL_RANDOM' 1948 | #define RAIN_VEL_RANDOM 2.0f | ^~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/main.cpp:2001:56: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 2001 | snowfall.back().drop_pt = vec3f(campos.x,campos.y,0); | ^ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/main.cpp:1989:33: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 1989 | #define SNOWFALL_VEL_RANDOM 0.8f | ^~~~ Trigger/main.cpp:1989:33: note: in definition of macro 'SNOWFALL_VEL_RANDOM' 1989 | #define SNOWFALL_VEL_RANDOM 0.8f | ^~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/main.cpp:2029:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 2029 | cam_pos = campos; | ^~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ Trigger/main.cpp:2031:16: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 2031 | cam_linvel = camvel; | ^~~~~~ In file included from ./include/pengine.h:37, from ./include/main.h:22, from Trigger/main.cpp:9: ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'void vec3::normalize() [with T = float]': ./include/render.h:815:26: required from here ./include/vmath.h:151:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 151 | *this = vec3((T)0,(T)0,(T)1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'mat44 mat44::transpose() const [with T = float]': ./include/psim.h:45:37: required from here ./include/vmath.h:375:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 375 | ret.row[0] = vec4(row[0].x, row[1].x, row[2].x, row[3].x); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:376:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 376 | ret.row[1] = vec4(row[0].y, row[1].y, row[2].y, row[3].y); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:377:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 377 | ret.row[2] = vec4(row[0].z, row[1].z, row[2].z, row[3].z); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:378:16: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 378 | ret.row[3] = vec4(row[0].w, row[1].w, row[2].w, row[3].w); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h: In instantiation of 'vec3& vec3::operator+=(const vec3&) [with T = float]': Trigger/main.cpp:1962:37: required from here ./include/vmath.h:127:53: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 127 | vec3 &operator += (const vec3 &vec) { *this = *this + vec; return *this; } | ~~~~~~^~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'static vec3 vec3::rand() [with T = float]': Trigger/main.cpp:1963:35: required from here ./include/vmath.h:162:13: warning: implicitly-declared 'vec3& vec3::operator=(const vec3&)' is deprecated [-Wdeprecated-copy] 162 | do { ret=vec3((T)2 * (T)::rand() / (T)RAND_MAX - (T)1, | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 163 | (T)2 * (T)::rand() / (T)RAND_MAX - (T)1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 164 | (T)2 * (T)::rand() / (T)RAND_MAX - (T)1); } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:110:3: note: because 'vec3' has user-provided 'vec3::vec3(const vec3&) [with T = float]' 110 | vec3 (const vec3 &vec) { x=vec.x; y=vec.y; z=vec.z; } | ^~~~ ./include/vmath.h: In instantiation of 'mat44& mat44::assemble(const vec3&, const vec3&, const vec3&) [with T = float]': ./include/vmath.h:552:15: required from 'mat44 quat::getMatrix() const [with T = float]' ./include/psim.h:44:29: required from here ./include/vmath.h:341:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 341 | row[0] = vec4(r0.x, r0.y, r0.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:342:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 342 | row[1] = vec4(r1.x, r1.y, r1.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:343:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 343 | row[2] = vec4(r2.x, r2.y, r2.z, (T)0); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ ./include/vmath.h:344:12: warning: implicitly-declared 'vec4& vec4::operator=(const vec4&)' is deprecated [-Wdeprecated-copy] 344 | row[3] = vec4((T)0, (T)0, (T)0, (T)1); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/vmath.h:183:3: note: because 'vec4' has user-provided 'vec4::vec4(const vec4&) [with T = float]' 183 | vec4 (const vec4 &vec) { x=vec.x; y=vec.y; z=vec.z; w=vec.w; } | ^~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' make: Entering directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' g++ PEngine/app.o PEngine/audio.o PEngine/fxman.o PEngine/model.o PEngine/physfs_rw.o PEngine/render.o PEngine/terrain.o PEngine/texture.o PEngine/util.o PEngine/vbuffer.o PEngine/vmath.o PSim/engine.o PSim/rigidbody.o PSim/sim.o PSim/vehicle.o Trigger/game.o Trigger/main.o Trigger/menu.o Trigger/render.o -> ../bin/trigger-rally make: Leaving directory '/home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1/src' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xj4sgQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64 + cd trigger-rally-0.6.6.1 + '[' 1 -eq 1 ']' + install -D -m755 bin/trigger-rally /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/games/trigger-rally + install -d /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/games/trigger-rally + cp -a data/data.md5 data/data.zip /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/games/trigger-rally/ + install -D -m644 bin/trigger-rally.config.defs /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/etc/trigger-rally.config.defs + ln -s /etc/trigger-rally.config.defs /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/games/trigger-rally/trigger-rally.config.defs + for size in 16 22 24 32 36 48 64 72 96 128 192 256 + install -D -m644 data/icon/trigger-16.png /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/icons/hicolor/16x16/apps/trigger-rally.png + for size in 16 22 24 32 36 48 64 72 96 128 192 256 + install -D -m644 data/icon/trigger-22.png /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/icons/hicolor/22x22/apps/trigger-rally.png + for size in 16 22 24 32 36 48 64 72 96 128 192 256 + install -D -m644 data/icon/trigger-24.png /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/icons/hicolor/24x24/apps/trigger-rally.png + for size in 16 22 24 32 36 48 64 72 96 128 192 256 + install -D -m644 data/icon/trigger-32.png /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/icons/hicolor/32x32/apps/trigger-rally.png + for size in 16 22 24 32 36 48 64 72 96 128 192 256 + install -D -m644 data/icon/trigger-36.png /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/icons/hicolor/36x36/apps/trigger-rally.png + for size in 16 22 24 32 36 48 64 72 96 128 192 256 + install -D -m644 data/icon/trigger-48.png /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/icons/hicolor/48x48/apps/trigger-rally.png + for size in 16 22 24 32 36 48 64 72 96 128 192 256 + install -D -m644 data/icon/trigger-64.png /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/icons/hicolor/64x64/apps/trigger-rally.png + for size in 16 22 24 32 36 48 64 72 96 128 192 256 + install -D -m644 data/icon/trigger-72.png /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/icons/hicolor/72x72/apps/trigger-rally.png + for size in 16 22 24 32 36 48 64 72 96 128 192 256 + install -D -m644 data/icon/trigger-96.png /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/icons/hicolor/96x96/apps/trigger-rally.png + for size in 16 22 24 32 36 48 64 72 96 128 192 256 + install -D -m644 data/icon/trigger-128.png /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/icons/hicolor/128x128/apps/trigger-rally.png + for size in 16 22 24 32 36 48 64 72 96 128 192 256 + install -D -m644 data/icon/trigger-192.png /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/icons/hicolor/192x192/apps/trigger-rally.png + for size in 16 22 24 32 36 48 64 72 96 128 192 256 + install -D -m644 data/icon/trigger-256.png /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/icons/hicolor/256x256/apps/trigger-rally.png + install -D -m644 data/icon/trigger-rally-icons.svg /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/icons/hicolor/scalable/apps/trigger-rally.svg + install -D -m644 /home/iurt/rpmbuild/SOURCES/trigger-rally.6 /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/man/man6/trigger-rally.6 + install -d /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/applications + cat + /usr/lib/rpm/find-debuginfo.sh -j32 --strict-build-id -m -i --build-id-seed 0.6.6.1-2.mga8 --unique-debug-suffix -0.6.6.1-2.mga8.aarch64 --unique-debug-src-base trigger-rally-0.6.6.1-2.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/trigger-rally-0.6.6.1 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/games/trigger-rally extracting debug info from /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/games/trigger-rally original debug info size: 16516kB, size after compression: 14788kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 1072 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: trigger-rally-0.6.6.1-2.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4Qd84N + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd trigger-rally-0.6.6.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/doc/trigger-rally + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/doc/trigger-rally + cp -pr doc/DATA_AUTHORS.txt /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/doc/trigger-rally + cp -pr doc/README.txt /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/doc/trigger-rally + cp -pr doc/README-stereo.txt /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64/usr/share/doc/trigger-rally + RPM_EC=0 ++ jobs -p + exit 0 Provides: application() application(trigger-rally.desktop) trigger-rally = 0.6.6.1-2.mga8 trigger-rally(aarch-64) = 0.6.6.1-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libGL.so.1()(64bit) libGLEW.so.2.1()(64bit) libGLU.so.1()(64bit) libSDL2-2.0.so.0()(64bit) libSDL2_image-2.0.so.0()(64bit) libalut.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.27)(64bit) libopenal.so.1()(64bit) libphysfs.so.1()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.5)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.14)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.18)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.22)(64bit) libstdc++.so.6(GLIBCXX_3.4.26)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libtinyxml2.so.6()(64bit) Processing files: trigger-rally-data-0.6.6.1-2.mga8.noarch Provides: config(trigger-rally-data) = 0.6.6.1-2.mga8 trigger-rally-data = 0.6.6.1-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: trigger-rally-data < 0.6.5-1 Processing files: trigger-rally-debugsource-0.6.6.1-2.mga8.aarch64 Provides: trigger-rally-debugsource = 0.6.6.1-2.mga8 trigger-rally-debugsource(aarch-64) = 0.6.6.1-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: trigger-rally-debuginfo-0.6.6.1-2.mga8.aarch64 Provides: debuginfo(build-id) = 1f3655af73998a405dd53f435c3722beecef76b2 trigger-rally-debuginfo = 0.6.6.1-2.mga8 trigger-rally-debuginfo(aarch-64) = 0.6.6.1-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: trigger-rally-debugsource(aarch-64) = 0.6.6.1-2.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/trigger-rally-debugsource-0.6.6.1-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/trigger-rally-0.6.6.1-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/trigger-rally-debuginfo-0.6.6.1-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/trigger-rally-data-0.6.6.1-2.mga8.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qSJvXM + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd trigger-rally-0.6.6.1 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/trigger-rally-0.6.6.1-2.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Q8Eh4N + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf trigger-rally-0.6.6.1 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!