* Package: media-gfx/sfftobmp-3.1.2 * Repository: gentoo * Maintainer: graphics@gentoo.org * USE: amd64 elibc_glibc kernel_linux multilib userland_GNU * FEATURES: preserve-libs sandbox >>> 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=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 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 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++... gcc3 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 dependency style of x86_64-pc-linux-gnu-gcc... gcc3 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 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 -j6 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' x86_64-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 x86_64-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 x86_64-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 x86_64-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 mv -f .deps/my_getopt.Tpo .deps/my_getopt.Po x86_64-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 mv -f .deps/codes.Tpo .deps/codes.Po x86_64-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 x86_64-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 x86_64-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 common.cpp: In member function 'void CFile::Read(void*, int)': common.cpp:213: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result common.cpp: In member function 'void CFile::Write(void*, int)': common.cpp:218: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result mv -f .deps/decoder.Tpo .deps/decoder.Po mv -f .deps/common.Tpo .deps/common.Po cmdline.cpp: In member function 'void CCmdLineProcessor::parseCmdLine()': cmdline.cpp:275: error: invalid conversion from 'bool (*)(const std::string&)' to 'void*' cmdline.cpp:275: error: initializing argument 2 of 'boost::filesystem3::path::path(const Source&, typename boost::enable_if::type>, void>::type*) [with Source = char*]' make[2]: *** [cmdline.o] Error 1 make[2]: *** Waiting for unfinished jobs.... output.cpp: In member function 'virtual void CPBMFilter::BeginPage(sff_dword, sff_dword, sff_dword, sff_word, sff_word)': output.cpp:166: warning: format '%ld' expects type 'long int', but argument 3 has type 'sff_dword' output.cpp:166: warning: format '%ld' expects type 'long int', but argument 4 has type 'sff_dword' 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 2712: 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/media-gfx:sfftobmp-3.1.2:20110410-125250.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'