* Package: media-gfx/sfftobmp-3.1.2 * Repository: gentoo * Maintainer: graphics@gentoo.org * USE: elibc_glibc kernel_linux test userland_GNU x86 * FEATURES: sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking sfftobmp3_1_2_src.zip to /var/tmp/portage/media-gfx/sfftobmp-3.1.2/work >>> Source unpacked in /var/tmp/portage/media-gfx/sfftobmp-3.1.2/work >>> Preparing source in /var/tmp/portage/media-gfx/sfftobmp-3.1.2/work/sfftobmp3_1_2 ... * Applying sfftobmp-3.1.1-gcc44-and-boost-1_37.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/media-gfx/sfftobmp-3.1.2/work/sfftobmp3_1_2' ... * Running aclocal ... [ ok ] * Running autoconf ... [ ok ] * Running autoheader ... [ ok ] * Running automake --add-missing --copy --foreign ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-gfx/sfftobmp-3.1.2/work/sfftobmp3_1_2 ... ./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 configure: loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux 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-g++... i686-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 i686-pc-linux-gnu-g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-g++... gcc3 checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc 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 dependency style of i686-pc-linux-gnu-gcc... gcc3 checking how to run the C preprocessor... i686-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 tiffio.h usability... yes checking tiffio.h presence... yes checking for tiffio.h... yes checking for TIFFOpen in -ltiff... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for jpeg_destroy_decompress in -ljpeg... yes checking for ANSI C header files... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for off_t... yes checking for size_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking for utime.h... (cached) yes checking whether utime accepts a null argument... yes checking for memset... yes checking for strdup... yes checking for strrchr... yes checking for utime... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/media-gfx/sfftobmp-3.1.2/work/sfftobmp3_1_2 ... make -j14 Making all in src make[1]: Entering directory `/var/tmp/portage/media-gfx/sfftobmp-3.1.2/work/sfftobmp3_1_2/src' make all-am make[2]: Entering directory `/var/tmp/portage/media-gfx/sfftobmp-3.1.2/work/sfftobmp3_1_2/src' i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -MT my_getopt.o -MD -MP -MF .deps/my_getopt.Tpo -c -o my_getopt.o my_getopt.c i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -MT cmdline.o -MD -MP -MF .deps/cmdline.Tpo -c -o cmdline.o cmdline.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -MT codes.o -MD -MP -MF .deps/codes.Tpo -c -o codes.o codes.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -MT common.o -MD -MP -MF .deps/common.Tpo -c -o common.o common.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -MT decoder.o -MD -MP -MF .deps/decoder.Tpo -c -o decoder.o decoder.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -MT input.o -MD -MP -MF .deps/input.Tpo -c -o input.o input.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -MT output.o -MD -MP -MF .deps/output.Tpo -c -o output.o output.cpp mv -f .deps/codes.Tpo .deps/codes.Po mv -f .deps/my_getopt.Tpo .deps/my_getopt.Po common.cpp: In member function ‘void CFile::Write(void*, int)’: common.cpp:218:38: warning: ignoring return value of ‘size_t fwrite(const void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] common.cpp: In member function ‘void CFile::Read(void*, int)’: common.cpp:213:37: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] cmdline.cpp: In member function ‘void CCmdLineProcessor::parseCmdLine()’: cmdline.cpp:275:55: error: invalid conversion from ‘bool (*)(const string&)’ to ‘boost::enable_if_c::type*’ [-fpermissive] /usr/include/boost/filesystem/v3/path.hpp:130:5: error: initializing argument 2 of ‘boost::filesystem3::path::path(const Source&, typename boost::enable_if::type> >::type*) [with Source = char*, typename boost::enable_if::type> >::type = void]’ [-fpermissive] output.cpp: In member function ‘virtual void CPBMFilter::BeginPage(sff_dword, sff_dword, sff_dword, sff_word, sff_word)’: output.cpp:166:46: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘sff_dword’ [-Wformat] output.cpp:166:46: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘sff_dword’ [-Wformat] make[2]: *** [cmdline.o] Error 1 make[2]: *** Waiting for unfinished jobs.... mv -f .deps/decoder.Tpo .deps/decoder.Po mv -f .deps/common.Tpo .deps/common.Po mv -f .deps/output.Tpo .deps/output.Po mv -f .deps/input.Tpo .deps/input.Po mv -f .deps/main.Tpo .deps/main.Po make[2]: Leaving directory `/var/tmp/portage/media-gfx/sfftobmp-3.1.2/work/sfftobmp3_1_2/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/var/tmp/portage/media-gfx/sfftobmp-3.1.2/work/sfftobmp3_1_2/src' make: *** [all-recursive] Error 1 emake failed * ERROR: media-gfx/sfftobmp-3.1.2 failed (compile phase): * emake failed * * Call stack: * ebuild.sh, line 56: Called src_compile * environment, line 2806: Called _eapi2_src_compile * ebuild.sh, line 665: Called die * The specific snippet of code: * emake || die "emake failed" * * If you need support, post the output of 'emerge --info =media-gfx/sfftobmp-3.1.2', * the complete build log and the output of 'emerge -pqv =media-gfx/sfftobmp-3.1.2'. * The complete build log is located at '/var/log/portage/build/media-gfx/sfftobmp-3.1.2:20110408-180859.log'. * The ebuild environment file is located at '/var/tmp/portage/media-gfx/sfftobmp-3.1.2/temp/environment'. * S: '/var/tmp/portage/media-gfx/sfftobmp-3.1.2/work/sfftobmp3_1_2'