* Package: media-sound/din-5.2.1 * Repository: gentoo * Maintainer: proaudio@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking din-5.2.1.tar.gz to /var/tmp/portage/media-sound/din-5.2.1/work >>> Source unpacked in /var/tmp/portage/media-sound/din-5.2.1/work >>> Preparing source in /var/tmp/portage/media-sound/din-5.2.1/work/din-5.2.1 ... * Applying din-5.2.1-makefile.patch ... [ ok ] * Applying din-5.2.1-tcl.patch ... [ ok ] * Applying din-5.2.1-desktop.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/media-sound/din-5.2.1/work/din-5.2.1' ... * Running aclocal ... [ ok ] * Running autoconf --force ... [ ok ] * Running automake --add-missing --copy --foreign --force-missing ... [ ok ] * Running elibtoolize in: din-5.2.1/ * Applying portage/1.5.10 patch ... * Applying sed/1.5.6 patch ... * Applying as-needed/1.5.26 patch ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-sound/din-5.2.1/work/din-5.2.1 ... ./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 --libdir=/usr/lib64 checking for a BSD-compatible install... /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-g++... none checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking dependency style of x86_64-pc-linux-gnu-gcc... none checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... 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... yes checking GL/gl.h usability... yes checking GL/gl.h presence... yes checking for GL/gl.h... yes configure: +++ Found OpenGL +++ checking tcl.h usability... yes checking tcl.h presence... yes checking for tcl.h... yes configure: +++ Found Tcl +++ checking libircclient/libircclient.h usability... yes checking libircclient/libircclient.h presence... yes checking for libircclient/libircclient.h... 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 liblo... yes checking for jack... yes checking for fftw3f... 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 include/Makefile config.status: creating data/Makefile config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/media-sound/din-5.2.1/work/din-5.2.1 ... make -j1 Making all in include make[1]: Entering directory '/var/tmp/portage/media-sound/din-5.2.1/work/din-5.2.1/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/var/tmp/portage/media-sound/din-5.2.1/work/din-5.2.1/include' Making all in src make[1]: Entering directory '/var/tmp/portage/media-sound/din-5.2.1/work/din-5.2.1/src' x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" -DPACKAGE_VERSION=\"5.2.1\" -DPACKAGE_STRING=\"din\ 5.2.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" -DVERSION=\"5.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_TCL_H=1 -DHAVE_LIBIRCCLIENT_LIBIRCCLIENT_H=1 -I. -I /usr/include -I ../include -Wall -march=native -O2 -pipe -c -o main.o main.cc In file included from ../include/color.h:25:0, from ../include/console.h:31, from main.cc:38: ../include/random.h: In function ‘unsigned int get_rand_32()’: ../include/random.h:57:48: error: narrowing conversion of ‘-1727483681’ from ‘int’ to ‘unsigned int’ inside { } [-Wnarrowing] static unsigned int mag01[2]={0x0, MATRIX_A}; ^ main.cc: In function ‘void add_commands(Tcl_Interp*)’: main.cc:561:82: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] CreateObjCommand (interp, cmdp->longname.c_str(), cmd_funcs[i], (void *) i, 0); ^ main.cc:562:83: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] reateObjCommand (interp, cmdp->shortname.c_str(), cmd_funcs[i], (void *) i, 0); ^ In file included from main.cc:58:0: ../include/checkdotdin.h: In constructor ‘checkdotdin::checkdotdin()’: ../include/checkdotdin.h:39:29: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result] system ("checkdotdin"); ^ make[1]: *** [Makefile:482: main.o] Error 1 make[1]: Leaving directory '/var/tmp/portage/media-sound/din-5.2.1/work/din-5.2.1/src' make: *** [Makefile:349: all-recursive] Error 1 * ERROR: media-sound/din-5.2.1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-sound/din-5.2.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-sound/din-5.2.1::gentoo'`. * The complete build log is located at '/var/log/portage/media-sound:din-5.2.1:20160924-034210.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-sound/din-5.2.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-sound/din-5.2.1/temp/environment'. * Working directory: '/var/tmp/portage/media-sound/din-5.2.1/work/din-5.2.1' * S: '/var/tmp/portage/media-sound/din-5.2.1/work/din-5.2.1'