==> Retrieving sources... -> Found atom-0.4.3.tar.gz ==> Generating checksums for source files... ==> Making package: python2-atom 0.4.3-5 (Wed 20 Nov 2024 06:15:13 PM UTC) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (1) New Version Net Change athena/python2 2.7.18-8 70.24 MiB Total Installed Size: 70.24 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing python2... Optional dependencies for python2 tk: for IDLE python2-setuptools python2-pip :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (1) New Version Net Change athena/python2-setuptools 2:44.1.1-2 3.81 MiB Total Installed Size: 3.81 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing python2-setuptools... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Found atom-0.4.3.tar.gz ==> Validating source files with sha512sums... atom-0.4.3.tar.gz ... Passed ==> Extracting sources... -> Extracting atom-0.4.3.tar.gz with bsdtar ==> Starting build()... running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/atom copying atom/intenum.py -> build/lib.linux-x86_64-2.7/atom copying atom/subclass.py -> build/lib.linux-x86_64-2.7/atom copying atom/compat.py -> build/lib.linux-x86_64-2.7/atom copying atom/list.py -> build/lib.linux-x86_64-2.7/atom copying atom/signal.py -> build/lib.linux-x86_64-2.7/atom copying atom/instance.py -> build/lib.linux-x86_64-2.7/atom copying atom/enum.py -> build/lib.linux-x86_64-2.7/atom copying atom/__init__.py -> build/lib.linux-x86_64-2.7/atom copying atom/scalars.py -> build/lib.linux-x86_64-2.7/atom copying atom/atom.py -> build/lib.linux-x86_64-2.7/atom copying atom/version.py -> build/lib.linux-x86_64-2.7/atom copying atom/api.py -> build/lib.linux-x86_64-2.7/atom copying atom/coerced.py -> build/lib.linux-x86_64-2.7/atom copying atom/containerlist.py -> build/lib.linux-x86_64-2.7/atom copying atom/property.py -> build/lib.linux-x86_64-2.7/atom copying atom/tuple.py -> build/lib.linux-x86_64-2.7/atom copying atom/dict.py -> build/lib.linux-x86_64-2.7/atom copying atom/event.py -> build/lib.linux-x86_64-2.7/atom copying atom/typed.py -> build/lib.linux-x86_64-2.7/atom copying atom/delegator.py -> build/lib.linux-x86_64-2.7/atom creating build/lib.linux-x86_64-2.7/atom/datastructures copying atom/datastructures/__init__.py -> build/lib.linux-x86_64-2.7/atom/datastructures copying atom/datastructures/api.py -> build/lib.linux-x86_64-2.7/atom/datastructures running build_ext building 'atom.catom' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/atom creating build/temp.linux-x86_64-2.7/atom/src gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/atomlist.cpp -o build/temp.linux-x86_64-2.7/atom/src/atomlist.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:88, from atom/src/pythonhelpers.h:9, from atom/src/atomlist.h:9, from atom/src/atomlist.cpp:8: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/atomref.cpp -o build/temp.linux-x86_64-2.7/atom/src/atomref.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:8, from atom/src/pythonhelpers.h:9, from atom/src/atomref.cpp:11: /usr/include/python2.7/pyconfig.h:1223:9: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h:39, from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h:680, from /usr/include/c++/14.2.1/bits/requires_hosted.h:31, from /usr/include/c++/14.2.1/map:60, from atom/src/atomref.cpp:8: /usr/include/features.h:300:10: note: this is the location of the previous definition 300 | # define _POSIX_C_SOURCE 200809L | ^~~~~~~~~~~~~~~ /usr/include/python2.7/pyconfig.h:1245:9: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | ^~~~~~~~~~~~~ /usr/include/features.h:224:10: note: this is the location of the previous definition 224 | # define _XOPEN_SOURCE 700 | ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/catom.cpp -o build/temp.linux-x86_64-2.7/atom/src/catom.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:8, from atom/src/pythonhelpers.h:9, from atom/src/catom.h:11, from atom/src/atomref.h:9, from atom/src/catom.cpp:17: /usr/include/python2.7/pyconfig.h:1223:9: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h:39, from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h:680, from /usr/include/c++/14.2.1/bits/requires_hosted.h:31, from /usr/include/c++/14.2.1/map:60, from atom/src/catom.cpp:16: /usr/include/features.h:300:10: note: this is the location of the previous definition 300 | # define _POSIX_C_SOURCE 200809L | ^~~~~~~~~~~~~~~ /usr/include/python2.7/pyconfig.h:1245:9: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | ^~~~~~~~~~~~~ /usr/include/features.h:224:10: note: this is the location of the previous definition 224 | # define _XOPEN_SOURCE 700 | ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/catommodule.cpp -o build/temp.linux-x86_64-2.7/atom/src/catommodule.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:88, from atom/src/pythonhelpers.h:9, from atom/src/catommodule.cpp:8: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/defaultvaluebehavior.cpp -o build/temp.linux-x86_64-2.7/atom/src/defaultvaluebehavior.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:8, from atom/src/pythonhelpers.h:9, from atom/src/member.h:12, from atom/src/defaultvaluebehavior.cpp:8: /usr/include/python2.7/pyconfig.h:1223:9: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h:39, from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h:680, from /usr/include/c++/14.2.1/bits/requires_hosted.h:31, from /usr/include/c++/14.2.1/vector:60, from atom/src/member.h:10: /usr/include/features.h:300:10: note: this is the location of the previous definition 300 | # define _POSIX_C_SOURCE 200809L | ^~~~~~~~~~~~~~~ /usr/include/python2.7/pyconfig.h:1245:9: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | ^~~~~~~~~~~~~ /usr/include/features.h:224:10: note: this is the location of the previous definition 224 | # define _XOPEN_SOURCE 700 | ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/delattrbehavior.cpp -o build/temp.linux-x86_64-2.7/atom/src/delattrbehavior.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:8, from atom/src/pythonhelpers.h:9, from atom/src/member.h:12, from atom/src/delattrbehavior.cpp:8: /usr/include/python2.7/pyconfig.h:1223:9: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h:39, from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h:680, from /usr/include/c++/14.2.1/bits/requires_hosted.h:31, from /usr/include/c++/14.2.1/vector:60, from atom/src/member.h:10: /usr/include/features.h:300:10: note: this is the location of the previous definition 300 | # define _POSIX_C_SOURCE 200809L | ^~~~~~~~~~~~~~~ /usr/include/python2.7/pyconfig.h:1245:9: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | ^~~~~~~~~~~~~ /usr/include/features.h:224:10: note: this is the location of the previous definition 224 | # define _XOPEN_SOURCE 700 | ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/enumtypes.cpp -o build/temp.linux-x86_64-2.7/atom/src/enumtypes.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:88, from atom/src/py23compat.h:10, from atom/src/enumtypes.h:9, from atom/src/enumtypes.cpp:8: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/eventbinder.cpp -o build/temp.linux-x86_64-2.7/atom/src/eventbinder.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:88, from atom/src/pythonhelpers.h:9, from atom/src/eventbinder.h:9, from atom/src/eventbinder.cpp:8: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/getattrbehavior.cpp -o build/temp.linux-x86_64-2.7/atom/src/getattrbehavior.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:88, from atom/src/pythonhelpers.h:9, from atom/src/eventbinder.h:9, from atom/src/getattrbehavior.cpp:8: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/member.cpp -o build/temp.linux-x86_64-2.7/atom/src/member.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:8, from atom/src/pythonhelpers.h:9, from atom/src/member.h:12, from atom/src/member.cpp:16: /usr/include/python2.7/pyconfig.h:1223:9: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h:39, from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h:680, from /usr/include/c++/14.2.1/bits/requires_hosted.h:31, from /usr/include/c++/14.2.1/vector:60, from atom/src/member.h:10: /usr/include/features.h:300:10: note: this is the location of the previous definition 300 | # define _POSIX_C_SOURCE 200809L | ^~~~~~~~~~~~~~~ /usr/include/python2.7/pyconfig.h:1245:9: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | ^~~~~~~~~~~~~ /usr/include/features.h:224:10: note: this is the location of the previous definition 224 | # define _XOPEN_SOURCE 700 | ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/memberchange.cpp -o build/temp.linux-x86_64-2.7/atom/src/memberchange.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:8, from atom/src/pythonhelpers.h:9, from atom/src/catom.h:11, from atom/src/memberchange.h:10, from atom/src/memberchange.cpp:8: /usr/include/python2.7/pyconfig.h:1223:9: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | ^~~~~~~~~~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdint.h:26, from /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h:9, from atom/src/inttypes.h:20, from atom/src/catom.h:10: /usr/include/features.h:300:10: note: this is the location of the previous definition 300 | # define _POSIX_C_SOURCE 200809L | ^~~~~~~~~~~~~~~ /usr/include/python2.7/pyconfig.h:1245:9: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | ^~~~~~~~~~~~~ /usr/include/features.h:224:10: note: this is the location of the previous definition 224 | # define _XOPEN_SOURCE 700 | ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/methodwrapper.cpp -o build/temp.linux-x86_64-2.7/atom/src/methodwrapper.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:88, from atom/src/pythonhelpers.h:9, from atom/src/methodwrapper.h:9, from atom/src/methodwrapper.cpp:8: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/observerpool.cpp -o build/temp.linux-x86_64-2.7/atom/src/observerpool.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:8, from atom/src/pythonhelpers.h:9, from atom/src/observerpool.h:12, from atom/src/observerpool.cpp:8: /usr/include/python2.7/pyconfig.h:1223:9: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h:39, from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h:680, from /usr/include/c++/14.2.1/bits/requires_hosted.h:31, from /usr/include/c++/14.2.1/vector:60, from atom/src/observerpool.h:10: /usr/include/features.h:300:10: note: this is the location of the previous definition 300 | # define _POSIX_C_SOURCE 200809L | ^~~~~~~~~~~~~~~ /usr/include/python2.7/pyconfig.h:1245:9: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | ^~~~~~~~~~~~~ /usr/include/features.h:224:10: note: this is the location of the previous definition 224 | # define _XOPEN_SOURCE 700 | ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/postgetattrbehavior.cpp -o build/temp.linux-x86_64-2.7/atom/src/postgetattrbehavior.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:8, from atom/src/pythonhelpers.h:9, from atom/src/member.h:12, from atom/src/postgetattrbehavior.cpp:8: /usr/include/python2.7/pyconfig.h:1223:9: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h:39, from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h:680, from /usr/include/c++/14.2.1/bits/requires_hosted.h:31, from /usr/include/c++/14.2.1/vector:60, from atom/src/member.h:10: /usr/include/features.h:300:10: note: this is the location of the previous definition 300 | # define _POSIX_C_SOURCE 200809L | ^~~~~~~~~~~~~~~ /usr/include/python2.7/pyconfig.h:1245:9: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | ^~~~~~~~~~~~~ /usr/include/features.h:224:10: note: this is the location of the previous definition 224 | # define _XOPEN_SOURCE 700 | ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/postsetattrbehavior.cpp -o build/temp.linux-x86_64-2.7/atom/src/postsetattrbehavior.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:8, from atom/src/pythonhelpers.h:9, from atom/src/member.h:12, from atom/src/postsetattrbehavior.cpp:8: /usr/include/python2.7/pyconfig.h:1223:9: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h:39, from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h:680, from /usr/include/c++/14.2.1/bits/requires_hosted.h:31, from /usr/include/c++/14.2.1/vector:60, from atom/src/member.h:10: /usr/include/features.h:300:10: note: this is the location of the previous definition 300 | # define _POSIX_C_SOURCE 200809L | ^~~~~~~~~~~~~~~ /usr/include/python2.7/pyconfig.h:1245:9: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | ^~~~~~~~~~~~~ /usr/include/features.h:224:10: note: this is the location of the previous definition 224 | # define _XOPEN_SOURCE 700 | ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/postvalidatebehavior.cpp -o build/temp.linux-x86_64-2.7/atom/src/postvalidatebehavior.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:8, from atom/src/pythonhelpers.h:9, from atom/src/member.h:12, from atom/src/postvalidatebehavior.cpp:8: /usr/include/python2.7/pyconfig.h:1223:9: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h:39, from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h:680, from /usr/include/c++/14.2.1/bits/requires_hosted.h:31, from /usr/include/c++/14.2.1/vector:60, from atom/src/member.h:10: /usr/include/features.h:300:10: note: this is the location of the previous definition 300 | # define _POSIX_C_SOURCE 200809L | ^~~~~~~~~~~~~~~ /usr/include/python2.7/pyconfig.h:1245:9: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | ^~~~~~~~~~~~~ /usr/include/features.h:224:10: note: this is the location of the previous definition 224 | # define _XOPEN_SOURCE 700 | ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/propertyhelper.cpp -o build/temp.linux-x86_64-2.7/atom/src/propertyhelper.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:88, from atom/src/pythonhelpers.h:9, from atom/src/propertyhelper.cpp:8: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/setattrbehavior.cpp -o build/temp.linux-x86_64-2.7/atom/src/setattrbehavior.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:8, from atom/src/pythonhelpers.h:9, from atom/src/member.h:12, from atom/src/setattrbehavior.cpp:8: /usr/include/python2.7/pyconfig.h:1223:9: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h:39, from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h:680, from /usr/include/c++/14.2.1/bits/requires_hosted.h:31, from /usr/include/c++/14.2.1/vector:60, from atom/src/member.h:10: /usr/include/features.h:300:10: note: this is the location of the previous definition 300 | # define _POSIX_C_SOURCE 200809L | ^~~~~~~~~~~~~~~ /usr/include/python2.7/pyconfig.h:1245:9: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | ^~~~~~~~~~~~~ /usr/include/features.h:224:10: note: this is the location of the previous definition 224 | # define _XOPEN_SOURCE 700 | ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/signalconnector.cpp -o build/temp.linux-x86_64-2.7/atom/src/signalconnector.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:88, from atom/src/pythonhelpers.h:9, from atom/src/signalconnector.h:9, from atom/src/signalconnector.cpp:8: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/validatebehavior.cpp -o build/temp.linux-x86_64-2.7/atom/src/validatebehavior.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:8, from atom/src/pythonhelpers.h:9, from atom/src/member.h:12, from atom/src/validatebehavior.cpp:11: /usr/include/python2.7/pyconfig.h:1223:9: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h:39, from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h:680, from /usr/include/c++/14.2.1/limits:42, from atom/src/validatebehavior.cpp:8: /usr/include/features.h:300:10: note: this is the location of the previous definition 300 | # define _POSIX_C_SOURCE 200809L | ^~~~~~~~~~~~~~~ /usr/include/python2.7/pyconfig.h:1245:9: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | ^~~~~~~~~~~~~ /usr/include/features.h:224:10: note: this is the location of the previous definition 224 | # define _XOPEN_SOURCE 700 | ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ atom/src/validatebehavior.cpp: In static member function ‘static bool Member::check_context(Validate::Mode, PyObject*)’: atom/src/validatebehavior.cpp:169:83: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘Py_ssize_t’ {aka ‘long int’} [-Wformat=] 169 | "Expected 2-tuple of (type, callable). Got a tuple of length %d instead.", | ~^ | | | int | %ld g++ -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto build/temp.linux-x86_64-2.7/atom/src/atomlist.o build/temp.linux-x86_64-2.7/atom/src/atomref.o build/temp.linux-x86_64-2.7/atom/src/catom.o build/temp.linux-x86_64-2.7/atom/src/catommodule.o build/temp.linux-x86_64-2.7/atom/src/defaultvaluebehavior.o build/temp.linux-x86_64-2.7/atom/src/delattrbehavior.o build/temp.linux-x86_64-2.7/atom/src/enumtypes.o build/temp.linux-x86_64-2.7/atom/src/eventbinder.o build/temp.linux-x86_64-2.7/atom/src/getattrbehavior.o build/temp.linux-x86_64-2.7/atom/src/member.o build/temp.linux-x86_64-2.7/atom/src/memberchange.o build/temp.linux-x86_64-2.7/atom/src/methodwrapper.o build/temp.linux-x86_64-2.7/atom/src/observerpool.o build/temp.linux-x86_64-2.7/atom/src/postgetattrbehavior.o build/temp.linux-x86_64-2.7/atom/src/postsetattrbehavior.o build/temp.linux-x86_64-2.7/atom/src/postvalidatebehavior.o build/temp.linux-x86_64-2.7/atom/src/propertyhelper.o build/temp.linux-x86_64-2.7/atom/src/setattrbehavior.o build/temp.linux-x86_64-2.7/atom/src/signalconnector.o build/temp.linux-x86_64-2.7/atom/src/validatebehavior.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/atom/catom.so building 'atom.datastructures.sortedmap' extension gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto -fPIC -I/usr/include/python2.7 -c atom/src/sortedmap.cpp -o build/temp.linux-x86_64-2.7/atom/src/sortedmap.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from /usr/include/python2.7/Python.h:8, from atom/src/pythonhelpers.h:9, from atom/src/sortedmap.cpp:12: /usr/include/python2.7/pyconfig.h:1223:9: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h:39, from /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h:680, from /usr/include/c++/14.2.1/bits/stl_algobase.h:59, from /usr/include/c++/14.2.1/algorithm:60, from atom/src/sortedmap.cpp:8: /usr/include/features.h:300:10: note: this is the location of the previous definition 300 | # define _POSIX_C_SOURCE 200809L | ^~~~~~~~~~~~~~~ /usr/include/python2.7/pyconfig.h:1245:9: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | ^~~~~~~~~~~~~ /usr/include/features.h:224:10: note: this is the location of the previous definition 224 | # define _XOPEN_SOURCE 700 | ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:88: /usr/include/python2.7/unicodeobject.h:534:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 534 | register PyObject *obj, /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:553:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 553 | register PyObject *obj /* Object */ | ^~~ /usr/include/python2.7/unicodeobject.h:575:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 575 | register const wchar_t *w, /* wchar_t buffer */ | ^ /usr/include/python2.7/unicodeobject.h:593:23: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 593 | register wchar_t *w, /* wchar_t buffer */ | ^ In file included from /usr/include/python2.7/Python.h:97: /usr/include/python2.7/stringobject.h:173:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 173 | register PyObject *obj, /* string or Unicode object */ | ^~~ /usr/include/python2.7/stringobject.h:174:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 174 | register char **s, /* pointer to buffer variable */ | ^ /usr/include/python2.7/stringobject.h:175:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register Py_ssize_t *len /* pointer to length variable or NULL | ^~~ g++ -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-atom/src=/usr/src/debug/python2-atom -flto=auto build/temp.linux-x86_64-2.7/atom/src/sortedmap.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/atom/datastructures/sortedmap.so ==> Entering fakeroot environment... ==> Starting package()... running install running install_lib creating /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr creating /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib creating /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7 creating /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages creating /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/intenum.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/subclass.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/compat.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/list.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/signal.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/instance.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/enum.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/__init__.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/scalars.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/atom.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/version.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/api.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/coerced.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/containerlist.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/catom.so -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/property.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/tuple.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/dict.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/event.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/typed.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom copying build/lib.linux-x86_64-2.7/atom/delegator.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom creating /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/datastructures copying build/lib.linux-x86_64-2.7/atom/datastructures/__init__.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/datastructures copying build/lib.linux-x86_64-2.7/atom/datastructures/sortedmap.so -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/datastructures copying build/lib.linux-x86_64-2.7/atom/datastructures/api.py -> /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/datastructures byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/intenum.py to intenum.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/subclass.py to subclass.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/compat.py to compat.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/list.py to list.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/signal.py to signal.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/instance.py to instance.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/enum.py to enum.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/__init__.py to __init__.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/scalars.py to scalars.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/atom.py to atom.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/version.py to version.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/api.py to api.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/coerced.py to coerced.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/containerlist.py to containerlist.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/property.py to property.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/tuple.py to tuple.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/dict.py to dict.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/event.py to event.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/typed.py to typed.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/delegator.py to delegator.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/datastructures/__init__.py to __init__.pyc byte-compiling /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom/datastructures/api.py to api.pyc writing byte-compilation script '/tmp/tmpEZ4UmP.py' /usr/sbin/python2 -O /tmp/tmpEZ4UmP.py removing /tmp/tmpEZ4UmP.py running install_egg_info running egg_info writing requirements to atom.egg-info/requires.txt writing atom.egg-info/PKG-INFO writing top-level names to atom.egg-info/top_level.txt writing dependency_links to atom.egg-info/dependency_links.txt reading manifest file 'atom.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' warning: no files found matching '*.md' warning: no files found matching '*.png' under directory 'docs' warning: no files found matching '*.txt' under directory 'licenses' no previously-included directories found matching '.git' no previously-included directories found matching 'docs/build' no previously-included directories found matching 'dist' no previously-included directories found matching 'build' writing manifest file 'atom.egg-info/SOURCES.txt' Copying atom.egg-info to /src/packages/libs/python2/python2-atom/pkg/python2-atom/usr/lib/python2.7/site-packages/atom-0.4.3-py2.7.egg-info running install_scripts ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... libfakeroot internal error: payload not recognized! -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "python2-atom"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "python2-atom-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python2-atom 0.4.3-5 (Wed 20 Nov 2024 06:15:41 PM UTC) ==> Cleaning up... ==> Removing installed dependencies... checking dependencies... Package (2) Old Version Net Change python2 2.7.18-8 -70.24 MiB python2-setuptools 2:44.1.1-2 -3.81 MiB Total Removed Size: 74.05 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python2-setuptools... removing python2... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...