* Package: games-puzzle/freesweep-0.92 * Repository: gentoo * Maintainer: games@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux test userland_GNU * FEATURES: sandbox test userpriv usersandbox Installed LAPACK for library directory lib64 [1] reference * Installed BLAS for library directory lib64 [1] reference * Installed CBLAS for library directory lib64 [1] gsl [2] reference * >>> Unpacking source... >>> Unpacking freesweep-0.92.tar.gz to /tmp/portage/games-puzzle/freesweep-0.92/work >>> Source unpacked in /tmp/portage/games-puzzle/freesweep-0.92/work >>> Compiling source in /tmp/portage/games-puzzle/freesweep-0.92/work/freesweep-0.92 ... * econf: updating freesweep-0.92/config.sub with /usr/share/gnuconfig/config.sub * econf: updating freesweep-0.92/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 --prefix=/usr/games --libdir=/usr/games/lib64 --datadir=/usr/share/games --sysconfdir=/etc/games --localstatedir=/var/games checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking whether ln -s works... yes checking whether make sets ${MAKE}... yes checking for tar... /bin/tar checking for gzip... /bin/gzip checking for rm... /bin/rm checking for initscr in -lncurses... yes checking for ncurses include dir... none checking for main in -lm... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for ANSI C header files... yes checking for limits.h... yes checking for string.h... yes checking for unistd.h... yes checking for sys/file.h... yes checking for getopt.h... yes checking for errno.h... yes checking for sys/types.h... yes checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C... none needed checking for an ANSI C-conforming const... yes checking for sys/types.h... (cached) yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... (cached) yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... (cached) yes checking for size_t... yes checking return type of signal handlers... void checking for strdup... yes checking for memset... yes checking for memmove... yes checking for fileno... yes checking for lockf... yes checking for flock... yes checking for get_current_dir_name... yes checking for strncpy... yes checking for strncat... yes checking for snprintf... yes checking for vsnprintf... yes checking for getopt_long... yes configure: creating ./config.status config.status: creating Makefile config.status: creating sweep.h config.status: creating freesweep.6 config.status: creating config.h make -j24 x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"0.92\" -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c clear.c x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"0.92\" -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c drawing.c x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"0.92\" -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c error.c x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"0.92\" -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c fgui.c x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"0.92\" -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c files.c x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"0.92\" -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c game.c x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"0.92\" -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c gpl.c x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"0.92\" -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c main.c x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"0.92\" -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c pbests.c x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"0.92\" -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c play.c x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"0.92\" -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c sl.c x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"0.92\" -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c stats.c x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"0.92\" -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c tick.c x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"0.92\" -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c utils.c x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"0.92\" -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c image.c fgui.c: In function 'CreateFileBuf': fgui.c:41:2: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(dir); ^ game.c: In function 'ReReadyGame': game.c:481:51: warning: variable 'HViewable' set but not used [-Wunused-but-set-variable] int MinesToSet=0, RandX=0, RandY=0, VViewable=0, HViewable=0; ^ game.c:481:38: warning: variable 'VViewable' set but not used [-Wunused-but-set-variable] int MinesToSet=0, RandX=0, RandY=0, VViewable=0, HViewable=0; ^ sl.c: In function 'LoadGame': sl.c:81:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(Game->Field, ^ pbests.c: In function 'Unpack': pbests.c:119:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(abyss, "%u\n", &numents); ^ pbests.c:136:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(abyss, "%u\n", &size); ^ pbests.c:146:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(space, size, 1, abyss); ^ x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"0.92\" -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches clear.o drawing.o error.o fgui.o files.o game.o gpl.o main.o pbests.o play.o sl.o stats.o tick.o utils.o image.o -Wl,-O1 -Wl,--as-needed -lm -lncurses -o freesweep /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.1/../../../../x86_64-pc-linux-gnu/bin/ld: drawing.o: undefined reference to symbol 'cbreak' /lib64/libtinfo.so.5: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:45: recipe for target 'freesweep' failed make: *** [freesweep] Error 1 emake failed * ERROR: games-puzzle/freesweep-0.92::gentoo failed (compile phase): * died running emake, base_src_make * * Call stack: * ebuild.sh, line 93: Called src_compile * environment, line 2755: Called games_src_compile * environment, line 1602: Called base_src_make * environment, line 534: Called die * The specific snippet of code: * emake "$@" || die "died running emake, $FUNCNAME"; * * If you need support, post the output of `emerge --info '=games-puzzle/freesweep-0.92::gentoo'`, * the complete build log and the output of `emerge -pqv '=games-puzzle/freesweep-0.92::gentoo'`. sed: couldn't open temporary file /etc/portage/package.mask/sedx9Nv2k: Permission denied