* Package: games-board/freedoko-0.7.16 * Repository: gentoo * Maintainer: games@gentoo.org * USE: abi_x86_64 amd64 backgrounds elibc_glibc gnomecards kdecards kernel_linux openclipartcards pysolcards userland_GNU xskatcards * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking FreeDoko_0.7.16.src.zip to /var/tmp/portage/games-board/freedoko-0.7.16/work >>> Unpacking xskat.zip to /var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/data/cardsets >>> Unpacking kdecarddecks.zip to /var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/data/cardsets >>> Unpacking pysol.zip to /var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/data/cardsets >>> Unpacking gnome-games.zip to /var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/data/cardsets >>> Unpacking openclipart.zip to /var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/data/cardsets >>> Unpacking freedoko-backgrounds.zip to /var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/data/backgrounds >>> Source unpacked in /var/tmp/portage/games-board/freedoko-0.7.16/work >>> Preparing source in /var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16 ... * Applying freedoko-0.7.16-gentoo.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16 ... make -j1 Version make: 'Version' is up to date. make -j1 -C src FreeDoko make: Entering directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src' Environment OPERATING_SYSTEM : Linux OPERATING_SYSTEM_NAME : GNU/Linux SHELLTYPE : sh PROGRAM : FreeDoko FREEDOKO_WORKING_DIRECTORY : . Modules USE_THREADS : false USE_BOOST : false USE_UI_TEXT : false USE_UI_GTKMM : true USE_SOUND : USE_SOUND_ALUT : false USE_SOUND_APLAY : USE_SOUND_PLAYSOUND : USE_NETWORK : false USE_NETWORK_DOKOLOUNGE : false Package gtkmm-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtkmm-3.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtkmm-3.0' found Package gtkmm-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtkmm-3.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtkmm-3.0' found Flags CXX : c++ CPPFLAGS : -DPUBLIC_DATA_DIRECTORY_VALUE=/usr/share/freedoko -DMANUAL_DIRECTORY_VALUE=/usr/share/doc/freedoko-0.7.16/html -DLINUX -DUSE_UI_GTKMM CXXFLAGS : -O2 -pipe -march=native -std=c++14 INCLUDE : LIBS : -lm c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT freedoko.o -MF freedoko.d -o freedoko.o -c freedoko.cpp In file included from freedoko.cpp:55:0: basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from freedoko.cpp:67:0: party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ In file included from os/../card/trick.h:34:0, from os/bug_report_replay.h:36, from freedoko.cpp:86: os/../card/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT constants.o -MF constants.d -o constants.o -c constants.cpp c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT debug.o -MF debug.d -o debug.o -c debug.cpp c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT utils.o -MF utils.d -o utils.o -c utils.cpp c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT basistypes.o -MF basistypes.d -o basistypes.o -c basistypes.cpp In file included from basistypes.cpp:31:0: basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ basistypes.cpp:309:3: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(ReadException) ^~~~~ basistypes.cpp:410:3: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(ReadException) ^~~~~ basistypes.cpp:744:1: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(ReadException) ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT runtime.o -MF runtime.d -o runtime.o -c runtime.cpp make -C party make[1]: Entering directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/party' c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT party.o -MF party.d -o party.o -c party.cpp In file included from party.h:32:0, from party.cpp:32: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from party.cpp:32:0: party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ In file included from rule.h:33:0, from party.cpp:36: ../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ party.cpp:2225:1: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw (ReadException) ^~~~~ party.cpp:2574:1: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw (ReadException) ^~~~~ party.cpp:2610:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Party::load_players() throw (ReadException) ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT rule.o -MF rule.d -o rule.o -c rule.cpp In file included from rule.h:32:0, from rule.cpp:31: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from rule.h:33:0, from rule.cpp:31: ../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ In file included from rule.cpp:35:0: party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ make[1]: Leaving directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/party' make -C game make[1]: Entering directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/game' c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT game.announcement.o -MF game.announcement.d -o game.announcement.o -c game.announcement.cpp In file included from reservation.h:32:0, from game.h:32, from game.announcement.cpp:31: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from game.announcement.cpp:35:0: ../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ In file included from ../party/rule.h:33:0, from game.announcement.cpp:36: ../party/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT game.o -MF game.d -o game.o -c game.cpp In file included from reservation.h:32:0, from game.h:32, from game.cpp:31: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../os/os.h:33:0, from gameplay.h:32, from game.cpp:33: ../os/../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../os/../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../os/../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ In file included from ../party/rule.h:33:0, from game.cpp:35: ../party/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT game.gameplay.o -MF game.gameplay.d -o game.gameplay.o -c game.gameplay.cpp In file included from reservation.h:32:0, from game.h:32, from game.gameplay.cpp:31: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from gameplay_actions/../../card/trick.h:34:0, from gameplay_actions/trick_full.h:33, from gameplay_actions.h:38, from game.gameplay.cpp:33: gameplay_actions/../../card/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ In file included from game.gameplay.cpp:35:0: ../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT game.info.o -MF game.info.d -o game.info.o -c game.info.cpp In file included from reservation.h:32:0, from game.h:32, from game.info.cpp:31: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../party/rule.h:33:0, from game.info.cpp:34: ../party/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT game.marriage.o -MF game.marriage.d -o game.marriage.o -c game.marriage.cpp In file included from reservation.h:32:0, from game.h:32, from game.marriage.cpp:31: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../party/rule.h:33:0, from game.marriage.cpp:36: ../party/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT game.player.o -MF game.player.d -o game.player.o -c game.player.cpp In file included from reservation.h:32:0, from game.h:32, from game.player.cpp:31: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from game.player.cpp:33:0: ../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ In file included from ../party/rule.h:33:0, from game.player.cpp:34: ../party/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT game.swines.o -MF game.swines.d -o game.swines.o -c game.swines.cpp In file included from reservation.h:32:0, from game.h:32, from game.swines.cpp:31: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from game.swines.cpp:36:0: ../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ In file included from ../party/rule.h:33:0, from game.swines.cpp:37: ../party/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT game.team.o -MF game.team.d -o game.team.o -c game.team.cpp In file included from reservation.h:32:0, from game.h:32, from game.team.cpp:31: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../party/rule.h:33:0, from game.team.cpp:33: ../party/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT game.trick.o -MF game.trick.d -o game.trick.o -c game.trick.cpp In file included from reservation.h:32:0, from game.h:32, from game.trick.cpp:31: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../party/rule.h:33:0, from game.trick.cpp:33: ../party/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT reservation.o -MF reservation.d -o reservation.o -c reservation.cpp In file included from reservation.h:32:0, from reservation.cpp:31: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT specialpoint.o -MF specialpoint.d -o specialpoint.o -c specialpoint.cpp In file included from specialpoint.h:32:0, from specialpoint.cpp:31: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from specialpoint.cpp:31:0: specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ In file included from specialpoint.cpp:33:0: ../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ specialpoint.cpp:267:1: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(ReadException) ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT game_summary.o -MF game_summary.d -o game_summary.o -c game_summary.cpp In file included from game_summary.h:32:0, from game_summary.cpp:29: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from game_summary.h:33:0, from game_summary.cpp:29: specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ In file included from game_summary.cpp:31:0: ../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT gameplay.o -MF gameplay.d -o gameplay.o -c gameplay.cpp In file included from ../os/../card/card.h:31:0, from ../os/os.h:32, from gameplay.h:32, from gameplay.cpp:31: ../os/../card/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../os/../card/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../os/../card/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../os/os.h:33:0, from gameplay.h:32, from gameplay.cpp:31: ../os/../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../os/../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../os/../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ In file included from gameplay_actions/../../card/trick.h:34:0, from gameplay_actions/trick_full.h:33, from gameplay_actions.h:38, from gameplay.cpp:32: gameplay_actions/../../card/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT gameplay_action.o -MF gameplay_action.d -o gameplay_action.o -c gameplay_action.cpp In file included from gameplay_actions/../reservation.h:32:0, from gameplay_actions/reservation.h:33, from gameplay_actions.h:32, from gameplay_action.cpp:32: gameplay_actions/../../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ gameplay_actions/../../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ gameplay_actions/../../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from gameplay_actions/../../card/trick.h:34:0, from gameplay_actions/trick_full.h:33, from gameplay_actions.h:38, from gameplay_action.cpp:32: gameplay_actions/../../card/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ make -C gameplay_actions make[2]: Entering directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/game/gameplay_actions' c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT pure.o -MF pure.d -o pure.o -c pure.cpp In file included from ../../misc/translations.h:40:0, from pure.cpp:33: ../../misc/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../misc/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../misc/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT player1.o -MF player1.d -o player1.o -c player1.cpp In file included from ../../misc/translations.h:40:0, from player1.cpp:33: ../../misc/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../misc/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../misc/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT base_cards.o -MF base_cards.d -o base_cards.o -c base_cards.cpp In file included from ../../card/card.h:31:0, from base_cards.h:33, from base_cards.cpp:31: ../../card/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../card/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../card/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT reservation.o -MF reservation.d -o reservation.o -c reservation.cpp In file included from ../reservation.h:32:0, from reservation.h:33, from reservation.cpp:31: ../../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT marriage.o -MF marriage.d -o marriage.o -c marriage.cpp In file included from ../../misc/translations.h:40:0, from marriage.cpp:33: ../../misc/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../misc/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../misc/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT genscher.o -MF genscher.d -o genscher.o -c genscher.cpp In file included from ../../misc/translations.h:40:0, from genscher.cpp:33: ../../misc/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../misc/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../misc/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT announcement.o -MF announcement.d -o announcement.o -c announcement.cpp In file included from announcement.h:33:0, from announcement.cpp:31: ../../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT card_played.o -MF card_played.d -o card_played.o -c card_played.cpp In file included from ../../card/card.h:31:0, from card_played.h:33, from card_played.cpp:31: ../../card/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../card/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../card/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT trick_full.o -MF trick_full.d -o trick_full.o -c trick_full.cpp In file included from ../../card/trick.h:31:0, from trick_full.h:33, from trick_full.cpp:31: ../../card/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../card/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../card/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../../card/trick.h:34:0, from trick_full.h:33, from trick_full.cpp:31: ../../card/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT check.o -MF check.d -o check.o -c check.cpp In file included from ../../misc/translations.h:40:0, from check.cpp:33: ../../misc/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../misc/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../misc/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT print.o -MF print.d -o print.o -c print.cpp In file included from ../../misc/translations.h:40:0, from print.cpp:33: ../../misc/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../misc/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../misc/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ make[2]: Leaving directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/game/gameplay_actions' make[1]: Leaving directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/game' make -C player make[1]: Entering directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/player' make -C rating make[2]: Entering directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/player/rating' c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT rating.o -MF rating.d -o rating.o -c rating.cpp make[2]: Leaving directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/player/rating' make -C human make[2]: Entering directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/player/human' c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT human.o -MF human.d -o human.o -c human.cpp In file included from ../ai/../../game/specialpoint.h:32:0, from ../ai/../playersDb.h:34, from ../ai/aiDb.h:32, from ../ai/ai.h:32, from human.h:32, from human.cpp:31: ../ai/../../game/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../ai/../../game/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../ai/../../game/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../ai/../playersDb.h:34:0, from ../ai/aiDb.h:32, from ../ai/ai.h:32, from human.h:32, from human.cpp:31: ../ai/../../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ In file included from ../../os/os.h:33:0, from ../../os/bug_report_replay.h:32, from human.cpp:39: ../../os/../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../../os/../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../../os/../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ make[2]: Leaving directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/player/human' make -C ai make[2]: Entering directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/player/ai' c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT ai.o -MF ai.d -o ai.o -c ai.cpp In file included from ../../game/specialpoint.h:32:0, from ../playersDb.h:34, from aiDb.h:32, from ai.h:32, from ai.cpp:31: ../../game/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../game/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../game/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../playersDb.h:34:0, from aiDb.h:32, from ai.h:32, from ai.cpp:31: ../../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ In file included from ai.cpp:38:0: ../../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT aiDb.o -MF aiDb.d -o aiDb.o -c aiDb.cpp In file included from ../../game/specialpoint.h:32:0, from ../playersDb.h:34, from aiDb.h:32, from aiDb.cpp:29: ../../game/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../game/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../game/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../playersDb.h:34:0, from aiDb.h:32, from aiDb.cpp:29: ../../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT team_information.o -MF team_information.d -o team_information.o -c team_information.cpp In file included from team_information.h:32:0, from team_information.cpp:29: ../../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../playersDb.h:34:0, from aiDb.h:32, from ai.h:32, from team_information.cpp:34: ../../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ In file included from team_information.cpp:38:0: ../../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT team_information.heuristics.o -MF team_information.heuristics.d -o team_information.heuristics.o -c team_information.heuristics.cpp In file included from team_information.heuristics.h:32:0, from team_information.heuristics.cpp:29: ../../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../playersDb.h:34:0, from aiDb.h:32, from ai.h:32, from team_information.heuristics.cpp:31: ../../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT cards_information.o -MF cards_information.d -o cards_information.o -c cards_information.cpp In file included from ../../card/card.h:31:0, from cards_information.h:31, from cards_information.cpp:31: ../../card/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../card/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../card/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../playersDb.h:34:0, from aiDb.h:32, from ai.h:32, from cards_information.cpp:35: ../../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ In file included from cards_information.cpp:38:0: ../../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT cards_information.of_player.o -MF cards_information.of_player.d -o cards_information.of_player.o -c cards_information.of_player.cpp In file included from ../../card/card.h:31:0, from cards_information.h:31, from cards_information.of_player.h:32, from cards_information.of_player.cpp:31: ../../card/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../card/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../card/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../playersDb.h:34:0, from aiDb.h:32, from ai.h:32, from cards_information.of_player.cpp:33: ../../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT cards_information.heuristics.o -MF cards_information.heuristics.d -o cards_information.heuristics.o -c cards_information.heuristics.cpp In file included from cards_information.heuristics.h:32:0, from cards_information.heuristics.cpp:29: ../../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../../card/trick.h:34:0, from cards_information.heuristics.cpp:34: ../../card/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT heuristics.o -MF heuristics.d -o heuristics.o -c heuristics.cpp In file included from ../../card/card.h:31:0, from heuristics.h:32, from heuristics.cpp:31: ../../card/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../card/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../card/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../../card/trick.h:34:0, from HeuristicInterface.h:37, from heuristics.cpp:33: ../../card/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ In file included from heuristics.cpp:38:0: ../../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT heuristics.best_winning.o -MF heuristics.best_winning.d -o heuristics.best_winning.o -c heuristics.best_winning.cpp In file included from ../../card/card.h:31:0, from heuristics.h:32, from heuristics.best_winning.cpp:31: ../../card/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../card/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../card/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../../card/trick.h:34:0, from HeuristicInterface.h:37, from heuristics.best_winning.cpp:49: ../../card/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ In file included from heuristics.best_winning.cpp:54:0: ../../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT weighting.o -MF weighting.d -o weighting.o -c weighting.cpp In file included from ../../game/specialpoint.h:32:0, from ../playersDb.h:34, from aiDb.h:32, from ai.h:32, from weighting.h:32, from weighting.cpp:31: ../../game/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../game/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../game/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../playersDb.h:34:0, from aiDb.h:32, from ai.h:32, from weighting.h:32, from weighting.cpp:31: ../../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ In file included from weighting.cpp:40:0: ../../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT trickweighting.o -MF trickweighting.d -o trickweighting.o -c trickweighting.cpp In file included from ../../card/hand.h:31:0, from trickweighting.h:32, from trickweighting.cpp:29: ../../card/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../card/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../card/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../playersDb.h:34:0, from aiDb.h:32, from ai.h:32, from trickweighting.h:33, from trickweighting.cpp:29: ../../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ In file included from trickweighting.cpp:33:0: ../../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT w_virtual_games.o -MF w_virtual_games.d -o w_virtual_games.o -c w_virtual_games.cpp In file included from ../../game/specialpoint.h:32:0, from ../playersDb.h:34, from aiDb.h:32, from ai.h:32, from weighting.h:32, from w_virtual_games.h:33, from w_virtual_games.cpp:32: ../../game/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../game/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../game/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../playersDb.h:34:0, from aiDb.h:32, from ai.h:32, from weighting.h:32, from w_virtual_games.h:33, from w_virtual_games.cpp:32: ../../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT gametree.o -MF gametree.d -o gametree.o -c gametree.cpp In file included from ../../game/specialpoint.h:32:0, from ../playersDb.h:34, from aiDb.h:32, from ai.h:32, from weighting.h:32, from gametree.h:32, from gametree.cpp:32: ../../game/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../game/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../game/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../playersDb.h:34:0, from aiDb.h:32, from ai.h:32, from weighting.h:32, from gametree.h:32, from gametree.cpp:32: ../../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ In file included from gametree.cpp:41:0: ../../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT w_monte_carlo.o -MF w_monte_carlo.d -o w_monte_carlo.o -c w_monte_carlo.cpp In file included from ../../card/hand.h:31:0, from w_monte_carlo.h:32, from w_monte_carlo.cpp:32: ../../card/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../card/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../card/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../playersDb.h:34:0, from aiDb.h:32, from ai.h:32, from trickweighting.h:33, from w_monte_carlo.cpp:36: ../../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ make[2]: Leaving directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/player/ai' make -C ai.dummy make[2]: Entering directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/player/ai.dummy' c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT ai.o -MF ai.d -o ai.o -c ai.cpp In file included from ../player.h:32:0, from ai.h:32, from ai.cpp:31: ../../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../../party/rule.h:33:0, from ai.cpp:34: ../../party/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ make[2]: Leaving directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/player/ai.dummy' make -C ai.random make[2]: Entering directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/player/ai.random' c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT ai.o -MF ai.d -o ai.o -c ai.cpp In file included from ../player.h:32:0, from ai.h:32, from ai.cpp:31: ../../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../../party/rule.h:33:0, from ai.cpp:34: ../../party/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ make[2]: Leaving directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/player/ai.random' make -C network make[2]: Entering directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/player/network' c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT network_player.o -MF network_player.d -o network_player.o -c network_player.cpp make[2]: Leaving directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/player/network' c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT player.o -MF player.d -o player.o -c player.cpp In file included from player.h:32:0, from player.cpp:31: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from playersDb.h:34:0, from player.cpp:32: ../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ In file included from player.cpp:40:0: ../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT playersDb.o -MF playersDb.d -o playersDb.o -c playersDb.cpp In file included from ../game/specialpoint.h:32:0, from playersDb.h:34, from playersDb.cpp:29: ../game/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../game/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../game/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from playersDb.h:34:0, from playersDb.cpp:29: ../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT aiconfig.o -MF aiconfig.d -o aiconfig.o -c aiconfig.cpp In file included from ../card/card.h:31:0, from aiconfig.h:31, from aiconfig.cpp:31: ../card/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../card/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../card/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from aiconfig.cpp:33:0: ../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ In file included from ../party/rule.h:33:0, from aiconfig.cpp:34: ../party/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT heuristicsmap.o -MF heuristicsmap.d -o heuristicsmap.o -c heuristicsmap.cpp In file included from player.h:32:0, from heuristicsmap.cpp:32: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../party/rule.h:33:0, from heuristicsmap.cpp:34: ../party/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ make[1]: Leaving directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/player' make -C card make[1]: Entering directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/card' c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT card.o -MF card.d -o card.o -c card.cpp In file included from card.h:31:0, from card.cpp:30: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../party/rule.h:33:0, from card.cpp:34: ../party/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT card.color.o -MF card.color.d -o card.color.o -c card.color.cpp In file included from card.h:31:0, from card.color.cpp:30: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT card.value.o -MF card.value.d -o card.value.o -c card.value.cpp In file included from card.h:31:0, from card.value.cpp:30: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT hand_card.o -MF hand_card.d -o hand_card.o -c hand_card.cpp In file included from card.h:31:0, from hand_card.h:31, from hand_card.cpp:30: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from trick.h:34:0, from hand_card.cpp:32: ../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ In file included from hand_card.cpp:36:0: ../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT hand_cards.o -MF hand_cards.d -o hand_cards.o -c hand_cards.cpp In file included from hand_cards.h:31:0, from hand_cards.cpp:30: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../party/rule.h:33:0, from hand_cards.cpp:34: ../party/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT card_counter.o -MF card_counter.d -o card_counter.o -c card_counter.cpp In file included from card.h:31:0, from card_counter.h:31, from card_counter.cpp:29: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT tcolor_counter.o -MF tcolor_counter.d -o tcolor_counter.o -c tcolor_counter.cpp In file included from card.h:31:0, from tcolor_counter.h:31, from tcolor_counter.cpp:29: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT weighted_card_list.o -MF weighted_card_list.d -o weighted_card_list.o -c weighted_card_list.cpp In file included from card.h:31:0, from weighted_card_list.h:31, from weighted_card_list.cpp:31: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT trick.o -MF trick.d -o trick.o -c trick.cpp In file included from trick.h:31:0, from trick.cpp:31: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from trick.h:34:0, from trick.cpp:31: ../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ In file included from trick.cpp:36:0: ../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT hand.o -MF hand.d -o hand.o -c hand.cpp In file included from hand.h:31:0, from hand.cpp:31: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from trick.h:34:0, from hand.cpp:33: ../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT sorted_hand.o -MF sorted_hand.d -o sorted_hand.o -c sorted_hand.cpp In file included from hand.h:31:0, from sorted_hand.cpp:33: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ make[1]: Leaving directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/card' make -C misc make[1]: Entering directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/misc' c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT translation.o -MF translation.d -o translation.o -c translation.cpp c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT translator.o -MF translator.d -o translator.o -c translator.cpp In file included from setting.h:32:0, from translator.cpp:34: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT setting.o -MF setting.d -o setting.o -c setting.cpp In file included from setting.h:32:0, from setting.cpp:31: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from setting.cpp:45:0: ../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ In file included from ../player/human/../ai/../playersDb.h:34:0, from ../player/human/../ai/aiDb.h:32, from ../player/human/../ai/ai.h:32, from ../player/human/human.h:32, from setting.cpp:47: ../player/human/../ai/../../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT setting.theme.o -MF setting.theme.d -o setting.theme.o -c setting.theme.cpp In file included from setting.theme.h:32:0, from setting.theme.cpp:31: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT setting.cardsorder.o -MF setting.cardsorder.d -o setting.cardsorder.o -c setting.cardsorder.cpp In file included from setting.cardsorder.h:32:0, from setting.cardsorder.cpp:31: ../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from setting.cardsorder.cpp:36:0: ../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT bug_report.o -MF bug_report.d -o bug_report.o -c bug_report.cpp In file included from ../os/../card/card.h:31:0, from ../os/os.h:32, from ../os/bug_report.h:32, from bug_report.cpp:32: ../os/../card/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../os/../card/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../os/../card/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../os/os.h:33:0, from ../os/bug_report.h:32, from bug_report.cpp:32: ../os/../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../os/../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../os/../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ In file included from ../os/../card/trick.h:34:0, from ../os/bug_report_replay.h:36, from bug_report.cpp:33: ../os/../card/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT references_check.o -MF references_check.d -o references_check.o -c references_check.cpp In file included from ../game/reservation.h:32:0, from ../game/game.h:32, from references_check.cpp:33: ../game/../basistypes.h:100:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Team from_name(string const& name) throw (ReadException); ^~~~~ ../game/../basistypes.h:167:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] GameType from_name(string const& name) throw (ReadException); ^~~~~ ../game/../basistypes.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Announcement from_name(string const& name) throw (ReadException);; ^~~~~ In file included from ../card/trick.h:34:0, from references_check.cpp:35: ../card/../game/specialpoint.h:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Specialpoint specialpoint_from_name(string const& name) throw(ReadException); ^~~~~ In file included from ../os/os.h:33:0, from ../os/bug_report_replay.h:32, from references_check.cpp:36: ../os/../party/party.h:162:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool read(istream& istr) throw (ReadException); ^~~~~ ../os/../party/party.h:167:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load(string const& filename) throw (ReadException); ^~~~~ ../os/../party/party.h:169:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool load_players() throw (ReadException); ^~~~~ make[1]: Leaving directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/misc' make -C ui make[1]: Entering directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/ui' Package gtkmm-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtkmm-3.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtkmm-3.0' found c++ -DPUBLIC_DATA_DIRECTORY_VALUE='"/usr/share/freedoko"' -DMANUAL_DIRECTORY_VALUE='"/usr/share/doc/freedoko-0.7.16/html"' -DLINUX -DUSE_UI_GTKMM -DLINUX -DUSE_UI_GTKMM -O2 -pipe -march=native -std=c++14 -MMD -MP -MT ui.o -MF ui.d -o ui.o -c ui.cpp In file included from ui.cpp:40:0: gtkmm/ui.h:55:10: fatal error: glibmm/refptr.h: No such file or directory #include ^~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [../Makefile.rules:83: ui.o] Error 1 make[1]: Leaving directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src/ui' make: *** [Makefile.rules:96: ui] Error 2 make: Leaving directory '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16/src' * ERROR: games-board/freedoko-0.7.16::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=games-board/freedoko-0.7.16::gentoo'`, * the complete build log and the output of `emerge -pqv '=games-board/freedoko-0.7.16::gentoo'`. * The complete build log is located at '/var/log/portage/games-board:freedoko-0.7.16:20180514-195655.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-board/freedoko-0.7.16/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/games-board/freedoko-0.7.16/temp/environment'. * Working directory: '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16' * S: '/var/tmp/portage/games-board/freedoko-0.7.16/work/FreeDoko_0.7.16'