* Package: games-arcade/pachi-1.0-r2 * Repository: gentoo * Maintainer: games@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking pachi-1.0.tar.bz2 to /var/tmp/portage/games-arcade/pachi-1.0-r2/work >>> Source unpacked in /var/tmp/portage/games-arcade/pachi-1.0-r2/work >>> Preparing source in /var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi ... * Applying 1.0-autotools.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi' ... * Running 'aclocal' ... [ ok ] * Running 'autoconf --force' ... [ ok ] * Running 'autoheader' ... [ ok ] * Running 'automake --add-missing --copy --force-missing' ... [ ok ] * Running elibtoolize in: Pachi/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi ... * econf: updating Pachi/config.sub with /usr/share/gnuconfig/config.sub * econf: updating Pachi/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/pachi-1.0-r2 --htmldir=/usr/share/doc/pachi-1.0-r2/html --libdir=/usr/lib64 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether the compiler supports GNU C++... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking for x86_64-pc-linux-gnu-g++ option to enable C++11 features... none needed checking dependency style of x86_64-pc-linux-gnu-g++... none checking whether make sets $(MAKE)... (cached) yes checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for SDL... yes checking for Mix_OpenAudio in -lSDL_mixer... yes checking for pthread_create in -lpthread... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for vprintf... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating Tgfx/Makefile config.status: creating data/Makefile config.status: creating fonts/Makefile config.status: creating music/Makefile config.status: creating sounds/Makefile config.status: creating docs/Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi ... make -j4 make all-recursive make[1]: Entering directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi' Making all in src make[2]: Entering directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/src' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o faes.o faes.cpp In file included from faes.cpp:37: input.c: In function ‘void game_events()’: input.c:330:64: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 330 | print_text(menufont, screen, 32, 32, dst.x, dst.y, "PAUSED"); | ^~~~~~~~ In file included from faes.cpp:30: file.c: In function ‘void load_gamedata()’: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:21:23: note: in expansion of macro ‘DATADIR’ 21 | background=LoadT8(DATADIR"/Tgfx/gamepanel.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:22:18: note: in expansion of macro ‘DATADIR’ 22 | backs=LoadT8(DATADIR"/Tgfx/backgrounds.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:23:19: note: in expansion of macro ‘DATADIR’ 23 | player=LoadT8(DATADIR"/Tgfx/pachi.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:24:21: note: in expansion of macro ‘DATADIR’ 24 | monsters=LoadT8(DATADIR"/Tgfx/monsters.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:25:18: note: in expansion of macro ‘DATADIR’ 25 | tiles=LoadT8(DATADIR"/Tgfx/tiles.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:26:19: note: in expansion of macro ‘DATADIR’ 26 | bright=LoadT8(DATADIR"/Tgfx/bright.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:27:17: note: in expansion of macro ‘DATADIR’ 27 | left=LoadT8(DATADIR"/Tgfx/left.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:28:18: note: in expansion of macro ‘DATADIR’ 28 | right=LoadT8(DATADIR"/Tgfx/right.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:29:21: note: in expansion of macro ‘DATADIR’ 29 | menufont=LoadT8(DATADIR"/fonts/font32v.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:30:22: note: in expansion of macro ‘DATADIR’ 30 | LoadT(&scorefont,DATADIR"/fonts/font16b.T"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:31:23: note: in expansion of macro ‘DATADIR’ 31 | LoadT(&scorefont1,DATADIR"/fonts/font16a.T"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:32:23: note: in expansion of macro ‘DATADIR’ 32 | LoadT(&scorefont2,DATADIR"/fonts/font16c.T"); | ^~~~~~~ file.c: In function ‘void load_hiscoredata()’: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:95:23: note: in expansion of macro ‘DATADIR’ 95 | background=LoadT8(DATADIR"/Tgfx/gameover.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:96:22: note: in expansion of macro ‘DATADIR’ 96 | LoadT(&scorefont,DATADIR"/fonts/font16b.T"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:97:23: note: in expansion of macro ‘DATADIR’ 97 | LoadT(&scorefont1,DATADIR"/fonts/font16d.T"); | ^~~~~~~ file.c: In function ‘void load_helpgfx()’: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:158:23: note: in expansion of macro ‘DATADIR’ 158 | background=LoadT8(DATADIR"/Tgfx/help.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:159:22: note: in expansion of macro ‘DATADIR’ 159 | LoadT(&scorefont,DATADIR"/fonts/font16b.T"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:160:23: note: in expansion of macro ‘DATADIR’ 160 | LoadT(&scorefont1,DATADIR"/fonts/font16a.T"); | ^~~~~~~ file.c: In function ‘void load_menudata()’: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:173:21: note: in expansion of macro ‘DATADIR’ 173 | menufont=LoadT8(DATADIR"/fonts/font32v.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:174:22: note: in expansion of macro ‘DATADIR’ 174 | menufont1=LoadT8(DATADIR"/fonts/font32r.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:175:23: note: in expansion of macro ‘DATADIR’ 175 | background=LoadT8(DATADIR"/Tgfx/intro.T8"); | ^~~~~~~ file.c: In function ‘void initcredits()’: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:281:23: note: in expansion of macro ‘DATADIR’ 281 | background=LoadT8(DATADIR"/Tgfx/endcredits.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" file.c:282:24: note: in expansion of macro ‘DATADIR’ 282 | creditsfont=LoadT8(DATADIR"/fonts/font1.T8"); | ^~~~~~~ In file included from faes.cpp:39: output.c: In function ‘void do_help()’: output.c:112:53: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 112 | print_text(scorefont, screen, 16, 16, 72, 68, " HOW TO PLAY PACHI EL MARCIANO "); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c:113:53: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 113 | print_text(scorefont1, screen, 16, 16, 72, 120, "KEYS:"); | ^~~~~~~ output.c:114:53: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 114 | print_text(scorefont1, screen, 16, 16,100, 140, "RIGHT : P"); | ^~~~~~~~~~~~~~~ output.c:115:53: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 115 | print_text(scorefont1, screen, 16, 16,100, 160, "LEFT : O"); | ^~~~~~~~~~~~~~~ output.c:116:53: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 116 | print_text(scorefont1, screen, 16, 16,100, 180, "DUCK : A"); | ^~~~~~~~~~~~~~~ output.c:117:53: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 117 | print_text(scorefont1, screen, 16, 16,100, 200, "STAND UP : Q"); | ^~~~~~~~~~~~~~~ output.c:118:53: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 118 | print_text(scorefont1, screen, 16, 16,100, 220, "JUMP : SPACE"); | ^~~~~~~~~~~~~~~~~~~ output.c:119:53: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 119 | print_text(scorefont1, screen, 16, 16,100, 240, "PAUSE : H OR F1"); | ^~~~~~~~~~~~~~~~~~~~~ output.c:120:53: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 120 | print_text(scorefont1, screen, 16, 16, 72, 270, "YOU CAN ALSO USE THE CURSOR KEYS / KEYPAD"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c:122:53: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 122 | print_text(scorefont, screen, 16, 16, 72, 300, " THE GOAL OF THE GAME IS TO COLLECT ALL "); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c:123:53: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 123 | print_text(scorefont, screen, 16, 16, 72, 320, " THE OBJECTS OF EACH LEVEL, WHEN THIS IS "); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c:124:53: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 124 | print_text(scorefont, screen, 16, 16, 72, 340, " DONE, THE EXIT GATE TO THE NEXT LEVEL "); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c:125:53: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 125 | print_text(scorefont, screen, 16, 16, 72, 360, "WILL APPEAR, BUT BEWARE OF THE ENEMIES..."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c: In function ‘void print_monitor()’: output.c:138:47: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 138 | print_text(scorefont1,screen,16,16,30,485,"%s", mstage[stage-1].title); | ^~~~ output.c:139:47: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 139 | print_text(scorefont,screen,16,16,30,510, "SCORE:%d", score); | ^~~~~~~~~~ output.c:140:47: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 140 | print_text(scorefont,screen,16,16,30,528, "LIVES:%d", mplayer[dificulty].lives); | ^~~~~~~~~~ output.c:141:47: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 141 | print_text(scorefont,screen,16,16,30,546, "STAGE:%d", stage); | ^~~~~~~~~~ output.c:142:47: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 142 | print_text(scorefont,screen,16,16,30,564, "ITEMS:%d/%d",mplayer[dificulty].objects,mstage[stage-1].objects); | ^~~~~~~~~~~~~ output.c: In function ‘void showcode(char*)’: output.c:221:57: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 221 | print_text(scorefont,screen,16,16,code.x+8,code.y+7,"STAGE CODE IS:"); | ^~~~~~~~~~~~~~~~ output.c:222:60: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 222 | print_text(scorefont1,screen,16,16,code.x+90,code.y+27,"%s",str); | ^~~~ In file included from faes.cpp:30: output.c: In function ‘void showposter(int)’: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" output.c:307:35: note: in expansion of macro ‘DATADIR’ 307 | background=LoadT8(DATADIR"/Tgfx/cemetery.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" output.c:312:35: note: in expansion of macro ‘DATADIR’ 312 | background=LoadT8(DATADIR"/Tgfx/comic_02.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" output.c:316:35: note: in expansion of macro ‘DATADIR’ 316 | background=LoadT8(DATADIR"/Tgfx/cave.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" output.c:321:35: note: in expansion of macro ‘DATADIR’ 321 | background=LoadT8(DATADIR"/Tgfx/comic_03.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" output.c:327:35: note: in expansion of macro ‘DATADIR’ 327 | background=LoadT8(DATADIR"/Tgfx/comic_04.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" output.c:331:35: note: in expansion of macro ‘DATADIR’ 331 | background=LoadT8(DATADIR"/Tgfx/castle.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" output.c:336:35: note: in expansion of macro ‘DATADIR’ 336 | background=LoadT8(DATADIR"/Tgfx/comic_05.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" output.c:340:35: note: in expansion of macro ‘DATADIR’ 340 | background=LoadT8(DATADIR"/Tgfx/comic_06.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" output.c:344:35: note: in expansion of macro ‘DATADIR’ 344 | background=LoadT8(DATADIR"/Tgfx/comic_07.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" output.c:348:35: note: in expansion of macro ‘DATADIR’ 348 | background=LoadT8(DATADIR"/Tgfx/comic_08.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" output.c:352:35: note: in expansion of macro ‘DATADIR’ 352 | background=LoadT8(DATADIR"/Tgfx/lab.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" output.c:361:23: note: in expansion of macro ‘DATADIR’ 361 | background=LoadT8(DATADIR"/Tgfx/gamepanel.T8"); | ^~~~~~~ In file included from faes.cpp:40: stages.c: In function ‘void init_stages()’: stages.c:3:21: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | mstage[0].title=" HARD LANDING ! "; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from faes.cpp:30: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" stages.c:4:21: note: in expansion of macro ‘DATADIR’ 4 | mstage[0].music=DATADIR"/music/stage1.s3m"; | ^~~~~~~ In file included from faes.cpp:40: stages.c:7:20: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 7 | mstage[0].code="HARD"; | ^~~~~~ stages.c:9:21: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 9 | mstage[1].title=" ENTRANCE TO CEMETERY "; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from faes.cpp:30: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" stages.c:10:21: note: in expansion of macro ‘DATADIR’ 10 | mstage[1].music=DATADIR"/music/stage1.s3m"; | ^~~~~~~ In file included from faes.cpp:40: stages.c:13:20: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 13 | mstage[1].code="MARS"; | ^~~~~~ stages.c:15:21: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 15 | mstage[2].title=" INTO THE CEMETERY (1) "; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from faes.cpp:30: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" stages.c:16:21: note: in expansion of macro ‘DATADIR’ 16 | mstage[2].music=DATADIR"/music/stage1.s3m"; | ^~~~~~~ In file included from faes.cpp:40: stages.c:19:20: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 19 | mstage[2].code="CMTR"; | ^~~~~~ stages.c:21:21: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 21 | mstage[3].title=" INTO THE CEMETERY (2) "; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from faes.cpp:30: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" stages.c:22:21: note: in expansion of macro ‘DATADIR’ 22 | mstage[3].music=DATADIR"/music/stage1.s3m"; | ^~~~~~~ In file included from faes.cpp:40: stages.c:25:20: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 25 | mstage[3].code="TOMB"; | ^~~~~~ stages.c:27:21: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 27 | mstage[4].title=" WHERE IS THE EXIT GATE? "; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from faes.cpp:30: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" stages.c:28:21: note: in expansion of macro ‘DATADIR’ 28 | mstage[4].music=DATADIR"/music/stage1.s3m"; | ^~~~~~~ In file included from faes.cpp:40: stages.c:31:20: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 31 | mstage[4].code="SKLL"; | ^~~~~~ stages.c:33:21: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 33 | mstage[5].title=" PASSAGE TO THE CAVES "; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from faes.cpp:30: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" stages.c:34:21: note: in expansion of macro ‘DATADIR’ 34 | mstage[5].music=DATADIR"/music/stage1.s3m"; | ^~~~~~~ In file included from faes.cpp:40: stages.c:37:20: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 37 | mstage[5].code="EVAC"; | ^~~~~~ stages.c:39:21: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 39 | mstage[6].title=" THE CAVES "; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from faes.cpp:30: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" stages.c:40:21: note: in expansion of macro ‘DATADIR’ 40 | mstage[6].music=DATADIR"/music/stage2.stm"; | ^~~~~~~ In file included from faes.cpp:40: stages.c:43:20: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 43 | mstage[6].code="EYES"; | ^~~~~~ stages.c:45:21: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 45 | mstage[7].title=" DEN OF RATS "; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from faes.cpp:30: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" stages.c:46:21: note: in expansion of macro ‘DATADIR’ 46 | mstage[7].music=DATADIR"/music/stage2.stm"; | ^~~~~~~ In file included from faes.cpp:40: stages.c:49:20: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 49 | mstage[7].code="RATS"; | ^~~~~~ stages.c:51:21: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 51 | mstage[8].title=" THE PIT "; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from faes.cpp:30: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" stages.c:52:21: note: in expansion of macro ‘DATADIR’ 52 | mstage[8].music=DATADIR"/music/stage2.stm"; | ^~~~~~~ In file included from faes.cpp:40: stages.c:55:20: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 55 | mstage[8].code="DIRT"; | ^~~~~~ stages.c:57:21: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 57 | mstage[9].title=" THE CASTLE GARDENS "; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from faes.cpp:30: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" stages.c:58:21: note: in expansion of macro ‘DATADIR’ 58 | mstage[9].music=DATADIR"/music/stage2.stm"; | ^~~~~~~ In file included from faes.cpp:40: stages.c:61:20: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 61 | mstage[9].code="CAST"; | ^~~~~~ stages.c:63:22: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 63 | mstage[10].title=" THE CASTLE HALL "; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from faes.cpp:30: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" stages.c:64:22: note: in expansion of macro ‘DATADIR’ 64 | mstage[10].music=DATADIR"/music/stage3.s3m"; | ^~~~~~~ In file included from faes.cpp:40: stages.c:67:21: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 67 | mstage[10].code="HALL"; | ^~~~~~ stages.c:69:22: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 69 | mstage[11].title=" TOWER ENTRANCE "; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from faes.cpp:30: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" stages.c:70:22: note: in expansion of macro ‘DATADIR’ 70 | mstage[11].music=DATADIR"/music/stage3.s3m"; | ^~~~~~~ In file included from faes.cpp:40: stages.c:73:21: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 73 | mstage[11].code="TTWR"; | ^~~~~~ stages.c:75:22: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 75 | mstage[12].title=" THE FIRST TOWER "; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from faes.cpp:30: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" stages.c:76:22: note: in expansion of macro ‘DATADIR’ 76 | mstage[12].music=DATADIR"/music/stage3.s3m"; | ^~~~~~~ In file included from faes.cpp:40: stages.c:79:21: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 79 | mstage[12].code="TWR1"; | ^~~~~~ stages.c:81:22: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 81 | mstage[13].title=" THE TWO TOWERS "; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from faes.cpp:30: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" stages.c:82:22: note: in expansion of macro ‘DATADIR’ 82 | mstage[13].music=DATADIR"/music/stage3.s3m"; | ^~~~~~~ In file included from faes.cpp:40: stages.c:85:21: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 85 | mstage[13].code="2TWR"; | ^~~~~~ stages.c:87:22: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 87 | mstage[14].title=" THE SECRET PLACE "; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from faes.cpp:30: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" stages.c:88:22: note: in expansion of macro ‘DATADIR’ 88 | mstage[14].music=DATADIR"/music/stage3.s3m"; | ^~~~~~~ In file included from faes.cpp:40: stages.c:91:21: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 91 | mstage[14].code="DXTR"; | ^~~~~~ stages.c:93:22: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 93 | mstage[15].title=" THE LABORATORY "; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from faes.cpp:30: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" stages.c:94:22: note: in expansion of macro ‘DATADIR’ 94 | mstage[15].music=DATADIR"/music/stage4.s3m"; | ^~~~~~~ In file included from faes.cpp:40: stages.c:97:21: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 97 | mstage[15].code="XLAB"; | ^~~~~~ In file included from faes.cpp:41: menu.c: In function ‘void do_code()’: menu.c:39:57: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 39 | print_text(menufont1, screen, 32, 32, 336, 241, "%s",code); | ^~~~ menu.c: In function ‘void do_menu()’: menu.c:74:57: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 74 | print_text(font, screen, 32, 32 ,305, menustartpos, " PLAY"); | ^~~~~~~ menu.c:83:72: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 83 | print_text(font, screen, 32, 32 ,305, menustartpos+(1*40), " EASY"); | ^~~~~~~ menu.c:87:72: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 87 | print_text(font, screen, 32, 32 ,305, menustartpos+(1*40), "NORMAL"); | ^~~~~~~~ menu.c:91:72: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 91 | print_text(font, screen, 32, 32 ,305, menustartpos+(1*40), " HARD"); | ^~~~~~~ menu.c:95:64: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 95 | print_text(font, screen, 32, 32 ,305, menustartpos+(2*40), "SCREEN"); | ^~~~~~~~ menu.c:97:64: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 97 | print_text(font, screen, 32, 32 ,305, menustartpos+(3*40), " CODE"); | ^~~~~~~ menu.c:99:64: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 99 | print_text(font, screen, 32, 32 ,305, menustartpos+(4*40), " HELP"); | ^~~~~~~ menu.c:101:64: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 101 | print_text(font, screen, 32, 32 ,305, menustartpos+(5*40), "SCORES"); | ^~~~~~~~ menu.c:103:64: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 103 | print_text(font, screen, 32, 32 ,305, menustartpos+(6*40), " EXIT"); | ^~~~~~~ In file included from faes.cpp:30: intro.c: In function ‘void init_intro()’: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" intro.c:23:23: note: in expansion of macro ‘DATADIR’ 23 | dragontech=LoadT8(DATADIR"/Tgfx/dragontech.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" intro.c:24:18: note: in expansion of macro ‘DATADIR’ 24 | line1=LoadT8(DATADIR"/Tgfx/line1.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" intro.c:25:18: note: in expansion of macro ‘DATADIR’ 25 | line2=LoadT8(DATADIR"/Tgfx/line2.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" intro.c:30:21: note: in expansion of macro ‘DATADIR’ 30 | comic_01=LoadT8(DATADIR"/Tgfx/comic_01.T8"); | ^~~~~~~ In file included from faes.cpp:43: gameover.c: In function ‘void show_hiscores()’: gameover.c:26:47: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 26 | print_text(scorefont1,screen,16,16,30, 55," PACHI EL MARCIANO TOP TEN ");//scorename[a]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gameover.c:27:47: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 27 | print_text(scorefont1,screen,16,16,30, 95,"NAME STAGE TIME LEVEL SCORE ");//scorename[a]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gameover.c:28:47: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 28 | print_text(scorefont1,screen,16,16,30,120,"----------------------------------------------");//scorename[a]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gameover.c:29:47: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 29 | print_text(scorefont1,screen,16,16,30,535,"----------------------------------------------");//scorename[a]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gameover.c:34:57: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 34 | print_text(scorefont,screen,16,16,30,170+(35*a),"%s",playername);//scorename[a]); | ^~~~ gameover.c:35:58: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 35 | print_text(scorefont,screen,16,16,268,170+(35*a),"%d",scorestage[a]); | ^~~~ gameover.c:39:62: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 39 | print_text(scorefont,screen,16,16,386,170+(35*a),"%d:%d",mins,secs); | ^~~~~~~ gameover.c:41:62: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 41 | print_text(scorefont,screen,16,16,386,170+(35*a),"%d:0%d",mins,secs); | ^~~~~~~~ gameover.c:49:58: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 49 | print_text(scorefont,screen,16,16,502,170+(35*a),"%s",diflevel); | ^~~~ gameover.c:50:58: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 50 | print_text(scorefont,screen,16,16,672,170+(35*a),"%d",scorescore[a]); | ^~~~ gameover.c: In function ‘void do_gameover()’: gameover.c:105:65: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 105 | print_text(scorefont1,screen,16,16,box.x+10,box.y+5,"ENTER YOUR NAME"); | ^~~~~~~~~~~~~~~~~ gameover.c:106:80: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 106 | rint_text(scorefont1,screen,16,16,box.x+51+(namechar*16),box.y+29,"."); | ^~~ gameover.c:107:65: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 107 | print_text(scorefont,screen,16,16,box.x+51,box.y+24,"%s",playername); | ^~~~ In file included from faes.cpp:30: game.c: In function ‘void win_game()’: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" game.c:22:23: note: in expansion of macro ‘DATADIR’ 22 | background=LoadT8(DATADIR"/Tgfx/comic_09.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" game.c:26:23: note: in expansion of macro ‘DATADIR’ 26 | background=LoadT8(DATADIR"/Tgfx/comic_10.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" game.c:30:23: note: in expansion of macro ‘DATADIR’ 30 | background=LoadT8(DATADIR"/Tgfx/comic_11.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" game.c:34:23: note: in expansion of macro ‘DATADIR’ 34 | background=LoadT8(DATADIR"/Tgfx/comic_12.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" game.c:38:23: note: in expansion of macro ‘DATADIR’ 38 | background=LoadT8(DATADIR"/Tgfx/comic_13.T8"); | ^~~~~~~ ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" game.c:42:23: note: in expansion of macro ‘DATADIR’ 42 | background=LoadT8(DATADIR"/Tgfx/comic_14.T8"); | ^~~~~~~ game.c: In function ‘void start_game()’: ../config.h:3:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3 | #define DATADIR "/usr/share/pachi" game.c:148:17: note: in expansion of macro ‘DATADIR’ 148 | LoadT(&font,DATADIR"/fonts/font16d.T"); | ^~~~~~~ In file included from faes.cpp:46: game.c:150:41: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 150 | print_text(font,screen,16,16,140,90,"LOADING GAME DATA... PLEASE WAIT"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ game.c: In function ‘void print_timer()’: game.c:270:47: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 270 | print_text(scorefont,screen,16,16,224,564,"TIME :"); | ^~~~~~~~~~ game.c:282:46: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 282 | print_text(font,screen,16,16,352,564,"%d:%d",minutes,seconds); | ^~~~~~~ game.c:284:46: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 284 | print_text(font,screen,16,16,352,564,"%d:0%d",minutes,seconds); | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o pachi faes.o -lpthread -lSDL_mixer -lSDL -lpthread make[2]: Leaving directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/src' Making all in Tgfx make[2]: Entering directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/Tgfx' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/Tgfx' Making all in data make[2]: Entering directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/data' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/data' Making all in fonts make[2]: Entering directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/fonts' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/fonts' Making all in music make[2]: Entering directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/music' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/music' Making all in sounds make[2]: Entering directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/sounds' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/sounds' make[2]: Entering directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi' make[2]: Leaving directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi' make[1]: Leaving directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi' >>> Source compiled. >>> Test phase [not enabled]: games-arcade/pachi-1.0-r2 >>> Install games-arcade/pachi-1.0-r2 into /var/tmp/portage/games-arcade/pachi-1.0-r2/image make -j4 DESTDIR=/var/tmp/portage/games-arcade/pachi-1.0-r2/image install Making install in src make[1]: Entering directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/src' make[2]: Entering directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/src' make[2]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/var/tmp/portage/games-arcade/pachi-1.0-r2/image/usr/bin' /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c pachi '/var/tmp/portage/games-arcade/pachi-1.0-r2/image/usr/bin' make[2]: Leaving directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/src' make[1]: Leaving directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/src' Making install in Tgfx make[1]: Entering directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/Tgfx' make[2]: Entering directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/Tgfx' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/var/tmp/portage/games-arcade/pachi-1.0-r2/image/usr/share/pachi/Tgfx' /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c -m 644 backgrounds.T8 bright.T8 castle.T8 cave.T8 cemetery.T8 comic_01.T8 comic_02.T8 comic_03.T8 comic_04.T8 comic_05.T8 comic_06.T8 comic_07.T8 comic_08.T8 comic_09.T8 comic_10.T8 comic_11.T8 comic_12.T8 comic_13.T8 comic_14.T8 dragontech.T8 endcredits.T8 gameover.T8 gamepanel.T8 help.T8 intro.T8 lab.T8 left.T8 line1.T8 line2.T8 monsters.T8 pachi.T8 right.T8 tiles.T8 icon.bmp '/var/tmp/portage/games-arcade/pachi-1.0-r2/image/usr/share/pachi/Tgfx' make[2]: Leaving directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/Tgfx' make[1]: Leaving directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/Tgfx' Making install in data make[1]: Entering directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/data' make[2]: Entering directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/data' make[2]: Nothing to be done for 'install-exec-am'. /bin/sh ../mkinstalldirs /var/tmp/portage/games-arcade/pachi-1.0-r2/image/var/lib/pachi/data /bin/mkdir -p '/var/tmp/portage/games-arcade/pachi-1.0-r2/image/usr/share/pachi/data' mkdir -p -- /var/tmp/portage/games-arcade/pachi-1.0-r2/image/var/lib/pachi/data for file in scores.dat; do \ /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c -g games -m 666 $file /var/tmp/portage/games-arcade/pachi-1.0-r2/image/var/lib/pachi/data; \ done /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c -m 644 backs.dat monsters.dat objects_v2.dat rooms_v2.dat '/var/tmp/portage/games-arcade/pachi-1.0-r2/image/usr/share/pachi/data' /usr/bin/install: invalid group ‘games’ make[2]: *** [Makefile:495: install-data-local] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/data' make[1]: *** [Makefile:386: install-am] Error 2 make[1]: Leaving directory '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi/data' make: *** [Makefile:380: install-recursive] Error 1 * ERROR: games-arcade/pachi-1.0-r2::gentoo failed (install phase): * emake failed * * If you need support, post the output of `emerge --info '=games-arcade/pachi-1.0-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=games-arcade/pachi-1.0-r2::gentoo'`. * The complete build log is located at '/var/log/portage/games-arcade:pachi-1.0-r2:20210905-041606.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-arcade/pachi-1.0-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/games-arcade/pachi-1.0-r2/temp/environment'. * Working directory: '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi' * S: '/var/tmp/portage/games-arcade/pachi-1.0-r2/work/Pachi'