-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- acquire... vbindiff-3.0_beta4/ vbindiff-3.0_beta4/tools/ vbindiff-3.0_beta4/tools/vbindiff.pod.tt vbindiff-3.0_beta4/tools/NEWS.tt vbindiff-3.0_beta4/tools/ReadMe.tt vbindiff-3.0_beta4/tools/genfile.pl vbindiff-3.0_beta4/tools/getversion.pm vbindiff-3.0_beta4/tools/maketxt.pl vbindiff-3.0_beta4/tools/version.h.tt vbindiff-3.0_beta4/tools/zipdist.pl vbindiff-3.0_beta4/win32/ vbindiff-3.0_beta4/win32/ConWin.cpp vbindiff-3.0_beta4/win32/ConWin.hpp vbindiff-3.0_beta4/win32/FileIO.hpp vbindiff-3.0_beta4/win32/StdAfx.cpp vbindiff-3.0_beta4/win32/config.h vbindiff-3.0_beta4/win32/vbindiff.dsp vbindiff-3.0_beta4/win32/vbindiff.dsw vbindiff-3.0_beta4/win32/vbindiff.rc vbindiff-3.0_beta4/win32/version.h vbindiff-3.0_beta4/README vbindiff-3.0_beta4/configure.ac vbindiff-3.0_beta4/aclocal.m4 vbindiff-3.0_beta4/vbindiff.1 vbindiff-3.0_beta4/Makefile.am vbindiff-3.0_beta4/Makefile.in vbindiff-3.0_beta4/config.h.in vbindiff-3.0_beta4/configure vbindiff-3.0_beta4/AUTHORS vbindiff-3.0_beta4/COPYING vbindiff-3.0_beta4/NEWS vbindiff-3.0_beta4/depcomp vbindiff-3.0_beta4/install-sh vbindiff-3.0_beta4/missing vbindiff-3.0_beta4/vbindiff.cpp vbindiff-3.0_beta4/tables.h vbindiff-3.0_beta4/curses/ vbindiff-3.0_beta4/curses/ConWin.cpp vbindiff-3.0_beta4/curses/ConWin.hpp vbindiff-3.0_beta4/curses/FileIO.hpp vbindiff-3.0_beta4/GetOpt/ vbindiff-3.0_beta4/GetOpt/GetOpt.cpp vbindiff-3.0_beta4/GetOpt/GetOpt.hpp vbindiff-3.0_beta4/cjm-style.el vbindiff-3.0_beta4/putty.src vbindiff-3.0_beta4/README.PuTTY -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ccache-extract... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- compile... + ub_compile ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable debugging... no checking for i686-uhu-linux-g++... i686-uhu-linux-g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether i686-uhu-linux-g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of i686-uhu-linux-g++... gcc3 checking for i686-uhu-linux-gcc... i686-uhu-linux-gcc checking whether we are using the GNU C compiler... yes checking whether i686-uhu-linux-gcc accepts -g... yes checking for i686-uhu-linux-gcc option to accept ISO C89... none needed checking dependency style of i686-uhu-linux-gcc... gcc3 checking for initscr in -lncurses... yes checking for new_panel in -lpanel... yes checking how to run the C++ preprocessor... i686-uhu-linux-g++ -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking 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 limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking panel.h usability... yes checking panel.h presence... yes checking for panel.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for off_t... yes checking for size_t... yes checking for working memcmp... yes checking for atexit... yes checking for memset... yes checking for strchr... yes checking for strerror... yes checking for strrchr... yes checking for strtoul... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make -j16 MAN1EXT=1 MAN2EXT=2 MAN3EXT=3 MAN4EXT=4 MAN5EXT=5 MAN6EXT=6 MAN7EXT=7 MAN8EXT=8 make all-am make[1]: Entering directory `/var/uhubuild/work/compile' if i686-uhu-linux-g++ -DHAVE_CONFIG_H -I. -I. -I. -I./curses -Wall -D_FILE_OFFSET_BITS=64 -g -O2 -MT vbindiff.o -MD -MP -MF ".deps/vbindiff.Tpo" -c -o vbindiff.o vbindiff.cpp; \ then mv -f ".deps/vbindiff.Tpo" ".deps/vbindiff.Po"; else rm -f ".deps/vbindiff.Tpo"; exit 1; fi if i686-uhu-linux-g++ -DHAVE_CONFIG_H -I. -I. -I. -I./curses -Wall -D_FILE_OFFSET_BITS=64 -g -O2 -MT ConWin.o -MD -MP -MF ".deps/ConWin.Tpo" -c -o ConWin.o `test -f 'curses/ConWin.cpp' || echo './'`curses/ConWin.cpp; \ then mv -f ".deps/ConWin.Tpo" ".deps/ConWin.Po"; else rm -f ".deps/ConWin.Tpo"; exit 1; fi if i686-uhu-linux-g++ -DHAVE_CONFIG_H -I. -I. -I. -I./curses -Wall -D_FILE_OFFSET_BITS=64 -g -O2 -MT GetOpt.o -MD -MP -MF ".deps/GetOpt.Tpo" -c -o GetOpt.o `test -f 'GetOpt/GetOpt.cpp' || echo './'`GetOpt/GetOpt.cpp; \ then mv -f ".deps/GetOpt.Tpo" ".deps/GetOpt.Po"; else rm -f ".deps/GetOpt.Tpo"; exit 1; fi i686-uhu-linux-g++ -Wall -D_FILE_OFFSET_BITS=64 -g -O2 -o vbindiff vbindiff.o ConWin.o GetOpt.o -lpanel -lncurses make[1]: Leaving directory `/var/uhubuild/work/compile' -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ccache-remove-unused... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ccache-compress... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- compile-snapshot... (kihagyva) -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- install... + ub_install DESTDIR-aware Makefile found. make DESTDIR=/var/uhubuild/work/install MAN1EXT=1 MAN2EXT=2 MAN3EXT=3 MAN4EXT=4 MAN5EXT=5 MAN6EXT=6 MAN7EXT=7 MAN8EXT=8 install make[1]: Entering directory `/var/uhubuild/work/compile' test -z "/usr/bin" || mkdir -p -- "/var/uhubuild/work/install/usr/bin" /bin/install -c 'vbindiff' '/var/uhubuild/work/install/usr/bin/vbindiff' test -z "/usr/share/man/man1" || mkdir -p -- "/var/uhubuild/work/install/usr/share/man/man1" /bin/install -c -m 644 './vbindiff.1' '/var/uhubuild/work/install/usr/share/man/man1/vbindiff.1' make[1]: Leaving directory `/var/uhubuild/work/compile' -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- strip... ./usr/bin/vbindiff -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- doc... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- move-compile... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- install-snapshot... (kihagyva) -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- python... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- addons... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- cleanup... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- optipng... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- split... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- dirs... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- users-groups... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- changelog... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- suid_wrapper... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- perms... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- scripts... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- remove-misc... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- man... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- info... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- mo... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- timestamps... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- menu... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- depends... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- shlibs... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- fhs... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- conffiles... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- buildinfo... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- control... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- pack... vbindiff...