ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/afflib.spec'], False, '/var/lib/mock/dist-f11-build-327984-59914/root/', None, 86400, True, 0, 428, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/afflib.spec'] warning: Could not canonicalize hostname: x86-6.fedora.phx.redhat.com Building target platforms: i386 Building for target i386 Wrote: /builddir/build/SRPMS/afflib-3.3.4-5.fc11.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/afflib.spec'], False, '/var/lib/mock/dist-f11-build-327984-59914/root/', None, 86400, True, 0, 428, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/afflib.spec'] Building target platforms: i386 Building for target i386 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.XySCog + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf afflib-3.3.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/afflib-3.3.4.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd afflib-3.3.4 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (afflib-3.0.1-WCtype.patch):' Patch #0 (afflib-3.0.1-WCtype.patch): + /bin/cat /builddir/build/SOURCES/afflib-3.0.1-WCtype.patch + /usr/bin/patch -s -p1 -b --suffix .WCtype --fuzz=2 + find lzma443 -type f -exec chmod 0644 '{}' ';' + chmod 0644 lib/base64.cpp + autoreconf + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nP6h2j + umask 022 + cd /builddir/build/BUILD + cd afflib-3.3.4 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -I/usr/lib/gfortran/modules' + export FFLAGS + ./configure --build=i386-redhat-linux-gnu --host=i386-redhat-linux-gnu --target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-wide-character-type --disable-static --enable-libewf=yes --enable-qemu=no configure: WARNING: unrecognized options: --enable-wide-character-type 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 whether to enable maintainer-specific portions of Makefiles... no checking for i386-redhat-linux-gnu-gcc... no checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking build system type... i386-redhat-linux-gnu checking host system type... i386-redhat-linux-gnu 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 gcc... /usr/bin/ld checking if the linker (/usr/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 whether ln -s works... yes checking the maximum length of command line arguments... 98304 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking for i386-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for i386-redhat-linux-gnu-ar... no checking for ar... ar checking for i386-redhat-linux-gnu-strip... no checking for strip... strip checking for i386-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking how to run the C preprocessor... 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 gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/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... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking /usr/local/include checking /opt/local/include checking /sw/include checking for working alloca.h... yes checking for alloca... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for mode_t... yes checking for off_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct stat.st_blocks... yes checking for struct stat.st_rdev... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dmalloc.h usability... no checking dmalloc.h presence... no checking for dmalloc.h... no checking err.h usability... yes checking err.h presence... yes checking for err.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for inttypes.h... (cached) yes checking linux/fs.h usability... yes checking linux/fs.h presence... yes checking for linux/fs.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking ncurses/term.h usability... yes checking ncurses/term.h presence... yes checking for ncurses/term.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/cdefs.h usability... yes checking sys/cdefs.h presence... yes checking for sys/cdefs.h... yes checking sys/disk.h usability... no checking sys/disk.h presence... no checking for sys/disk.h... no checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for sys/ioctl.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/param.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking sys/vfs.h usability... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking term.h usability... yes checking term.h presence... yes checking for term.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for struct sockaddr_in.sin_len... no checking for getprogname... no checking for strlcpy... no checking for strlcat... no checking for err_set_exit... no checking for srandom... yes checking for srandomdev... no checking for flock... yes checking for fstatfs... yes checking for valloc... yes checking for isdigit... yes checking for isalnum... yes checking for isalphanum... no checking for isatty... yes checking for popen... yes checking for ftruncate... yes checking for memset... yes checking for mkdir... yes checking for putenv... yes checking for regcomp... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strrchr... yes checking for err... yes checking for errx... yes checking for warn... yes checking for warnx... yes checking for i386-redhat-linux-gnu-g++... no checking for i386-redhat-linux-gnu-c++... no checking for i386-redhat-linux-gnu-gpp... no checking for i386-redhat-linux-gnu-aCC... no checking for i386-redhat-linux-gnu-CC... no checking for i386-redhat-linux-gnu-cxx... no checking for i386-redhat-linux-gnu-cc++... no checking for i386-redhat-linux-gnu-cl.exe... no checking for i386-redhat-linux-gnu-FCC... no checking for i386-redhat-linux-gnu-KCC... no checking for i386-redhat-linux-gnu-RCC... no checking for i386-redhat-linux-gnu-xlC_r... no checking for i386-redhat-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking cstring usability... yes checking cstring presence... yes checking for cstring... yes checking for btowc... yes checking for fgetws... yes checking for mbsinit... yes checking for mbsrtowcs... yes checking for swprintf... yes checking for wmain... no checking for wmemchr... yes checking for wmemcmp... yes checking for wmemcpy... yes checking for wmemrchr... no checking for wctob... yes checking for wcschr... yes checking for wcscmp... yes checking for wcscpy... yes checking for wcsdup... yes checking for wcslen... yes checking for wcsncmp... yes checking for wcsncpy... yes checking for wcsrchr... yes checking for wcsrtombs... yes checking for wcstol... yes checking for wcstoul... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for libewf_get_version in -lewf... yes checking libewf.h usability... yes checking libewf.h presence... yes checking for libewf.h... yes checking for libewf_get_media_size... yes checking if libewf_get_media_size takes size as an argument.... yes checking for libewf_get_chunk_size... yes checking if libewf_get_chunk_size takes size as an argument.... yes checking for libewf_get_bytes_per_sector... yes checking if libewf_get_bytes_per_sector takes size as an argument.... yes checking for tputs... no checking for tgoto... no checking for tgetstr... no checking for tgetnum... no checking for gotorc... no checking for beep... no checking for endwin... no checking for setupterm... no checking for printw... no checking readline/readline.h usability... no checking readline/readline.h presence... no checking for readline/readline.h... no checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking for readline in -lreadline... no readline not installed checking for initscr in -lncurses... yes checking for uncompress in -lz... yes checking expat.h usability... yes checking expat.h presence... yes checking for expat.h... yes checking for XML_ParserCreate in -lexpat... yes checking for aio_read64 in -lrt... yes checking for ssl3_new in -lssl... yes checking for MD5_Update in -lcrypto... yes checking openssl/aes.h usability... yes checking openssl/aes.h presence... yes checking for openssl/aes.h... yes checking openssl/bio.h usability... yes checking openssl/bio.h presence... yes checking for openssl/bio.h... yes checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking openssl/hmac.h usability... yes checking openssl/hmac.h presence... yes checking for openssl/hmac.h... yes checking openssl/md5.h usability... yes checking openssl/md5.h presence... yes checking for openssl/md5.h... yes checking openssl/rand.h usability... yes checking openssl/rand.h presence... yes checking for openssl/rand.h... yes checking openssl/rsa.h usability... yes checking openssl/rsa.h presence... yes checking for openssl/rsa.h... yes checking openssl/sha.h usability... yes checking openssl/sha.h presence... yes checking for openssl/sha.h... yes checking openssl/pem.h usability... yes checking openssl/pem.h presence... yes checking for openssl/pem.h... yes checking for MD5... yes checking for SHA1... yes checking for AES_encrypt... yes checking for RAND_pseudo_bytes... yes checking for des_read_pw_string... no checking for EVP_read_pw_string... yes checking for MD5 in -lmd... no checking sha256.h usability... no checking sha256.h presence... no checking for sha256.h... no checking openssl/fips_sha.h usability... no checking openssl/fips_sha.h presence... no checking for openssl/fips_sha.h... no checking for SHA256_Init... yes checking for EVP_sha256... yes checking for PEM_read_bio_RSA_PUBKEY... yes configure: FUSE requested checking fuse.h usability... no checking fuse.h presence... no checking for fuse.h... no configure: fuse.h not found; Disabling FUSE support. checking whether gcc and cc understand -c and -o together... yes configure: configure: ***************************************** configure: AFFLIB 3.3.4 configuration configure: Amazon S3 Support: no configure: LZMA Compression: yes configure: LIBEWF: yes configure: PYTHON Bindings: no configure: QEMU Image Drivers: no configure: FUSE: no configure: EVP_SHA256: yes (in OpenSSL -- needed for AFF signatures) configure: LIBEXPAT: yes (also needed for AFF signatures) configure: configure: CPPFLAGS: -D_FILE_OFFSET_BITS=64 -I/usr/local/include configure: CXXFLAGS: -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables configure: CFLAGS: -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables configure: LIBS: -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf configure: LDFLAGS: -L/usr/local/lib configure: ***************************************** configure: configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating tools/Makefile config.status: creating lzma443/Makefile config.status: creating win32/Makefile config.status: creating tests/Makefile config.status: creating doc/Makefile config.status: creating pyaff/Makefile config.status: creating debian/changelog config.status: creating debian/shlibs.local.ex config.status: creating afflib.spec config.status: creating afflib.pc config.status: creating affconfig.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --enable-wide-character-type + sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool + sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool + sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool + make -j4 make all-recursive make[1]: Entering directory `/builddir/build/BUILD/afflib-3.3.4' Making all in lib make[2]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/lib' /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT aff_db.lo -MD -MP -MF .deps/aff_db.Tpo -c -o aff_db.lo aff_db.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT aff_toc.lo -MD -MP -MF .deps/aff_toc.Tpo -c -o aff_toc.lo aff_toc.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afflib.lo -MD -MP -MF .deps/afflib.Tpo -c -o afflib.lo afflib.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afflib_os.lo -MD -MP -MF .deps/afflib_os.Tpo -c -o afflib_os.lo afflib_os.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT aff_toc.lo -MD -MP -MF .deps/aff_toc.Tpo -c aff_toc.cpp -fPIC -DPIC -o .libs/aff_toc.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT aff_db.lo -MD -MP -MF .deps/aff_db.Tpo -c aff_db.cpp -fPIC -DPIC -o .libs/aff_db.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afflib_os.lo -MD -MP -MF .deps/afflib_os.Tpo -c afflib_os.cpp -fPIC -DPIC -o .libs/afflib_os.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afflib.lo -MD -MP -MF .deps/afflib.Tpo -c afflib.cpp -fPIC -DPIC -o .libs/afflib.o mv -f .deps/afflib_os.Tpo .deps/afflib_os.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afflib_pages.lo -MD -MP -MF .deps/afflib_pages.Tpo -c -o afflib_pages.lo afflib_pages.cpp afflib.cpp: In function 'uint64_t af_seek(AFFILE*, int64_t, int)': afflib.cpp:517: warning: comparison between signed and unsigned integer expressions afflib.cpp:517: warning: comparison between signed and unsigned integer expressions mv -f .deps/aff_toc.Tpo .deps/aff_toc.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afflib_pages.lo -MD -MP -MF .deps/afflib_pages.Tpo -c afflib_pages.cpp -fPIC -DPIC -o .libs/afflib_pages.o /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afflib_stream.lo -MD -MP -MF .deps/afflib_stream.Tpo -c -o afflib_stream.lo afflib_stream.cpp mv -f .deps/aff_db.Tpo .deps/aff_db.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afflib_util.lo -MD -MP -MF .deps/afflib_util.Tpo -c -o afflib_util.lo afflib_util.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afflib_util.lo -MD -MP -MF .deps/afflib_util.Tpo -c afflib_util.cpp -fPIC -DPIC -o .libs/afflib_util.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afflib_stream.lo -MD -MP -MF .deps/afflib_stream.Tpo -c afflib_stream.cpp -fPIC -DPIC -o .libs/afflib_stream.o afflib_pages.cpp: In function 'int af_set_pagesize(AFFILE*, long int)': afflib_pages.cpp:132: warning: comparison between signed and unsigned integer expressions afflib_pages.cpp: In function 'int af_get_page(AFFILE*, int64_t, unsigned char*, size_t*)': afflib_pages.cpp:191: warning: format '%d' expects type 'int', but argument 6 has type 'size_t*' mv -f .deps/afflib_util.Tpo .deps/afflib_util.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT crypto.lo -MD -MP -MF .deps/crypto.Tpo -c -o crypto.lo crypto.cpp mv -f .deps/afflib_stream.Tpo .deps/afflib_stream.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT crypto.lo -MD -MP -MF .deps/crypto.Tpo -c crypto.cpp -fPIC -DPIC -o .libs/crypto.o /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c -o base64.lo base64.cpp mv -f .deps/afflib.Tpo .deps/afflib.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT lzma_glue.lo -MD -MP -MF .deps/lzma_glue.Tpo -c -o lzma_glue.lo lzma_glue.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.cpp -fPIC -DPIC -o .libs/base64.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT lzma_glue.lo -MD -MP -MF .deps/lzma_glue.Tpo -c lzma_glue.cpp -fPIC -DPIC -o .libs/lzma_glue.o mv -f .deps/afflib_pages.Tpo .deps/afflib_pages.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT vnode_aff.lo -MD -MP -MF .deps/vnode_aff.Tpo -c -o vnode_aff.lo vnode_aff.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT vnode_aff.lo -MD -MP -MF .deps/vnode_aff.Tpo -c vnode_aff.cpp -fPIC -DPIC -o .libs/vnode_aff.o mv -f .deps/base64.Tpo .deps/base64.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT vnode_afd.lo -MD -MP -MF .deps/vnode_afd.Tpo -c -o vnode_afd.lo vnode_afd.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT vnode_afd.lo -MD -MP -MF .deps/vnode_afd.Tpo -c vnode_afd.cpp -fPIC -DPIC -o .libs/vnode_afd.o vnode_aff.cpp: In function 'int aff_get_seg(AFFILE*, const char*, long unsigned int*, unsigned char*, size_t*)': vnode_aff.cpp:160: warning: unused variable 'first' vnode_aff.cpp:161: warning: unused variable 'segsize' vnode_aff.cpp: In function 'int aff_get_next_seg(AFFILE*, char*, size_t, long unsigned int*, unsigned char*, size_t*)': vnode_aff.cpp:245: warning: unused variable 'newpos' vnode_aff.cpp: In function 'int af_truncate_blank(AFFILE*)': vnode_aff.cpp:280: warning: ignoring return value of 'int ftruncate(int, __off64_t)', declared with attribute warn_unused_result vnode_aff.cpp: In function 'int aff_del_seg(AFFILE*, const char*)': vnode_aff.cpp:424: warning: ignoring return value of 'int ftruncate(int, __off64_t)', declared with attribute warn_unused_result vnode_aff.cpp: In function 'int aff_create(AFFILE*)': vnode_aff.cpp:450: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result crypto.cpp: In function 'int af_get_aes_key_from_passphrase(AFFILE*, const char*, unsigned char*)': crypto.cpp:293: warning: comparison between signed and unsigned integer expressions crypto.cpp: In function 'int af_get_affkey_using_keyfile(AFFILE*, const char*, u_char*)': crypto.cpp:947: warning: comparison between signed and unsigned integer expressions crypto.cpp:953: warning: unused variable 'okay' crypto.cpp:924: warning: unused variable 'done' mv -f .deps/lzma_glue.Tpo .deps/lzma_glue.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT vnode_afm.lo -MD -MP -MF .deps/vnode_afm.Tpo -c -o vnode_afm.lo vnode_afm.cpp mv -f .deps/vnode_aff.Tpo .deps/vnode_aff.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT vnode_ewf.lo -MD -MP -MF .deps/vnode_ewf.Tpo -c -o vnode_ewf.lo vnode_ewf.cpp crypto.cpp: In function 'int af_set_seal_certificates(AFFILE*, const char**, int)': crypto.cpp:800: warning: control reaches end of non-void function libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT vnode_afm.lo -MD -MP -MF .deps/vnode_afm.Tpo -c vnode_afm.cpp -fPIC -DPIC -o .libs/vnode_afm.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT vnode_ewf.lo -MD -MP -MF .deps/vnode_ewf.Tpo -c vnode_ewf.cpp -fPIC -DPIC -o .libs/vnode_ewf.o mv -f .deps/vnode_afd.Tpo .deps/vnode_afd.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT vnode_raw.lo -MD -MP -MF .deps/vnode_raw.Tpo -c -o vnode_raw.lo vnode_raw.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT vnode_raw.lo -MD -MP -MF .deps/vnode_raw.Tpo -c vnode_raw.cpp -fPIC -DPIC -o .libs/vnode_raw.o vnode_ewf.cpp: In function 'int ewf_get_seg(AFFILE*, const char*, long unsigned int*, unsigned char*, size_t*)': vnode_ewf.cpp:227: warning: comparison between signed and unsigned integer expressions vnode_ewf.cpp:231: warning: unused variable 'r' vnode_ewf.cpp:258: warning: unused variable 'sz' vnode_ewf.cpp: In function 'int ewf_get_next_seg(AFFILE*, char*, size_t, long unsigned int*, unsigned char*, size_t*)': vnode_ewf.cpp:342: warning: comparison between signed and unsigned integer expressions vnode_raw.cpp: In function 'int raw_get_next_seg(AFFILE*, char*, size_t, long unsigned int*, unsigned char*, size_t*)': vnode_raw.cpp:240: warning: comparison between signed and unsigned integer expressions vnode_ewf.cpp: At global scope: vnode_ewf.cpp:189: warning: 'int strlenp(const unsigned char*, int)' defined but not used mv -f .deps/vnode_ewf.Tpo .deps/vnode_ewf.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT vnode_split_raw.lo -MD -MP -MF .deps/vnode_split_raw.Tpo -c -o vnode_split_raw.lo vnode_split_raw.cpp mv -f .deps/vnode_afm.Tpo .deps/vnode_afm.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT aftimer.lo -MD -MP -MF .deps/aftimer.Tpo -c -o aftimer.lo aftimer.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT vnode_split_raw.lo -MD -MP -MF .deps/vnode_split_raw.Tpo -c vnode_split_raw.cpp -fPIC -DPIC -o .libs/vnode_split_raw.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT aftimer.lo -MD -MP -MF .deps/aftimer.Tpo -c aftimer.cpp -fPIC -DPIC -o .libs/aftimer.o mv -f .deps/vnode_raw.Tpo .deps/vnode_raw.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c -o utils.lo utils.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.cpp -fPIC -DPIC -o .libs/utils.o mv -f .deps/aftimer.Tpo .deps/aftimer.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT LzmaBench.lo -MD -MP -MF .deps/LzmaBench.Tpo -c -o LzmaBench.lo `test -f '../lzma443/C/7zip/Compress/LZMA_Alone/LzmaBench.cpp' || echo './'`../lzma443/C/7zip/Compress/LZMA_Alone/LzmaBench.cpp vnode_split_raw.cpp: In function 'int split_raw_write_internal2(AFFILE*, unsigned char*, uint64_t, size_t)': vnode_split_raw.cpp:439: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result vnode_split_raw.cpp: In function 'int split_raw_update_seg(AFFILE*, const char*, long unsigned int, const u_char*, unsigned int)': vnode_split_raw.cpp:589: warning: comparison between signed and unsigned integer expressions libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT LzmaBench.lo -MD -MP -MF .deps/LzmaBench.Tpo -c ../lzma443/C/7zip/Compress/LZMA_Alone/LzmaBench.cpp -fPIC -DPIC -o .libs/LzmaBench.o crypto.cpp: At global scope: crypto.cpp:106: warning: 'aff_cannot_sign' defined but not used crypto.cpp:110: warning: 'aff_cannot_verify' defined but not used mv -f .deps/crypto.Tpo .deps/crypto.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT LzmaRam.lo -MD -MP -MF .deps/LzmaRam.Tpo -c -o LzmaRam.lo `test -f '../lzma443/C/7zip/Compress/LZMA_Alone/LzmaRam.cpp' || echo './'`../lzma443/C/7zip/Compress/LZMA_Alone/LzmaRam.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT LzmaRam.lo -MD -MP -MF .deps/LzmaRam.Tpo -c ../lzma443/C/7zip/Compress/LZMA_Alone/LzmaRam.cpp -fPIC -DPIC -o .libs/LzmaRam.o mv -f .deps/vnode_split_raw.Tpo .deps/vnode_split_raw.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT libafflib_la-LzmaRamDecode.lo -MD -MP -MF .deps/libafflib_la-LzmaRamDecode.Tpo -c -o libafflib_la-LzmaRamDecode.lo `test -f '../lzma443/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.c' || echo './'`../lzma443/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT libafflib_la-LzmaRamDecode.lo -MD -MP -MF .deps/libafflib_la-LzmaRamDecode.Tpo -c ../lzma443/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.c -fPIC -DPIC -o .libs/libafflib_la-LzmaRamDecode.o mv -f .deps/libafflib_la-LzmaRamDecode.Tpo .deps/libafflib_la-LzmaRamDecode.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT libafflib_la-LzmaDecode.lo -MD -MP -MF .deps/libafflib_la-LzmaDecode.Tpo -c -o libafflib_la-LzmaDecode.lo `test -f '../lzma443/C/7zip/Compress/LZMA_C/LzmaDecode.c' || echo './'`../lzma443/C/7zip/Compress/LZMA_C/LzmaDecode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT libafflib_la-LzmaDecode.lo -MD -MP -MF .deps/libafflib_la-LzmaDecode.Tpo -c ../lzma443/C/7zip/Compress/LZMA_C/LzmaDecode.c -fPIC -DPIC -o .libs/libafflib_la-LzmaDecode.o mv -f .deps/LzmaRam.Tpo .deps/LzmaRam.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT libafflib_la-BranchX86.lo -MD -MP -MF .deps/libafflib_la-BranchX86.Tpo -c -o libafflib_la-BranchX86.lo `test -f '../lzma443/C/7zip/Compress/Branch/BranchX86.c' || echo './'`../lzma443/C/7zip/Compress/Branch/BranchX86.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT libafflib_la-BranchX86.lo -MD -MP -MF .deps/libafflib_la-BranchX86.Tpo -c ../lzma443/C/7zip/Compress/Branch/BranchX86.c -fPIC -DPIC -o .libs/libafflib_la-BranchX86.o mv -f .deps/LzmaBench.Tpo .deps/LzmaBench.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT LZMADecoder.lo -MD -MP -MF .deps/LZMADecoder.Tpo -c -o LZMADecoder.lo `test -f '../lzma443/C/7zip/Compress/LZMA/LZMADecoder.cpp' || echo './'`../lzma443/C/7zip/Compress/LZMA/LZMADecoder.cpp mv -f .deps/libafflib_la-BranchX86.Tpo .deps/libafflib_la-BranchX86.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT LZMAEncoder.lo -MD -MP -MF .deps/LZMAEncoder.Tpo -c -o LZMAEncoder.lo `test -f '../lzma443/C/7zip/Compress/LZMA/LZMAEncoder.cpp' || echo './'`../lzma443/C/7zip/Compress/LZMA/LZMAEncoder.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT LZMADecoder.lo -MD -MP -MF .deps/LZMADecoder.Tpo -c ../lzma443/C/7zip/Compress/LZMA/LZMADecoder.cpp -fPIC -DPIC -o .libs/LZMADecoder.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT LZMAEncoder.lo -MD -MP -MF .deps/LZMAEncoder.Tpo -c ../lzma443/C/7zip/Compress/LZMA/LZMAEncoder.cpp -fPIC -DPIC -o .libs/LZMAEncoder.o mv -f .deps/utils.Tpo .deps/utils.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT LZInWindow.lo -MD -MP -MF .deps/LZInWindow.Tpo -c -o LZInWindow.lo `test -f '../lzma443/C/7zip/Compress/LZ/LZInWindow.cpp' || echo './'`../lzma443/C/7zip/Compress/LZ/LZInWindow.cpp mv -f .deps/libafflib_la-LzmaDecode.Tpo .deps/libafflib_la-LzmaDecode.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT LZOutWindow.lo -MD -MP -MF .deps/LZOutWindow.Tpo -c -o LZOutWindow.lo `test -f '../lzma443/C/7zip/Compress/LZ/LZOutWindow.cpp' || echo './'`../lzma443/C/7zip/Compress/LZ/LZOutWindow.cpp ../lzma443/C/7zip/Compress/LZMA/LZMADecoder.cpp: In member function 'virtual LONG NCompress::NLZMA::CDecoder::SetOutStreamSize(const UInt64*)': ../lzma443/C/7zip/Compress/LZMA/LZMADecoder.cpp:312: warning: suggest parentheses around assignment used as truth value libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT LZInWindow.lo -MD -MP -MF .deps/LZInWindow.Tpo -c ../lzma443/C/7zip/Compress/LZ/LZInWindow.cpp -fPIC -DPIC -o .libs/LZInWindow.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT LZOutWindow.lo -MD -MP -MF .deps/LZOutWindow.Tpo -c ../lzma443/C/7zip/Compress/LZ/LZOutWindow.cpp -fPIC -DPIC -o .libs/LZOutWindow.o mv -f .deps/LZOutWindow.Tpo .deps/LZOutWindow.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT RangeCoderBit.lo -MD -MP -MF .deps/RangeCoderBit.Tpo -c -o RangeCoderBit.lo `test -f '../lzma443/C/7zip/Compress/RangeCoder/RangeCoderBit.cpp' || echo './'`../lzma443/C/7zip/Compress/RangeCoder/RangeCoderBit.cpp mv -f .deps/LZInWindow.Tpo .deps/LZInWindow.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT InBuffer.lo -MD -MP -MF .deps/InBuffer.Tpo -c -o InBuffer.lo `test -f '../lzma443/C/7zip/Common/InBuffer.cpp' || echo './'`../lzma443/C/7zip/Common/InBuffer.cpp ../lzma443/C/7zip/Compress/LZMA/LZMAEncoder.cpp: In member function 'LONG NCompress::NLZMA::CEncoder::GetOptimumFast(UInt32, UInt32&, UInt32&)': ../lzma443/C/7zip/Compress/LZMA/LZMAEncoder.cpp:1207: warning: suggest parentheses around && within || ../lzma443/C/7zip/Compress/LZMA/LZMAEncoder.cpp:1208: warning: suggest parentheses around && within || ../lzma443/C/7zip/Compress/LZMA/LZMAEncoder.cpp:1223: warning: suggest parentheses around && within || ../lzma443/C/7zip/Compress/LZMA/LZMAEncoder.cpp:1225: warning: suggest parentheses around && within || libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT RangeCoderBit.lo -MD -MP -MF .deps/RangeCoderBit.Tpo -c ../lzma443/C/7zip/Compress/RangeCoder/RangeCoderBit.cpp -fPIC -DPIC -o .libs/RangeCoderBit.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT InBuffer.lo -MD -MP -MF .deps/InBuffer.Tpo -c ../lzma443/C/7zip/Common/InBuffer.cpp -fPIC -DPIC -o .libs/InBuffer.o mv -f .deps/RangeCoderBit.Tpo .deps/RangeCoderBit.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT OutBuffer.lo -MD -MP -MF .deps/OutBuffer.Tpo -c -o OutBuffer.lo `test -f '../lzma443/C/7zip/Common/OutBuffer.cpp' || echo './'`../lzma443/C/7zip/Common/OutBuffer.cpp mv -f .deps/InBuffer.Tpo .deps/InBuffer.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT OutBuffer.lo -MD -MP -MF .deps/OutBuffer.Tpo -c ../lzma443/C/7zip/Common/OutBuffer.cpp -fPIC -DPIC -o .libs/OutBuffer.o /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT StreamUtils.lo -MD -MP -MF .deps/StreamUtils.Tpo -c -o StreamUtils.lo `test -f '../lzma443/C/7zip/Common/StreamUtils.cpp' || echo './'`../lzma443/C/7zip/Common/StreamUtils.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT StreamUtils.lo -MD -MP -MF .deps/StreamUtils.Tpo -c ../lzma443/C/7zip/Common/StreamUtils.cpp -fPIC -DPIC -o .libs/StreamUtils.o mv -f .deps/OutBuffer.Tpo .deps/OutBuffer.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT Alloc.lo -MD -MP -MF .deps/Alloc.Tpo -c -o Alloc.lo `test -f '../lzma443/C/Common/Alloc.cpp' || echo './'`../lzma443/C/Common/Alloc.cpp mv -f .deps/StreamUtils.Tpo .deps/StreamUtils.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT CommandLineParser.lo -MD -MP -MF .deps/CommandLineParser.Tpo -c -o CommandLineParser.lo `test -f '../lzma443/C/Common/CommandLineParser.cpp' || echo './'`../lzma443/C/Common/CommandLineParser.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT Alloc.lo -MD -MP -MF .deps/Alloc.Tpo -c ../lzma443/C/Common/Alloc.cpp -fPIC -DPIC -o .libs/Alloc.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT CommandLineParser.lo -MD -MP -MF .deps/CommandLineParser.Tpo -c ../lzma443/C/Common/CommandLineParser.cpp -fPIC -DPIC -o .libs/CommandLineParser.o mv -f .deps/Alloc.Tpo .deps/Alloc.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT CRC.lo -MD -MP -MF .deps/CRC.Tpo -c -o CRC.lo `test -f '../lzma443/C/Common/CRC.cpp' || echo './'`../lzma443/C/Common/CRC.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT CRC.lo -MD -MP -MF .deps/CRC.Tpo -c ../lzma443/C/Common/CRC.cpp -fPIC -DPIC -o .libs/CRC.o mv -f .deps/CRC.Tpo .deps/CRC.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT String.lo -MD -MP -MF .deps/String.Tpo -c -o String.lo `test -f '../lzma443/C/Common/String.cpp' || echo './'`../lzma443/C/Common/String.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT String.lo -MD -MP -MF .deps/String.Tpo -c ../lzma443/C/Common/String.cpp -fPIC -DPIC -o .libs/String.o mv -f .deps/String.Tpo .deps/String.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT StringConvert.lo -MD -MP -MF .deps/StringConvert.Tpo -c -o StringConvert.lo `test -f '../lzma443/C/Common/StringConvert.cpp' || echo './'`../lzma443/C/Common/StringConvert.cpp mv -f .deps/LZMADecoder.Tpo .deps/LZMADecoder.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT StringConvert.lo -MD -MP -MF .deps/StringConvert.Tpo -c ../lzma443/C/Common/StringConvert.cpp -fPIC -DPIC -o .libs/StringConvert.o /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT StringToInt.lo -MD -MP -MF .deps/StringToInt.Tpo -c -o StringToInt.lo `test -f '../lzma443/C/Common/StringToInt.cpp' || echo './'`../lzma443/C/Common/StringToInt.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT StringToInt.lo -MD -MP -MF .deps/StringToInt.Tpo -c ../lzma443/C/Common/StringToInt.cpp -fPIC -DPIC -o .libs/StringToInt.o mv -f .deps/StringToInt.Tpo .deps/StringToInt.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT Vector.lo -MD -MP -MF .deps/Vector.Tpo -c -o Vector.lo `test -f '../lzma443/C/Common/Vector.cpp' || echo './'`../lzma443/C/Common/Vector.cpp mv -f .deps/StringConvert.Tpo .deps/StringConvert.Plo g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT aftest.o -MD -MP -MF .deps/aftest.Tpo -c -o aftest.o aftest.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT Vector.lo -MD -MP -MF .deps/Vector.Tpo -c ../lzma443/C/Common/Vector.cpp -fPIC -DPIC -o .libs/Vector.o mv -f .deps/Vector.Tpo .deps/Vector.Plo In file included from aftest.cpp:12: threaded_hash.h: In static member function 'static void* threaded_hash::update_worker(void*)': threaded_hash.h:26: warning: no return statement in function returning non-void aftest.cpp: In function 'int reverse_test()': aftest.cpp:110: warning: unused variable 'pass' aftest.cpp: In function 'void sparse_test()': aftest.cpp:412: warning: comparison between signed and unsigned integer expressions aftest.cpp: In function 'void figure(const char*)': aftest.cpp:447: warning: format '%d' expects type 'int', but argument 2 has type 'uint64_t' aftest.cpp: In function 'int aestest()': aftest.cpp:542: warning: comparison between signed and unsigned integer expressions aftest.cpp:551: warning: comparison between signed and unsigned integer expressions aftest.cpp: In function 'void readfile_test(const char*)': aftest.cpp:694: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result aftest.cpp: In function 'void zap(const char*)': aftest.cpp:703: warning: too few arguments for format aftest.cpp: In function 'void xmltest(const char*)': aftest.cpp:1095: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result threaded_hash.h: In static member function 'static void* threaded_hash::update_worker(void*)': threaded_hash.h:26: warning: control reaches end of non-void function mv -f .deps/CommandLineParser.Tpo .deps/CommandLineParser.Plo mv -f .deps/aftest.Tpo .deps/aftest.Po mv -f .deps/LZMAEncoder.Tpo .deps/LZMAEncoder.Plo /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -L/usr/local/lib -o libafflib.la -rpath /usr/lib aff_db.lo aff_toc.lo afflib.lo afflib_os.lo afflib_pages.lo afflib_stream.lo afflib_util.lo crypto.lo base64.lo lzma_glue.lo vnode_aff.lo vnode_afd.lo vnode_afm.lo vnode_ewf.lo vnode_raw.lo vnode_split_raw.lo aftimer.lo utils.lo LzmaBench.lo LzmaRam.lo libafflib_la-LzmaRamDecode.lo libafflib_la-LzmaDecode.lo libafflib_la-BranchX86.lo LZMADecoder.lo LZMAEncoder.lo LZInWindow.lo LZOutWindow.lo RangeCoderBit.lo InBuffer.lo OutBuffer.lo StreamUtils.lo Alloc.lo CommandLineParser.lo CRC.lo String.lo StringConvert.lo StringToInt.lo Vector.lo -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf libtool: link: g++ -Wl,--as-needed -shared -nostdlib /usr/lib/gcc/i386-redhat-linux/4.3.2/../../../crti.o /usr/lib/gcc/i386-redhat-linux/4.3.2/crtbeginS.o .libs/aff_db.o .libs/aff_toc.o .libs/afflib.o .libs/afflib_os.o .libs/afflib_pages.o .libs/afflib_stream.o .libs/afflib_util.o .libs/crypto.o .libs/base64.o .libs/lzma_glue.o .libs/vnode_aff.o .libs/vnode_afd.o .libs/vnode_afm.o .libs/vnode_ewf.o .libs/vnode_raw.o .libs/vnode_split_raw.o .libs/aftimer.o .libs/utils.o .libs/LzmaBench.o .libs/LzmaRam.o .libs/libafflib_la-LzmaRamDecode.o .libs/libafflib_la-LzmaDecode.o .libs/libafflib_la-BranchX86.o .libs/LZMADecoder.o .libs/LZMAEncoder.o .libs/LZInWindow.o .libs/LZOutWindow.o .libs/RangeCoderBit.o .libs/InBuffer.o .libs/OutBuffer.o .libs/StreamUtils.o .libs/Alloc.o .libs/CommandLineParser.o .libs/CRC.o .libs/String.o .libs/StringConvert.o .libs/StringToInt.o .libs/Vector.o -L/usr/local/lib -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf -L/usr/lib/gcc/i386-redhat-linux/4.3.2 -L/usr/lib/gcc/i386-redhat-linux/4.3.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i386-redhat-linux/4.3.2/crtendS.o /usr/lib/gcc/i386-redhat-linux/4.3.2/../../../crtn.o -m32 -march=i386 -mtune=generic -Wl,-soname -Wl,libafflib.so.0 -o .libs/libafflib.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libafflib.so.0" && ln -s "libafflib.so.0.0.0" "libafflib.so.0") libtool: link: (cd ".libs" && rm -f "libafflib.so" && ln -s "libafflib.so.0.0.0" "libafflib.so") libtool: link: ( cd ".libs" && rm -f "libafflib.la" && ln -s "../libafflib.la" "libafflib.la" ) /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -static -L/usr/local/lib -o aftest aftest.o libafflib.la -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf libtool: link: g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o aftest aftest.o -L/usr/local/lib ./.libs/libafflib.so -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf make[2]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/lib' Making all in tools make[2]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/tools' g++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afcat.o -MD -MP -MF .deps/afcat.Tpo -c -o afcat.o afcat.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afcompare.o -MD -MP -MF .deps/afcompare.Tpo -c -o afcompare.o afcompare.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afconvert.o -MD -MP -MF .deps/afconvert.Tpo -c -o afconvert.o afconvert.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afcopy.o -MD -MP -MF .deps/afcopy.Tpo -c -o afcopy.o afcopy.cpp afconvert.cpp: In function 'int yesno(const char*, const char*, const char*)': afconvert.cpp:202: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result afcat.cpp: In function 'int output_page(AFFILE*, FILE*, int64_t)': afcat.cpp:160: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result afcat.cpp: In function 'int afcat(AFFILE*)': afcat.cpp:195: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result afcat.cpp:210: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result afcat.cpp:236: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result In file included from afcopy.cpp:52: aff_bom.h: In constructor 'aff_bom::aff_bom(bool)': aff_bom.h:71: warning: 'aff_bom::xml' will be initialized after aff_bom.h:64: warning: 'X509* aff_bom::cert' aff_bom.h:72: warning: when initialized here afcopy.cpp: In function 'void usage()': afcopy.cpp:147: warning: too few arguments for format afcopy.cpp: In function 'int afcopy(char*, std::vector, std::allocator >, std::allocator, std::allocator > > >&)': afcopy.cpp:346: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'AFFILE*' mv -f .deps/afcat.Tpo .deps/afcat.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT aff_bom.o -MD -MP -MF .deps/aff_bom.Tpo -c -o aff_bom.o aff_bom.cpp mv -f .deps/afconvert.Tpo .deps/afconvert.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afcrypto.o -MD -MP -MF .deps/afcrypto.Tpo -c -o afcrypto.o afcrypto.cpp In file included from aff_bom.cpp:38: aff_bom.h: In constructor 'aff_bom::aff_bom(bool)': aff_bom.h:71: warning: 'aff_bom::xml' will be initialized after aff_bom.h:64: warning: 'X509* aff_bom::cert' aff_bom.h:72: warning: when initialized here afcrypto.cpp: In function 'void get_and_change_passphrase(const char*)': afcrypto.cpp:81: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result afcrypto.cpp:94: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result afcrypto.cpp: In function 'char* check_file(AFFILE*, const char*)': afcrypto.cpp:140: warning: unused variable 't' mv -f .deps/aff_bom.Tpo .deps/aff_bom.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT affix.o -MD -MP -MF .deps/affix.Tpo -c -o affix.o affix.cpp affix.cpp: In function 'int fix(const char*)': affix.cpp:122: warning: too few arguments for format affix.cpp:126: warning: too few arguments for format affix.cpp:130: warning: too few arguments for format affix.cpp: In function 'int af_is_valid_afffile(const char*)': affix.cpp:96: warning: control reaches end of non-void function mv -f .deps/affix.Tpo .deps/affix.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afinfo.o -MD -MP -MF .deps/afinfo.Tpo -c -o afinfo.o afinfo.cpp mv -f .deps/afcrypto.Tpo .deps/afcrypto.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT quads.o -MD -MP -MF .deps/quads.Tpo -c -o quads.o quads.cpp mv -f .deps/afcompare.Tpo .deps/afcompare.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afsegment.o -MD -MP -MF .deps/afsegment.Tpo -c -o afsegment.o afsegment.cpp mv -f .deps/quads.Tpo .deps/quads.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afstats.o -MD -MP -MF .deps/afstats.Tpo -c -o afstats.o afstats.cpp mv -f .deps/afcopy.Tpo .deps/afcopy.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afverify.o -MD -MP -MF .deps/afverify.Tpo -c -o afverify.o afverify.cpp mv -f .deps/afstats.Tpo .deps/afstats.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afxml.o -MD -MP -MF .deps/afxml.Tpo -c -o afxml.o afxml.cpp afsegment.cpp: In function 'void process(const char*)': afsegment.cpp:226: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' afsegment.cpp:243: warning: comparison between signed and unsigned integer expressions afinfo.cpp: In function 'void color(int)': afinfo.cpp:147: warning: deprecated conversion from string constant to 'char*' afinfo.cpp:148: warning: deprecated conversion from string constant to 'char*' afinfo.cpp: In function 'void print_info(AFFILE*, const char*)': afinfo.cpp:496: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result afinfo.cpp: In function 'int info_file(const char*)': afinfo.cpp:685: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' afinfo.cpp:687: warning: format '%8lu' expects type 'long unsigned int', but argument 2 has type 'int' afinfo.cpp:705: warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int' afinfo.cpp:705: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' afinfo.cpp:705: warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned int' afinfo.cpp:748: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' afinfo.cpp:748: warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned int' afinfo.cpp: In function 'void figure_media(const char*)': afinfo.cpp:769: warning: format '%d' expects type 'int', but argument 2 has type 'uint64_t' afinfo.cpp: In function 'int main(int, char**)': afinfo.cpp:783: warning: deprecated conversion from string constant to 'char*' afxml.cpp: In function 'int xml_info(const char*)': afxml.cpp:195: warning: too many arguments for format afxml.cpp:300: warning: unused variable 'b64size_real' afxml.cpp:160: warning: unused variable 'segname2' mv -f .deps/afsegment.Tpo .deps/afsegment.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT affuse-affuse.o -MD -MP -MF .deps/affuse-affuse.Tpo -c -o affuse-affuse.o `test -f 'affuse.c' || echo './'`affuse.c In file included from afverify.cpp:55: aff_bom.h: In constructor 'aff_bom::aff_bom(bool)': aff_bom.h:71: warning: 'aff_bom::xml' will be initialized after aff_bom.h:64: warning: 'X509* aff_bom::cert' aff_bom.h:72: warning: when initialized here afverify.cpp: In function 'void print_x509_info(X509*)': afverify.cpp:95: warning: format '%d' expects type 'int', but argument 2 has type 'long int' mv -f .deps/affuse-affuse.Tpo .deps/affuse-affuse.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afrecover.o -MD -MP -MF .deps/afrecover.Tpo -c -o afrecover.o afrecover.cpp afverify.cpp: In function 'int verify_bom_signature(AFFILE*, const char*)': afverify.cpp:286: warning: format '%d' expects type 'int', but argument 4 has type 'XML_Size' mv -f .deps/afxml.Tpo .deps/afxml.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT afsign.o -MD -MP -MF .deps/afsign.Tpo -c -o afsign.o afsign.cpp mv -f .deps/afinfo.Tpo .deps/afinfo.Po /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -static -L/usr/local/lib -o afcat afcat.o ../lib/libafflib.la -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf afrecover.cpp: In function 'int recover(const char*)': afrecover.cpp:139: warning: comparison between signed and unsigned integer expressions afrecover.cpp:154: warning: comparison between signed and unsigned integer expressions afrecover.cpp: In function 'int main(int, char**)': afrecover.cpp:180: warning: unused variable 'bflag' afrecover.cpp:181: warning: unused variable 'infile' mv -f .deps/afverify.Tpo .deps/afverify.Po /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -static -L/usr/local/lib -o afcompare afcompare.o ../lib/libafflib.la -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf libtool: link: g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o afcat afcat.o -L/usr/local/lib ../lib/.libs/libafflib.so -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf In file included from afsign.cpp:62: aff_bom.h: In constructor 'aff_bom::aff_bom(bool)': aff_bom.h:71: warning: 'aff_bom::xml' will be initialized after aff_bom.h:64: warning: 'X509* aff_bom::cert' aff_bom.h:72: warning: when initialized here afsign.cpp: In function 'int afsign(const char*)': afsign.cpp:113: warning: too few arguments for format afsign.cpp:203: warning: comparison between signed and unsigned integer expressions /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -static -L/usr/local/lib -o afconvert afconvert.o ../lib/libafflib.la -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf mv -f .deps/afrecover.Tpo .deps/afrecover.Po libtool: link: g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o afcompare afcompare.o -L/usr/local/lib ../lib/.libs/libafflib.so -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -static -L/usr/local/lib -o afcopy afcopy.o aff_bom.o ../lib/libafflib.la -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -static -L/usr/local/lib -o afcrypto afcrypto.o ../lib/libafflib.la -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf libtool: link: g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o afconvert afconvert.o -L/usr/local/lib ../lib/.libs/libafflib.so -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf libtool: link: g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o afcopy afcopy.o aff_bom.o -L/usr/local/lib ../lib/.libs/libafflib.so -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf mv -f .deps/afsign.Tpo .deps/afsign.Po /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -static -L/usr/local/lib -o affix affix.o ../lib/libafflib.la -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -static -L/usr/local/lib -o afinfo afinfo.o quads.o ../lib/libafflib.la -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf libtool: link: g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o afcrypto afcrypto.o -L/usr/local/lib ../lib/.libs/libafflib.so -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -static -L/usr/local/lib -o afsegment afsegment.o ../lib/libafflib.la -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf libtool: link: g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o affix affix.o -L/usr/local/lib ../lib/.libs/libafflib.so -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -static -L/usr/local/lib -o afstats afstats.o ../lib/libafflib.la -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf libtool: link: g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o afsegment afsegment.o -L/usr/local/lib ../lib/.libs/libafflib.so -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf libtool: link: g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o afinfo afinfo.o quads.o -L/usr/local/lib ../lib/.libs/libafflib.so -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -static -L/usr/local/lib -o afverify afverify.o aff_bom.o ../lib/libafflib.la -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -static -L/usr/local/lib -o afxml afxml.o quads.o ../lib/libafflib.la -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf libtool: link: g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o afstats afstats.o -L/usr/local/lib ../lib/.libs/libafflib.so -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -static -L/usr/local/lib -o affuse affuse-affuse.o ../lib/libafflib.la -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf libtool: link: g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o afxml afxml.o quads.o -L/usr/local/lib ../lib/.libs/libafflib.so -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -static -L/usr/local/lib -o afrecover afrecover.o ../lib/libafflib.la -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf libtool: link: g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o afverify afverify.o aff_bom.o -L/usr/local/lib ../lib/.libs/libafflib.so -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf libtool: link: g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o affuse affuse-affuse.o -L/usr/local/lib ../lib/.libs/libafflib.so -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -static -L/usr/local/lib -o afsign afsign.o aff_bom.o ../lib/libafflib.la -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf libtool: link: g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o afrecover afrecover.o -L/usr/local/lib ../lib/.libs/libafflib.so -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf libtool: link: g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o afsign afsign.o aff_bom.o -L/usr/local/lib ../lib/.libs/libafflib.so -lcrypto -lssl -lrt -lexpat -lz -lncurses -lewf make[2]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/tools' Making all in lzma443 make[2]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/lzma443' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/lzma443' Making all in win32 make[2]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/win32' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/win32' Making all in tests make[2]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/tests' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/tests' Making all in doc make[2]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/doc' Making all in pyaff make[2]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/pyaff' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/pyaff' make[2]: Entering directory `/builddir/build/BUILD/afflib-3.3.4' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4' make[1]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1rYeor + umask 022 + cd /builddir/build/BUILD + cd afflib-3.3.4 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386 + make install DESTDIR=/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386 'INSTALL=install -p' Making install in lib make[1]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/lib' make[2]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/lib' test -z "/usr/lib" || /bin/mkdir -p "/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/lib" /bin/sh ../libtool --mode=install install -p 'libafflib.la' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/lib/libafflib.la' libtool: install: install -p .libs/libafflib.so.0.0.0 /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/lib/libafflib.so.0.0.0 libtool: install: (cd /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/lib && { ln -s -f libafflib.so.0.0.0 libafflib.so.0 || { rm -f libafflib.so.0 && ln -s libafflib.so.0.0.0 libafflib.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/lib && { ln -s -f libafflib.so.0.0.0 libafflib.so || { rm -f libafflib.so && ln -s libafflib.so.0.0.0 libafflib.so; }; }) libtool: install: install -p .libs/libafflib.lai /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/lib/libafflib.la libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/bin" || /bin/mkdir -p "/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin" /bin/sh ../libtool --mode=install install -p 'aftest' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/aftest' libtool: install: install -p aftest /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/aftest make install-exec-hook make[3]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/lib' make[3]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/lib' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/lib' make[1]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/lib' Making install in tools make[1]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/tools' make[2]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/tools' test -z "/usr/bin" || /bin/mkdir -p "/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin" /bin/sh ../libtool --mode=install install -p 'afcat' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afcat' libtool: install: install -p afcat /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afcat /bin/sh ../libtool --mode=install install -p 'afcompare' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afcompare' libtool: install: install -p afcompare /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afcompare /bin/sh ../libtool --mode=install install -p 'afconvert' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afconvert' libtool: install: install -p afconvert /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afconvert /bin/sh ../libtool --mode=install install -p 'afcopy' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afcopy' libtool: install: install -p afcopy /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afcopy /bin/sh ../libtool --mode=install install -p 'afcrypto' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afcrypto' libtool: install: install -p afcrypto /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afcrypto /bin/sh ../libtool --mode=install install -p 'affix' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/affix' libtool: install: install -p affix /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/affix /bin/sh ../libtool --mode=install install -p 'afinfo' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afinfo' libtool: install: install -p afinfo /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afinfo /bin/sh ../libtool --mode=install install -p 'afsegment' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afsegment' libtool: install: install -p afsegment /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afsegment /bin/sh ../libtool --mode=install install -p 'afstats' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afstats' libtool: install: install -p afstats /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afstats /bin/sh ../libtool --mode=install install -p 'afverify' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afverify' libtool: install: install -p afverify /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afverify /bin/sh ../libtool --mode=install install -p 'afxml' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afxml' libtool: install: install -p afxml /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afxml /bin/sh ../libtool --mode=install install -p 'affuse' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/affuse' libtool: install: install -p affuse /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/affuse /bin/sh ../libtool --mode=install install -p 'afrecover' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afrecover' libtool: install: install -p afrecover /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afrecover /bin/sh ../libtool --mode=install install -p 'afsign' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afsign' libtool: install: install -p afsign /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afsign make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/tools' make[1]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/tools' Making install in lzma443 make[1]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/lzma443' make[2]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/lzma443' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/lzma443' make[1]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/lzma443' Making install in win32 make[1]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/win32' make[2]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/win32' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/win32' make[1]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/win32' Making install in tests make[1]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/tests' make[2]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/tests' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/tests' make[1]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/tests' Making install in doc make[1]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/doc' make[2]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/doc' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/doc' make[1]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/doc' Making install in pyaff make[1]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/pyaff' make[2]: Entering directory `/builddir/build/BUILD/afflib-3.3.4/pyaff' test -z "" || /bin/mkdir -p "/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386" make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/pyaff' make[1]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4/pyaff' make[1]: Entering directory `/builddir/build/BUILD/afflib-3.3.4' make[2]: Entering directory `/builddir/build/BUILD/afflib-3.3.4' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/include" || /bin/mkdir -p "/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/include" test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/lib/pkgconfig" install -p -m 644 'afflib.pc' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/lib/pkgconfig/afflib.pc' test -z "/usr/include/afflib" || /bin/mkdir -p "/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/include/afflib" install -p -m 644 'lib/afflib.h' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/include/afflib/afflib.h' install -p -m 644 'lib/afflib_i.h' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/include/afflib/afflib_i.h' install -p -m 644 'lib/afflib_sha256.h' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/include/afflib/afflib_sha256.h' install -p -m 644 'lib/aftimer.h' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/include/afflib/aftimer.h' install -p -m 644 'lib/utils.h' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/include/afflib/utils.h' install -p -m 644 'lib/threaded_hash.h' '/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/include/afflib/threaded_hash.h' make[2]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4' make[1]: Leaving directory `/builddir/build/BUILD/afflib-3.3.4' + find /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386 -name '*.la' -exec rm -f '{}' ';' + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/afflib-3.3.4 extracting debug info from /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/lib/libafflib.so.0.0.0 extracting debug info from /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/aftest extracting debug info from /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afcat extracting debug info from /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afcompare extracting debug info from /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afconvert extracting debug info from /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afcopy extracting debug info from /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afcrypto extracting debug info from /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/affix extracting debug info from /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afinfo extracting debug info from /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afsegment extracting debug info from /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afstats extracting debug info from /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afverify extracting debug info from /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afxml extracting debug info from /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/affuse extracting debug info from /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afrecover extracting debug info from /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/bin/afsign symlinked /usr/lib/debug/usr/lib/libafflib.so.0.0.0.debug to /usr/lib/debug/usr/lib/libafflib.so.0.debug symlinked /usr/lib/debug/usr/lib/libafflib.so.0.0.0.debug to /usr/lib/debug/usr/lib/libafflib.so.debug 1385 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: afflib-3.3.4-5.fc11 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.d1faIu + umask 022 + cd /builddir/build/BUILD + cd afflib-3.3.4 + DOCDIR=/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/share/doc/afflib-3.3.4 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/share/doc/afflib-3.3.4 + /bin/mkdir -p /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/share/doc/afflib-3.3.4 + cp -pr AUTHORS BUGLIST.txt ChangeLog COPYING NEWS README /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/share/doc/afflib-3.3.4 + cp -pr doc/announce_2.2.txt /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/share/doc/afflib-3.3.4 + exit 0 Provides: libafflib.so.0 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libafflib.so.0 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.7) libcrypto.so.8 libewf.so.1 libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libgcc_s.so.1(GLIBC_2.0) libstdc++.so.6 libstdc++.so.6(CXXABI_1.3) libstdc++.so.6(GLIBCXX_3.4) libz.so.1 rtld(GNU_HASH) Processing files: afftools-3.3.4-5.fc11 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libafflib.so.0 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libcrypto.so.8 libewf.so.1 libexpat.so.1 libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libgcc_s.so.1(GLIBC_2.0) libm.so.6 libncurses.so.5 libpthread.so.0 libpthread.so.0(GLIBC_2.0) librt.so.1 libssl.so.8 libstdc++.so.6 libstdc++.so.6(CXXABI_1.3) libstdc++.so.6(GLIBCXX_3.4) libstdc++.so.6(GLIBCXX_3.4.9) libtinfo.so.5 libz.so.1 rtld(GNU_HASH) Processing files: afflib-devel-3.3.4-5.fc11 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.nrX8Ly + umask 022 + cd /builddir/build/BUILD + cd afflib-3.3.4 + DOCDIR=/builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/share/doc/afflib-devel-3.3.4 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/share/doc/afflib-devel-3.3.4 + /bin/mkdir -p /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/share/doc/afflib-devel-3.3.4 + cp -pr doc/crypto_design.txt doc/crypto_doc.txt /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386/usr/share/doc/afflib-devel-3.3.4 + exit 0 Provides: pkgconfig(afflib) = 3.3.4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/bin/pkg-config libafflib.so.0 pkgconfig(openssl) Processing files: afflib-debuginfo-3.3.4-5.fc11 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386 warning: Could not canonicalize hostname: x86-6.fedora.phx.redhat.com Wrote: /builddir/build/RPMS/afflib-3.3.4-5.fc11.i386.rpm Wrote: /builddir/build/RPMS/afftools-3.3.4-5.fc11.i386.rpm Wrote: /builddir/build/RPMS/afflib-devel-3.3.4-5.fc11.i386.rpm Wrote: /builddir/build/RPMS/afflib-debuginfo-3.3.4-5.fc11.i386.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.qn0TSj + umask 022 + cd /builddir/build/BUILD + cd afflib-3.3.4 + rm -rf /builddir/build/BUILDROOT/afflib-3.3.4-5.fc11.i386 + exit 0 Child returncode was: 0 LEAVE do -->