* Package: games-sports/trophy-2.0.4 * Repository: gentoo * Maintainer: games@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking trophy-2.0.4.tar.gz to /var/tmp/portage/games-sports/trophy-2.0.4/work >>> Source unpacked in /var/tmp/portage/games-sports/trophy-2.0.4/work >>> Preparing source in /var/tmp/portage/games-sports/trophy-2.0.4/work/trophy-2.0.4 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/games-sports/trophy-2.0.4/work/trophy-2.0.4 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/trophy-2.0.4 --htmldir=/usr/share/doc/trophy-2.0.4/html --libdir=/usr/lib64 checking for a BSD-compatible install... /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking ClanLib version... ClanLib 0.8 checking for CLANLIB... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-pc-linux-gnu-g++... none checking for main in -lclanSignals... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating resources/Makefile config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/games-sports/trophy-2.0.4/work/trophy-2.0.4 ... make -j3 Making all in resources make[1]: Entering directory '/var/tmp/portage/games-sports/trophy-2.0.4/work/trophy-2.0.4/resources' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/var/tmp/portage/games-sports/trophy-2.0.4/work/trophy-2.0.4/resources' Making all in src make[1]: Entering directory '/var/tmp/portage/games-sports/trophy-2.0.4/work/trophy-2.0.4/src' x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o cagoody.o cagoody.cpp x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o cainfodialog.o cainfodialog.cpp x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o caescapedialog.o caescapedialog.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cadialog.h:6, from cainfodialog.h:5, from caescapedialog.h:4, from caescapedialog.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from cadialog.h:6, from cainfodialog.h:5, from caescapedialog.h:4, from caescapedialog.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cadialog.h:6, from cainfodialog.h:5, from cainfodialog.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from cadialog.h:6, from cainfodialog.h:5, from cainfodialog.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cagoodytype.h:5, from cagoody.h:4, from cagoody.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from cagoodytype.h:5, from cagoody.h:4, from cagoody.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from cainfodialog.cpp:3: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from cainfodialog.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from cainfodialog.cpp:3: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from cainfodialog.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from cainfodialog.cpp:3: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from cainfodialog.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o canetserver.o canetserver.cpp x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o casoundeffect.o casoundeffect.cpp x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o camenuinput.o camenuinput.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cartype.h:5, from catrophy.h:13, from canetserver.cpp:4: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/GL/../Display/surface.h:56, from /usr/include/ClanLib-0.8/ClanLib/GL/opengl_surface.h:50, from /usr/include/ClanLib-0.8/ClanLib/gl.h:61, from catrophy.h:9, from canetserver.cpp:4: /usr/include/ClanLib-0.8/ClanLib/GL/../Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from camenuitem.h:5, from camenulabel.h:4, from camenuinput.h:4, from camenuinput.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from camenuitem.h:5, from camenulabel.h:4, from camenuinput.h:4, from camenuinput.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from canetserver.cpp:4: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from canetserver.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from canetserver.cpp:4: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from canetserver.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from canetserver.cpp:4: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from canetserver.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cartype.h:5, from catrophy.h:13, from casoundeffect.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/GL/../Display/surface.h:56, from /usr/include/ClanLib-0.8/ClanLib/GL/opengl_surface.h:50, from /usr/include/ClanLib-0.8/ClanLib/gl.h:61, from catrophy.h:9, from casoundeffect.cpp:1: /usr/include/ClanLib-0.8/ClanLib/GL/../Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from casoundeffect.cpp:1: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from casoundeffect.cpp:1: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from casoundeffect.cpp:1: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from casoundeffect.cpp:1: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from casoundeffect.cpp:1: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from casoundeffect.cpp:1: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o capositiontableview.o capositiontableview.cpp x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o cagoodytype.o cagoodytype.cpp x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o calabel.o calabel.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cawidget.h:5, from calabel.h:4, from capositiontableview.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from cawidget.h:5, from calabel.h:4, from capositiontableview.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cagoodytype.h:5, from cagoodytype.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from cagoodytype.h:5, from cagoodytype.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cawidget.h:5, from calabel.h:4, from calabel.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from cawidget.h:5, from calabel.h:4, from calabel.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from capositiontableview.cpp:4: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from capositiontableview.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from capositiontableview.cpp:4: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from capositiontableview.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from capositiontableview.cpp:4: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from capositiontableview.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o capanel.o capanel.cpp x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o caconfigurekey.o caconfigurekey.cpp x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o shopscreen.o shopscreen.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from player.h:6, from caplayerview.h:4, from capanel.h:6, from capanel.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from player.h:6, from caplayerview.h:4, from capanel.h:6, from capanel.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from shopscreen.h:4, from shopscreen.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from shopscreen.h:4, from shopscreen.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from capanel.cpp:2: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from capanel.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from capanel.cpp:2: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from capanel.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from capanel.cpp:2: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from capanel.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from caconfigurekey.h:5, from caconfigurekey.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from caconfigurekey.h:5, from caconfigurekey.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o cartype.o cartype.cpp In file included from catrophy.h:25, from caconfigurekey.cpp:4: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caconfigurekey.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from caconfigurekey.cpp:4: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caconfigurekey.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from caconfigurekey.cpp:4: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caconfigurekey.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from shopscreen.cpp:2: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from shopscreen.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from shopscreen.cpp:2: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from shopscreen.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from shopscreen.cpp:2: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from shopscreen.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o caimagehueselector.o caimagehueselector.cpp x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o camenuitem.o camenuitem.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cartype.h:5, from cartype.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from cartype.h:5, from cartype.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from camenu.h:7, from camenuitem.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from camenu.h:7, from camenuitem.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cawidget.h:5, from caimageview.h:5, from caimagehueselector.h:5, from caimagehueselector.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from cawidget.h:5, from caimageview.h:5, from caimagehueselector.h:5, from caimagehueselector.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o camenuselect.o camenuselect.cpp In file included from catrophy.h:25, from caimagehueselector.cpp:4: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o caresources.o caresources.cpp In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caimagehueselector.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from caimagehueselector.cpp:4: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caimagehueselector.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from caimagehueselector.cpp:4: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caimagehueselector.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o calineedit.o calineedit.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from camenu.h:7, from camenuselect.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from camenu.h:7, from camenuselect.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from caresources.h:5, from caresources.cpp:8: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from caresources.h:5, from caresources.cpp:8: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from caresources.cpp:9: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caresources.cpp:9: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from caresources.cpp:9: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caresources.cpp:9: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from caresources.cpp:9: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caresources.cpp:9: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o player.o player.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cawidget.h:5, from calineedit.h:5, from calineedit.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from cawidget.h:5, from calineedit.h:5, from calineedit.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from calineedit.cpp:3: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from calineedit.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from calineedit.cpp:3: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from calineedit.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from calineedit.cpp:3: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from calineedit.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o track.o track.cpp x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o guibox.o guibox.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from player.h:6, from player.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from player.h:6, from player.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from player.cpp:5: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from player.cpp:5: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from player.cpp:5: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from player.cpp:5: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from player.cpp:5: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from player.cpp:5: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from track.cpp:1: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cawidget.h:5, from guibox.h:4, from guibox.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from track.cpp:1: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from cawidget.h:5, from guibox.h:4, from guibox.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from track.cpp:1: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from track.cpp:1: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from track.cpp:1: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from track.cpp:1: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o cacredits.o cacredits.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from caresources.h:5, from track.cpp:3: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/GL/../Display/surface.h:56, from /usr/include/ClanLib-0.8/ClanLib/GL/opengl_surface.h:50, from /usr/include/ClanLib-0.8/ClanLib/gl.h:61, from track.h:13, from track.cpp:1: /usr/include/ClanLib-0.8/ClanLib/GL/../Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o caimagemanipulation.o caimagemanipulation.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cacredits.h:5, from cacredits.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from cacredits.h:5, from cacredits.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o camenulabel.o camenulabel.cpp In file included from catrophy.h:25, from cacredits.cpp:4: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from cacredits.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from cacredits.cpp:4: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from cacredits.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from cacredits.cpp:4: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from cacredits.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from caimagemanipulation.h:5, from caimagemanipulation.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from caimagemanipulation.h:5, from caimagemanipulation.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o cascreen.o cascreen.cpp x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o catrophy.o catrophy.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from camenuitem.h:5, from camenulabel.h:4, from camenulabel.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from camenuitem.h:5, from camenulabel.h:4, from camenulabel.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o cacarupgrades.o cacarupgrades.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from catrophy.cpp:11: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from catrophy.cpp:11: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cartype.h:5, from catrophy.h:13, from cascreen.cpp:2: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/GL/../Display/surface.h:56, from /usr/include/ClanLib-0.8/ClanLib/GL/opengl_surface.h:50, from /usr/include/ClanLib-0.8/ClanLib/gl.h:61, from catrophy.h:9, from cascreen.cpp:2: /usr/include/ClanLib-0.8/ClanLib/GL/../Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from cascreen.cpp:2: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from cascreen.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from cascreen.cpp:2: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from cascreen.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from cascreen.cpp:2: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from cascreen.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from catrophy.cpp:25: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from catrophy.cpp:25: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from catrophy.cpp:25: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from catrophy.cpp:25: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from catrophy.cpp:25: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from catrophy.cpp:25: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o caloadingscreen.o caloadingscreen.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cacarupgrades.h:5, from cacarupgrades.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from cacarupgrades.h:5, from cacarupgrades.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o caplayersettingsdialog.o caplayersettingsdialog.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cartype.h:5, from catrophy.h:13, from caloadingscreen.cpp:2: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/GL/../Display/surface.h:56, from /usr/include/ClanLib-0.8/ClanLib/GL/opengl_surface.h:50, from /usr/include/ClanLib-0.8/ClanLib/gl.h:61, from catrophy.h:9, from caloadingscreen.cpp:2: /usr/include/ClanLib-0.8/ClanLib/GL/../Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from caloadingscreen.cpp:2: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caloadingscreen.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from caloadingscreen.cpp:2: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caloadingscreen.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from caloadingscreen.cpp:2: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caloadingscreen.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o cadialog.o cadialog.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cawidget.h:5, from caimageview.h:5, from caimagehueselector.h:5, from caplayersettingsdialog.h:5, from caplayersettingsdialog.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from cawidget.h:5, from caimageview.h:5, from caimagehueselector.h:5, from caplayersettingsdialog.h:5, from caplayersettingsdialog.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from caplayersettingsdialog.cpp:3: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caplayersettingsdialog.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from caplayersettingsdialog.cpp:3: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caplayersettingsdialog.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from caplayersettingsdialog.cpp:3: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caplayersettingsdialog.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o caimageselector.o caimageselector.cpp x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o cachampionshipscreen.o cachampionshipscreen.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cadialog.h:6, from cadialog.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from cadialog.h:6, from cadialog.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from cadialog.cpp:2: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from cadialog.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from cadialog.cpp:2: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from cadialog.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from cadialog.cpp:2: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from cadialog.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o casignupscreen.o casignupscreen.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cachampionshipscreen.h:4, from cachampionshipscreen.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from cachampionshipscreen.h:4, from cachampionshipscreen.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cawidget.h:5, from caimageview.h:5, from caimageselector.h:5, from caimageselector.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from cawidget.h:5, from caimageview.h:5, from caimageselector.h:5, from caimageselector.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from caimageselector.cpp:3: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caimageselector.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from caimageselector.cpp:3: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caimageselector.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from caimageselector.cpp:3: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caimageselector.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from cachampionshipscreen.cpp:2: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from cachampionshipscreen.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from cachampionshipscreen.cpp:2: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from cachampionshipscreen.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from cachampionshipscreen.cpp:2: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from cachampionshipscreen.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o cawidget.o cawidget.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from casignupscreen.h:4, from casignupscreen.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from casignupscreen.h:4, from casignupscreen.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from casignupscreen.cpp:2: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from casignupscreen.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from casignupscreen.cpp:2: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from casignupscreen.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from casignupscreen.cpp:2: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from casignupscreen.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o caplayerview.o caplayerview.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cawidget.h:5, from cawidget.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from cawidget.h:5, from cawidget.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from cawidget.cpp:2: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from cawidget.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from cawidget.cpp:2: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from cawidget.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from cawidget.cpp:2: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from cawidget.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o caimageview.o caimageview.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from caimagemanipulation.h:5, from caplayerview.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from caimagemanipulation.h:5, from caplayerview.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o canetclient.o canetclient.cpp x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o caslotselectiondialog.o caslotselectiondialog.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cawidget.h:5, from caimageview.h:5, from caimageview.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from cawidget.h:5, from caimageview.h:5, from caimageview.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from caimageview.cpp:3: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caimageview.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from caimageview.cpp:3: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caimageview.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from caimageview.cpp:3: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caimageview.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from player.h:6, from canetclient.h:6, from canetclient.cpp:3: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from player.h:6, from canetclient.h:6, from canetclient.cpp:3: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from canetclient.cpp:4: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from canetclient.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from canetclient.cpp:4: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from canetclient.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from canetclient.cpp:4: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from canetclient.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cadialog.h:6, from caslotselectiondialog.h:5, from caslotselectiondialog.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from cadialog.h:6, from caslotselectiondialog.h:5, from caslotselectiondialog.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o camenu.o camenu.cpp In file included from catrophy.h:25, from caslotselectiondialog.cpp:2: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caslotselectiondialog.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from caslotselectiondialog.cpp:2: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caslotselectiondialog.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from caslotselectiondialog.cpp:2: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from caslotselectiondialog.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o capositiontable.o capositiontable.cpp x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o humanplayer.o humanplayer.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from camenu.h:7, from camenu.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from camenu.h:7, from camenu.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from player.h:6, from capositiontable.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from player.h:6, from capositiontable.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from camenu.cpp:4: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from camenu.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from camenu.cpp:4: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from camenu.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from camenu.cpp:4: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from camenu.cpp:4: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from capositiontable.cpp:3: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from capositiontable.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from capositiontable.cpp:3: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from capositiontable.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from capositiontable.cpp:3: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from capositiontable.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o computerplayer.o computerplayer.cpp x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o upgradespanel.o upgradespanel.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from caconfigurekey.h:5, from humanplayer.h:4, from humanplayer.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from caconfigurekey.h:5, from humanplayer.h:4, from humanplayer.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from humanplayer.cpp:3: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from humanplayer.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from humanplayer.cpp:3: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from humanplayer.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from humanplayer.cpp:3: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from humanplayer.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o windialog.o windialog.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from player.h:6, from upgradespanel.h:5, from upgradespanel.cpp:2: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from player.h:6, from upgradespanel.h:5, from upgradespanel.cpp:2: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from player.h:6, from computerplayer.h:4, from computerplayer.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from player.h:6, from computerplayer.h:4, from computerplayer.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from computerplayer.cpp:3: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from computerplayer.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from computerplayer.cpp:3: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from computerplayer.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from computerplayer.cpp:3: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from computerplayer.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"trophy\" -DPACKAGE_TARNAME=\"trophy\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"trophy\ 2.0.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"trophy\" -DVERSION=\"2.0.4\" -DHAVE_LIBCLANSIGNALS=1 -I. -I/usr/include/ClanLib-0.8 -DPKGDATADIR=\"/usr/share/trophy\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -c -o utils/trophymath.o utils/trophymath.cpp In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:63, from cacredits.h:5, from windialog.h:5, from windialog.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h: In constructor ‘CL_Palette::CL_Palette(const unsigned int*)’: /usr/include/ClanLib-0.8/ClanLib/Display/palette.h:58:54: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class CL_Color’ from an array of ‘const unsigned int’ [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-0.8/ClanLib/display.h:42, from cacredits.h:5, from windialog.h:5, from windialog.cpp:1: /usr/include/ClanLib-0.8/ClanLib/Display/color.h:59:22: note: ‘class CL_Color’ declared here 59 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ In file included from catrophy.h:25, from windialog.cpp:2: track.h: At global scope: track.h:79:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 79 | std::auto_ptr m_functionMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from windialog.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from windialog.cpp:2: track.h:81:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | std::auto_ptr m_visualMap; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from windialog.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from catrophy.h:25, from windialog.cpp:2: track.h:83:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 83 | std::auto_ptr m_bridge; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, from track.h:9, from catrophy.h:25, from windialog.cpp:2: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -Wall -pipe -march=native -fno-diagnostics-color -O2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o trophy cagoody.o cainfodialog.o caescapedialog.o canetserver.o casoundeffect.o camenuinput.o capositiontableview.o cagoodytype.o calabel.o capanel.o caconfigurekey.o shopscreen.o cartype.o caimagehueselector.o camenuitem.o camenuselect.o caresources.o calineedit.o player.o track.o guibox.o cacredits.o caimagemanipulation.o camenulabel.o cascreen.o catrophy.o cacarupgrades.o caloadingscreen.o caplayersettingsdialog.o cadialog.o caimageselector.o cachampionshipscreen.o casignupscreen.o cawidget.o utils/trophymath.o caplayerview.o caimageview.o canetclient.o caslotselectiondialog.o camenu.o capositiontable.o humanplayer.o computerplayer.o upgradespanel.o windialog.o -lclanGL -lclanSound -lclanDisplay -lclanCore -lclanSignals -lclanApp -lclanSignals /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../lib64/libclanCore.so: undefined reference to `pthread_mutexattr_setkind_np' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:395: trophy] Error 1 make[1]: Leaving directory '/var/tmp/portage/games-sports/trophy-2.0.4/work/trophy-2.0.4/src' make: *** [Makefile:344: all-recursive] Error 1 * ERROR: games-sports/trophy-2.0.4::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=games-sports/trophy-2.0.4::gentoo'`, * the complete build log and the output of `emerge -pqv '=games-sports/trophy-2.0.4::gentoo'`. * The complete build log is located at '/var/log/portage/games-sports:trophy-2.0.4:20210817-041244.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-sports/trophy-2.0.4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/games-sports/trophy-2.0.4/temp/environment'. * Working directory: '/var/tmp/portage/games-sports/trophy-2.0.4/work/trophy-2.0.4' * S: '/var/tmp/portage/games-sports/trophy-2.0.4/work/trophy-2.0.4'