* Package: games-board/xgammon-0.98-r1 * 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 xgammon-0.98a.tar.gz to /var/tmp/portage/games-board/xgammon-0.98-r1/work >>> Source unpacked in /var/tmp/portage/games-board/xgammon-0.98-r1/work >>> Preparing source in /var/tmp/portage/games-board/xgammon-0.98-r1/work/xgammon-0.98a ... * Applying xgammon-0.98-broken.patch ... patching file lib/db.c Hunk #1 succeeded at 267 with fuzz 1 (offset 8 lines). [ ok ] * Applying xgammon-0.98-config.patch ... [ ok ] * Applying gcc33.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/games-board/xgammon-0.98-r1/work/xgammon-0.98a ... imake -DUseInstalled -I/usr/lib64/X11/config >>> Source configured. >>> Compiling source in /var/tmp/portage/games-board/xgammon-0.98-r1/work/xgammon-0.98a ... make -j1 'EXTRA_LDOPTIONS=-Wl,-O1 -Wl,--as-needed' 'CDEBUGFLAGS=-O2 -pipe -march=native -fno-common' CC=x86_64-pc-linux-gnu-gcc x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -c -o allow.o allow.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from allow.c:20: /usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ allow.c: In function ‘print_possible_moves’: allow.c:300:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long int’ [-Wformat=] 300 | printf ("count = %d\n", (list - possible_moves) / 4); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -c -o drawing.o drawing.c In file included from /usr/include/sys/types.h:25, from /usr/include/X11/Xlib.h:38, from drawing.c:18: /usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -c -o load.o load.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from load.c:9: /usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -c -o rollout.o rollout.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from rollout.c:19: /usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ rollout.c: In function ‘RolloutLoop’: rollout.c:128:24: warning: format not a string literal and no format arguments [-Wformat-security] 128 | fprintf (result_file, add_text); | ^~~~~~~~ rollout.c:132:24: warning: format not a string literal and no format arguments [-Wformat-security] 132 | fprintf (result_file, add_text); | ^~~~~~~~ rollout.c:136:24: warning: format not a string literal and no format arguments [-Wformat-security] 136 | fprintf (result_file, add_text); | ^~~~~~~~ rollout.c:140:24: warning: format not a string literal and no format arguments [-Wformat-security] 140 | fprintf (result_file, add_text); | ^~~~~~~~ rollout.c:144:24: warning: format not a string literal and no format arguments [-Wformat-security] 144 | fprintf (result_file, add_text); | ^~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -c -o decision.o decision.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from decision.c:18: /usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ decision.c: In function ‘calculate_expected_time’: decision.c:551:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 551 | fread( readarray, 2, 30, endgame_database); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ decision.c: In function ‘calculate_winning_percentage’: decision.c:581:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 581 | fread (readarray, 2, 18, endgame_database); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ decision.c:594:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 594 | fread (readarray, 2, 18, endgame_database); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -c -o edit.o edit.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from edit.c:19: /usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -c -o misc.o misc.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from misc.c:19: /usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -c -o save.o save.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from save.c:21: /usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -c -o diawin.o diawin.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from diawin.c:32: /usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -c -o filemenu.o filemenu.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from filemenu.c:33: /usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ filemenu.c: In function ‘File’: filemenu.c:248:2: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] 248 | getcwd ((char *) cwd, MAXPATHLEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -c -o popup.o popup.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from popup.c:20: /usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DDATABASE=\"/usr/lib64/X11/xgammon/xgammon.db\" -c xgammon.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from xgammon.c:20: /usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ rm -f xgammon x86_64-pc-linux-gnu-gcc -o xgammon -O2 -pipe -march=native -fno-common -Wl,-O1 -Wl,--as-needed -L/usr/lib64 allow.o drawing.o load.o rollout.o decision.o edit.o misc.o save.o diawin.o filemenu.o popup.o xgammon.o -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 -lXt -lSM -lICE -lXext -lX11 -lfl -lm /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: drawing.o:(.bss+0xfc40): multiple definition of `Player'; allow.o:(.bss+0xfc80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: drawing.o:(.bss+0xfb40): multiple definition of `Pin'; allow.o:(.bss+0xfb80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: drawing.o:(.bss+0x8): multiple definition of `endgame_database'; allow.o:(.bss+0x30): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: drawing.o:(.bss+0x10): multiple definition of `rollout_save'; allow.o:(.bss+0x40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: drawing.o:(.bss+0x28): multiple definition of `tournament'; allow.o:(.bss+0x58): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: drawing.o:(.bss+0x30): multiple definition of `list'; allow.o:(.bss+0x60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: drawing.o:(.bss+0x40): multiple definition of `possible_moves'; allow.o:(.bss+0x80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: drawing.o:(.bss+0xfa40): multiple definition of `rollout_position'; allow.o:(.bss+0xfa80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: load.o:(.bss+0xfb80): multiple definition of `Pin'; allow.o:(.bss+0xfb80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: load.o:(.bss+0xfc80): multiple definition of `Player'; allow.o:(.bss+0xfc80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: load.o:(.bss+0x68): multiple definition of `tournament'; allow.o:(.bss+0x58): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: load.o:(.bss+0x10460): multiple definition of `gammon_resource'; drawing.o:(.bss+0x10420): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: load.o:(.bss+0x48): multiple definition of `endgame_database'; allow.o:(.bss+0x30): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: load.o:(.bss+0x50): multiple definition of `rollout_save'; allow.o:(.bss+0x40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: load.o:(.bss+0x70): multiple definition of `list'; allow.o:(.bss+0x60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: load.o:(.bss+0x80): multiple definition of `possible_moves'; allow.o:(.bss+0x80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: load.o:(.bss+0xfa80): multiple definition of `rollout_position'; allow.o:(.bss+0xfa80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: rollout.o:(.bss+0x10420): multiple definition of `gammon_resource'; drawing.o:(.bss+0x10420): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: rollout.o:(.bss+0xfb40): multiple definition of `Pin'; allow.o:(.bss+0xfb80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: rollout.o:(.bss+0xfa40): multiple definition of `rollout_position'; allow.o:(.bss+0xfa80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: rollout.o:(.bss+0x10): multiple definition of `rollout_save'; allow.o:(.bss+0x40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: rollout.o:(.bss+0x28): multiple definition of `tournament'; allow.o:(.bss+0x58): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: rollout.o:(.bss+0xfc40): multiple definition of `Player'; allow.o:(.bss+0xfc80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: rollout.o:(.bss+0x0): multiple definition of `endgame_database'; allow.o:(.bss+0x30): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: rollout.o:(.bss+0x30): multiple definition of `list'; allow.o:(.bss+0x60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: rollout.o:(.bss+0x40): multiple definition of `possible_moves'; allow.o:(.bss+0x80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: decision.o:(.bss+0xfbc0): multiple definition of `Pin'; allow.o:(.bss+0xfb80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: decision.o:(.bss+0x78): multiple definition of `endgame_database'; allow.o:(.bss+0x30): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: decision.o:(.bss+0xfcc0): multiple definition of `Player'; allow.o:(.bss+0xfc80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: decision.o:(.bss+0x80): multiple definition of `rollout_save'; allow.o:(.bss+0x40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: decision.o:(.bss+0x98): multiple definition of `tournament'; allow.o:(.bss+0x58): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: decision.o:(.bss+0xa0): multiple definition of `list'; allow.o:(.bss+0x60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: decision.o:(.bss+0xc0): multiple definition of `possible_moves'; allow.o:(.bss+0x80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: decision.o:(.bss+0xfac0): multiple definition of `rollout_position'; allow.o:(.bss+0xfa80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: edit.o:(.bss+0xfb40): multiple definition of `Pin'; allow.o:(.bss+0xfb80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: edit.o:(.bss+0xfc40): multiple definition of `Player'; allow.o:(.bss+0xfc80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: edit.o:(.bss+0x0): multiple definition of `endgame_database'; allow.o:(.bss+0x30): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: edit.o:(.bss+0x10): multiple definition of `rollout_save'; allow.o:(.bss+0x40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: edit.o:(.bss+0x28): multiple definition of `tournament'; allow.o:(.bss+0x58): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: edit.o:(.bss+0x30): multiple definition of `list'; allow.o:(.bss+0x60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: edit.o:(.bss+0x40): multiple definition of `possible_moves'; allow.o:(.bss+0x80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: edit.o:(.bss+0xfa40): multiple definition of `rollout_position'; allow.o:(.bss+0xfa80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: edit.o:(.bss+0x10420): multiple definition of `gammon_resource'; drawing.o:(.bss+0x10420): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:(.bss+0x101c0): multiple definition of `Player'; allow.o:(.bss+0xfc80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:(.bss+0x109a0): multiple definition of `gammon_resource'; drawing.o:(.bss+0x10420): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:(.bss+0x100c0): multiple definition of `Pin'; allow.o:(.bss+0xfb80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:(.bss+0x598): multiple definition of `tournament'; allow.o:(.bss+0x58): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:(.bss+0x5c0): multiple definition of `possible_moves'; allow.o:(.bss+0x80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:(.bss+0x5a0): multiple definition of `list'; allow.o:(.bss+0x60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:(.bss+0x578): multiple definition of `endgame_database'; allow.o:(.bss+0x30): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:(.bss+0x580): multiple definition of `rollout_save'; allow.o:(.bss+0x40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:(.bss+0xffc0): multiple definition of `rollout_position'; allow.o:(.bss+0xfa80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: save.o:(.bss+0xfb40): multiple definition of `Pin'; allow.o:(.bss+0xfb80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: save.o:(.bss+0x10420): multiple definition of `gammon_resource'; drawing.o:(.bss+0x10420): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: save.o:(.bss+0xfc40): multiple definition of `Player'; allow.o:(.bss+0xfc80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: save.o:(.bss+0x28): multiple definition of `tournament'; allow.o:(.bss+0x58): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: save.o:(.bss+0x0): multiple definition of `endgame_database'; allow.o:(.bss+0x30): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: save.o:(.bss+0x10): multiple definition of `rollout_save'; allow.o:(.bss+0x40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: save.o:(.bss+0x30): multiple definition of `list'; allow.o:(.bss+0x60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: save.o:(.bss+0x40): multiple definition of `possible_moves'; allow.o:(.bss+0x80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: save.o:(.bss+0xfa40): multiple definition of `rollout_position'; allow.o:(.bss+0xfa80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: diawin.o:(.bss+0x1e8e0): multiple definition of `Player'; allow.o:(.bss+0xfc80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: diawin.o:(.bss+0x1f0c0): multiple definition of `gammon_resource'; drawing.o:(.bss+0x10420): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: diawin.o:(.bss+0xeca0): multiple definition of `endgame_database'; allow.o:(.bss+0x30): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: diawin.o:(.bss+0xecb0): multiple definition of `rollout_save'; allow.o:(.bss+0x40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: diawin.o:(.bss+0xecc8): multiple definition of `tournament'; allow.o:(.bss+0x58): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: diawin.o:(.bss+0xecd0): multiple definition of `list'; allow.o:(.bss+0x60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: diawin.o:(.bss+0xece0): multiple definition of `possible_moves'; allow.o:(.bss+0x80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: diawin.o:(.bss+0x1e6e0): multiple definition of `rollout_position'; allow.o:(.bss+0xfa80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: diawin.o:(.bss+0x1e7e0): multiple definition of `Pin'; allow.o:(.bss+0xfb80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: filemenu.o:(.bss+0x10c40): multiple definition of `Player'; allow.o:(.bss+0xfc80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: filemenu.o:(.bss+0x1000): multiple definition of `endgame_database'; allow.o:(.bss+0x30): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: filemenu.o:(.bss+0x1010): multiple definition of `rollout_save'; allow.o:(.bss+0x40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: filemenu.o:(.bss+0x1028): multiple definition of `tournament'; allow.o:(.bss+0x58): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: filemenu.o:(.bss+0x1030): multiple definition of `list'; allow.o:(.bss+0x60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: filemenu.o:(.bss+0x1040): multiple definition of `possible_moves'; allow.o:(.bss+0x80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: filemenu.o:(.bss+0x10a40): multiple definition of `rollout_position'; allow.o:(.bss+0xfa80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: filemenu.o:(.bss+0x10b40): multiple definition of `Pin'; allow.o:(.bss+0xfb80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: filemenu.o:(.bss+0x11420): multiple definition of `gammon_resource'; drawing.o:(.bss+0x10420): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: popup.o:(.bss+0x10420): multiple definition of `gammon_resource'; drawing.o:(.bss+0x10420): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: popup.o:(.bss+0xfc40): multiple definition of `Player'; allow.o:(.bss+0xfc80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: popup.o:(.bss+0x8): multiple definition of `endgame_database'; allow.o:(.bss+0x30): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: popup.o:(.bss+0x10): multiple definition of `rollout_save'; allow.o:(.bss+0x40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: popup.o:(.bss+0x28): multiple definition of `tournament'; allow.o:(.bss+0x58): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: popup.o:(.bss+0x30): multiple definition of `list'; allow.o:(.bss+0x60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: popup.o:(.bss+0x40): multiple definition of `possible_moves'; allow.o:(.bss+0x80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: popup.o:(.bss+0xfa40): multiple definition of `rollout_position'; allow.o:(.bss+0xfa80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: popup.o:(.bss+0xfb40): multiple definition of `Pin'; allow.o:(.bss+0xfb80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: xgammon.o:(.bss+0xfe60): multiple definition of `Player'; allow.o:(.bss+0xfc80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: xgammon.o:(.bss+0x10640): multiple definition of `gammon_resource'; drawing.o:(.bss+0x10420): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: xgammon.o:(.bss+0x238): multiple definition of `tournament'; allow.o:(.bss+0x58): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: xgammon.o:(.bss+0x218): multiple definition of `endgame_database'; allow.o:(.bss+0x30): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: xgammon.o:(.bss+0xfd60): multiple definition of `Pin'; allow.o:(.bss+0xfb80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: xgammon.o:(.bss+0x260): multiple definition of `possible_moves'; allow.o:(.bss+0x80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: xgammon.o:(.bss+0x240): multiple definition of `list'; allow.o:(.bss+0x60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: xgammon.o:(.bss+0x220): multiple definition of `rollout_save'; allow.o:(.bss+0x40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: xgammon.o:(.bss+0xfc60): multiple definition of `rollout_position'; allow.o:(.bss+0xfa80): first defined here collect2: error: ld returned 1 exit status make: *** [Makefile:1046: xgammon] Error 1 * ERROR: games-board/xgammon-0.98-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=games-board/xgammon-0.98-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=games-board/xgammon-0.98-r1::gentoo'`. * The complete build log is located at '/var/log/portage/games-board:xgammon-0.98-r1:20200128-053730.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-board/xgammon-0.98-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/games-board/xgammon-0.98-r1/temp/environment'. * Working directory: '/var/tmp/portage/games-board/xgammon-0.98-r1/work/xgammon-0.98a' * S: '/var/tmp/portage/games-board/xgammon-0.98-r1/work/xgammon-0.98a'