-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- acquire... vpnc-0.5.3/ vpnc-0.5.3/vpnc.c vpnc-0.5.3/math_group.h vpnc-0.5.3/tunip.h vpnc-0.5.3/makeman.pl vpnc-0.5.3/vpnc-disconnect vpnc-0.5.3/tap-win32.h vpnc-0.5.3/cisco-decrypt.c vpnc-0.5.3/supp.c vpnc-0.5.3/decrypt-utils.h vpnc-0.5.3/decrypt-utils.c vpnc-0.5.3/Makefile vpnc-0.5.3/config.h vpnc-0.5.3/TODO vpnc-0.5.3/vpnc.h vpnc-0.5.3/math_group.c vpnc-0.5.3/vpnc.8.template vpnc-0.5.3/vpnc-script-win vpnc-0.5.3/supp.h vpnc-0.5.3/dh.c vpnc-0.5.3/config.c vpnc-0.5.3/nortel.txt vpnc-0.5.3/ChangeLog vpnc-0.5.3/tunip.c vpnc-0.5.3/cisco-decrypt.1 vpnc-0.5.3/mk-version vpnc-0.5.3/vpnc-script-win.js vpnc-0.5.3/pcf2vpnc.1 vpnc-0.5.3/pcf2vpnc vpnc-0.5.3/isakmp-pkt.c vpnc-0.5.3/sysdep.h vpnc-0.5.3/isakmp-pkt.h vpnc-0.5.3/VERSION vpnc-0.5.3/isakmp.h vpnc-0.5.3/sysdep.c vpnc-0.5.3/vpnc.conf vpnc-0.5.3/vpnc-script.in vpnc-0.5.3/enum2debug.pl vpnc-0.5.3/dh.h vpnc-0.5.3/COPYING vpnc-0.5.3/README +++ Applying patch: /var/uhubuild/work/.src/patches/01-prefix.patch patching file Makefile Hunk #1 succeeded at 20 with fuzz 1. removed '/var/uhubuild/work/compile/Makefile.orig' -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ccache-extract... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- compile... + ub_compile make -j1 MAN1EXT=1 MAN2EXT=2 MAN3EXT=3 MAN4EXT=4 MAN5EXT=5 MAN6EXT=6 MAN7EXT=7 MAN8EXT=8 LC_ALL=C perl -w ./enum2debug.pl isakmp.h >vpnc-debug.c 2>vpnc-debug.h gcc -MM sysdep.c vpnc-debug.c isakmp-pkt.c tunip.c config.c dh.c math_group.c supp.c decrypt-utils.c vpnc.c cisco-decrypt.c -O3 -g -W -Wall -Wmissing-declarations -Wwrite-strings -DVERSION=\"0.5.3\" > .depend gcc -O3 -g -W -Wall -Wmissing-declarations -Wwrite-strings -DVERSION=\"0.5.3\" -c -o sysdep.o sysdep.c sysdep.c: In function 'tun_close': sysdep.c:517:29: warning: parameter 'dev' set but not used [-Wunused-but-set-parameter] gcc -O3 -g -W -Wall -Wmissing-declarations -Wwrite-strings -DVERSION=\"0.5.3\" -c -o vpnc-debug.o vpnc-debug.c gcc -O3 -g -W -Wall -Wmissing-declarations -Wwrite-strings -DVERSION=\"0.5.3\" -c -o isakmp-pkt.o isakmp-pkt.c gcc -O3 -g -W -Wall -Wmissing-declarations -Wwrite-strings -DVERSION=\"0.5.3\" -c -o tunip.o tunip.c tunip.c: In function 'encap_esp_recv_peer': tunip.c:493:27: warning: variable 'eh' set but not used [-Wunused-but-set-variable] tunip.c: In function 'process_non_ip': tunip.c:654:44: warning: parameter 's' set but not used [-Wunused-but-set-parameter] gcc -O3 -g -W -Wall -Wmissing-declarations -Wwrite-strings -DVERSION=\"0.5.3\" -c -o config.o config.c gcc -O3 -g -W -Wall -Wmissing-declarations -Wwrite-strings -DVERSION=\"0.5.3\" -c -o dh.o dh.c gcc -O3 -g -W -Wall -Wmissing-declarations -Wwrite-strings -DVERSION=\"0.5.3\" -c -o math_group.o math_group.c math_group.c: In function 'modp_getraw': math_group.c:243:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable] math_group.c: In function 'modp_setraw': math_group.c:259:38: warning: parameter 'grp' set but not used [-Wunused-but-set-parameter] gcc -O3 -g -W -Wall -Wmissing-declarations -Wwrite-strings -DVERSION=\"0.5.3\" -c -o supp.o supp.c gcc -O3 -g -W -Wall -Wmissing-declarations -Wwrite-strings -DVERSION=\"0.5.3\" -c -o decrypt-utils.o decrypt-utils.c gcc -O3 -g -W -Wall -Wmissing-declarations -Wwrite-strings -DVERSION=\"0.5.3\" -c -o vpnc.o vpnc.c vpnc.c: In function 'send_phase2_late': vpnc.c:743:10: warning: variable 'recvlen' set but not used [-Wunused-but-set-variable] vpnc.c: In function 'do_config_to_env': vpnc.c:938:33: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] vpnc.c: In function 'do_phase1_am': vpnc.c:1309:20: warning: variable 'seen_xauth_vid' set but not used [-Wunused-but-set-variable] gcc -o vpnc sysdep.o vpnc-debug.o isakmp-pkt.o tunip.o config.o dh.o math_group.o supp.o decrypt-utils.o vpnc.o -g -lgcrypt -lgpg-error gcc -O3 -g -W -Wall -Wmissing-declarations -Wwrite-strings -DVERSION=\"0.5.3\" -c -o cisco-decrypt.o cisco-decrypt.c gcc -o cisco-decrypt cisco-decrypt.o decrypt-utils.o -g -lgcrypt -lgpg-error ./makeman.pl sed -e 's,@''PREFIX''@,/usr,g' vpnc-script.in > vpnc-script && chmod 755 vpnc-script -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 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 install -d /var/uhubuild/work/install/etc/vpnc /var/uhubuild/work/install/usr/bin /var/uhubuild/work/install/usr/sbin /var/uhubuild/work/install/usr/share/man/man1 /var/uhubuild/work/install/usr/share/man/man8 /var/uhubuild/work/install/usr/share/doc/vpnc if [ "`uname -s | cut -c-6`" = "CYGWIN" ]; then \ install vpnc-script-win /var/uhubuild/work/install/etc/vpnc/vpnc-script; \ install vpnc-script-win.js /var/uhubuild/work/install/etc/vpnc; \ else \ install vpnc-script /var/uhubuild/work/install/etc/vpnc; \ fi install -m600 vpnc.conf /var/uhubuild/work/install/etc/vpnc/default.conf install -m755 vpnc-disconnect /var/uhubuild/work/install/usr/sbin install -m755 pcf2vpnc /var/uhubuild/work/install/usr/bin install -m644 vpnc.8 /var/uhubuild/work/install/usr/share/man/man8 install -m644 pcf2vpnc.1 /var/uhubuild/work/install/usr/share/man/man1 install -m644 cisco-decrypt.1 /var/uhubuild/work/install/usr/share/man/man1 install -m644 COPYING /var/uhubuild/work/install/usr/share/doc/vpnc install -m755 vpnc /var/uhubuild/work/install/usr/sbin install -m755 cisco-decrypt /var/uhubuild/work/install/usr/bin -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- strip... ./usr/sbin/vpnc ./usr/bin/cisco-decrypt -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 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... vpnc...