* Package: media-sound/umix-1.0.2 * Repository: gentoo * Maintainer: sound@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux ncurses test userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking umix-1.0.2.tar.gz to /var/tmp/portage/media-sound/umix-1.0.2/work >>> Source unpacked in /var/tmp/portage/media-sound/umix-1.0.2/work >>> Compiling source in /var/tmp/portage/media-sound/umix-1.0.2/work/umix-1.0.2 ... * econf: updating umix-1.0.2/config.sub with /usr/share/gnuconfig/config.sub * econf: updating umix-1.0.2/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 --libdir=/usr/lib64 --disable-oss checking for a BSD-compatible install... /usr/lib/portage/python3.5/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking whether make sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... found checking for working automake-1.4... missing checking for working autoheader... found checking for working makeinfo... found 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 suffix of executables... checking for suffix of object files... o 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 ANSI C... none needed checking for a BSD-compatible install... /usr/lib/portage/python3.5/ebuild-helpers/xattr/install -c checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/x86_64-pc-linux-gnu-nm -B checking for a sed that does not truncate output... /bin/sed checking whether ln -s works... yes checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib ) checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output... ok checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for egrep... 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for x86_64-pc-linux-gnu-file... no checking for file... /usr/bin/file checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip checking for objdir... .libs checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC works... yes checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.lo... yes checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/x86_64-pc-linux-gnu/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... no creating libtool checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for getopt_long... yes checking for initscr in -lncurses... yes configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing default-1 commands Configuration: Install path: /usr Build OSS support: no Build Dummy mixer driver: no Build Ncurses UI: yes Enable debug information: no Default config path: /etc Default mixer device: /dev/mixer make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/media-sound/umix-1.0.2/work/umix-1.0.2' Making all in doc make[2]: Entering directory '/var/tmp/portage/media-sound/umix-1.0.2/work/umix-1.0.2/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/media-sound/umix-1.0.2/work/umix-1.0.2/doc' Making all in src make[2]: Entering directory '/var/tmp/portage/media-sound/umix-1.0.2/work/umix-1.0.2/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -Wall -c umix_common.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -Wall -c umix.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -Wall -c mixer.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -Wall -c error.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -Wall -c ui.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -march=native -Wall -c ui_ncurses.c /bin/sh ../libtool --mode=link x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -Wl,-O1 -Wl,--as-needed -o umix umix_common.o umix.o mixer.o error.o ui.o ui_ncurses.o -lncurses mkdir .libs x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -Wl,-O1 -Wl,--as-needed -o umix umix_common.o umix.o mixer.o error.o ui.o ui_ncurses.o -lncurses /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ui_ncurses.o: undefined reference to symbol 'nodelay' /lib64/libtinfo.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [Makefile:201: umix] Error 1 make[2]: Leaving directory '/var/tmp/portage/media-sound/umix-1.0.2/work/umix-1.0.2/src' make[1]: *** [Makefile:157: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/media-sound/umix-1.0.2/work/umix-1.0.2' make: *** [Makefile:303: all-recursive-am] Error 2 emake failed * ERROR: media-sound/umix-1.0.2::gentoo failed (compile phase): * (no error message) * * Call stack: * ebuild.sh, line 124: Called src_compile * environment, line 197: Called die * The specific snippet of code: * emake || die * * If you need support, post the output of `emerge --info '=media-sound/umix-1.0.2::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-sound/umix-1.0.2::gentoo'`. * The complete build log is located at '/var/log/portage/media-sound:umix-1.0.2:20180209-095634.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-sound/umix-1.0.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-sound/umix-1.0.2/temp/environment'. * Working directory: '/var/tmp/portage/media-sound/umix-1.0.2/work/umix-1.0.2' * S: '/var/tmp/portage/media-sound/umix-1.0.2/work/umix-1.0.2'