Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/pybox2d.spec'], chrootPath='/var/lib/mock/f29-build-25619-13338/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/pybox2d.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/pybox2d-2.3.2-6.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/pybox2d.spec'], chrootPath='/var/lib/mock/f29-build-25619-13338/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/pybox2d.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.zBLUrr + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pybox2d-2.3.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/pybox2d-2.3.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pybox2d-2.3.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/replace-deprecated-swigconstant.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YGX02s + umask 022 + cd /builddir/build/BUILD + cd pybox2d-2.3.2 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' Using setuptools (version 39.2.0). running build running build_py creating build creating build/lib.linux-riscv64-2.7 creating build/lib.linux-riscv64-2.7/Box2D copying library/Box2D/Box2D.py -> build/lib.linux-riscv64-2.7/Box2D copying library/Box2D/__init__.py -> build/lib.linux-riscv64-2.7/Box2D creating build/lib.linux-riscv64-2.7/Box2D/b2 copying library/Box2D/b2/__init__.py -> build/lib.linux-riscv64-2.7/Box2D/b2 running build_ext building 'Box2D._Box2D' extension swigging Box2D/Box2D.i to Box2D/Box2D_wrap.cpp swig -python -c++ -IBox2D -small -O -includeall -ignoremissing -w201 -globals b2Globals -outdir library/Box2D -keyword -w511 -D_SWIG_KWARGS -o Box2D/Box2D_wrap.cpp Box2D/Box2D.i BUILDSTDERR: Box2D/Common/b2Math.h:67: Warning 302: Identifier 'b2Vec2' redefined by %extend (ignored), BUILDSTDERR: Box2D/Box2D_math.i:47: Warning 302: %extend definition of 'b2Vec2'. BUILDSTDERR: Box2D/Common/b2Math.h:158: Warning 302: Identifier 'b2Vec3' redefined by %extend (ignored), BUILDSTDERR: Box2D/Box2D_math.i:168: Warning 302: %extend definition of 'b2Vec3'. BUILDSTDERR: Box2D/Common/b2Math.h:197: Warning 302: Identifier 'b2Mat22' redefined by %extend (ignored), BUILDSTDERR: Box2D/Box2D_math.i:301: Warning 302: %extend definition of 'b2Mat22'. BUILDSTDERR: Box2D/Common/b2Math.h:271: Warning 302: Identifier 'b2Mat33' redefined by %extend (ignored), BUILDSTDERR: Box2D/Box2D_math.i:372: Warning 302: %extend definition of 'b2Mat33'. BUILDSTDERR: Box2D/Collision/b2DynamicTree.h:44: Warning 312: Nested union not currently supported (ignored). BUILDSTDERR: Box2D/Common/b2Settings.h:144: Warning 506: Can't wrap varargs with keyword arguments enabled BUILDSTDERR: Box2D/Common/b2Math.h:91: Warning 509: Overloaded method b2Vec2::operator ()(int32) effectively ignored, BUILDSTDERR: Box2D/Common/b2Math.h:85: Warning 509: as it is shadowed by b2Vec2::operator ()(int32) const. creating build/temp.linux-riscv64-2.7 creating build/temp.linux-riscv64-2.7/Box2D creating build/temp.linux-riscv64-2.7/Box2D/Dynamics creating build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts creating build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints creating build/temp.linux-riscv64-2.7/Box2D/Common creating build/temp.linux-riscv64-2.7/Box2D/Collision creating build/temp.linux-riscv64-2.7/Box2D/Collision/Shapes gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Box2D_wrap.cpp -o build/temp.linux-riscv64-2.7/Box2D/Box2D_wrap.o -I. -Wno-unused BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function 'PyObject* b2GetPointStates(const b2Manifold*, const b2Manifold*)': BUILDSTDERR: Box2D/Box2D_wrap.cpp:4124:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (state1[i]==b2_nullState && state1_length==0) BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:4126:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (state2_length > -1) BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:4128:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (state2[i]==b2_nullState && state2_length==0) BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:4130:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (state1_length > -1) BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function 'PyObject* _wrap_b2Vec2_cross(PyObject*, PyObject*)': BUILDSTDERR: Box2D/Box2D_wrap.cpp:6322:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_1; return _wrap_b2Vec2_cross__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:6322:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (!_v) goto check_1; return _wrap_b2Vec2_cross__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { BUILDSTDERR: ^~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function 'PyObject* _wrap_b2Mat22___mul__(PyObject*, PyObject*)': BUILDSTDERR: Box2D/Box2D_wrap.cpp:7099:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_1; return _wrap_b2Mat22___mul____SWIG_0(self, argc, argv);} check_1: if (argc == 2) { BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:7099:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (!_v) goto check_1; return _wrap_b2Mat22___mul____SWIG_0(self, argc, argv);} check_1: if (argc == 2) { BUILDSTDERR: ^~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function 'PyObject* _wrap_b2Dot(PyObject*, PyObject*)': BUILDSTDERR: Box2D/Box2D_wrap.cpp:8097:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_1; { { _v = (PySequence_Check(argv[1]) || BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8097:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (!_v) goto check_1; { { _v = (PySequence_Check(argv[1]) || BUILDSTDERR: ^ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function 'PyObject* _wrap_b2Cross(PyObject*, PyObject*)': BUILDSTDERR: Box2D/Box2D_wrap.cpp:8133:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_1; { { _v = (PySequence_Check(argv[1]) || BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8133:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (!_v) goto check_1; { { _v = (PySequence_Check(argv[1]) || BUILDSTDERR: ^ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8137:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_2; { { int res = SWIG_AsVal_float(argv[1], NULL); _v = SWIG_CheckState(res); } } if (!_v) goto check_2; BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8137:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (!_v) goto check_2; { { int res = SWIG_AsVal_float(argv[1], NULL); _v = SWIG_CheckState(res); } } if (!_v) goto check_2; BUILDSTDERR: ^ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8140:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_3; { { _v = (PySequence_Check(argv[1]) || BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8140:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (!_v) goto check_3; { { _v = (PySequence_Check(argv[1]) || BUILDSTDERR: ^ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function 'PyObject* _wrap_b2Mul(PyObject*, PyObject*)': BUILDSTDERR: Box2D/Box2D_wrap.cpp:8350:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_1; return _wrap_b2Mul__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { int _v = 0; { BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8350:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (!_v) goto check_1; return _wrap_b2Mul__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { int _v = 0; { BUILDSTDERR: ^~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8356:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_3; return _wrap_b2Mul__SWIG_2(self, argc, argv);} check_3: if (argc == 2) { int _v = 0; { BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8356:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (!_v) goto check_3; return _wrap_b2Mul__SWIG_2(self, argc, argv);} check_3: if (argc == 2) { int _v = 0; { BUILDSTDERR: ^~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8362:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_5; return _wrap_b2Mul__SWIG_4(self, argc, argv);} check_5: if (argc == 2) { int _v = 0; { { BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8362:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (!_v) goto check_5; return _wrap_b2Mul__SWIG_4(self, argc, argv);} check_5: if (argc == 2) { int _v = 0; { { BUILDSTDERR: ^~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8364:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_6; return _wrap_b2Mul__SWIG_5(self, argc, argv);} check_6: if (argc == 2) { BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8364:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (!_v) goto check_6; return _wrap_b2Mul__SWIG_5(self, argc, argv);} check_6: if (argc == 2) { BUILDSTDERR: ^~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function 'PyObject* _wrap_b2MulT(PyObject*, PyObject*)': BUILDSTDERR: Box2D/Box2D_wrap.cpp:8392:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_1; return _wrap_b2MulT__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { int _v = 0; { BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8392:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (!_v) goto check_1; return _wrap_b2MulT__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { int _v = 0; { BUILDSTDERR: ^~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8401:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_4; return _wrap_b2MulT__SWIG_3(self, argc, argv);} check_4: if (argc == 2) { int _v = 0; { { BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8401:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (!_v) goto check_4; return _wrap_b2MulT__SWIG_3(self, argc, argv);} check_4: if (argc == 2) { int _v = 0; { { BUILDSTDERR: ^~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8403:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_5; return _wrap_b2MulT__SWIG_4(self, argc, argv);} check_5: if (argc == 2) { BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8403:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (!_v) goto check_5; return _wrap_b2MulT__SWIG_4(self, argc, argv);} check_5: if (argc == 2) { BUILDSTDERR: ^~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function 'PyObject* _wrap_b2Abs(PyObject*, PyObject*)': BUILDSTDERR: Box2D/Box2D_wrap.cpp:8438:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_1; return _wrap_b2Abs__SWIG_1(self, argc, argv);} check_1: if (argc == 1) { BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8438:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (!_v) goto check_1; return _wrap_b2Abs__SWIG_1(self, argc, argv);} check_1: if (argc == 1) { BUILDSTDERR: ^~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function 'PyObject* _wrap_b2World_Step(PyObject*, PyObject*, PyObject*)': BUILDSTDERR: Box2D/Box2D_wrap.cpp:15320:92: warning: catching polymorphic type 'class Swig::DirectorException' by value [-Wcatch-value=] BUILDSTDERR: arg4 = static_cast< int32 >(val4); { try { (arg1)->Step(arg2,arg3,arg4); } catch (Swig::DirectorException) { SWIG_fail; } BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function 'PyObject* _wrap_b2World_DrawDebugData(PyObject*, PyObject*)': BUILDSTDERR: Box2D/Box2D_wrap.cpp:15332:98: warning: catching polymorphic type 'class Swig::DirectorException' by value [-Wcatch-value=] BUILDSTDERR: arg1 = reinterpret_cast< b2World * >(argp1); { try { (arg1)->DrawDebugData(); } catch (Swig::DirectorException) { BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function 'PyObject* _wrap_b2World_QueryAABB(PyObject*, PyObject*, PyObject*)': BUILDSTDERR: Box2D/Box2D_wrap.cpp:15351:18: warning: catching polymorphic type 'class Swig::DirectorException' by value [-Wcatch-value=] BUILDSTDERR: catch (Swig::DirectorException) { SWIG_fail; } catch (b2AssertException) { SWIG_fail; } } resultobj = SWIG_Py_Void(); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function 'PyObject* _wrap_b2World_RayCast(PyObject*, PyObject*, PyObject*)': BUILDSTDERR: Box2D/Box2D_wrap.cpp:15381:107: warning: catching polymorphic type 'class Swig::DirectorException' by value [-Wcatch-value=] BUILDSTDERR: ((b2World const *)arg1)->RayCast(arg2,(b2Vec2 const &)*arg3,(b2Vec2 const &)*arg4); } catch (Swig::DirectorException) { BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function 'PyObject* _wrap_b2World_DestroyBody(PyObject*, PyObject*, PyObject*)': BUILDSTDERR: Box2D/Box2D_wrap.cpp:15743:104: warning: catching polymorphic type 'class Swig::DirectorException' by value [-Wcatch-value=] BUILDSTDERR: arg2 = reinterpret_cast< b2Body * >(argp2); { try { b2World_DestroyBody(arg1,arg2); } catch (Swig::DirectorException) { BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function 'PyObject* _wrap_b2World_DestroyJoint(PyObject*, PyObject*, PyObject*)': BUILDSTDERR: Box2D/Box2D_wrap.cpp:15756:106: warning: catching polymorphic type 'class Swig::DirectorException' by value [-Wcatch-value=] BUILDSTDERR: arg2 = reinterpret_cast< b2Joint * >(argp2); { try { b2World_DestroyJoint(arg1,arg2); } catch (Swig::DirectorException) { BUILDSTDERR: ^~~~~~~~~~~~~~~~~ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/b2ContactManager.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/b2ContactManager.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Collision/b2BroadPhase.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2ContactManager.h:22, BUILDSTDERR: from Box2D/Dynamics/b2ContactManager.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Collision/b2BroadPhase.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2ContactManager.h:22, BUILDSTDERR: from Box2D/Dynamics/b2ContactManager.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Collision/b2BroadPhase.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2ContactManager.h:22, BUILDSTDERR: from Box2D/Dynamics/b2ContactManager.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Collision/b2BroadPhase.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2ContactManager.h:22, BUILDSTDERR: from Box2D/Dynamics/b2ContactManager.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/b2Island.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/b2Island.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Distance.h:23, BUILDSTDERR: from Box2D/Dynamics/b2Island.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Distance.h:23, BUILDSTDERR: from Box2D/Dynamics/b2Island.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Distance.h:23, BUILDSTDERR: from Box2D/Dynamics/b2Island.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Distance.h:23, BUILDSTDERR: from Box2D/Dynamics/b2Island.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/b2WorldCallbacks.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/b2WorldCallbacks.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Dynamics/b2WorldCallbacks.h:22, BUILDSTDERR: from Box2D/Dynamics/b2WorldCallbacks.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2WorldCallbacks.h:22, BUILDSTDERR: from Box2D/Dynamics/b2WorldCallbacks.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Dynamics/b2WorldCallbacks.h:22, BUILDSTDERR: from Box2D/Dynamics/b2WorldCallbacks.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2WorldCallbacks.h:22, BUILDSTDERR: from Box2D/Dynamics/b2WorldCallbacks.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/b2Fixture.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/b2Fixture.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2Body.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2Fixture.h:22, BUILDSTDERR: from Box2D/Dynamics/b2Fixture.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2Body.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2Fixture.h:22, BUILDSTDERR: from Box2D/Dynamics/b2Fixture.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2Body.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2Fixture.h:22, BUILDSTDERR: from Box2D/Dynamics/b2Fixture.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2Body.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2Fixture.h:22, BUILDSTDERR: from Box2D/Dynamics/b2Fixture.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/b2Body.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/b2Body.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2Body.h:22, BUILDSTDERR: from Box2D/Dynamics/b2Body.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2Body.h:22, BUILDSTDERR: from Box2D/Dynamics/b2Body.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2Body.h:22, BUILDSTDERR: from Box2D/Dynamics/b2Body.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2Body.h:22, BUILDSTDERR: from Box2D/Dynamics/b2Body.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/b2World.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/b2World.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2World.h:22, BUILDSTDERR: from Box2D/Dynamics/b2World.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2World.h:22, BUILDSTDERR: from Box2D/Dynamics/b2World.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2World.h:22, BUILDSTDERR: from Box2D/Dynamics/b2World.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/b2World.h:22, BUILDSTDERR: from Box2D/Dynamics/b2World.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Contacts/b2PolygonContact.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2PolygonContact.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2PolygonContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2PolygonContact.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2PolygonContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2PolygonContact.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2PolygonContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2PolygonContact.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2PolygonContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2PolygonContact.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Contacts/b2CircleContact.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2CircleContact.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2CircleContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2CircleContact.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2CircleContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2CircleContact.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2CircleContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2CircleContact.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2CircleContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2CircleContact.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Contacts/b2ContactSolver.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2ContactSolver.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp: In member function 'bool b2ContactSolver::SolvePositionConstraints()': BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:713:51: warning: 'psm.b2PositionSolverManifold::separation' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: float32 C = b2Clamp(b2_baumgarte * (separation + b2_linearSlop), -b2_maxLinearCorrection, 0.0f); BUILDSTDERR: ~~~~~~~~~~~~^~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: BUILDSTDERR: ./Box2D/Common/b2Math.h:465:9: warning: '*((void*)& psm +12)' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: return b2Vec2(a.x - b.x, a.y - b.y); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:699:29: note: '*((void*)& psm +12)' was declared here BUILDSTDERR: b2PositionSolverManifold psm; BUILDSTDERR: ^~~ BUILDSTDERR: In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: BUILDSTDERR: ./Box2D/Common/b2Math.h:465:9: warning: '*((void*)& psm +8)' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: return b2Vec2(a.x - b.x, a.y - b.y); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:699:29: note: '*((void*)& psm +8)' was declared here BUILDSTDERR: b2PositionSolverManifold psm; BUILDSTDERR: ^~~ BUILDSTDERR: In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: BUILDSTDERR: ./Box2D/Common/b2Math.h:425:29: warning: '*((void*)& psm +4)' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: return a.x * b.y - a.y * b.x; BUILDSTDERR: ^ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:699:29: note: '*((void*)& psm +4)' was declared here BUILDSTDERR: b2PositionSolverManifold psm; BUILDSTDERR: ^~~ BUILDSTDERR: In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: BUILDSTDERR: ./Box2D/Common/b2Math.h:425:25: warning: 'psm' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: return a.x * b.y - a.y * b.x; BUILDSTDERR: ~~~~^~~~~ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:699:29: note: 'psm' was declared here BUILDSTDERR: b2PositionSolverManifold psm; BUILDSTDERR: ^~~ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp: In member function 'bool b2ContactSolver::SolveTOIPositionConstraints(int32, int32)': BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:804:53: warning: 'psm.b2PositionSolverManifold::separation' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: float32 C = b2Clamp(b2_toiBaugarte * (separation + b2_linearSlop), -b2_maxLinearCorrection, 0.0f); BUILDSTDERR: ~~~~~~~~~~~~^~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: BUILDSTDERR: ./Box2D/Common/b2Math.h:465:9: warning: '*((void*)& psm +12)' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: return b2Vec2(a.x - b.x, a.y - b.y); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:790:29: note: '*((void*)& psm +12)' was declared here BUILDSTDERR: b2PositionSolverManifold psm; BUILDSTDERR: ^~~ BUILDSTDERR: In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: BUILDSTDERR: ./Box2D/Common/b2Math.h:465:9: warning: '*((void*)& psm +8)' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: return b2Vec2(a.x - b.x, a.y - b.y); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:790:29: note: '*((void*)& psm +8)' was declared here BUILDSTDERR: b2PositionSolverManifold psm; BUILDSTDERR: ^~~ BUILDSTDERR: In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: BUILDSTDERR: ./Box2D/Common/b2Math.h:425:29: warning: '*((void*)& psm +4)' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: return a.x * b.y - a.y * b.x; BUILDSTDERR: ^ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:790:29: note: '*((void*)& psm +4)' was declared here BUILDSTDERR: b2PositionSolverManifold psm; BUILDSTDERR: ^~~ BUILDSTDERR: In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: BUILDSTDERR: ./Box2D/Common/b2Math.h:425:25: warning: 'psm' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: return a.x * b.y - a.y * b.x; BUILDSTDERR: ~~~~^~~~~ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:790:29: note: 'psm' was declared here BUILDSTDERR: b2PositionSolverManifold psm; BUILDSTDERR: ^~~ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Contacts/b2Contact.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2Contact.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2Contact.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2Contact.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2Contact.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2Contact.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2ChainAndCircleContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2ChainAndCircleContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2ChainAndCircleContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2ChainAndCircleContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2Contact.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2WeldJoint.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2WeldJoint.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2WeldJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2WeldJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2WeldJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2WeldJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2WeldJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2WeldJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2WeldJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2WeldJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2PulleyJoint.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2PulleyJoint.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2PulleyJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2PulleyJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2PulleyJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2PulleyJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2PulleyJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2PulleyJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2PulleyJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2PulleyJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2MotorJoint.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2MotorJoint.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2MotorJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2MotorJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2MotorJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2MotorJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2MotorJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2MotorJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2MotorJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2MotorJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2WheelJoint.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2WheelJoint.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2WheelJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2WheelJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2WheelJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2WheelJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2WheelJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2WheelJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2WheelJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2WheelJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2FrictionJoint.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2FrictionJoint.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2FrictionJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2FrictionJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2FrictionJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2FrictionJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2FrictionJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2FrictionJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2FrictionJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2FrictionJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2RevoluteJoint.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2RevoluteJoint.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2RevoluteJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2RevoluteJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2RevoluteJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2RevoluteJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2RevoluteJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2RevoluteJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2RevoluteJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2RevoluteJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2MouseJoint.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2MouseJoint.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2MouseJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2MouseJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2MouseJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2MouseJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2MouseJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2MouseJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2MouseJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2MouseJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2GearJoint.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2GearJoint.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2GearJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2GearJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2GearJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2GearJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2GearJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2GearJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2GearJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2GearJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2RopeJoint.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2RopeJoint.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2RopeJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2RopeJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2RopeJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2RopeJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2RopeJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2RopeJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2RopeJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2RopeJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2Joint.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2Joint.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2Joint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2Joint.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2Joint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2Joint.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2PrismaticJoint.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2PrismaticJoint.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2PrismaticJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2PrismaticJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2PrismaticJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2PrismaticJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2PrismaticJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2PrismaticJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2PrismaticJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2PrismaticJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2DistanceJoint.cpp -o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2DistanceJoint.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2DistanceJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2DistanceJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2DistanceJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2DistanceJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2DistanceJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2DistanceJoint.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2Joint.h:22, BUILDSTDERR: from ./Box2D/Dynamics/Joints/b2DistanceJoint.h:22, BUILDSTDERR: from Box2D/Dynamics/Joints/b2DistanceJoint.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Common/b2StackAllocator.cpp -o build/temp.linux-riscv64-2.7/Box2D/Common/b2StackAllocator.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2StackAllocator.h:22, BUILDSTDERR: from Box2D/Common/b2StackAllocator.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2StackAllocator.h:22, BUILDSTDERR: from Box2D/Common/b2StackAllocator.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2StackAllocator.h:22, BUILDSTDERR: from Box2D/Common/b2StackAllocator.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2StackAllocator.h:22, BUILDSTDERR: from Box2D/Common/b2StackAllocator.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: BUILDSTDERR: In file included from ./Box2D/Common/b2StackAllocator.h:22, BUILDSTDERR: from Box2D/Common/b2StackAllocator.cpp:19: BUILDSTDERR: Box2D/Common/b2StackAllocator.cpp: In destructor 'b2StackAllocator::~b2StackAllocator()': BUILDSTDERR: ./Box2D/Common/b2Settings.h:31:100: warning: throw will always call terminate() [-Wterminate] BUILDSTDERR: #define b2Assert(A) if (!(A)) { PyErr_SetString(PyExc_AssertionError, #A); throw b2AssertException(); } BUILDSTDERR: ^ BUILDSTDERR: Box2D/Common/b2StackAllocator.cpp:32:2: note: in expansion of macro 'b2Assert' BUILDSTDERR: b2Assert(m_index == 0); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: ./Box2D/Common/b2Settings.h:31:100: note: in C++11 destructors default to noexcept BUILDSTDERR: #define b2Assert(A) if (!(A)) { PyErr_SetString(PyExc_AssertionError, #A); throw b2AssertException(); } BUILDSTDERR: ^ BUILDSTDERR: Box2D/Common/b2StackAllocator.cpp:32:2: note: in expansion of macro 'b2Assert' BUILDSTDERR: b2Assert(m_index == 0); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: ./Box2D/Common/b2Settings.h:31:100: warning: throw will always call terminate() [-Wterminate] BUILDSTDERR: #define b2Assert(A) if (!(A)) { PyErr_SetString(PyExc_AssertionError, #A); throw b2AssertException(); } BUILDSTDERR: ^ BUILDSTDERR: Box2D/Common/b2StackAllocator.cpp:33:2: note: in expansion of macro 'b2Assert' BUILDSTDERR: b2Assert(m_entryCount == 0); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: ./Box2D/Common/b2Settings.h:31:100: note: in C++11 destructors default to noexcept BUILDSTDERR: #define b2Assert(A) if (!(A)) { PyErr_SetString(PyExc_AssertionError, #A); throw b2AssertException(); } BUILDSTDERR: ^ BUILDSTDERR: Box2D/Common/b2StackAllocator.cpp:33:2: note: in expansion of macro 'b2Assert' BUILDSTDERR: b2Assert(m_entryCount == 0); BUILDSTDERR: ^~~~~~~~ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Common/b2BlockAllocator.cpp -o build/temp.linux-riscv64-2.7/Box2D/Common/b2BlockAllocator.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2BlockAllocator.h:22, BUILDSTDERR: from Box2D/Common/b2BlockAllocator.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2BlockAllocator.h:22, BUILDSTDERR: from Box2D/Common/b2BlockAllocator.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2BlockAllocator.h:22, BUILDSTDERR: from Box2D/Common/b2BlockAllocator.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2BlockAllocator.h:22, BUILDSTDERR: from Box2D/Common/b2BlockAllocator.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Common/b2Math.cpp -o build/temp.linux-riscv64-2.7/Box2D/Common/b2Math.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from Box2D/Common/b2Math.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from Box2D/Common/b2Math.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from Box2D/Common/b2Math.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from Box2D/Common/b2Math.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Common/b2Draw.cpp -o build/temp.linux-riscv64-2.7/Box2D/Common/b2Draw.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Common/b2Draw.h:22, BUILDSTDERR: from Box2D/Common/b2Draw.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Common/b2Draw.h:22, BUILDSTDERR: from Box2D/Common/b2Draw.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Common/b2Draw.h:22, BUILDSTDERR: from Box2D/Common/b2Draw.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Common/b2Draw.h:22, BUILDSTDERR: from Box2D/Common/b2Draw.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Common/b2Timer.cpp -o build/temp.linux-riscv64-2.7/Box2D/Common/b2Timer.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Timer.h:22, BUILDSTDERR: from Box2D/Common/b2Timer.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Timer.h:22, BUILDSTDERR: from Box2D/Common/b2Timer.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Timer.h:22, BUILDSTDERR: from Box2D/Common/b2Timer.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Timer.h:22, BUILDSTDERR: from Box2D/Common/b2Timer.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Common/b2Settings.cpp -o build/temp.linux-riscv64-2.7/Box2D/Common/b2Settings.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from Box2D/Common/b2Settings.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from Box2D/Common/b2Settings.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from Box2D/Common/b2Settings.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from Box2D/Common/b2Settings.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Collision/b2Collision.cpp -o build/temp.linux-riscv64-2.7/Box2D/Collision/b2Collision.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2Collision.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2Collision.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2Collision.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2Collision.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Collision/b2BroadPhase.cpp -o build/temp.linux-riscv64-2.7/Box2D/Collision/b2BroadPhase.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Collision/b2BroadPhase.h:22, BUILDSTDERR: from Box2D/Collision/b2BroadPhase.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Collision/b2BroadPhase.h:22, BUILDSTDERR: from Box2D/Collision/b2BroadPhase.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Collision/b2BroadPhase.h:22, BUILDSTDERR: from Box2D/Collision/b2BroadPhase.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Collision/b2BroadPhase.h:22, BUILDSTDERR: from Box2D/Collision/b2BroadPhase.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Collision/b2CollidePolygon.cpp -o build/temp.linux-riscv64-2.7/Box2D/Collision/b2CollidePolygon.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2CollidePolygon.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2CollidePolygon.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2CollidePolygon.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2CollidePolygon.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Collision/b2Distance.cpp -o build/temp.linux-riscv64-2.7/Box2D/Collision/b2Distance.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Distance.h:23, BUILDSTDERR: from Box2D/Collision/b2Distance.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Distance.h:23, BUILDSTDERR: from Box2D/Collision/b2Distance.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Distance.h:23, BUILDSTDERR: from Box2D/Collision/b2Distance.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Distance.h:23, BUILDSTDERR: from Box2D/Collision/b2Distance.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Collision/b2TimeOfImpact.cpp -o build/temp.linux-riscv64-2.7/Box2D/Collision/b2TimeOfImpact.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2TimeOfImpact.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2TimeOfImpact.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2TimeOfImpact.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2TimeOfImpact.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: BUILDSTDERR: In file included from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2TimeOfImpact.cpp:19: BUILDSTDERR: ./Box2D/Common/b2Math.h: In function 'void b2TimeOfImpact(b2TOIOutput*, const b2TOIInput*)': BUILDSTDERR: ./Box2D/Common/b2Math.h:591:35: warning: '*((void*)& fcn +96)' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: float32 y = (T.q.s * v.x + T.q.c * v.y) + T.p.y; BUILDSTDERR: ~~~~~~^~~~~ BUILDSTDERR: Box2D/Collision/b2TimeOfImpact.cpp:327:24: note: '*((void*)& fcn +96)' was declared here BUILDSTDERR: b2SeparationFunction fcn; BUILDSTDERR: ^~~ BUILDSTDERR: In file included from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2TimeOfImpact.cpp:19: BUILDSTDERR: ./Box2D/Common/b2Math.h:591:27: warning: '*((void*)& fcn +92)' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: float32 y = (T.q.s * v.x + T.q.c * v.y) + T.p.y; BUILDSTDERR: ~~~~~~~~~~~~~^~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Collision/b2TimeOfImpact.cpp:327:24: note: '*((void*)& fcn +92)' was declared here BUILDSTDERR: b2SeparationFunction fcn; BUILDSTDERR: ^~~ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Collision/b2CollideCircle.cpp -o build/temp.linux-riscv64-2.7/Box2D/Collision/b2CollideCircle.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2CollideCircle.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2CollideCircle.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2CollideCircle.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2CollideCircle.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Collision/b2CollideEdge.cpp -o build/temp.linux-riscv64-2.7/Box2D/Collision/b2CollideEdge.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2CollideEdge.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2CollideEdge.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2CollideEdge.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2CollideEdge.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Collision/b2DynamicTree.cpp -o build/temp.linux-riscv64-2.7/Box2D/Collision/b2DynamicTree.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from ./Box2D/Collision/b2DynamicTree.h:22, BUILDSTDERR: from Box2D/Collision/b2DynamicTree.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from ./Box2D/Collision/b2DynamicTree.h:22, BUILDSTDERR: from Box2D/Collision/b2DynamicTree.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from ./Box2D/Collision/b2DynamicTree.h:22, BUILDSTDERR: from Box2D/Collision/b2DynamicTree.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2Math.h:22, BUILDSTDERR: from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from ./Box2D/Collision/b2DynamicTree.h:22, BUILDSTDERR: from Box2D/Collision/b2DynamicTree.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: BUILDSTDERR: Box2D/Collision/b2DynamicTree.cpp: In constructor 'b2DynamicTree::b2DynamicTree()': BUILDSTDERR: Box2D/Collision/b2DynamicTree.cpp:32:56: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct b2TreeNode'; use assignment or value-initialization instead [-Wclass-memaccess] BUILDSTDERR: memset(m_nodes, 0, m_nodeCapacity * sizeof(b2TreeNode)); BUILDSTDERR: ^ BUILDSTDERR: In file included from Box2D/Collision/b2DynamicTree.cpp:19: BUILDSTDERR: ./Box2D/Collision/b2DynamicTree.h:28:8: note: 'struct b2TreeNode' declared here BUILDSTDERR: struct b2TreeNode BUILDSTDERR: ^~~~~~~~~~ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Collision/Shapes/b2EdgeShape.cpp -o build/temp.linux-riscv64-2.7/Box2D/Collision/Shapes/b2EdgeShape.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2BlockAllocator.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2Shape.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2EdgeShape.h:22, BUILDSTDERR: from Box2D/Collision/Shapes/b2EdgeShape.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2BlockAllocator.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2Shape.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2EdgeShape.h:22, BUILDSTDERR: from Box2D/Collision/Shapes/b2EdgeShape.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2BlockAllocator.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2Shape.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2EdgeShape.h:22, BUILDSTDERR: from Box2D/Collision/Shapes/b2EdgeShape.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2BlockAllocator.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2Shape.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2EdgeShape.h:22, BUILDSTDERR: from Box2D/Collision/Shapes/b2EdgeShape.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Collision/Shapes/b2CircleShape.cpp -o build/temp.linux-riscv64-2.7/Box2D/Collision/Shapes/b2CircleShape.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2BlockAllocator.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2Shape.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2CircleShape.h:22, BUILDSTDERR: from Box2D/Collision/Shapes/b2CircleShape.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2BlockAllocator.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2Shape.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2CircleShape.h:22, BUILDSTDERR: from Box2D/Collision/Shapes/b2CircleShape.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2BlockAllocator.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2Shape.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2CircleShape.h:22, BUILDSTDERR: from Box2D/Collision/Shapes/b2CircleShape.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2BlockAllocator.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2Shape.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2CircleShape.h:22, BUILDSTDERR: from Box2D/Collision/Shapes/b2CircleShape.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Collision/Shapes/b2PolygonShape.cpp -o build/temp.linux-riscv64-2.7/Box2D/Collision/Shapes/b2PolygonShape.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2BlockAllocator.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2Shape.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2PolygonShape.h:22, BUILDSTDERR: from Box2D/Collision/Shapes/b2PolygonShape.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2BlockAllocator.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2Shape.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2PolygonShape.h:22, BUILDSTDERR: from Box2D/Collision/Shapes/b2PolygonShape.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2BlockAllocator.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2Shape.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2PolygonShape.h:22, BUILDSTDERR: from Box2D/Collision/Shapes/b2PolygonShape.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2BlockAllocator.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2Shape.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2PolygonShape.h:22, BUILDSTDERR: from Box2D/Collision/Shapes/b2PolygonShape.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c Box2D/Collision/Shapes/b2ChainShape.cpp -o build/temp.linux-riscv64-2.7/Box2D/Collision/Shapes/b2ChainShape.o -I. -Wno-unused BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2BlockAllocator.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2Shape.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2ChainShape.h:22, BUILDSTDERR: from Box2D/Collision/Shapes/b2ChainShape.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2BlockAllocator.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2Shape.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2ChainShape.h:22, BUILDSTDERR: from Box2D/Collision/Shapes/b2ChainShape.cpp:19: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:29, BUILDSTDERR: from ./Box2D/Common/b2BlockAllocator.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2Shape.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2ChainShape.h:22, BUILDSTDERR: from Box2D/Collision/Shapes/b2ChainShape.cpp:19: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from ./Box2D/Common/b2BlockAllocator.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2Shape.h:22, BUILDSTDERR: from ./Box2D/Collision/Shapes/b2ChainShape.h:22, BUILDSTDERR: from Box2D/Collision/Shapes/b2ChainShape.cpp:19: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: g++ -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-2.7/Box2D/Box2D_wrap.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/b2ContactManager.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/b2Island.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/b2WorldCallbacks.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/b2Fixture.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/b2Body.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/b2World.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2PolygonContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2CircleContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2ContactSolver.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2Contact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2WeldJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2PulleyJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2MotorJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2WheelJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2FrictionJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2RevoluteJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2MouseJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2GearJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2RopeJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2Joint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2PrismaticJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2DistanceJoint.o build/temp.linux-riscv64-2.7/Box2D/Common/b2StackAllocator.o build/temp.linux-riscv64-2.7/Box2D/Common/b2BlockAllocator.o build/temp.linux-riscv64-2.7/Box2D/Common/b2Math.o build/temp.linux-riscv64-2.7/Box2D/Common/b2Draw.o build/temp.linux-riscv64-2.7/Box2D/Common/b2Timer.o build/temp.linux-riscv64-2.7/Box2D/Common/b2Settings.o build/temp.linux-riscv64-2.7/Box2D/Collision/b2Collision.o build/temp.linux-riscv64-2.7/Box2D/Collision/b2BroadPhase.o build/temp.linux-riscv64-2.7/Box2D/Collision/b2CollidePolygon.o build/temp.linux-riscv64-2.7/Box2D/Collision/b2Distance.o build/temp.linux-riscv64-2.7/Box2D/Collision/b2TimeOfImpact.o build/temp.linux-riscv64-2.7/Box2D/Collision/b2CollideCircle.o build/temp.linux-riscv64-2.7/Box2D/Collision/b2CollideEdge.o build/temp.linux-riscv64-2.7/Box2D/Collision/b2DynamicTree.o build/temp.linux-riscv64-2.7/Box2D/Collision/Shapes/b2EdgeShape.o build/temp.linux-riscv64-2.7/Box2D/Collision/Shapes/b2CircleShape.o build/temp.linux-riscv64-2.7/Box2D/Collision/Shapes/b2PolygonShape.o build/temp.linux-riscv64-2.7/Box2D/Collision/Shapes/b2ChainShape.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/Box2D/_Box2D.so + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' Using setuptools (version 39.2.0). running build running build_py creating build/lib.linux-riscv64-3.7 creating build/lib.linux-riscv64-3.7/Box2D copying library/Box2D/Box2D.py -> build/lib.linux-riscv64-3.7/Box2D copying library/Box2D/__init__.py -> build/lib.linux-riscv64-3.7/Box2D creating build/lib.linux-riscv64-3.7/Box2D/b2 copying library/Box2D/b2/__init__.py -> build/lib.linux-riscv64-3.7/Box2D/b2 running build_ext building 'Box2D._Box2D' extension swigging Box2D/Box2D.i to Box2D/Box2D_wrap.cpp swig -python -c++ -IBox2D -small -O -includeall -ignoremissing -w201 -globals b2Globals -outdir library/Box2D -keyword -w511 -D_SWIG_KWARGS -o Box2D/Box2D_wrap.cpp Box2D/Box2D.i BUILDSTDERR: Box2D/Common/b2Math.h:67: Warning 302: Identifier 'b2Vec2' redefined by %extend (ignored), BUILDSTDERR: Box2D/Box2D_math.i:47: Warning 302: %extend definition of 'b2Vec2'. BUILDSTDERR: Box2D/Common/b2Math.h:158: Warning 302: Identifier 'b2Vec3' redefined by %extend (ignored), BUILDSTDERR: Box2D/Box2D_math.i:168: Warning 302: %extend definition of 'b2Vec3'. BUILDSTDERR: Box2D/Common/b2Math.h:197: Warning 302: Identifier 'b2Mat22' redefined by %extend (ignored), BUILDSTDERR: Box2D/Box2D_math.i:301: Warning 302: %extend definition of 'b2Mat22'. BUILDSTDERR: Box2D/Common/b2Math.h:271: Warning 302: Identifier 'b2Mat33' redefined by %extend (ignored), BUILDSTDERR: Box2D/Box2D_math.i:372: Warning 302: %extend definition of 'b2Mat33'. BUILDSTDERR: Box2D/Collision/b2DynamicTree.h:44: Warning 312: Nested union not currently supported (ignored). BUILDSTDERR: Box2D/Common/b2Settings.h:144: Warning 506: Can't wrap varargs with keyword arguments enabled BUILDSTDERR: Box2D/Common/b2Math.h:91: Warning 509: Overloaded method b2Vec2::operator ()(int32) effectively ignored, BUILDSTDERR: Box2D/Common/b2Math.h:85: Warning 509: as it is shadowed by b2Vec2::operator ()(int32) const. creating build/temp.linux-riscv64-3.7 creating build/temp.linux-riscv64-3.7/Box2D creating build/temp.linux-riscv64-3.7/Box2D/Dynamics creating build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts creating build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints creating build/temp.linux-riscv64-3.7/Box2D/Common creating build/temp.linux-riscv64-3.7/Box2D/Collision creating build/temp.linux-riscv64-3.7/Box2D/Collision/Shapes gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Box2D_wrap.cpp -o build/temp.linux-riscv64-3.7/Box2D/Box2D_wrap.o -I. -Wno-unused BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function ‘PyObject* b2GetPointStates(const b2Manifold*, const b2Manifold*)’: BUILDSTDERR: Box2D/Box2D_wrap.cpp:4124:13: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (state1[i]==b2_nullState && state1_length==0) BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:4126:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ BUILDSTDERR: if (state2_length > -1) BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:4128:13: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (state2[i]==b2_nullState && state2_length==0) BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:4130:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ BUILDSTDERR: if (state1_length > -1) BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function ‘PyObject* _wrap_b2Vec2_cross(PyObject*, PyObject*)’: BUILDSTDERR: Box2D/Box2D_wrap.cpp:6322:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_1; return _wrap_b2Vec2_cross__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:6322:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ BUILDSTDERR: if (!_v) goto check_1; return _wrap_b2Vec2_cross__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { BUILDSTDERR: ^~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function ‘PyObject* _wrap_b2Mat22___mul__(PyObject*, PyObject*)’: BUILDSTDERR: Box2D/Box2D_wrap.cpp:7099:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_1; return _wrap_b2Mat22___mul____SWIG_0(self, argc, argv);} check_1: if (argc == 2) { BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:7099:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ BUILDSTDERR: if (!_v) goto check_1; return _wrap_b2Mat22___mul____SWIG_0(self, argc, argv);} check_1: if (argc == 2) { BUILDSTDERR: ^~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function ‘PyObject* _wrap_b2Dot(PyObject*, PyObject*)’: BUILDSTDERR: Box2D/Box2D_wrap.cpp:8097:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_1; { { _v = (PySequence_Check(argv[1]) || BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8097:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ BUILDSTDERR: if (!_v) goto check_1; { { _v = (PySequence_Check(argv[1]) || BUILDSTDERR: ^ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function ‘PyObject* _wrap_b2Cross(PyObject*, PyObject*)’: BUILDSTDERR: Box2D/Box2D_wrap.cpp:8133:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_1; { { _v = (PySequence_Check(argv[1]) || BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8133:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ BUILDSTDERR: if (!_v) goto check_1; { { _v = (PySequence_Check(argv[1]) || BUILDSTDERR: ^ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8137:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_2; { { int res = SWIG_AsVal_float(argv[1], NULL); _v = SWIG_CheckState(res); } } if (!_v) goto check_2; BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8137:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ BUILDSTDERR: if (!_v) goto check_2; { { int res = SWIG_AsVal_float(argv[1], NULL); _v = SWIG_CheckState(res); } } if (!_v) goto check_2; BUILDSTDERR: ^ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8140:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_3; { { _v = (PySequence_Check(argv[1]) || BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8140:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ BUILDSTDERR: if (!_v) goto check_3; { { _v = (PySequence_Check(argv[1]) || BUILDSTDERR: ^ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function ‘PyObject* _wrap_b2Mul(PyObject*, PyObject*)’: BUILDSTDERR: Box2D/Box2D_wrap.cpp:8350:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_1; return _wrap_b2Mul__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { int _v = 0; { BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8350:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ BUILDSTDERR: if (!_v) goto check_1; return _wrap_b2Mul__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { int _v = 0; { BUILDSTDERR: ^~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8356:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_3; return _wrap_b2Mul__SWIG_2(self, argc, argv);} check_3: if (argc == 2) { int _v = 0; { BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8356:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ BUILDSTDERR: if (!_v) goto check_3; return _wrap_b2Mul__SWIG_2(self, argc, argv);} check_3: if (argc == 2) { int _v = 0; { BUILDSTDERR: ^~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8362:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_5; return _wrap_b2Mul__SWIG_4(self, argc, argv);} check_5: if (argc == 2) { int _v = 0; { { BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8362:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ BUILDSTDERR: if (!_v) goto check_5; return _wrap_b2Mul__SWIG_4(self, argc, argv);} check_5: if (argc == 2) { int _v = 0; { { BUILDSTDERR: ^~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8364:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_6; return _wrap_b2Mul__SWIG_5(self, argc, argv);} check_6: if (argc == 2) { BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8364:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ BUILDSTDERR: if (!_v) goto check_6; return _wrap_b2Mul__SWIG_5(self, argc, argv);} check_6: if (argc == 2) { BUILDSTDERR: ^~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function ‘PyObject* _wrap_b2MulT(PyObject*, PyObject*)’: BUILDSTDERR: Box2D/Box2D_wrap.cpp:8392:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_1; return _wrap_b2MulT__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { int _v = 0; { BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8392:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ BUILDSTDERR: if (!_v) goto check_1; return _wrap_b2MulT__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { int _v = 0; { BUILDSTDERR: ^~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8401:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_4; return _wrap_b2MulT__SWIG_3(self, argc, argv);} check_4: if (argc == 2) { int _v = 0; { { BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8401:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ BUILDSTDERR: if (!_v) goto check_4; return _wrap_b2MulT__SWIG_3(self, argc, argv);} check_4: if (argc == 2) { int _v = 0; { { BUILDSTDERR: ^~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8403:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_5; return _wrap_b2MulT__SWIG_4(self, argc, argv);} check_5: if (argc == 2) { BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8403:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ BUILDSTDERR: if (!_v) goto check_5; return _wrap_b2MulT__SWIG_4(self, argc, argv);} check_5: if (argc == 2) { BUILDSTDERR: ^~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function ‘PyObject* _wrap_b2Abs(PyObject*, PyObject*)’: BUILDSTDERR: Box2D/Box2D_wrap.cpp:8438:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (!_v) goto check_1; return _wrap_b2Abs__SWIG_1(self, argc, argv);} check_1: if (argc == 1) { BUILDSTDERR: ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:8438:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ BUILDSTDERR: if (!_v) goto check_1; return _wrap_b2Abs__SWIG_1(self, argc, argv);} check_1: if (argc == 1) { BUILDSTDERR: ^~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function ‘PyObject* _wrap_b2World_Step(PyObject*, PyObject*, PyObject*)’: BUILDSTDERR: Box2D/Box2D_wrap.cpp:15320:92: warning: catching polymorphic type ‘class Swig::DirectorException’ by value [-Wcatch-value=] BUILDSTDERR: arg4 = static_cast< int32 >(val4); { try { (arg1)->Step(arg2,arg3,arg4); } catch (Swig::DirectorException) { SWIG_fail; } BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function ‘PyObject* _wrap_b2World_DrawDebugData(PyObject*, PyObject*)’: BUILDSTDERR: Box2D/Box2D_wrap.cpp:15332:98: warning: catching polymorphic type ‘class Swig::DirectorException’ by value [-Wcatch-value=] BUILDSTDERR: arg1 = reinterpret_cast< b2World * >(argp1); { try { (arg1)->DrawDebugData(); } catch (Swig::DirectorException) { BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function ‘PyObject* _wrap_b2World_QueryAABB(PyObject*, PyObject*, PyObject*)’: BUILDSTDERR: Box2D/Box2D_wrap.cpp:15351:18: warning: catching polymorphic type ‘class Swig::DirectorException’ by value [-Wcatch-value=] BUILDSTDERR: catch (Swig::DirectorException) { SWIG_fail; } catch (b2AssertException) { SWIG_fail; } } resultobj = SWIG_Py_Void(); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function ‘PyObject* _wrap_b2World_RayCast(PyObject*, PyObject*, PyObject*)’: BUILDSTDERR: Box2D/Box2D_wrap.cpp:15381:107: warning: catching polymorphic type ‘class Swig::DirectorException’ by value [-Wcatch-value=] BUILDSTDERR: ((b2World const *)arg1)->RayCast(arg2,(b2Vec2 const &)*arg3,(b2Vec2 const &)*arg4); } catch (Swig::DirectorException) { BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function ‘PyObject* _wrap_b2World_DestroyBody(PyObject*, PyObject*, PyObject*)’: BUILDSTDERR: Box2D/Box2D_wrap.cpp:15743:104: warning: catching polymorphic type ‘class Swig::DirectorException’ by value [-Wcatch-value=] BUILDSTDERR: arg2 = reinterpret_cast< b2Body * >(argp2); { try { b2World_DestroyBody(arg1,arg2); } catch (Swig::DirectorException) { BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function ‘PyObject* _wrap_b2World_DestroyJoint(PyObject*, PyObject*, PyObject*)’: BUILDSTDERR: Box2D/Box2D_wrap.cpp:15756:106: warning: catching polymorphic type ‘class Swig::DirectorException’ by value [-Wcatch-value=] BUILDSTDERR: arg2 = reinterpret_cast< b2Joint * >(argp2); { try { b2World_DestroyJoint(arg1,arg2); } catch (Swig::DirectorException) { BUILDSTDERR: ^~~~~~~~~~~~~~~~~ gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/b2ContactManager.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/b2ContactManager.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/b2Island.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/b2Island.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/b2WorldCallbacks.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/b2WorldCallbacks.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/b2Fixture.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/b2Fixture.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/b2Body.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/b2Body.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/b2World.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/b2World.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Contacts/b2PolygonContact.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2PolygonContact.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Contacts/b2CircleContact.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2CircleContact.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Contacts/b2ContactSolver.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2ContactSolver.o -I. -Wno-unused BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp: In member function ‘bool b2ContactSolver::SolvePositionConstraints()’: BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:713:51: warning: ‘psm.b2PositionSolverManifold::separation’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: float32 C = b2Clamp(b2_baumgarte * (separation + b2_linearSlop), -b2_maxLinearCorrection, 0.0f); BUILDSTDERR: ~~~~~~~~~~~~^~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: BUILDSTDERR: ./Box2D/Common/b2Math.h:465:9: warning: ‘*((void*)& psm +12)’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: return b2Vec2(a.x - b.x, a.y - b.y); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:699:29: note: ‘*((void*)& psm +12)’ was declared here BUILDSTDERR: b2PositionSolverManifold psm; BUILDSTDERR: ^~~ BUILDSTDERR: In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: BUILDSTDERR: ./Box2D/Common/b2Math.h:465:9: warning: ‘*((void*)& psm +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: return b2Vec2(a.x - b.x, a.y - b.y); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:699:29: note: ‘*((void*)& psm +8)’ was declared here BUILDSTDERR: b2PositionSolverManifold psm; BUILDSTDERR: ^~~ BUILDSTDERR: In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: BUILDSTDERR: ./Box2D/Common/b2Math.h:425:29: warning: ‘*((void*)& psm +4)’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: return a.x * b.y - a.y * b.x; BUILDSTDERR: ^ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:699:29: note: ‘*((void*)& psm +4)’ was declared here BUILDSTDERR: b2PositionSolverManifold psm; BUILDSTDERR: ^~~ BUILDSTDERR: In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: BUILDSTDERR: ./Box2D/Common/b2Math.h:425:25: warning: ‘psm’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: return a.x * b.y - a.y * b.x; BUILDSTDERR: ~~~~^~~~~ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:699:29: note: ‘psm’ was declared here BUILDSTDERR: b2PositionSolverManifold psm; BUILDSTDERR: ^~~ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp: In member function ‘bool b2ContactSolver::SolveTOIPositionConstraints(int32, int32)’: BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:804:53: warning: ‘psm.b2PositionSolverManifold::separation’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: float32 C = b2Clamp(b2_toiBaugarte * (separation + b2_linearSlop), -b2_maxLinearCorrection, 0.0f); BUILDSTDERR: ~~~~~~~~~~~~^~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: BUILDSTDERR: ./Box2D/Common/b2Math.h:465:9: warning: ‘*((void*)& psm +12)’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: return b2Vec2(a.x - b.x, a.y - b.y); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:790:29: note: ‘*((void*)& psm +12)’ was declared here BUILDSTDERR: b2PositionSolverManifold psm; BUILDSTDERR: ^~~ BUILDSTDERR: In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: BUILDSTDERR: ./Box2D/Common/b2Math.h:465:9: warning: ‘*((void*)& psm +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: return b2Vec2(a.x - b.x, a.y - b.y); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:790:29: note: ‘*((void*)& psm +8)’ was declared here BUILDSTDERR: b2PositionSolverManifold psm; BUILDSTDERR: ^~~ BUILDSTDERR: In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: BUILDSTDERR: ./Box2D/Common/b2Math.h:425:29: warning: ‘*((void*)& psm +4)’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: return a.x * b.y - a.y * b.x; BUILDSTDERR: ^ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:790:29: note: ‘*((void*)& psm +4)’ was declared here BUILDSTDERR: b2PositionSolverManifold psm; BUILDSTDERR: ^~~ BUILDSTDERR: In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, BUILDSTDERR: from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: BUILDSTDERR: ./Box2D/Common/b2Math.h:425:25: warning: ‘psm’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: return a.x * b.y - a.y * b.x; BUILDSTDERR: ~~~~^~~~~ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:790:29: note: ‘psm’ was declared here BUILDSTDERR: b2PositionSolverManifold psm; BUILDSTDERR: ^~~ gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Contacts/b2Contact.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2Contact.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Joints/b2WeldJoint.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2WeldJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Joints/b2PulleyJoint.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2PulleyJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Joints/b2MotorJoint.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2MotorJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Joints/b2WheelJoint.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2WheelJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Joints/b2FrictionJoint.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2FrictionJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Joints/b2RevoluteJoint.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2RevoluteJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Joints/b2MouseJoint.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2MouseJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Joints/b2GearJoint.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2GearJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Joints/b2RopeJoint.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2RopeJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Joints/b2Joint.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2Joint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Joints/b2PrismaticJoint.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2PrismaticJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Dynamics/Joints/b2DistanceJoint.cpp -o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2DistanceJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Common/b2StackAllocator.cpp -o build/temp.linux-riscv64-3.7/Box2D/Common/b2StackAllocator.o -I. -Wno-unused BUILDSTDERR: In file included from ./Box2D/Common/b2StackAllocator.h:22, BUILDSTDERR: from Box2D/Common/b2StackAllocator.cpp:19: BUILDSTDERR: Box2D/Common/b2StackAllocator.cpp: In destructor ‘b2StackAllocator::~b2StackAllocator()’: BUILDSTDERR: ./Box2D/Common/b2Settings.h:31:100: warning: throw will always call terminate() [-Wterminate] BUILDSTDERR: #define b2Assert(A) if (!(A)) { PyErr_SetString(PyExc_AssertionError, #A); throw b2AssertException(); } BUILDSTDERR: ^ BUILDSTDERR: Box2D/Common/b2StackAllocator.cpp:32:2: note: in expansion of macro ‘b2Assert’ BUILDSTDERR: b2Assert(m_index == 0); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: ./Box2D/Common/b2Settings.h:31:100: note: in C++11 destructors default to noexcept BUILDSTDERR: #define b2Assert(A) if (!(A)) { PyErr_SetString(PyExc_AssertionError, #A); throw b2AssertException(); } BUILDSTDERR: ^ BUILDSTDERR: Box2D/Common/b2StackAllocator.cpp:32:2: note: in expansion of macro ‘b2Assert’ BUILDSTDERR: b2Assert(m_index == 0); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: ./Box2D/Common/b2Settings.h:31:100: warning: throw will always call terminate() [-Wterminate] BUILDSTDERR: #define b2Assert(A) if (!(A)) { PyErr_SetString(PyExc_AssertionError, #A); throw b2AssertException(); } BUILDSTDERR: ^ BUILDSTDERR: Box2D/Common/b2StackAllocator.cpp:33:2: note: in expansion of macro ‘b2Assert’ BUILDSTDERR: b2Assert(m_entryCount == 0); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: ./Box2D/Common/b2Settings.h:31:100: note: in C++11 destructors default to noexcept BUILDSTDERR: #define b2Assert(A) if (!(A)) { PyErr_SetString(PyExc_AssertionError, #A); throw b2AssertException(); } BUILDSTDERR: ^ BUILDSTDERR: Box2D/Common/b2StackAllocator.cpp:33:2: note: in expansion of macro ‘b2Assert’ BUILDSTDERR: b2Assert(m_entryCount == 0); BUILDSTDERR: ^~~~~~~~ gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Common/b2BlockAllocator.cpp -o build/temp.linux-riscv64-3.7/Box2D/Common/b2BlockAllocator.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Common/b2Math.cpp -o build/temp.linux-riscv64-3.7/Box2D/Common/b2Math.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Common/b2Draw.cpp -o build/temp.linux-riscv64-3.7/Box2D/Common/b2Draw.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Common/b2Timer.cpp -o build/temp.linux-riscv64-3.7/Box2D/Common/b2Timer.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Common/b2Settings.cpp -o build/temp.linux-riscv64-3.7/Box2D/Common/b2Settings.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Collision/b2Collision.cpp -o build/temp.linux-riscv64-3.7/Box2D/Collision/b2Collision.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Collision/b2BroadPhase.cpp -o build/temp.linux-riscv64-3.7/Box2D/Collision/b2BroadPhase.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Collision/b2CollidePolygon.cpp -o build/temp.linux-riscv64-3.7/Box2D/Collision/b2CollidePolygon.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Collision/b2Distance.cpp -o build/temp.linux-riscv64-3.7/Box2D/Collision/b2Distance.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Collision/b2TimeOfImpact.cpp -o build/temp.linux-riscv64-3.7/Box2D/Collision/b2TimeOfImpact.o -I. -Wno-unused BUILDSTDERR: In file included from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2TimeOfImpact.cpp:19: BUILDSTDERR: ./Box2D/Common/b2Math.h: In function ‘void b2TimeOfImpact(b2TOIOutput*, const b2TOIInput*)’: BUILDSTDERR: ./Box2D/Common/b2Math.h:591:35: warning: ‘*((void*)& fcn +96)’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: float32 y = (T.q.s * v.x + T.q.c * v.y) + T.p.y; BUILDSTDERR: ~~~~~~^~~~~ BUILDSTDERR: Box2D/Collision/b2TimeOfImpact.cpp:327:24: note: ‘*((void*)& fcn +96)’ was declared here BUILDSTDERR: b2SeparationFunction fcn; BUILDSTDERR: ^~~ BUILDSTDERR: In file included from ./Box2D/Collision/b2Collision.h:22, BUILDSTDERR: from Box2D/Collision/b2TimeOfImpact.cpp:19: BUILDSTDERR: ./Box2D/Common/b2Math.h:591:27: warning: ‘*((void*)& fcn +92)’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: float32 y = (T.q.s * v.x + T.q.c * v.y) + T.p.y; BUILDSTDERR: ~~~~~~~~~~~~~^~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Collision/b2TimeOfImpact.cpp:327:24: note: ‘*((void*)& fcn +92)’ was declared here BUILDSTDERR: b2SeparationFunction fcn; BUILDSTDERR: ^~~ gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Collision/b2CollideCircle.cpp -o build/temp.linux-riscv64-3.7/Box2D/Collision/b2CollideCircle.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Collision/b2CollideEdge.cpp -o build/temp.linux-riscv64-3.7/Box2D/Collision/b2CollideEdge.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Collision/b2DynamicTree.cpp -o build/temp.linux-riscv64-3.7/Box2D/Collision/b2DynamicTree.o -I. -Wno-unused BUILDSTDERR: Box2D/Collision/b2DynamicTree.cpp: In constructor ‘b2DynamicTree::b2DynamicTree()’: BUILDSTDERR: Box2D/Collision/b2DynamicTree.cpp:32:56: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘struct b2TreeNode’; use assignment or value-initialization instead [-Wclass-memaccess] BUILDSTDERR: memset(m_nodes, 0, m_nodeCapacity * sizeof(b2TreeNode)); BUILDSTDERR: ^ BUILDSTDERR: In file included from Box2D/Collision/b2DynamicTree.cpp:19: BUILDSTDERR: ./Box2D/Collision/b2DynamicTree.h:28:8: note: ‘struct b2TreeNode’ declared here BUILDSTDERR: struct b2TreeNode BUILDSTDERR: ^~~~~~~~~~ gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Collision/Shapes/b2EdgeShape.cpp -o build/temp.linux-riscv64-3.7/Box2D/Collision/Shapes/b2EdgeShape.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Collision/Shapes/b2CircleShape.cpp -o build/temp.linux-riscv64-3.7/Box2D/Collision/Shapes/b2CircleShape.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Collision/Shapes/b2PolygonShape.cpp -o build/temp.linux-riscv64-3.7/Box2D/Collision/Shapes/b2PolygonShape.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c Box2D/Collision/Shapes/b2ChainShape.cpp -o build/temp.linux-riscv64-3.7/Box2D/Collision/Shapes/b2ChainShape.o -I. -Wno-unused g++ -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/Box2D/Box2D_wrap.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/b2ContactManager.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/b2Island.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/b2WorldCallbacks.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/b2Fixture.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/b2Body.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/b2World.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2PolygonContact.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2CircleContact.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2ContactSolver.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2Contact.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2WeldJoint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2PulleyJoint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2MotorJoint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2WheelJoint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2FrictionJoint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2RevoluteJoint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2MouseJoint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2GearJoint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2RopeJoint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2Joint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2PrismaticJoint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2DistanceJoint.o build/temp.linux-riscv64-3.7/Box2D/Common/b2StackAllocator.o build/temp.linux-riscv64-3.7/Box2D/Common/b2BlockAllocator.o build/temp.linux-riscv64-3.7/Box2D/Common/b2Math.o build/temp.linux-riscv64-3.7/Box2D/Common/b2Draw.o build/temp.linux-riscv64-3.7/Box2D/Common/b2Timer.o build/temp.linux-riscv64-3.7/Box2D/Common/b2Settings.o build/temp.linux-riscv64-3.7/Box2D/Collision/b2Collision.o build/temp.linux-riscv64-3.7/Box2D/Collision/b2BroadPhase.o build/temp.linux-riscv64-3.7/Box2D/Collision/b2CollidePolygon.o build/temp.linux-riscv64-3.7/Box2D/Collision/b2Distance.o build/temp.linux-riscv64-3.7/Box2D/Collision/b2TimeOfImpact.o build/temp.linux-riscv64-3.7/Box2D/Collision/b2CollideCircle.o build/temp.linux-riscv64-3.7/Box2D/Collision/b2CollideEdge.o build/temp.linux-riscv64-3.7/Box2D/Collision/b2DynamicTree.o build/temp.linux-riscv64-3.7/Box2D/Collision/Shapes/b2EdgeShape.o build/temp.linux-riscv64-3.7/Box2D/Collision/Shapes/b2CircleShape.o build/temp.linux-riscv64-3.7/Box2D/Collision/Shapes/b2PolygonShape.o build/temp.linux-riscv64-3.7/Box2D/Collision/Shapes/b2ChainShape.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/Box2D/_Box2D.cpython-37m-riscv64-linux-gnu.so + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.OhSLjg + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64 + cd pybox2d-2.3.2 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64 Using setuptools (version 39.2.0). running install running install_lib creating /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr creating /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python2.7/site-packages/Box2D creating /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python2.7/site-packages/Box2D/b2 copying build/lib.linux-riscv64-2.7/Box2D/b2/__init__.py -> /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python2.7/site-packages/Box2D/b2 copying build/lib.linux-riscv64-2.7/Box2D/_Box2D.so -> /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python2.7/site-packages/Box2D copying build/lib.linux-riscv64-2.7/Box2D/Box2D.py -> /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python2.7/site-packages/Box2D copying build/lib.linux-riscv64-2.7/Box2D/__init__.py -> /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python2.7/site-packages/Box2D byte-compiling /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python2.7/site-packages/Box2D/b2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python2.7/site-packages/Box2D/Box2D.py to Box2D.pyc byte-compiling /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python2.7/site-packages/Box2D/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpe5j_xM.py' /usr/bin/python2 -O /tmp/tmpe5j_xM.py removing /tmp/tmpe5j_xM.py running install_egg_info running egg_info creating library/Box2D.egg-info writing library/Box2D.egg-info/PKG-INFO writing top-level names to library/Box2D.egg-info/top_level.txt writing dependency_links to library/Box2D.egg-info/dependency_links.txt writing manifest file 'library/Box2D.egg-info/SOURCES.txt' reading manifest file 'library/Box2D.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' BUILDSTDERR: warning: no files found matching 'INSTALL' BUILDSTDERR: warning: no files found matching 'MANIFEST' BUILDSTDERR: warning: no files found matching 'README' BUILDSTDERR: warning: no files found matching 'distribute_setup.py' BUILDSTDERR: warning: no files found matching '*.py' under directory 'Box2D' BUILDSTDERR: warning: no files found matching '*.c' under directory 'Box2D' writing manifest file 'library/Box2D.egg-info/SOURCES.txt' Copying library/Box2D.egg-info to /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python2.7/site-packages/Box2D-2.3.2-py2.7.egg-info running install_scripts + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64 Using setuptools (version 39.2.0). running install running install_lib creating /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python3.7/site-packages/Box2D creating /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python3.7/site-packages/Box2D/b2 copying build/lib.linux-riscv64-3.7/Box2D/b2/__init__.py -> /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python3.7/site-packages/Box2D/b2 copying build/lib.linux-riscv64-3.7/Box2D/_Box2D.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python3.7/site-packages/Box2D copying build/lib.linux-riscv64-3.7/Box2D/Box2D.py -> /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python3.7/site-packages/Box2D copying build/lib.linux-riscv64-3.7/Box2D/__init__.py -> /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python3.7/site-packages/Box2D byte-compiling /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python3.7/site-packages/Box2D/b2/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python3.7/site-packages/Box2D/Box2D.py to Box2D.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python3.7/site-packages/Box2D/__init__.py to __init__.cpython-37.pyc writing byte-compilation script '/tmp/tmpwvxgsq0i.py' /usr/bin/python3 /tmp/tmpwvxgsq0i.py removing /tmp/tmpwvxgsq0i.py running install_egg_info running egg_info writing library/Box2D.egg-info/PKG-INFO writing dependency_links to library/Box2D.egg-info/dependency_links.txt writing top-level names to library/Box2D.egg-info/top_level.txt reading manifest file 'library/Box2D.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' BUILDSTDERR: warning: no files found matching 'INSTALL' BUILDSTDERR: warning: no files found matching 'MANIFEST' BUILDSTDERR: warning: no files found matching 'README' BUILDSTDERR: warning: no files found matching 'distribute_setup.py' BUILDSTDERR: warning: no files found matching '*.py' under directory 'Box2D' BUILDSTDERR: warning: no files found matching '*.c' under directory 'Box2D' writing manifest file 'library/Box2D.egg-info/SOURCES.txt' Copying library/Box2D.egg-info to /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python3.7/site-packages/Box2D-2.3.2-py3.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.3.2-6.fc29 --unique-debug-suffix -2.3.2-6.fc29.riscv64 --unique-debug-src-base pybox2d-2.3.2-6.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pybox2d-2.3.2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python2.7/site-packages/Box2D/_Box2D.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python3.7/site-packages/Box2D/_Box2D.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python2.7/site-packages/Box2D/_Box2D.so extracting debug info from /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python3.7/site-packages/Box2D/_Box2D.cpython-37m-riscv64-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. BUILDSTDERR: 4888 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python2-pybox2d-2.3.2-6.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.W87wb9 + umask 022 + cd /builddir/build/BUILD + cd pybox2d-2.3.2 + DOCDIR=/builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/share/doc/python2-pybox2d + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/share/doc/python2-pybox2d + cp -pr README.md /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/share/doc/python2-pybox2d + cp -pr examples/__init__.py examples/apply_force.py examples/backends examples/body_types.py examples/box_cutter.py examples/breakable.py examples/bridge.py examples/bullet.py examples/cantilever.py examples/car.py examples/chain.py examples/character_collision.py examples/cloth.py examples/collision_filtering.py examples/collision_processing.py examples/confined.py examples/convex_hull.py examples/conveyor_belt.py examples/data examples/distance.py examples/edge_shapes.py examples/edge_test.py examples/empty.py examples/framework.py examples/gish_tribute.py examples/hello.py examples/liquid.py examples/mobile.py examples/motor_joint.py examples/one_sided_platform.py examples/opencv examples/pgu examples/pinball.py examples/pulley.py examples/pyramid.py examples/raycast.py examples/restitution.py examples/rope.py examples/settings.py examples/simple examples/simple_cv.py examples/theo_jansen.py examples/tiles.py examples/time_of_impact.py examples/top_down_car.py examples/tumbler.py examples/vertical_stack.py examples/web.py /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/share/doc/python2-pybox2d + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.HvT0Bf + umask 022 + cd /builddir/build/BUILD + cd pybox2d-2.3.2 + LICENSEDIR=/builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/share/licenses/python2-pybox2d + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/share/licenses/python2-pybox2d + cp -pr LICENSE /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/share/licenses/python2-pybox2d + exit 0 Provides: pybox2d = 2.3.2-6.fc29 python-pybox2d = 2.3.2-6.fc29 python-pybox2d(riscv-64) = 2.3.2-6.fc29 python2-pybox2d = 2.3.2-6.fc29 python2-pybox2d(riscv-64) = 2.3.2-6.fc29 python2.7dist(box2d) = 2.3.2 python2dist(box2d) = 2.3.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.4)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: pybox2d < 2.3.2-6.fc29 python-pybox2d < 2.3.2-6.fc29 Processing files: python3-pybox2d-2.3.2-6.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9S5iOt + umask 022 + cd /builddir/build/BUILD + cd pybox2d-2.3.2 + DOCDIR=/builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/share/doc/python3-pybox2d + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/share/doc/python3-pybox2d + cp -pr README.md /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/share/doc/python3-pybox2d + cp -pr examples/__init__.py examples/apply_force.py examples/backends examples/body_types.py examples/box_cutter.py examples/breakable.py examples/bridge.py examples/bullet.py examples/cantilever.py examples/car.py examples/chain.py examples/character_collision.py examples/cloth.py examples/collision_filtering.py examples/collision_processing.py examples/confined.py examples/convex_hull.py examples/conveyor_belt.py examples/data examples/distance.py examples/edge_shapes.py examples/edge_test.py examples/empty.py examples/framework.py examples/gish_tribute.py examples/hello.py examples/liquid.py examples/mobile.py examples/motor_joint.py examples/one_sided_platform.py examples/opencv examples/pgu examples/pinball.py examples/pulley.py examples/pyramid.py examples/raycast.py examples/restitution.py examples/rope.py examples/settings.py examples/simple examples/simple_cv.py examples/theo_jansen.py examples/tiles.py examples/time_of_impact.py examples/top_down_car.py examples/tumbler.py examples/vertical_stack.py examples/web.py /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/share/doc/python3-pybox2d + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.l8elXR + umask 022 + cd /builddir/build/BUILD + cd pybox2d-2.3.2 + LICENSEDIR=/builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/share/licenses/python3-pybox2d + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/share/licenses/python3-pybox2d + cp -pr LICENSE /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64/usr/share/licenses/python3-pybox2d + exit 0 Provides: python3-pybox2d = 2.3.2-6.fc29 python3-pybox2d(riscv-64) = 2.3.2-6.fc29 python3.7dist(box2d) = 2.3.2 python3dist(box2d) = 2.3.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.4)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpython3.7m.so.1.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) python(abi) = 3.7 rtld(GNU_HASH) Processing files: pybox2d-debugsource-2.3.2-6.fc29.riscv64 Provides: pybox2d-debugsource = 2.3.2-6.fc29 pybox2d-debugsource(riscv-64) = 2.3.2-6.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: pybox2d-debuginfo-2.3.2-6.fc29.riscv64 Provides: pybox2d-debuginfo = 2.3.2-6.fc29 pybox2d-debuginfo(riscv-64) = 2.3.2-6.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: pybox2d-debugsource(riscv-64) = 2.3.2-6.fc29 Processing files: python2-pybox2d-debuginfo-2.3.2-6.fc29.riscv64 Provides: debuginfo(build-id) = e74ff343bd4a0f755256f70020ea29a2d3aa81fa python2-pybox2d-debuginfo = 2.3.2-6.fc29 python2-pybox2d-debuginfo(riscv-64) = 2.3.2-6.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: pybox2d-debugsource(riscv-64) = 2.3.2-6.fc29 Processing files: python3-pybox2d-debuginfo-2.3.2-6.fc29.riscv64 Provides: debuginfo(build-id) = 159657f76249e923300ffec74fb061615b1348f8 python3-pybox2d-debuginfo = 2.3.2-6.fc29 python3-pybox2d-debuginfo(riscv-64) = 2.3.2-6.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: pybox2d-debugsource(riscv-64) = 2.3.2-6.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64 Wrote: /builddir/build/RPMS/python2-pybox2d-2.3.2-6.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python3-pybox2d-2.3.2-6.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/pybox2d-debugsource-2.3.2-6.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/pybox2d-debuginfo-2.3.2-6.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python2-pybox2d-debuginfo-2.3.2-6.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python3-pybox2d-debuginfo-2.3.2-6.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.JmDDso + umask 022 + cd /builddir/build/BUILD + cd pybox2d-2.3.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pybox2d-2.3.2-6.fc29.riscv64 + exit 0 Child return code was: 0