Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/pybox2d.spec'], chrootPath='/var/lib/mock/f31-build-92885-32380/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=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=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 setting SOURCE_DATE_EPOCH=1564099200 Wrote: /builddir/build/SRPMS/pybox2d-2.3.2-8.fc31.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/f31-build-92885-32380/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=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=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 setting SOURCE_DATE_EPOCH=1564099200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.zO00XK + 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 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.eLC0WK + umask 022 + cd /builddir/build/BUILD + cd pybox2d-2.3.2 + 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,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' 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. 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: 4124 | 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: 4126 | if (state2_length > -1) BUILDSTDERR: | ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:4128:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 4128 | 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: 4130 | 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: 6322 | 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: 6322 | 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: 7099 | 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: 7099 | 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: 8097 | 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: 8097 | 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: 8133 | 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: 8133 | 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: 8137 | 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: 8137 | 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: 8140 | 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: 8140 | 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: 8350 | 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: 8350 | 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: 8356 | 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: 8356 | 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: 8362 | 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: 8362 | 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: 8364 | 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: 8364 | 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: 8392 | 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: 8392 | 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: 8401 | 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: 8401 | 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: 8403 | 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: 8403 | 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: 8438 | 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: 8438 | 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: 15320 | 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: 15332 | 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: 15351 | 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: 15381 | ((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: 15743 | 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: 15756 | arg2 = reinterpret_cast< b2Joint * >(argp2); { try { b2World_DestroyJoint(arg1,arg2); } catch (Swig::DirectorException) { BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from Box2D/Box2D_wrap.cpp:175: BUILDSTDERR: In function 'char* strncpy(char*, const char*, size_t)', BUILDSTDERR: inlined from 'void SWIG_Python_addvarlink(PyObject*, char*, PyObject* (*)(), int (*)(PyObject*))' at Box2D/Box2D_wrap.cpp:23729:16: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:34: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound depends on the length of the source argument [-Wstringop-overflow=] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function 'void SWIG_Python_addvarlink(PyObject*, char*, PyObject* (*)(), int (*)(PyObject*))': BUILDSTDERR: Box2D/Box2D_wrap.cpp:23726:27: note: length computed here BUILDSTDERR: 23726 | size_t size = strlen(name)+1; 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 BUILDSTDERR: | Using setuptools (version 41.0.1). 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 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 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: 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 -WeIn 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 BUILDSTDERR: | rror=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 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 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 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: 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=/uIn 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 BUILDSTDERR: | sr/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 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 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: 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/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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # 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: 713 | 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: 465 | 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: 699 | 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: 465 | 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: 699 | 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: 425 | 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: 699 | 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: 425 | return a.x * b.y - a.y * b.x; BUILDSTDERR: | ~~~~^~~~~ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:699:29: note: 'psm' was declared here BUILDSTDERR: 699 | 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: 804 | 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: 465 | 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: 790 | 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: 465 | 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: 790 | 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: 425 | 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: 790 | 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: 425 | return a.x * b.y - a.y * b.x; BUILDSTDERR: | ~~~~^~~~~ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:790:29: note: 'psm' was declared here BUILDSTDERR: 790 | b2PositionSolverManifold psm; BUILDSTDERR: | ^~~ 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 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 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 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: 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/redIn 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 BUILDSTDERR: | hat-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 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 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: 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-protectoIn 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 BUILDSTDERR: | r-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 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 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 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: 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-cIn 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 BUILDSTDERR: | c1 -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 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 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: 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 -spIn 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 BUILDSTDERR: | ecs=/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 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 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 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: 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 -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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # 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: 31 | #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: 32 | b2Assert(m_index == 0); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./Box2D/Common/b2Settings.h:31:100: note: in C++11 destructors default to noexcept BUILDSTDERR: 31 | #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: 32 | b2Assert(m_index == 0); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./Box2D/Common/b2Settings.h:31:100: warning: throw will always call terminate() [-Wterminate] BUILDSTDERR: 31 | #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: 33 | b2Assert(m_entryCount == 0); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./Box2D/Common/b2Settings.h:31:100: note: in C++11 destructors default to noexcept BUILDSTDERR: 31 | #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: 33 | b2Assert(m_entryCount == 0); 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 BUILDSTDERR: | 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 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 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: 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 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from Box2D/Common/b2Settings.cpp:19: BUILDSTDERR: /usr/include/features.h:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/cassert:43, BUILDSTDERR: from ./Box2D/Common/b2Settings.h:22, BUILDSTDERR: from Box2D/Common/b2Settings.cpp:19: BUILDSTDERR: /usr/include/features.h:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 BUILDSTDERR: | Box2D/Common/b2Draw.cpp -o build/temp.linux-riscv64-2.7/Box2D/Common/b2Draw.o -I. -Wno-unused 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 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 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: 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/reIn 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 BUILDSTDERR: | dhat/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 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 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 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: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOUIn 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 BUILDSTDERR: | RCE=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 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 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: 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_FORTIFYIn 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # 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: 32 | 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: 28 | struct b2TreeNode 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 BUILDSTDERR: | _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 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 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 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: 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-harIn 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:1229: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: 1229 | #define _POSIX_C_SOURCE 200112L BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:266: note: this is the location of the previous definition BUILDSTDERR: 266 | # 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:1251: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: 1251 | #define _XOPEN_SOURCE 600 BUILDSTDERR: | BUILDSTDERR: In file included from /usr/include/c++/9/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/9/riscv64-redhat-linux/bits/c++config.h:524, BUILDSTDERR: from /usr/include/c++/9/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:203: note: this is the location of the previous definition BUILDSTDERR: 203 | # define _XOPEN_SOURCE 700 BUILDSTDERR: | dened-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: g++ -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -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/b2Body.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/b2ContactManager.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/b2Fixture.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/b2World.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2Contact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2CircleContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2ContactSolver.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2PolygonContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2MotorJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2RevoluteJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2RopeJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2PrismaticJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2WeldJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2WheelJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2PulleyJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2Joint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2MouseJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2FrictionJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2GearJoint.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/b2Timer.o build/temp.linux-riscv64-2.7/Box2D/Common/b2Draw.o build/temp.linux-riscv64-2.7/Box2D/Common/b2Settings.o build/temp.linux-riscv64-2.7/Box2D/Common/b2Math.o build/temp.linux-riscv64-2.7/Box2D/Common/b2BlockAllocator.o build/temp.linux-riscv64-2.7/Box2D/Collision/b2CollideEdge.o build/temp.linux-riscv64-2.7/Box2D/Collision/b2CollidePolygon.o build/temp.linux-riscv64-2.7/Box2D/Collision/b2BroadPhase.o build/temp.linux-riscv64-2.7/Box2D/Collision/b2TimeOfImpact.o build/temp.linux-riscv64-2.7/Box2D/Collision/b2Collision.o build/temp.linux-riscv64-2.7/Box2D/Collision/b2Distance.o build/temp.linux-riscv64-2.7/Box2D/Collision/b2CollideCircle.o build/temp.linux-riscv64-2.7/Box2D/Collision+ 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,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' 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. 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: 4124 | 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: 4126 | if (state2_length > -1) BUILDSTDERR: | ^~ BUILDSTDERR: Box2D/Box2D_wrap.cpp:4128:13: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 4128 | 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: 4130 | 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: 6322 | 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: 6322 | 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: 7099 | 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: 7099 | 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: 8097 | 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: 8097 | 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: 8133 | 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: 8133 | 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: 8137 | 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: 8137 | 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: 8140 | 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: 8140 | 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: 8350 | 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: 8350 | 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: 8356 | 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: 8356 | 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: 8362 | 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: 8362 | 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: 8364 | 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: 8364 | 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: 8392 | 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: 8392 | 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: 8401 | 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: 8401 | 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: 8403 | 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: 8403 | 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: 8438 | 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: 8438 | 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: 15320 | 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: 15332 | 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: 15351 | 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: 15381 | ((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: 15743 | 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: 15756 | arg2 = reinterpret_cast< b2Joint * >(argp2); { try { b2World_DestroyJoint(arg1,arg2); } catch (Swig::DirectorException) { BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from /usr/include/python3.7m/Python.h:30, BUILDSTDERR: from Box2D/Box2D_wrap.cpp:175: BUILDSTDERR: In function ‘char* strncpy(char*, const char*, size_t)’, BUILDSTDERR: inlined from ‘void SWIG_Python_addvarlink(PyObject*, char*, PyObject* (*)(), int (*)(PyObject*))’ at Box2D/Box2D_wrap.cpp:23729:16: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound depends on the length of the source argument [-Wstringop-overflow=] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: Box2D/Box2D_wrap.cpp: In function ‘void SWIG_Python_addvarlink(PyObject*, char*, PyObject* (*)(), int (*)(PyObject*))’: BUILDSTDERR: Box2D/Box2D_wrap.cpp:23726:27: note: length computed here BUILDSTDERR: 23726 | size_t size = strlen(name)+1; BUILDSTDERR: | ~~~~~~^~~~~~ /b2DynamicTree.o build/temp.linux-riscv64-2.7/Box2D/Collision/Shapes/b2EdgeShape.o build/temp.linux-riscv64-2.7/Box2D/Collision/Shapes/b2PolygonShape.o build/temp.linux-riscv64-2.7/Box2D/Collision/Shapes/b2CircleShape.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 Using setuptools (version 41.0.1). 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 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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 BUILDSTDERR: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-sBox2D/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: 713 | 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: 465 | 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: 699 | 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: 465 | 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: 699 | 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: 425 | 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: 699 | 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: 425 | return a.x * b.y - a.y * b.x; BUILDSTDERR: | ~~~~^~~~~ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:699:29: note: ‘psm’ was declared here BUILDSTDERR: 699 | 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: 804 | 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: 465 | 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: 790 | 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: 465 | 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: 790 | 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: 425 | 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: 790 | 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: 425 | return a.x * b.y - a.y * b.x; BUILDSTDERR: | ~~~~^~~~~ BUILDSTDERR: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:790:29: note: ‘psm’ was declared here BUILDSTDERR: 790 | b2PositionSolverManifold psm; BUILDSTDERR: | ^~~ ecurity -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 BUILDSTDERR: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tablesIn 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: 31 | #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: 32 | b2Assert(m_index == 0); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./Box2D/Common/b2Settings.h:31:100: note: in C++11 destructors default to noexcept BUILDSTDERR: 31 | #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: 32 | b2Assert(m_index == 0); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./Box2D/Common/b2Settings.h:31:100: warning: throw will always call terminate() [-Wterminate] BUILDSTDERR: 31 | #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: 33 | b2Assert(m_entryCount == 0); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./Box2D/Common/b2Settings.h:31:100: note: in C++11 destructors default to noexcept BUILDSTDERR: 31 | #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: 33 | b2Assert(m_entryCount == 0); BUILDSTDERR: | ^~~~~~~~ -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 BUILDSTDERR: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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/b2DynamBox2D/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: 32 | 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: 28 | struct b2TreeNode BUILDSTDERR: | ^~~~~~~~~~ icTree.o -I. -Wno-unused gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 BUILDSTDERR: g++ -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -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/b2Body.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/b2ContactManager.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/b2Fixture.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/b2World.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2Contact.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2CircleContact.o bu+ RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 ild/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2ContactSolver.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Contacts/b2PolygonContact.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2MotorJoint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2RevoluteJoint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2RopeJoint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2PrismaticJoint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2WeldJoint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2WheelJoint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2PulleyJoint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2Joint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2MouseJoint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2FrictionJoint.o build/temp.linux-riscv64-3.7/Box2D/Dynamics/Joints/b2GearJoint.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/b2Timer.o build/temp.linux-riscv64-3.7/Box2D/Common/b2Draw.o build/temp.linux-riscv64-3.7/Box2D/Common/b2Settings.o build/temp.linux-riscv64-3.7/Box2D/Common/b2Math.o build/temp.linux-riscv64-3.7/Box2D/Common/b2BlockAllocator.o build/temp.linux-riscv64-3.7/Box2D/Collision/b2CollideEdge.o build/temp.linux-riscv64-3.7/Box2D/Collision/b2CollidePolygon.o build/temp.linux-riscv64-3.7/Box2D/Collision/b2BroadPhase.o build/temp.linux-riscv64-3.7/Box2D/Collision/b2TimeOfImpact.o build/temp.linux-riscv64-3.7/Box2D/Collision/b2Collision.o build/temp.linux-riscv64-3.7/Box2D/Collision/b2Distance.o build/temp.linux-riscv64-3.7/Box2D/Collision/b2CollideCircle.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/b2PolygonShape.o build/temp.linux-riscv64-3.7/Box2D/Collision/Shapes/b2CircleShape.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 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.UwUcAL + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.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,--as-needed -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-8.fc31.riscv64 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' + 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,--as-needed -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-8.fc31.riscv64 Using setuptools (version 41.0.1). running install running install_lib creating /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr creating /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/lib64/python2.7/site-packages/Box2D copying build/lib.linux-riscv64-2.7/Box2D/_Box2D.so -> /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/lib64/python2.7/site-packages/Box2D creating /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.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-8.fc31.riscv64/usr/lib64/python2.7/site-packages/Box2D/b2 copying build/lib.linux-riscv64-2.7/Box2D/Box2D.py -> /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.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-8.fc31.riscv64/usr/lib64/python2.7/site-packages/Box2D byte-compiling /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/lib64/python2.7/site-packages/Box2D/b2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/lib64/python2.7/site-packages/Box2D/Box2D.py to Box2D.pyc byte-compiling /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/lib64/python2.7/site-packages/Box2D/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpJ1gCVQ.py' /usr/bin/python2 -O /tmp/tmpJ1gCVQ.py removing /tmp/tmpJ1gCVQ.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' writing manifest file 'library/Box2D.egg-info/SOURCES.txt' Copying library/Box2D.egg-info to /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/lib64/python2.7/site-packages/Box2D-2.3.2-py2.7.egg-info running install_scripts Using setuptools (version 41.0.1). running install running install_lib creating /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/lib64/python3.7/site-packages/Box2D creating /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.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-8.fc31.riscv64/usr/lib64/python3.7/site-packages/Box2D/b2 copying build/lib.linux-riscv64-3.7/Box2D/Box2D.py -> /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/lib64/python3.7/site-packages/Box2D copying build/lib.linux-riscv64-3.7/Box2D/_Box2D.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.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-8.fc31.riscv64/usr/lib64/python3.7/site-packages/Box2D byte-compiling /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.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-8.fc31.riscv64/usr/lib64/python3.7/site-packages/Box2D/Box2D.py to Box2D.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/lib64/python3.7/site-packages/Box2D/__init__.py to __init__.cpython-37.pyc writing byte-compilation script '/tmp/tmpzg9kuweo.py' /usr/bin/python3 /tmp/tmpzg9kuweo.py removing /tmp/tmpzg9kuweo.py running install_egg_info running egg_info BUILDSTDERR: wriwarning: 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' + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.3.2-8.fc31 --unique-debug-suffix -2.3.2-8.fc31.riscv64 --unique-debug-src-base pybox2d-2.3.2-8.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pybox2d-2.3.2 BUILDSTDERR: 4888 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs ting 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' writing manifest file 'library/Box2D.egg-info/SOURCES.txt' Copying library/Box2D.egg-info to /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/lib64/python3.7/site-packages/Box2D-2.3.2-py3.7.egg-info running install_scripts explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.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-8.fc31.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-8.fc31.riscv64/usr/lib64/python2.7/site-packages/Box2D/_Box2D.so extracting debug info from /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/lib64/python3.7/site-packages/Box2D/_Box2D.cpython-37m-riscv64-linux-gnu.so original debug info size: 13444kB, size after compression: 10288kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. Bytecompiling .py files below /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 Processing files: python2-pybox2d-2.3.2-8.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ohcTYN + umask 022 + cd /builddir/build/BUILD + cd pybox2d-2.3.2 + DOCDIR=/builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.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-8.fc31.riscv64/usr/share/doc/python2-pybox2d + cp -pr README.md /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.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-8.fc31.riscv64/usr/share/doc/python2-pybox2d + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.unnnEM + umask 022 + cd /builddir/build/BUILD + cd pybox2d-2.3.2 + LICENSEDIR=/builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.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-8.fc31.riscv64/usr/share/licenses/python2-pybox2d + cp -pr LICENSE /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/share/licenses/python2-pybox2d + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: pybox2d = 2.3.2-8.fc31 python2-pybox2d = 2.3.2-8.fc31 python2-pybox2d(riscv-64) = 2.3.2-8.fc31 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) 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-8.fc31 Processing files: python3-pybox2d-2.3.2-8.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.OgbCoM + umask 022 + cd /builddir/build/BUILD + cd pybox2d-2.3.2 + DOCDIR=/builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.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-8.fc31.riscv64/usr/share/doc/python3-pybox2d + cp -pr README.md /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.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-8.fc31.riscv64/usr/share/doc/python3-pybox2d + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.gilykO + umask 022 + cd /builddir/build/BUILD + cd pybox2d-2.3.2 + LICENSEDIR=/builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.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-8.fc31.riscv64/usr/share/licenses/python3-pybox2d + cp -pr LICENSE /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64/usr/share/licenses/python3-pybox2d + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python-pybox2d = 2.3.2-8.fc31 python3-pybox2d = 2.3.2-8.fc31 python3-pybox2d(riscv-64) = 2.3.2-8.fc31 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) 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) Obsoletes: python-pybox2d < 2.3.2-8.fc31 Processing files: pybox2d-debugsource-2.3.2-8.fc31.riscv64 Provides: pybox2d-debugsource = 2.3.2-8.fc31 pybox2d-debugsource(riscv-64) = 2.3.2-8.fc31 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-8.fc31.riscv64 Provides: pybox2d-debuginfo = 2.3.2-8.fc31 pybox2d-debuginfo(riscv-64) = 2.3.2-8.fc31 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-8.fc31 Processing files: python2-pybox2d-debuginfo-2.3.2-8.fc31.riscv64 Provides: debuginfo(build-id) = c3a8fca8395e6c7cb2c82e2ca2ff093bc1041fd7 python2-pybox2d-debuginfo = 2.3.2-8.fc31 python2-pybox2d-debuginfo(riscv-64) = 2.3.2-8.fc31 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-8.fc31 Processing files: python3-pybox2d-debuginfo-2.3.2-8.fc31.riscv64 Provides: debuginfo(build-id) = 56f65ea3906e3b42ccd2941f36a7653c84fdf7ae python3-pybox2d-debuginfo = 2.3.2-8.fc31 python3-pybox2d-debuginfo(riscv-64) = 2.3.2-8.fc31 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-8.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64 Wrote: /builddir/build/RPMS/pybox2d-debuginfo-2.3.2-8.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python2-pybox2d-2.3.2-8.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-pybox2d-2.3.2-8.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/pybox2d-debugsource-2.3.2-8.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python2-pybox2d-debuginfo-2.3.2-8.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-pybox2d-debuginfo-2.3.2-8.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ebN0FL + umask 022 + cd /builddir/build/BUILD + cd pybox2d-2.3.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pybox2d-2.3.2-8.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0