+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/pybox2d.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.In03tg + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pybox2d-2.3.2 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/pybox2d-2.3.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd pybox2d-2.3.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/replace-deprecated-swigconstant.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ig2Yws + umask 022 + cd /builddir/build/BUILD + cd pybox2d-2.3.2 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' Using setuptools (version 38.4.0). running build running build_py creating build creating build/lib.linux-riscv64-2.7 creating build/lib.linux-riscv64-2.7/Box2D copying library/Box2D/Box2D.py -> build/lib.linux-riscv64-2.7/Box2D copying library/Box2D/__init__.py -> build/lib.linux-riscv64-2.7/Box2D creating build/lib.linux-riscv64-2.7/Box2D/b2 copying library/Box2D/b2/__init__.py -> build/lib.linux-riscv64-2.7/Box2D/b2 running build_ext building 'Box2D._Box2D' extension swigging Box2D/Box2D.i to Box2D/Box2D_wrap.cpp swig -python -c++ -IBox2D -small -O -includeall -ignoremissing -w201 -globals b2Globals -outdir library/Box2D -keyword -w511 -D_SWIG_KWARGS -o Box2D/Box2D_wrap.cpp Box2D/Box2D.i Box2D/Common/b2Math.h:67: Warning 302: Identifier 'b2Vec2' redefined by %extend (ignored), Box2D/Box2D_math.i:47: Warning 302: %extend definition of 'b2Vec2'. Box2D/Common/b2Math.h:158: Warning 302: Identifier 'b2Vec3' redefined by %extend (ignored), Box2D/Box2D_math.i:168: Warning 302: %extend definition of 'b2Vec3'. Box2D/Common/b2Math.h:197: Warning 302: Identifier 'b2Mat22' redefined by %extend (ignored), Box2D/Box2D_math.i:301: Warning 302: %extend definition of 'b2Mat22'. Box2D/Common/b2Math.h:271: Warning 302: Identifier 'b2Mat33' redefined by %extend (ignored), Box2D/Box2D_math.i:372: Warning 302: %extend definition of 'b2Mat33'. Box2D/Collision/b2DynamicTree.h:44: Warning 312: Nested union not currently supported (ignored). Box2D/Common/b2Settings.h:144: Warning 506: Can't wrap varargs with keyword arguments enabled Box2D/Common/b2Math.h:91: Warning 509: Overloaded method b2Vec2::operator ()(int32) effectively ignored, Box2D/Common/b2Math.h:85: Warning 509: as it is shadowed by b2Vec2::operator ()(int32) const. creating build/temp.linux-riscv64-2.7 creating build/temp.linux-riscv64-2.7/Box2D creating build/temp.linux-riscv64-2.7/Box2D/Dynamics creating build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts creating build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints creating build/temp.linux-riscv64-2.7/Box2D/Common creating build/temp.linux-riscv64-2.7/Box2D/Collision creating build/temp.linux-riscv64-2.7/Box2D/Collision/Shapes gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -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 -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 -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 Box2D/Box2D_wrap.cpp: In function 'PyObject* b2GetPointStates(const b2Manifold*, const b2Manifold*)': Box2D/Box2D_wrap.cpp:4127:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (state1[i]==b2_nullState && state1_length==0) ^~ Box2D/Box2D_wrap.cpp:4129:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (state2_length > -1) ^~ Box2D/Box2D_wrap.cpp:4131:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (state2[i]==b2_nullState && state2_length==0) ^~ Box2D/Box2D_wrap.cpp:4133:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (state1_length > -1) ^~ Box2D/Box2D_wrap.cpp: In function 'PyObject* _wrap_b2Vec2_cross(PyObject*, PyObject*)': Box2D/Box2D_wrap.cpp:6325:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_1; return _wrap_b2Vec2_cross__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { ^~ Box2D/Box2D_wrap.cpp:6325:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!_v) goto check_1; return _wrap_b2Vec2_cross__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { ^~~~~~ Box2D/Box2D_wrap.cpp: In function 'PyObject* _wrap_b2Mat22___mul__(PyObject*, PyObject*)': Box2D/Box2D_wrap.cpp:7102:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_1; return _wrap_b2Mat22___mul____SWIG_0(self, argc, argv);} check_1: if (argc == 2) { ^~ Box2D/Box2D_wrap.cpp:7102:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!_v) goto check_1; return _wrap_b2Mat22___mul____SWIG_0(self, argc, argv);} check_1: if (argc == 2) { ^~~~~~ Box2D/Box2D_wrap.cpp: In function 'PyObject* _wrap_b2Dot(PyObject*, PyObject*)': Box2D/Box2D_wrap.cpp:8100:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_1; { { _v = (PySequence_Check(argv[1]) || ^~ Box2D/Box2D_wrap.cpp:8100:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!_v) goto check_1; { { _v = (PySequence_Check(argv[1]) || ^ Box2D/Box2D_wrap.cpp: In function 'PyObject* _wrap_b2Cross(PyObject*, PyObject*)': Box2D/Box2D_wrap.cpp:8136:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_1; { { _v = (PySequence_Check(argv[1]) || ^~ Box2D/Box2D_wrap.cpp:8136:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!_v) goto check_1; { { _v = (PySequence_Check(argv[1]) || ^ Box2D/Box2D_wrap.cpp:8140:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_2; { { int res = SWIG_AsVal_float(argv[1], NULL); _v = SWIG_CheckState(res); } } if (!_v) goto check_2; ^~ Box2D/Box2D_wrap.cpp:8140:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!_v) goto check_2; { { int res = SWIG_AsVal_float(argv[1], NULL); _v = SWIG_CheckState(res); } } if (!_v) goto check_2; ^ Box2D/Box2D_wrap.cpp:8143:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_3; { { _v = (PySequence_Check(argv[1]) || ^~ Box2D/Box2D_wrap.cpp:8143:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!_v) goto check_3; { { _v = (PySequence_Check(argv[1]) || ^ Box2D/Box2D_wrap.cpp: In function 'PyObject* _wrap_b2Mul(PyObject*, PyObject*)': Box2D/Box2D_wrap.cpp:8353:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_1; return _wrap_b2Mul__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { int _v = 0; { ^~ Box2D/Box2D_wrap.cpp:8353:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!_v) goto check_1; return _wrap_b2Mul__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { int _v = 0; { ^~~~~~ Box2D/Box2D_wrap.cpp:8359:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_3; return _wrap_b2Mul__SWIG_2(self, argc, argv);} check_3: if (argc == 2) { int _v = 0; { ^~ Box2D/Box2D_wrap.cpp:8359:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!_v) goto check_3; return _wrap_b2Mul__SWIG_2(self, argc, argv);} check_3: if (argc == 2) { int _v = 0; { ^~~~~~ Box2D/Box2D_wrap.cpp:8365:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_5; return _wrap_b2Mul__SWIG_4(self, argc, argv);} check_5: if (argc == 2) { int _v = 0; { { ^~ Box2D/Box2D_wrap.cpp:8365:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!_v) goto check_5; return _wrap_b2Mul__SWIG_4(self, argc, argv);} check_5: if (argc == 2) { int _v = 0; { { ^~~~~~ Box2D/Box2D_wrap.cpp:8367:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_6; return _wrap_b2Mul__SWIG_5(self, argc, argv);} check_6: if (argc == 2) { ^~ Box2D/Box2D_wrap.cpp:8367:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!_v) goto check_6; return _wrap_b2Mul__SWIG_5(self, argc, argv);} check_6: if (argc == 2) { ^~~~~~ Box2D/Box2D_wrap.cpp: In function 'PyObject* _wrap_b2MulT(PyObject*, PyObject*)': Box2D/Box2D_wrap.cpp:8395:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_1; return _wrap_b2MulT__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { int _v = 0; { ^~ Box2D/Box2D_wrap.cpp:8395:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!_v) goto check_1; return _wrap_b2MulT__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { int _v = 0; { ^~~~~~ Box2D/Box2D_wrap.cpp:8404:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_4; return _wrap_b2MulT__SWIG_3(self, argc, argv);} check_4: if (argc == 2) { int _v = 0; { { ^~ Box2D/Box2D_wrap.cpp:8404:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!_v) goto check_4; return _wrap_b2MulT__SWIG_3(self, argc, argv);} check_4: if (argc == 2) { int _v = 0; { { ^~~~~~ Box2D/Box2D_wrap.cpp:8406:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_5; return _wrap_b2MulT__SWIG_4(self, argc, argv);} check_5: if (argc == 2) { ^~ Box2D/Box2D_wrap.cpp:8406:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!_v) goto check_5; return _wrap_b2MulT__SWIG_4(self, argc, argv);} check_5: if (argc == 2) { ^~~~~~ Box2D/Box2D_wrap.cpp: In function 'PyObject* _wrap_b2Abs(PyObject*, PyObject*)': Box2D/Box2D_wrap.cpp:8441:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_1; return _wrap_b2Abs__SWIG_1(self, argc, argv);} check_1: if (argc == 1) { ^~ Box2D/Box2D_wrap.cpp:8441:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!_v) goto check_1; return _wrap_b2Abs__SWIG_1(self, argc, argv);} check_1: if (argc == 1) { ^~~~~~ 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Collision/b2BroadPhase.h:22, from ./Box2D/Dynamics/b2ContactManager.h:22, from Box2D/Dynamics/b2ContactManager.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Collision/b2BroadPhase.h:22, from ./Box2D/Dynamics/b2ContactManager.h:22, from Box2D/Dynamics/b2ContactManager.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Collision/b2BroadPhase.h:22, from ./Box2D/Dynamics/b2ContactManager.h:22, from Box2D/Dynamics/b2ContactManager.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Collision/b2BroadPhase.h:22, from ./Box2D/Dynamics/b2ContactManager.h:22, from Box2D/Dynamics/b2ContactManager.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/b2Body.h:22, from ./Box2D/Dynamics/b2Fixture.h:22, from Box2D/Dynamics/b2Fixture.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/b2Body.h:22, from ./Box2D/Dynamics/b2Fixture.h:22, from Box2D/Dynamics/b2Fixture.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/b2Body.h:22, from ./Box2D/Dynamics/b2Fixture.h:22, from Box2D/Dynamics/b2Fixture.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/b2Body.h:22, from ./Box2D/Dynamics/b2Fixture.h:22, from Box2D/Dynamics/b2Fixture.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Dynamics/b2WorldCallbacks.h:22, from Box2D/Dynamics/b2WorldCallbacks.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Dynamics/b2WorldCallbacks.h:22, from Box2D/Dynamics/b2WorldCallbacks.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Dynamics/b2WorldCallbacks.h:22, from Box2D/Dynamics/b2WorldCallbacks.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Dynamics/b2WorldCallbacks.h:22, from Box2D/Dynamics/b2WorldCallbacks.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/b2Body.h:22, from Box2D/Dynamics/b2Body.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/b2Body.h:22, from Box2D/Dynamics/b2Body.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/b2Body.h:22, from Box2D/Dynamics/b2Body.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/b2Body.h:22, from Box2D/Dynamics/b2Body.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Distance.h:23, from Box2D/Dynamics/b2Island.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Distance.h:23, from Box2D/Dynamics/b2Island.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Distance.h:23, from Box2D/Dynamics/b2Island.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Distance.h:23, from Box2D/Dynamics/b2Island.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/b2World.h:22, from Box2D/Dynamics/b2World.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/b2World.h:22, from Box2D/Dynamics/b2World.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/b2World.h:22, from Box2D/Dynamics/b2World.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/b2World.h:22, from Box2D/Dynamics/b2World.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.h:22, from Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.h:22, from Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.h:22, from Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.h:22, from Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.h:22, from Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.h:22, from Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.h:22, from Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.h:22, from Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2PolygonContact.h:22, from Box2D/Dynamics/Contacts/b2PolygonContact.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2PolygonContact.h:22, from Box2D/Dynamics/Contacts/b2PolygonContact.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2PolygonContact.h:22, from Box2D/Dynamics/Contacts/b2PolygonContact.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2PolygonContact.h:22, from Box2D/Dynamics/Contacts/b2PolygonContact.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.h:22, from Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.h:22, from Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.h:22, from Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.h:22, from Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h:22, from Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h:22, from Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h:22, from Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h:22, from Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22, from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 Box2D/Dynamics/Contacts/b2ContactSolver.cpp: In member function 'bool b2ContactSolver::SolvePositionConstraints()': Box2D/Dynamics/Contacts/b2ContactSolver.cpp:713:51: warning: 'psm.b2PositionSolverManifold::separation' may be used uninitialized in this function [-Wmaybe-uninitialized] float32 C = b2Clamp(b2_baumgarte * (separation + b2_linearSlop), -b2_maxLinearCorrection, 0.0f); ~~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22:0, from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: ./Box2D/Common/b2Math.h:465:9: warning: '*((void*)& psm +12)' may be used uninitialized in this function [-Wmaybe-uninitialized] return b2Vec2(a.x - b.x, a.y - b.y); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Box2D/Dynamics/Contacts/b2ContactSolver.cpp:699:29: note: '*((void*)& psm +12)' was declared here b2PositionSolverManifold psm; ^~~ In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22:0, from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: ./Box2D/Common/b2Math.h:465:9: warning: '*((void*)& psm +8)' may be used uninitialized in this function [-Wmaybe-uninitialized] return b2Vec2(a.x - b.x, a.y - b.y); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Box2D/Dynamics/Contacts/b2ContactSolver.cpp:699:29: note: '*((void*)& psm +8)' was declared here b2PositionSolverManifold psm; ^~~ In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22:0, from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: ./Box2D/Common/b2Math.h:425:29: warning: 'psm.b2Vec2::y' may be used uninitialized in this function [-Wmaybe-uninitialized] return a.x * b.y - a.y * b.x; ^ Box2D/Dynamics/Contacts/b2ContactSolver.cpp:699:29: note: 'psm.b2Vec2::y' was declared here b2PositionSolverManifold psm; ^~~ In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22:0, from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: ./Box2D/Common/b2Math.h:425:25: warning: 'psm.b2Vec2::x' may be used uninitialized in this function [-Wmaybe-uninitialized] return a.x * b.y - a.y * b.x; ~~~~^~~~~ Box2D/Dynamics/Contacts/b2ContactSolver.cpp:699:29: note: 'psm.b2Vec2::x' was declared here b2PositionSolverManifold psm; ^~~ Box2D/Dynamics/Contacts/b2ContactSolver.cpp: In member function 'bool b2ContactSolver::SolveTOIPositionConstraints(int32, int32)': Box2D/Dynamics/Contacts/b2ContactSolver.cpp:804:53: warning: 'psm.b2PositionSolverManifold::separation' may be used uninitialized in this function [-Wmaybe-uninitialized] float32 C = b2Clamp(b2_toiBaugarte * (separation + b2_linearSlop), -b2_maxLinearCorrection, 0.0f); ~~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22:0, from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: ./Box2D/Common/b2Math.h:465:9: warning: '*((void*)& psm +12)' may be used uninitialized in this function [-Wmaybe-uninitialized] return b2Vec2(a.x - b.x, a.y - b.y); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Box2D/Dynamics/Contacts/b2ContactSolver.cpp:790:29: note: '*((void*)& psm +12)' was declared here b2PositionSolverManifold psm; ^~~ In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22:0, from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: ./Box2D/Common/b2Math.h:465:9: warning: '*((void*)& psm +8)' may be used uninitialized in this function [-Wmaybe-uninitialized] return b2Vec2(a.x - b.x, a.y - b.y); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Box2D/Dynamics/Contacts/b2ContactSolver.cpp:790:29: note: '*((void*)& psm +8)' was declared here b2PositionSolverManifold psm; ^~~ In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22:0, from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: ./Box2D/Common/b2Math.h:425:29: warning: 'psm.b2Vec2::y' may be used uninitialized in this function [-Wmaybe-uninitialized] return a.x * b.y - a.y * b.x; ^ Box2D/Dynamics/Contacts/b2ContactSolver.cpp:790:29: note: 'psm.b2Vec2::y' was declared here b2PositionSolverManifold psm; ^~~ In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22:0, from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: ./Box2D/Common/b2Math.h:425:25: warning: 'psm.b2Vec2::x' may be used uninitialized in this function [-Wmaybe-uninitialized] return a.x * b.y - a.y * b.x; ~~~~^~~~~ Box2D/Dynamics/Contacts/b2ContactSolver.cpp:790:29: note: 'psm.b2Vec2::x' was declared here b2PositionSolverManifold psm; ^~~ 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from Box2D/Dynamics/Contacts/b2Contact.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from Box2D/Dynamics/Contacts/b2Contact.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from Box2D/Dynamics/Contacts/b2Contact.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from Box2D/Dynamics/Contacts/b2Contact.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2ChainAndCircleContact.h:22, from Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2ChainAndCircleContact.h:22, from Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2ChainAndCircleContact.h:22, from Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2ChainAndCircleContact.h:22, from Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2CircleContact.h:22, from Box2D/Dynamics/Contacts/b2CircleContact.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2CircleContact.h:22, from Box2D/Dynamics/Contacts/b2CircleContact.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2CircleContact.h:22, from Box2D/Dynamics/Contacts/b2CircleContact.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Contacts/b2Contact.h:22, from ./Box2D/Dynamics/Contacts/b2CircleContact.h:22, from Box2D/Dynamics/Contacts/b2CircleContact.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2WeldJoint.h:22, from Box2D/Dynamics/Joints/b2WeldJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2WeldJoint.h:22, from Box2D/Dynamics/Joints/b2WeldJoint.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2WeldJoint.h:22, from Box2D/Dynamics/Joints/b2WeldJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2WeldJoint.h:22, from Box2D/Dynamics/Joints/b2WeldJoint.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2MotorJoint.h:22, from Box2D/Dynamics/Joints/b2MotorJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2MotorJoint.h:22, from Box2D/Dynamics/Joints/b2MotorJoint.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2MotorJoint.h:22, from Box2D/Dynamics/Joints/b2MotorJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2MotorJoint.h:22, from Box2D/Dynamics/Joints/b2MotorJoint.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from Box2D/Dynamics/Joints/b2Joint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from Box2D/Dynamics/Joints/b2Joint.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from Box2D/Dynamics/Joints/b2Joint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from Box2D/Dynamics/Joints/b2Joint.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2FrictionJoint.h:22, from Box2D/Dynamics/Joints/b2FrictionJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2FrictionJoint.h:22, from Box2D/Dynamics/Joints/b2FrictionJoint.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2FrictionJoint.h:22, from Box2D/Dynamics/Joints/b2FrictionJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2FrictionJoint.h:22, from Box2D/Dynamics/Joints/b2FrictionJoint.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2PrismaticJoint.h:22, from Box2D/Dynamics/Joints/b2PrismaticJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2PrismaticJoint.h:22, from Box2D/Dynamics/Joints/b2PrismaticJoint.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2PrismaticJoint.h:22, from Box2D/Dynamics/Joints/b2PrismaticJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2PrismaticJoint.h:22, from Box2D/Dynamics/Joints/b2PrismaticJoint.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2RopeJoint.h:22, from Box2D/Dynamics/Joints/b2RopeJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2RopeJoint.h:22, from Box2D/Dynamics/Joints/b2RopeJoint.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2RopeJoint.h:22, from Box2D/Dynamics/Joints/b2RopeJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2RopeJoint.h:22, from Box2D/Dynamics/Joints/b2RopeJoint.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2GearJoint.h:22, from Box2D/Dynamics/Joints/b2GearJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2GearJoint.h:22, from Box2D/Dynamics/Joints/b2GearJoint.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2GearJoint.h:22, from Box2D/Dynamics/Joints/b2GearJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2GearJoint.h:22, from Box2D/Dynamics/Joints/b2GearJoint.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2PulleyJoint.h:22, from Box2D/Dynamics/Joints/b2PulleyJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2PulleyJoint.h:22, from Box2D/Dynamics/Joints/b2PulleyJoint.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2PulleyJoint.h:22, from Box2D/Dynamics/Joints/b2PulleyJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2PulleyJoint.h:22, from Box2D/Dynamics/Joints/b2PulleyJoint.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2WheelJoint.h:22, from Box2D/Dynamics/Joints/b2WheelJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2WheelJoint.h:22, from Box2D/Dynamics/Joints/b2WheelJoint.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2WheelJoint.h:22, from Box2D/Dynamics/Joints/b2WheelJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2WheelJoint.h:22, from Box2D/Dynamics/Joints/b2WheelJoint.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2DistanceJoint.h:22, from Box2D/Dynamics/Joints/b2DistanceJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2DistanceJoint.h:22, from Box2D/Dynamics/Joints/b2DistanceJoint.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2DistanceJoint.h:22, from Box2D/Dynamics/Joints/b2DistanceJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2DistanceJoint.h:22, from Box2D/Dynamics/Joints/b2DistanceJoint.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2MouseJoint.h:22, from Box2D/Dynamics/Joints/b2MouseJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2MouseJoint.h:22, from Box2D/Dynamics/Joints/b2MouseJoint.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2MouseJoint.h:22, from Box2D/Dynamics/Joints/b2MouseJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2MouseJoint.h:22, from Box2D/Dynamics/Joints/b2MouseJoint.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2RevoluteJoint.h:22, from Box2D/Dynamics/Joints/b2RevoluteJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2RevoluteJoint.h:22, from Box2D/Dynamics/Joints/b2RevoluteJoint.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2RevoluteJoint.h:22, from Box2D/Dynamics/Joints/b2RevoluteJoint.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Dynamics/Joints/b2Joint.h:22, from ./Box2D/Dynamics/Joints/b2RevoluteJoint.h:22, from Box2D/Dynamics/Joints/b2RevoluteJoint.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -fPIC -I/usr/include/python2.7 -c Box2D/Common/b2Draw.cpp -o build/temp.linux-riscv64-2.7/Box2D/Common/b2Draw.o -I. -Wno-unused In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Common/b2Draw.h:22, from Box2D/Common/b2Draw.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Common/b2Draw.h:22, from Box2D/Common/b2Draw.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Common/b2Draw.h:22, from Box2D/Common/b2Draw.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Common/b2Draw.h:22, from Box2D/Common/b2Draw.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from Box2D/Common/b2Math.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from Box2D/Common/b2Math.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from Box2D/Common/b2Math.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from Box2D/Common/b2Math.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2BlockAllocator.h:22, from Box2D/Common/b2BlockAllocator.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2BlockAllocator.h:22, from Box2D/Common/b2BlockAllocator.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2BlockAllocator.h:22, from Box2D/Common/b2BlockAllocator.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2BlockAllocator.h:22, from Box2D/Common/b2BlockAllocator.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from Box2D/Common/b2Settings.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from Box2D/Common/b2Settings.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from Box2D/Common/b2Settings.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from Box2D/Common/b2Settings.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Timer.h:22, from Box2D/Common/b2Timer.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Timer.h:22, from Box2D/Common/b2Timer.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Timer.h:22, from Box2D/Common/b2Timer.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Timer.h:22, from Box2D/Common/b2Timer.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2StackAllocator.h:22, from Box2D/Common/b2StackAllocator.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2StackAllocator.h:22, from Box2D/Common/b2StackAllocator.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2StackAllocator.h:22, from Box2D/Common/b2StackAllocator.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2StackAllocator.h:22, from Box2D/Common/b2StackAllocator.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 In file included from ./Box2D/Common/b2StackAllocator.h:22:0, from Box2D/Common/b2StackAllocator.cpp:19: Box2D/Common/b2StackAllocator.cpp: In destructor 'b2StackAllocator::~b2StackAllocator()': ./Box2D/Common/b2Settings.h:31:100: warning: throw will always call terminate() [-Wterminate] #define b2Assert(A) if (!(A)) { PyErr_SetString(PyExc_AssertionError, #A); throw b2AssertException(); } ^ Box2D/Common/b2StackAllocator.cpp:32:2: note: in expansion of macro 'b2Assert' b2Assert(m_index == 0); ^~~~~~~~ ./Box2D/Common/b2Settings.h:31:100: note: in C++11 destructors default to noexcept #define b2Assert(A) if (!(A)) { PyErr_SetString(PyExc_AssertionError, #A); throw b2AssertException(); } ^ Box2D/Common/b2StackAllocator.cpp:32:2: note: in expansion of macro 'b2Assert' b2Assert(m_index == 0); ^~~~~~~~ ./Box2D/Common/b2Settings.h:31:100: warning: throw will always call terminate() [-Wterminate] #define b2Assert(A) if (!(A)) { PyErr_SetString(PyExc_AssertionError, #A); throw b2AssertException(); } ^ Box2D/Common/b2StackAllocator.cpp:33:2: note: in expansion of macro 'b2Assert' b2Assert(m_entryCount == 0); ^~~~~~~~ ./Box2D/Common/b2Settings.h:31:100: note: in C++11 destructors default to noexcept #define b2Assert(A) if (!(A)) { PyErr_SetString(PyExc_AssertionError, #A); throw b2AssertException(); } ^ Box2D/Common/b2StackAllocator.cpp:33:2: note: in expansion of macro 'b2Assert' b2Assert(m_entryCount == 0); ^~~~~~~~ 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from Box2D/Collision/b2Collision.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from Box2D/Collision/b2Collision.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from Box2D/Collision/b2Collision.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from Box2D/Collision/b2Collision.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from ./Box2D/Collision/b2DynamicTree.h:22, from Box2D/Collision/b2DynamicTree.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from ./Box2D/Collision/b2DynamicTree.h:22, from Box2D/Collision/b2DynamicTree.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from ./Box2D/Collision/b2DynamicTree.h:22, from Box2D/Collision/b2DynamicTree.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from ./Box2D/Collision/b2DynamicTree.h:22, from Box2D/Collision/b2DynamicTree.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from Box2D/Collision/b2CollidePolygon.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from Box2D/Collision/b2CollidePolygon.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from Box2D/Collision/b2CollidePolygon.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from Box2D/Collision/b2CollidePolygon.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from Box2D/Collision/b2CollideEdge.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from Box2D/Collision/b2CollideEdge.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from Box2D/Collision/b2CollideEdge.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from Box2D/Collision/b2CollideEdge.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from Box2D/Collision/b2TimeOfImpact.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from Box2D/Collision/b2TimeOfImpact.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from Box2D/Collision/b2TimeOfImpact.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from Box2D/Collision/b2TimeOfImpact.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 In file included from ./Box2D/Collision/b2Collision.h:22:0, from Box2D/Collision/b2TimeOfImpact.cpp:19: ./Box2D/Common/b2Math.h: In function 'void b2TimeOfImpact(b2TOIOutput*, const b2TOIInput*)': ./Box2D/Common/b2Math.h:591:35: warning: '*((void*)(& fcn)+92).b2Vec2::y' may be used uninitialized in this function [-Wmaybe-uninitialized] float32 y = (T.q.s * v.x + T.q.c * v.y) + T.p.y; ~~~~~~^~~~~ Box2D/Collision/b2TimeOfImpact.cpp:327:24: note: '*((void*)(& fcn)+92).b2Vec2::y' was declared here b2SeparationFunction fcn; ^~~ In file included from ./Box2D/Collision/b2Collision.h:22:0, from Box2D/Collision/b2TimeOfImpact.cpp:19: ./Box2D/Common/b2Math.h:591:27: warning: '*((void*)(& fcn)+92).b2Vec2::x' may be used uninitialized in this function [-Wmaybe-uninitialized] float32 y = (T.q.s * v.x + T.q.c * v.y) + T.p.y; ~~~~~~~~~~~~~^~~~~~~~~~~~~~ Box2D/Collision/b2TimeOfImpact.cpp:327:24: note: '*((void*)(& fcn)+92).b2Vec2::x' was declared here b2SeparationFunction fcn; ^~~ 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Distance.h:23, from Box2D/Collision/b2Distance.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Distance.h:23, from Box2D/Collision/b2Distance.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Distance.h:23, from Box2D/Collision/b2Distance.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Distance.h:23, from Box2D/Collision/b2Distance.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from Box2D/Collision/b2CollideCircle.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from Box2D/Collision/b2CollideCircle.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from Box2D/Collision/b2CollideCircle.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2Math.h:22, from ./Box2D/Collision/b2Collision.h:22, from Box2D/Collision/b2CollideCircle.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Collision/b2BroadPhase.h:22, from Box2D/Collision/b2BroadPhase.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Collision/b2BroadPhase.h:22, from Box2D/Collision/b2BroadPhase.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Collision/b2BroadPhase.h:22, from Box2D/Collision/b2BroadPhase.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Collision/b2BroadPhase.h:22, from Box2D/Collision/b2BroadPhase.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2BlockAllocator.h:22, from ./Box2D/Collision/Shapes/b2Shape.h:22, from ./Box2D/Collision/Shapes/b2EdgeShape.h:22, from Box2D/Collision/Shapes/b2EdgeShape.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2BlockAllocator.h:22, from ./Box2D/Collision/Shapes/b2Shape.h:22, from ./Box2D/Collision/Shapes/b2EdgeShape.h:22, from Box2D/Collision/Shapes/b2EdgeShape.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2BlockAllocator.h:22, from ./Box2D/Collision/Shapes/b2Shape.h:22, from ./Box2D/Collision/Shapes/b2EdgeShape.h:22, from Box2D/Collision/Shapes/b2EdgeShape.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2BlockAllocator.h:22, from ./Box2D/Collision/Shapes/b2Shape.h:22, from ./Box2D/Collision/Shapes/b2EdgeShape.h:22, from Box2D/Collision/Shapes/b2EdgeShape.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2BlockAllocator.h:22, from ./Box2D/Collision/Shapes/b2Shape.h:22, from ./Box2D/Collision/Shapes/b2CircleShape.h:22, from Box2D/Collision/Shapes/b2CircleShape.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2BlockAllocator.h:22, from ./Box2D/Collision/Shapes/b2Shape.h:22, from ./Box2D/Collision/Shapes/b2CircleShape.h:22, from Box2D/Collision/Shapes/b2CircleShape.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2BlockAllocator.h:22, from ./Box2D/Collision/Shapes/b2Shape.h:22, from ./Box2D/Collision/Shapes/b2CircleShape.h:22, from Box2D/Collision/Shapes/b2CircleShape.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2BlockAllocator.h:22, from ./Box2D/Collision/Shapes/b2Shape.h:22, from ./Box2D/Collision/Shapes/b2CircleShape.h:22, from Box2D/Collision/Shapes/b2CircleShape.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2BlockAllocator.h:22, from ./Box2D/Collision/Shapes/b2Shape.h:22, from ./Box2D/Collision/Shapes/b2PolygonShape.h:22, from Box2D/Collision/Shapes/b2PolygonShape.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2BlockAllocator.h:22, from ./Box2D/Collision/Shapes/b2Shape.h:22, from ./Box2D/Collision/Shapes/b2PolygonShape.h:22, from Box2D/Collision/Shapes/b2PolygonShape.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2BlockAllocator.h:22, from ./Box2D/Collision/Shapes/b2Shape.h:22, from ./Box2D/Collision/Shapes/b2PolygonShape.h:22, from Box2D/Collision/Shapes/b2PolygonShape.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2BlockAllocator.h:22, from ./Box2D/Collision/Shapes/b2Shape.h:22, from ./Box2D/Collision/Shapes/b2PolygonShape.h:22, from Box2D/Collision/Shapes/b2PolygonShape.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 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 -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 -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 -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 -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 In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2BlockAllocator.h:22, from ./Box2D/Collision/Shapes/b2Shape.h:22, from ./Box2D/Collision/Shapes/b2ChainShape.h:22, from Box2D/Collision/Shapes/b2ChainShape.cpp:19: /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2BlockAllocator.h:22, from ./Box2D/Collision/Shapes/b2Shape.h:22, from ./Box2D/Collision/Shapes/b2ChainShape.h:22, from Box2D/Collision/Shapes/b2ChainShape.cpp:19: /usr/include/features.h:265:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from ./Box2D/Common/b2Settings.h:29, from ./Box2D/Common/b2BlockAllocator.h:22, from ./Box2D/Collision/Shapes/b2Shape.h:22, from ./Box2D/Collision/Shapes/b2ChainShape.h:22, from Box2D/Collision/Shapes/b2ChainShape.cpp:19: /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/c++/7/riscv64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/7/riscv64-redhat-linux/bits/c++config.h:533, from /usr/include/c++/7/cassert:43, from ./Box2D/Common/b2Settings.h:22, from ./Box2D/Common/b2BlockAllocator.h:22, from ./Box2D/Collision/Shapes/b2Shape.h:22, from ./Box2D/Collision/Shapes/b2ChainShape.h:22, from Box2D/Collision/Shapes/b2ChainShape.cpp:19: /usr/include/features.h:202:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 g++ -pthread -shared -Wl,-z,relro -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 build/temp.linux-riscv64-2.7/Box2D/Box2D_wrap.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/b2ContactManager.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/b2Fixture.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/b2WorldCallbacks.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/b2Body.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/b2Island.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/b2World.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2PolygonContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2ContactSolver.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2Contact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Contacts/b2CircleContact.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2WeldJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2MotorJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2Joint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2FrictionJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2PrismaticJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2RopeJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2GearJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2PulleyJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2WheelJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2DistanceJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2MouseJoint.o build/temp.linux-riscv64-2.7/Box2D/Dynamics/Joints/b2RevoluteJoint.o build/temp.linux-riscv64-2.7/Box2D/Common/b2Draw.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/Common/b2Settings.o build/temp.linux-riscv64-2.7/Box2D/Common/b2Timer.o build/temp.linux-riscv64-2.7/Box2D/Common/b2StackAllocator.o build/temp.linux-riscv64-2.7/Box2D/Collision/b2Collision.o build/temp.linux-riscv64-2.7/Box2D/Collision/b2DynamicTree.o build/temp.linux-riscv64-2.7/Box2D/Collision/b2CollidePolygon.o build/temp.linux-riscv64-2.7/Box2D/Collision/b2CollideEdge.o build/temp.linux-riscv64-2.7/Box2D/Collision/b2TimeOfImpact.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/b2BroadPhase.o build/temp.linux-riscv64-2.7/Box2D/Collision/Shapes/b2EdgeShape.o build/temp.linux-riscv64-2.7/Box2D/Collision/Shapes/b2CircleShape.o build/temp.linux-riscv64-2.7/Box2D/Collision/Shapes/b2PolygonShape.o build/temp.linux-riscv64-2.7/Box2D/Collision/Shapes/b2ChainShape.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/Box2D/_Box2D.so + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' Using setuptools (version 38.4.0). running build running build_py creating build/lib.linux-riscv64-3.6 creating build/lib.linux-riscv64-3.6/Box2D copying library/Box2D/Box2D.py -> build/lib.linux-riscv64-3.6/Box2D copying library/Box2D/__init__.py -> build/lib.linux-riscv64-3.6/Box2D creating build/lib.linux-riscv64-3.6/Box2D/b2 copying library/Box2D/b2/__init__.py -> build/lib.linux-riscv64-3.6/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 Box2D/Common/b2Math.h:67: Warning 302: Identifier 'b2Vec2' redefined by %extend (ignored), Box2D/Box2D_math.i:47: Warning 302: %extend definition of 'b2Vec2'. Box2D/Common/b2Math.h:158: Warning 302: Identifier 'b2Vec3' redefined by %extend (ignored), Box2D/Box2D_math.i:168: Warning 302: %extend definition of 'b2Vec3'. Box2D/Common/b2Math.h:197: Warning 302: Identifier 'b2Mat22' redefined by %extend (ignored), Box2D/Box2D_math.i:301: Warning 302: %extend definition of 'b2Mat22'. Box2D/Common/b2Math.h:271: Warning 302: Identifier 'b2Mat33' redefined by %extend (ignored), Box2D/Box2D_math.i:372: Warning 302: %extend definition of 'b2Mat33'. Box2D/Collision/b2DynamicTree.h:44: Warning 312: Nested union not currently supported (ignored). Box2D/Common/b2Settings.h:144: Warning 506: Can't wrap varargs with keyword arguments enabled Box2D/Common/b2Math.h:91: Warning 509: Overloaded method b2Vec2::operator ()(int32) effectively ignored, Box2D/Common/b2Math.h:85: Warning 509: as it is shadowed by b2Vec2::operator ()(int32) const. creating build/temp.linux-riscv64-3.6 creating build/temp.linux-riscv64-3.6/Box2D creating build/temp.linux-riscv64-3.6/Box2D/Dynamics creating build/temp.linux-riscv64-3.6/Box2D/Dynamics/Contacts creating build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints creating build/temp.linux-riscv64-3.6/Box2D/Common creating build/temp.linux-riscv64-3.6/Box2D/Collision creating build/temp.linux-riscv64-3.6/Box2D/Collision/Shapes gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Box2D_wrap.cpp -o build/temp.linux-riscv64-3.6/Box2D/Box2D_wrap.o -I. -Wno-unused Box2D/Box2D_wrap.cpp: In function ‘PyObject* b2GetPointStates(const b2Manifold*, const b2Manifold*)’: Box2D/Box2D_wrap.cpp:4127:13: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (state1[i]==b2_nullState && state1_length==0) ^~ Box2D/Box2D_wrap.cpp:4129:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (state2_length > -1) ^~ Box2D/Box2D_wrap.cpp:4131:13: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (state2[i]==b2_nullState && state2_length==0) ^~ Box2D/Box2D_wrap.cpp:4133:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (state1_length > -1) ^~ Box2D/Box2D_wrap.cpp: In function ‘PyObject* _wrap_b2Vec2_cross(PyObject*, PyObject*)’: Box2D/Box2D_wrap.cpp:6325:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_1; return _wrap_b2Vec2_cross__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { ^~ Box2D/Box2D_wrap.cpp:6325:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (!_v) goto check_1; return _wrap_b2Vec2_cross__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { ^~~~~~ Box2D/Box2D_wrap.cpp: In function ‘PyObject* _wrap_b2Mat22___mul__(PyObject*, PyObject*)’: Box2D/Box2D_wrap.cpp:7102:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_1; return _wrap_b2Mat22___mul____SWIG_0(self, argc, argv);} check_1: if (argc == 2) { ^~ Box2D/Box2D_wrap.cpp:7102:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (!_v) goto check_1; return _wrap_b2Mat22___mul____SWIG_0(self, argc, argv);} check_1: if (argc == 2) { ^~~~~~ Box2D/Box2D_wrap.cpp: In function ‘PyObject* _wrap_b2Dot(PyObject*, PyObject*)’: Box2D/Box2D_wrap.cpp:8100:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_1; { { _v = (PySequence_Check(argv[1]) || ^~ Box2D/Box2D_wrap.cpp:8100:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (!_v) goto check_1; { { _v = (PySequence_Check(argv[1]) || ^ Box2D/Box2D_wrap.cpp: In function ‘PyObject* _wrap_b2Cross(PyObject*, PyObject*)’: Box2D/Box2D_wrap.cpp:8136:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_1; { { _v = (PySequence_Check(argv[1]) || ^~ Box2D/Box2D_wrap.cpp:8136:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (!_v) goto check_1; { { _v = (PySequence_Check(argv[1]) || ^ Box2D/Box2D_wrap.cpp:8140:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_2; { { int res = SWIG_AsVal_float(argv[1], NULL); _v = SWIG_CheckState(res); } } if (!_v) goto check_2; ^~ Box2D/Box2D_wrap.cpp:8140:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (!_v) goto check_2; { { int res = SWIG_AsVal_float(argv[1], NULL); _v = SWIG_CheckState(res); } } if (!_v) goto check_2; ^ Box2D/Box2D_wrap.cpp:8143:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_3; { { _v = (PySequence_Check(argv[1]) || ^~ Box2D/Box2D_wrap.cpp:8143:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (!_v) goto check_3; { { _v = (PySequence_Check(argv[1]) || ^ Box2D/Box2D_wrap.cpp: In function ‘PyObject* _wrap_b2Mul(PyObject*, PyObject*)’: Box2D/Box2D_wrap.cpp:8353:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_1; return _wrap_b2Mul__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { int _v = 0; { ^~ Box2D/Box2D_wrap.cpp:8353:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (!_v) goto check_1; return _wrap_b2Mul__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { int _v = 0; { ^~~~~~ Box2D/Box2D_wrap.cpp:8359:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_3; return _wrap_b2Mul__SWIG_2(self, argc, argv);} check_3: if (argc == 2) { int _v = 0; { ^~ Box2D/Box2D_wrap.cpp:8359:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (!_v) goto check_3; return _wrap_b2Mul__SWIG_2(self, argc, argv);} check_3: if (argc == 2) { int _v = 0; { ^~~~~~ Box2D/Box2D_wrap.cpp:8365:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_5; return _wrap_b2Mul__SWIG_4(self, argc, argv);} check_5: if (argc == 2) { int _v = 0; { { ^~ Box2D/Box2D_wrap.cpp:8365:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (!_v) goto check_5; return _wrap_b2Mul__SWIG_4(self, argc, argv);} check_5: if (argc == 2) { int _v = 0; { { ^~~~~~ Box2D/Box2D_wrap.cpp:8367:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_6; return _wrap_b2Mul__SWIG_5(self, argc, argv);} check_6: if (argc == 2) { ^~ Box2D/Box2D_wrap.cpp:8367:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (!_v) goto check_6; return _wrap_b2Mul__SWIG_5(self, argc, argv);} check_6: if (argc == 2) { ^~~~~~ Box2D/Box2D_wrap.cpp: In function ‘PyObject* _wrap_b2MulT(PyObject*, PyObject*)’: Box2D/Box2D_wrap.cpp:8395:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_1; return _wrap_b2MulT__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { int _v = 0; { ^~ Box2D/Box2D_wrap.cpp:8395:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (!_v) goto check_1; return _wrap_b2MulT__SWIG_0(self, argc, argv);} check_1: if (argc == 2) { int _v = 0; { ^~~~~~ Box2D/Box2D_wrap.cpp:8404:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_4; return _wrap_b2MulT__SWIG_3(self, argc, argv);} check_4: if (argc == 2) { int _v = 0; { { ^~ Box2D/Box2D_wrap.cpp:8404:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (!_v) goto check_4; return _wrap_b2MulT__SWIG_3(self, argc, argv);} check_4: if (argc == 2) { int _v = 0; { { ^~~~~~ Box2D/Box2D_wrap.cpp:8406:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_5; return _wrap_b2MulT__SWIG_4(self, argc, argv);} check_5: if (argc == 2) { ^~ Box2D/Box2D_wrap.cpp:8406:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (!_v) goto check_5; return _wrap_b2MulT__SWIG_4(self, argc, argv);} check_5: if (argc == 2) { ^~~~~~ Box2D/Box2D_wrap.cpp: In function ‘PyObject* _wrap_b2Abs(PyObject*, PyObject*)’: Box2D/Box2D_wrap.cpp:8441:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (!_v) goto check_1; return _wrap_b2Abs__SWIG_1(self, argc, argv);} check_1: if (argc == 1) { ^~ Box2D/Box2D_wrap.cpp:8441:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (!_v) goto check_1; return _wrap_b2Abs__SWIG_1(self, argc, argv);} check_1: if (argc == 1) { ^~~~~~ gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/b2ContactManager.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/b2ContactManager.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/b2Fixture.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/b2Fixture.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/b2WorldCallbacks.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/b2WorldCallbacks.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/b2Body.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/b2Body.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/b2Island.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/b2Island.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/b2World.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/b2World.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Contacts/b2PolygonContact.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Contacts/b2PolygonContact.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Contacts/b2ContactSolver.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Contacts/b2ContactSolver.o -I. -Wno-unused Box2D/Dynamics/Contacts/b2ContactSolver.cpp: In member function ‘bool b2ContactSolver::SolvePositionConstraints()’: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:713:51: warning: ‘psm.b2PositionSolverManifold::separation’ may be used uninitialized in this function [-Wmaybe-uninitialized] float32 C = b2Clamp(b2_baumgarte * (separation + b2_linearSlop), -b2_maxLinearCorrection, 0.0f); ~~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22:0, from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: ./Box2D/Common/b2Math.h:465:9: warning: ‘*((void*)& psm +12)’ may be used uninitialized in this function [-Wmaybe-uninitialized] return b2Vec2(a.x - b.x, a.y - b.y); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Box2D/Dynamics/Contacts/b2ContactSolver.cpp:699:29: note: ‘*((void*)& psm +12)’ was declared here b2PositionSolverManifold psm; ^~~ In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22:0, from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: ./Box2D/Common/b2Math.h:465:9: warning: ‘*((void*)& psm +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized] return b2Vec2(a.x - b.x, a.y - b.y); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Box2D/Dynamics/Contacts/b2ContactSolver.cpp:699:29: note: ‘*((void*)& psm +8)’ was declared here b2PositionSolverManifold psm; ^~~ In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22:0, from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: ./Box2D/Common/b2Math.h:425:29: warning: ‘psm.b2Vec2::y’ may be used uninitialized in this function [-Wmaybe-uninitialized] return a.x * b.y - a.y * b.x; ^ Box2D/Dynamics/Contacts/b2ContactSolver.cpp:699:29: note: ‘psm.b2Vec2::y’ was declared here b2PositionSolverManifold psm; ^~~ In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22:0, from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: ./Box2D/Common/b2Math.h:425:25: warning: ‘psm.b2Vec2::x’ may be used uninitialized in this function [-Wmaybe-uninitialized] return a.x * b.y - a.y * b.x; ~~~~^~~~~ Box2D/Dynamics/Contacts/b2ContactSolver.cpp:699:29: note: ‘psm.b2Vec2::x’ was declared here b2PositionSolverManifold psm; ^~~ Box2D/Dynamics/Contacts/b2ContactSolver.cpp: In member function ‘bool b2ContactSolver::SolveTOIPositionConstraints(int32, int32)’: Box2D/Dynamics/Contacts/b2ContactSolver.cpp:804:53: warning: ‘psm.b2PositionSolverManifold::separation’ may be used uninitialized in this function [-Wmaybe-uninitialized] float32 C = b2Clamp(b2_toiBaugarte * (separation + b2_linearSlop), -b2_maxLinearCorrection, 0.0f); ~~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22:0, from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: ./Box2D/Common/b2Math.h:465:9: warning: ‘*((void*)& psm +12)’ may be used uninitialized in this function [-Wmaybe-uninitialized] return b2Vec2(a.x - b.x, a.y - b.y); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Box2D/Dynamics/Contacts/b2ContactSolver.cpp:790:29: note: ‘*((void*)& psm +12)’ was declared here b2PositionSolverManifold psm; ^~~ In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22:0, from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: ./Box2D/Common/b2Math.h:465:9: warning: ‘*((void*)& psm +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized] return b2Vec2(a.x - b.x, a.y - b.y); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Box2D/Dynamics/Contacts/b2ContactSolver.cpp:790:29: note: ‘*((void*)& psm +8)’ was declared here b2PositionSolverManifold psm; ^~~ In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22:0, from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: ./Box2D/Common/b2Math.h:425:29: warning: ‘psm.b2Vec2::y’ may be used uninitialized in this function [-Wmaybe-uninitialized] return a.x * b.y - a.y * b.x; ^ Box2D/Dynamics/Contacts/b2ContactSolver.cpp:790:29: note: ‘psm.b2Vec2::y’ was declared here b2PositionSolverManifold psm; ^~~ In file included from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22:0, from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19: ./Box2D/Common/b2Math.h:425:25: warning: ‘psm.b2Vec2::x’ may be used uninitialized in this function [-Wmaybe-uninitialized] return a.x * b.y - a.y * b.x; ~~~~^~~~~ Box2D/Dynamics/Contacts/b2ContactSolver.cpp:790:29: note: ‘psm.b2Vec2::x’ was declared here b2PositionSolverManifold psm; ^~~ gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Contacts/b2Contact.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Contacts/b2Contact.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Contacts/b2CircleContact.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Contacts/b2CircleContact.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Joints/b2WeldJoint.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2WeldJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Joints/b2MotorJoint.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2MotorJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Joints/b2Joint.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2Joint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Joints/b2FrictionJoint.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2FrictionJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Joints/b2PrismaticJoint.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2PrismaticJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Joints/b2RopeJoint.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2RopeJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Joints/b2GearJoint.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2GearJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Joints/b2PulleyJoint.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2PulleyJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Joints/b2WheelJoint.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2WheelJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Joints/b2DistanceJoint.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2DistanceJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Joints/b2MouseJoint.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2MouseJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Dynamics/Joints/b2RevoluteJoint.cpp -o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2RevoluteJoint.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Common/b2Draw.cpp -o build/temp.linux-riscv64-3.6/Box2D/Common/b2Draw.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Common/b2Math.cpp -o build/temp.linux-riscv64-3.6/Box2D/Common/b2Math.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Common/b2BlockAllocator.cpp -o build/temp.linux-riscv64-3.6/Box2D/Common/b2BlockAllocator.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Common/b2Settings.cpp -o build/temp.linux-riscv64-3.6/Box2D/Common/b2Settings.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Common/b2Timer.cpp -o build/temp.linux-riscv64-3.6/Box2D/Common/b2Timer.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Common/b2StackAllocator.cpp -o build/temp.linux-riscv64-3.6/Box2D/Common/b2StackAllocator.o -I. -Wno-unused In file included from ./Box2D/Common/b2StackAllocator.h:22:0, from Box2D/Common/b2StackAllocator.cpp:19: Box2D/Common/b2StackAllocator.cpp: In destructor ‘b2StackAllocator::~b2StackAllocator()’: ./Box2D/Common/b2Settings.h:31:100: warning: throw will always call terminate() [-Wterminate] #define b2Assert(A) if (!(A)) { PyErr_SetString(PyExc_AssertionError, #A); throw b2AssertException(); } ^ Box2D/Common/b2StackAllocator.cpp:32:2: note: in expansion of macro ‘b2Assert’ b2Assert(m_index == 0); ^~~~~~~~ ./Box2D/Common/b2Settings.h:31:100: note: in C++11 destructors default to noexcept #define b2Assert(A) if (!(A)) { PyErr_SetString(PyExc_AssertionError, #A); throw b2AssertException(); } ^ Box2D/Common/b2StackAllocator.cpp:32:2: note: in expansion of macro ‘b2Assert’ b2Assert(m_index == 0); ^~~~~~~~ ./Box2D/Common/b2Settings.h:31:100: warning: throw will always call terminate() [-Wterminate] #define b2Assert(A) if (!(A)) { PyErr_SetString(PyExc_AssertionError, #A); throw b2AssertException(); } ^ Box2D/Common/b2StackAllocator.cpp:33:2: note: in expansion of macro ‘b2Assert’ b2Assert(m_entryCount == 0); ^~~~~~~~ ./Box2D/Common/b2Settings.h:31:100: note: in C++11 destructors default to noexcept #define b2Assert(A) if (!(A)) { PyErr_SetString(PyExc_AssertionError, #A); throw b2AssertException(); } ^ Box2D/Common/b2StackAllocator.cpp:33:2: note: in expansion of macro ‘b2Assert’ b2Assert(m_entryCount == 0); ^~~~~~~~ gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Collision/b2Collision.cpp -o build/temp.linux-riscv64-3.6/Box2D/Collision/b2Collision.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Collision/b2DynamicTree.cpp -o build/temp.linux-riscv64-3.6/Box2D/Collision/b2DynamicTree.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Collision/b2CollidePolygon.cpp -o build/temp.linux-riscv64-3.6/Box2D/Collision/b2CollidePolygon.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Collision/b2CollideEdge.cpp -o build/temp.linux-riscv64-3.6/Box2D/Collision/b2CollideEdge.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Collision/b2TimeOfImpact.cpp -o build/temp.linux-riscv64-3.6/Box2D/Collision/b2TimeOfImpact.o -I. -Wno-unused In file included from ./Box2D/Collision/b2Collision.h:22:0, from Box2D/Collision/b2TimeOfImpact.cpp:19: ./Box2D/Common/b2Math.h: In function ‘void b2TimeOfImpact(b2TOIOutput*, const b2TOIInput*)’: ./Box2D/Common/b2Math.h:591:35: warning: ‘*((void*)(& fcn)+92).b2Vec2::y’ may be used uninitialized in this function [-Wmaybe-uninitialized] float32 y = (T.q.s * v.x + T.q.c * v.y) + T.p.y; ~~~~~~^~~~~ Box2D/Collision/b2TimeOfImpact.cpp:327:24: note: ‘*((void*)(& fcn)+92).b2Vec2::y’ was declared here b2SeparationFunction fcn; ^~~ In file included from ./Box2D/Collision/b2Collision.h:22:0, from Box2D/Collision/b2TimeOfImpact.cpp:19: ./Box2D/Common/b2Math.h:591:27: warning: ‘*((void*)(& fcn)+92).b2Vec2::x’ may be used uninitialized in this function [-Wmaybe-uninitialized] float32 y = (T.q.s * v.x + T.q.c * v.y) + T.p.y; ~~~~~~~~~~~~~^~~~~~~~~~~~~~ Box2D/Collision/b2TimeOfImpact.cpp:327:24: note: ‘*((void*)(& fcn)+92).b2Vec2::x’ was declared here b2SeparationFunction fcn; ^~~ gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Collision/b2Distance.cpp -o build/temp.linux-riscv64-3.6/Box2D/Collision/b2Distance.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Collision/b2CollideCircle.cpp -o build/temp.linux-riscv64-3.6/Box2D/Collision/b2CollideCircle.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Collision/b2BroadPhase.cpp -o build/temp.linux-riscv64-3.6/Box2D/Collision/b2BroadPhase.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Collision/Shapes/b2EdgeShape.cpp -o build/temp.linux-riscv64-3.6/Box2D/Collision/Shapes/b2EdgeShape.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Collision/Shapes/b2CircleShape.cpp -o build/temp.linux-riscv64-3.6/Box2D/Collision/Shapes/b2CircleShape.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Collision/Shapes/b2PolygonShape.cpp -o build/temp.linux-riscv64-3.6/Box2D/Collision/Shapes/b2PolygonShape.o -I. -Wno-unused gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -fPIC -I/usr/include/python3.6m -c Box2D/Collision/Shapes/b2ChainShape.cpp -o build/temp.linux-riscv64-3.6/Box2D/Collision/Shapes/b2ChainShape.o -I. -Wno-unused g++ -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 build/temp.linux-riscv64-3.6/Box2D/Box2D_wrap.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/b2ContactManager.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/b2Fixture.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/b2WorldCallbacks.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/b2Body.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/b2Island.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/b2World.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Contacts/b2PolygonContact.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Contacts/b2ContactSolver.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Contacts/b2Contact.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Contacts/b2CircleContact.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2WeldJoint.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2MotorJoint.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2Joint.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2FrictionJoint.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2PrismaticJoint.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2RopeJoint.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2GearJoint.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2PulleyJoint.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2WheelJoint.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2DistanceJoint.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2MouseJoint.o build/temp.linux-riscv64-3.6/Box2D/Dynamics/Joints/b2RevoluteJoint.o build/temp.linux-riscv64-3.6/Box2D/Common/b2Draw.o build/temp.linux-riscv64-3.6/Box2D/Common/b2Math.o build/temp.linux-riscv64-3.6/Box2D/Common/b2BlockAllocator.o build/temp.linux-riscv64-3.6/Box2D/Common/b2Settings.o build/temp.linux-riscv64-3.6/Box2D/Common/b2Timer.o build/temp.linux-riscv64-3.6/Box2D/Common/b2StackAllocator.o build/temp.linux-riscv64-3.6/Box2D/Collision/b2Collision.o build/temp.linux-riscv64-3.6/Box2D/Collision/b2DynamicTree.o build/temp.linux-riscv64-3.6/Box2D/Collision/b2CollidePolygon.o build/temp.linux-riscv64-3.6/Box2D/Collision/b2CollideEdge.o build/temp.linux-riscv64-3.6/Box2D/Collision/b2TimeOfImpact.o build/temp.linux-riscv64-3.6/Box2D/Collision/b2Distance.o build/temp.linux-riscv64-3.6/Box2D/Collision/b2CollideCircle.o build/temp.linux-riscv64-3.6/Box2D/Collision/b2BroadPhase.o build/temp.linux-riscv64-3.6/Box2D/Collision/Shapes/b2EdgeShape.o build/temp.linux-riscv64-3.6/Box2D/Collision/Shapes/b2CircleShape.o build/temp.linux-riscv64-3.6/Box2D/Collision/Shapes/b2PolygonShape.o build/temp.linux-riscv64-3.6/Box2D/Collision/Shapes/b2ChainShape.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/Box2D/_Box2D.cpython-36m-riscv64-linux-gnu.so + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4FmHYy + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.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 ' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64 Using setuptools (version 38.4.0). running install running install_lib creating /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr creating /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python2.7/site-packages/Box2D creating /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.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-3.fc28.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-3.fc28.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-3.fc28.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-3.fc28.riscv64/usr/lib64/python2.7/site-packages/Box2D byte-compiling /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python2.7/site-packages/Box2D/b2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python2.7/site-packages/Box2D/Box2D.py to Box2D.pyc byte-compiling /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python2.7/site-packages/Box2D/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpyG5CrO.py' /usr/bin/python2 -O /tmp/tmpyG5CrO.py removing /tmp/tmpyG5CrO.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' warning: no files found matching 'INSTALL' warning: no files found matching 'MANIFEST' warning: no files found matching 'README' warning: no files found matching 'distribute_setup.py' warning: no files found matching '*.py' under directory 'Box2D' warning: no files found matching '*.c' under directory 'Box2D' writing manifest file 'library/Box2D.egg-info/SOURCES.txt' Copying library/Box2D.egg-info to /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python2.7/site-packages/Box2D-2.3.2-py2.7.egg-info running install_scripts + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64 Using setuptools (version 38.4.0). running install running install_lib creating /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python3.6 creating /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python3.6/site-packages creating /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python3.6/site-packages/Box2D creating /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python3.6/site-packages/Box2D/b2 copying build/lib.linux-riscv64-3.6/Box2D/b2/__init__.py -> /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python3.6/site-packages/Box2D/b2 copying build/lib.linux-riscv64-3.6/Box2D/Box2D.py -> /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python3.6/site-packages/Box2D copying build/lib.linux-riscv64-3.6/Box2D/__init__.py -> /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python3.6/site-packages/Box2D copying build/lib.linux-riscv64-3.6/Box2D/_Box2D.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python3.6/site-packages/Box2D byte-compiling /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python3.6/site-packages/Box2D/b2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python3.6/site-packages/Box2D/Box2D.py to Box2D.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python3.6/site-packages/Box2D/__init__.py to __init__.cpython-36.pyc writing byte-compilation script '/tmp/tmpe7t2d0y8.py' /usr/bin/python3 /tmp/tmpe7t2d0y8.py removing /tmp/tmpe7t2d0y8.py running install_egg_info running egg_info writing library/Box2D.egg-info/PKG-INFO writing dependency_links to library/Box2D.egg-info/dependency_links.txt writing top-level names to library/Box2D.egg-info/top_level.txt reading manifest file 'library/Box2D.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'INSTALL' warning: no files found matching 'MANIFEST' warning: no files found matching 'README' warning: no files found matching 'distribute_setup.py' warning: no files found matching '*.py' under directory 'Box2D' warning: no files found matching '*.c' under directory 'Box2D' writing manifest file 'library/Box2D.egg-info/SOURCES.txt' Copying library/Box2D.egg-info to /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python3.6/site-packages/Box2D-2.3.2-py3.6.egg-info running install_scripts + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/lib64/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python2-pybox2d-2.3.2-3.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ZWllW2 + umask 022 + cd /builddir/build/BUILD + cd pybox2d-2.3.2 + DOCDIR=/builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.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-3.fc28.riscv64/usr/share/doc/python2-pybox2d + cp -pr README.md /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.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-3.fc28.riscv64/usr/share/doc/python2-pybox2d + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Dkjs7Q + umask 022 + cd /builddir/build/BUILD + cd pybox2d-2.3.2 + LICENSEDIR=/builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.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-3.fc28.riscv64/usr/share/licenses/python2-pybox2d + cp -pr LICENSE /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/share/licenses/python2-pybox2d + exit 0 Provides: pybox2d = 2.3.2-3.fc28 python-pybox2d = 2.3.2-3.fc28 python-pybox2d(riscv-64) = 2.3.2-3.fc28 python2-pybox2d = 2.3.2-3.fc28 python2-pybox2d(riscv-64) = 2.3.2-3.fc28 python2.7dist(box2d) = 2.3.2 python2dist(box2d) = 2.3.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.4)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: pybox2d < 2.3.2-3.fc28 python-pybox2d < 2.3.2-3.fc28 Processing files: python3-pybox2d-2.3.2-3.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.FogNRB + umask 022 + cd /builddir/build/BUILD + cd pybox2d-2.3.2 + DOCDIR=/builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.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-3.fc28.riscv64/usr/share/doc/python3-pybox2d + cp -pr README.md /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.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-3.fc28.riscv64/usr/share/doc/python3-pybox2d + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Ianziu + umask 022 + cd /builddir/build/BUILD + cd pybox2d-2.3.2 + LICENSEDIR=/builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.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-3.fc28.riscv64/usr/share/licenses/python3-pybox2d + cp -pr LICENSE /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64/usr/share/licenses/python3-pybox2d + exit 0 Provides: python3-pybox2d = 2.3.2-3.fc28 python3-pybox2d(riscv-64) = 2.3.2-3.fc28 python3.6dist(box2d) = 2.3.2 python3dist(box2d) = 2.3.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.4)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpython3.6m.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.6 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64 Wrote: /builddir/build/SRPMS/pybox2d-2.3.2-3.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/python2-pybox2d-2.3.2-3.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/python3-pybox2d-2.3.2-3.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.JvZ6Tt + umask 022 + cd /builddir/build/BUILD + cd pybox2d-2.3.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pybox2d-2.3.2-3.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff