* Package: media-sound/sndfile-tools-1.03  * Repository: gentoo  * Maintainer: sound@gentoo.org  * USE: elibc_glibc kernel_linux userland_GNU x86  * FEATURES: preserve-libs sandbox >>> Unpacking source... >>> Unpacking sndfile-tools-1.03.tar.gz to /var/tmp/portage/media-sound/sndfile-tools-1.03/work >>> Source unpacked in /var/tmp/portage/media-sound/sndfile-tools-1.03/work >>> Preparing source in /var/tmp/portage/media-sound/sndfile-tools-1.03/work/sndfile-tools-1.03 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-sound/sndfile-tools-1.03/work/sndfile-tools-1.03 ... * econf: updating sndfile-tools-1.03/Cfg/config.sub with /usr/share/gnuconfig/config.sub * econf: updating sndfile-tools-1.03/Cfg/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-gcc-werror checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/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 for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output file name... 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 i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking whether i686-pc-linux-gnu-gcc and cc understand -c and -o together... yes checking whether make sets $(MAKE)... (cached) yes checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r checking for i686-pc-linux-gnu-objdump... i686-pc-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object... ok checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -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 for dlfcn.h... yes checking for objdir... .libs checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if i686-pc-linux-gnu-gcc static flag -static works... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for ANSI C header files... (cached) yes checking for floor in -lm... yes checking for floor... yes checking for ceil... yes checking for fmod... yes checking for lrint... yes checking for lrintf... yes checking for i686-pc-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for SNDFILE... yes checking for FFTW3... yes checking for CAIRO... yes checking for jack >= 0.100 ... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/config.h config.status: executing depfiles commands config.status: executing libtool commands -=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-=- Configuration summary : Version ....................... 1.03 Enable debugging .............. no Tools : Compiler is GCC ............... yes GCC major version ............. 4 Extra tools required for testing and examples : Found SNDFILE ................. yes Found FFTW .................... yes Found CAIRO ................... yes Found JACK .................... yes Installation directories : Program directory ............. /usr/bin >>> Source configured. >>> Compiling source in /var/tmp/portage/media-sound/sndfile-tools-1.03/work/sndfile-tools-1.03 ... make -j3 depbase=`echo src/sndfile-generate-chirp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -Werror -Os -march=pentium4 -pipe -fomit-frame-pointer -std=gnu99 -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -MT src/sndfile-generate-chirp.o -MD -MP -MF $depbase.Tpo -c -o src/sndfile-generate-chirp.o src/sndfile-generate-chirp.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/sndfile-spectrogram.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -Werror -Os -march=pentium4 -pipe -fomit-frame-pointer -std=gnu99 -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -MT src/sndfile-spectrogram.o -MD -MP -MF $depbase.Tpo -c -o src/sndfile-spectrogram.o src/sndfile-spectrogram.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/window.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -Werror -Os -march=pentium4 -pipe -fomit-frame-pointer -std=gnu99 -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -MT src/window.o -MD -MP -MF $depbase.Tpo -c -o src/window.o src/window.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/common.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -Werror -Os -march=pentium4 -pipe -fomit-frame-pointer -std=gnu99 -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -MT src/common.o -MD -MP -MF $depbase.Tpo -c -o src/common.o src/common.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/sndfile-mix-to-mono.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -Werror -Os -march=pentium4 -pipe -fomit-frame-pointer -std=gnu99 -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -MT src/sndfile-mix-to-mono.o -MD -MP -MF $depbase.Tpo -c -o src/sndfile-mix-to-mono.o src/sndfile-mix-to-mono.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/sndfile-jackplay.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -Werror -Os -march=pentium4 -pipe -fomit-frame-pointer -std=gnu99 -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -MT src/sndfile-jackplay.o -MD -MP -MF $depbase.Tpo -c -o src/sndfile-jackplay.o src/sndfile-jackplay.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/kaiser_window_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -Werror -Os -march=pentium4 -pipe -fomit-frame-pointer -std=gnu99 -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -MT src/kaiser_window_test.o -MD -MP -MF $depbase.Tpo -c -o src/kaiser_window_test.o src/kaiser_window_test.c &&\ mv -f $depbase.Tpo $depbase.Po src/sndfile-jackplay.c: In function ‘main’: src/sndfile-jackplay.c:173:2: error: ‘jack_client_new’ is deprecated (declared at /usr/include/jack/jack.h:97) [-Werror=deprecated-declarations] cc1: all warnings being treated as errors make: *** [src/sndfile-jackplay.o] Error 1 make: *** Waiting for unfinished jobs.... emake failed * ERROR: media-sound/sndfile-tools-1.03 failed (compile phase): * emake failed * * Call stack: * ebuild.sh, line 85: Called src_compile * environment, line 131: Called _eapi2_src_compile * phase-helpers.sh, line 573: Called die * The specific snippet of code: * emake || die "emake failed" * * If you need support, post the output of 'emerge --info =media-sound/sndfile-tools-1.03', * the complete build log and the output of 'emerge -pqv =media-sound/sndfile-tools-1.03'. ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: ignored. * The complete build log is located at '/var/log/portage/media-sound:sndfile-tools-1.03:20120303-183116.log'. * The ebuild environment file is located at '/var/tmp/portage/media-sound/sndfile-tools-1.03/temp/environment'. * S: '/var/tmp/portage/media-sound/sndfile-tools-1.03/work/sndfile-tools-1.03'