[Openswan dev] trouble building openswan-2.2.0-1fc3.src.RPM for Fedora Core 3 on x86-64

D. Hugh Redelmeier hugh at mimosa.com
Sun Nov 28 21:38:42 CET 2004


I would like OE on my notebook (FC3 x86-64) so I thought I'd try
ftp://ftp.openswan.org/openswan/binaries/Fedora-RPMS/FC3/SRPMS/openswan-2.2.0-1fc3.src.rpm
(There are no binary RPMs for x86-64 advertised.)

Unfortunately, it would not build.  I've included the log, but here
are the highlights:

- several compiler warnings.  Lots like:
  ../../linux/lib/libfreeswan/pfkey_v2_build.c:178: warning: use of cast expressions as lvalues is deprecated

  Some like:
  ../../linux/lib/libfreeswan/pfkey_v2_build.c:263: warning: comparison is always false due to limited range of data type

  There are a few more.

  Probably due to stricter GCC
  gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)

- "error: File not found: /var/tmp/openswan-buildroot/usr/lib64/ipsec"

  This is probably due to FC3 x86-64's "biarch" support.  Native code
  tends to use libraries with 64 in their name.

I've not debugged this.  I have no time right now.  Anyway, I suspect
that I'm not the first to bump into this and that there is an accepted
fix for this problem.

So: what is the best (easiest, most likely to succeed) current way of
getting OE to work on FC3 on x86-64?  I'd prefer not to have to
rebuild the kernel, so I guess that this means using the 2.6 IPsec.

Hugh Redelmeier
hugh at mimosa.com  voice: +1 416 482-8253


[hugh at redbrick tba]$ rpm -iv openswan-2.2.0-1fc3.src.rpm
warning: openswan-2.2.0-1fc3.src.rpm: V3 DSA signature: NOKEY, key ID b7e82df8
openswan-2.2.0-1
[hugh at redbrick tba]$ rpmbuild -ba ~/rpmbuilds/SPECS/openswan.26spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.98299
+ umask 022
+ cd /home/hugh/rpmbuilds/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/hugh/rpmbuilds/BUILD
+ rm -rf openswan-2.2.0
+ /usr/bin/gzip -dc /home/hugh/rpmbuilds/SOURCES/openswan-2.2.0.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd openswan-2.2.0
++ /usr/bin/id -u
+ '[' 104 = 0 ']'
++ /usr/bin/id -u
+ '[' 104 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.32687
+ umask 022
+ cd /home/hugh/rpmbuilds/BUILD
+ cd openswan-2.2.0
+ LANG=C
+ export LANG
+ unset DISPLAY
+ /usr/bin/make 'USERCOMPILE=-g -O2 -g -pipe -m64' INC_USRLOCAL=/usr MANTREE=/usr/share/man INC_RCDEFAULT=/etc/rc.d/init.d programs
make[1]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/doc'
make[1]: Nothing to be done for `programs'.
make[1]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/doc'
make[1]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/lib'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/lib/libopenswan'
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o addrtoa.o ../../linux/lib/libfreeswan/addrtoa.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o addrtot.o ../../linux/lib/libfreeswan/addrtot.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o addrtypeof.o ../../linux/lib/libfreeswan/addrtypeof.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o alg_info.o alg_info.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o anyaddr.o ../../linux/lib/libfreeswan/anyaddr.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o atoaddr.o atoaddr.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o atoasr.o atoasr.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o atosubnet.o atosubnet.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o atoul.o atoul.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o constants.o constants.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o copyright.o copyright.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o datatot.o ../../linux/lib/libfreeswan/datatot.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o alloc.o alloc.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o diag.o diag.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o goodmask.o ../../linux/lib/libfreeswan/goodmask.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o initaddr.o ../../linux/lib/libfreeswan/initaddr.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o initsaid.o initsaid.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o initsubnet.o initsubnet.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o keyblobtoid.o keyblobtoid.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o kernel_alg.o kernel_alg.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o optionsfrom.o optionsfrom.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o oswlog.o oswlog.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o pfkey_v2_build.o ../../linux/lib/libfreeswan/pfkey_v2_build.c
../../linux/lib/libfreeswan/pfkey_v2_build.c: In function `pfkey_msg_hdr_build':
../../linux/lib/libfreeswan/pfkey_v2_build.c:178: warning: use of cast expressions as lvalues is deprecated
../../linux/lib/libfreeswan/pfkey_v2_build.c: In function `pfkey_sa_ref_build':
../../linux/lib/libfreeswan/pfkey_v2_build.c:263: warning: comparison is always false due to limited range of data type
../../linux/lib/libfreeswan/pfkey_v2_build.c:302: warning: use of cast expressions as lvalues is deprecated
../../linux/lib/libfreeswan/pfkey_v2_build.c: In function `pfkey_lifetime_build':
../../linux/lib/libfreeswan/pfkey_v2_build.c:379: warning: use of cast expressions as lvalues is deprecated
../../linux/lib/libfreeswan/pfkey_v2_build.c: In function `pfkey_key_build':
../../linux/lib/libfreeswan/pfkey_v2_build.c:568: warning: use of cast expressions as lvalues is deprecated
../../linux/lib/libfreeswan/pfkey_v2_build.c: In function `pfkey_ident_build':
../../linux/lib/libfreeswan/pfkey_v2_build.c:649: warning: use of cast expressions as lvalues is deprecated
../../linux/lib/libfreeswan/pfkey_v2_build.c: In function `pfkey_sens_build':
../../linux/lib/libfreeswan/pfkey_v2_build.c:701: warning: use of cast expressions as lvalues is deprecated
../../linux/lib/libfreeswan/pfkey_v2_build.c: In function `pfkey_prop_build':
../../linux/lib/libfreeswan/pfkey_v2_build.c:758: warning: use of cast expressions as lvalues is deprecated
../../linux/lib/libfreeswan/pfkey_v2_build.c: In function `pfkey_supported_build':
../../linux/lib/libfreeswan/pfkey_v2_build.c:838: warning: use of cast expressions as lvalues is deprecated
../../linux/lib/libfreeswan/pfkey_v2_build.c: In function `pfkey_spirange_build':
../../linux/lib/libfreeswan/pfkey_v2_build.c:919: warning: use of cast expressions as lvalues is deprecated
../../linux/lib/libfreeswan/pfkey_v2_build.c: In function `pfkey_x_kmprivate_build':
../../linux/lib/libfreeswan/pfkey_v2_build.c:963: warning: use of cast expressions as lvalues is deprecated
../../linux/lib/libfreeswan/pfkey_v2_build.c: In function `pfkey_x_satype_build':
../../linux/lib/libfreeswan/pfkey_v2_build.c:1013: warning: use of cast expressions as lvalues is deprecated
../../linux/lib/libfreeswan/pfkey_v2_build.c: In function `pfkey_x_debug_build':
../../linux/lib/libfreeswan/pfkey_v2_build.c:1068: warning: use of cast expressions as lvalues is deprecated
../../linux/lib/libfreeswan/pfkey_v2_build.c: In function `pfkey_x_nat_t_type_build':
../../linux/lib/libfreeswan/pfkey_v2_build.c:1126: warning: use of cast expressions as lvalues is deprecated
../../linux/lib/libfreeswan/pfkey_v2_build.c: In function `pfkey_x_nat_t_port_build':
../../linux/lib/libfreeswan/pfkey_v2_build.c:1178: warning: use of cast expressions as lvalues is deprecated
../../linux/lib/libfreeswan/pfkey_v2_build.c: In function `pfkey_msg_build':
../../linux/lib/libfreeswan/pfkey_v2_build.c:1331: warning: use of cast expressions as lvalues is deprecated
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o pfkey_v2_ext_bits.o ../../linux/lib/libfreeswan/pfkey_v2_ext_bits.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o pfkey_v2_parse.o ../../linux/lib/libfreeswan/pfkey_v2_parse.c
../../linux/lib/libfreeswan/pfkey_v2_parse.c: In function `pfkey_sa_parse':
../../linux/lib/libfreeswan/pfkey_v2_parse.c:197: warning: comparison is always false due to limited range of data type
../../linux/lib/libfreeswan/pfkey_v2_parse.c: In function `pfkey_prop_parse':
../../linux/lib/libfreeswan/pfkey_v2_parse.c:712: warning: comparison is always false due to limited range of data type
../../linux/lib/libfreeswan/pfkey_v2_parse.c: In function `pfkey_supported_parse':
../../linux/lib/libfreeswan/pfkey_v2_parse.c:897: warning: comparison is always false due to limited range of data type
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o pfkey_v2_debug.o ../../linux/lib/libfreeswan/pfkey_v2_debug.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o prng.o ../../linux/lib/libfreeswan/prng.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o portof.o portof.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o rangetoa.o ../../linux/lib/libfreeswan/rangetoa.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o rangetosubnet.o rangetosubnet.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o sameaddr.o sameaddr.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o satot.o ../../linux/lib/libfreeswan/satot.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o subnetof.o ../../linux/lib/libfreeswan/subnetof.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o subnettoa.o ../../linux/lib/libfreeswan/subnettoa.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o subnettot.o subnettot.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o subnettypeof.o subnettypeof.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o ttoaddr.o ttoaddr.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o ttodata.o ttodata.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o ttoprotoport.o ttoprotoport.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o ttosa.o ttosa.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o ttosubnet.o ttosubnet.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o ttoul.o ttoul.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o ultoa.o ../../linux/lib/libfreeswan/ultoa.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o ultot.o ../../linux/lib/libfreeswan/ultot.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o sanitizestring.o sanitizestring.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o pfkey_print.o pfkey_print.c
sed '/"/s/xxx/2.2.0/' version.in.c >version.c
cc -I. -I../../linux/lib/libfreeswan -I../../linux/include -I../.. -I../../include -g -O2 -g -pipe -m64 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DX509_VERSION=\"X.509-1.5.4\" -DNAT_TRAVERSAL   -c -o version.o version.c
ar crvs libopenswan.a addrtoa.o addrtot.o addrtypeof.o alg_info.o anyaddr.o atoaddr.o atoasr.o atosubnet.o atoul.o constants.o copyright.o datatot.o alloc.o diag.o goodmask.o initaddr.o initsaid.o initsubnet.o keyblobtoid.o kernel_alg.o optionsfrom.o oswlog.o pfkey_v2_build.o pfkey_v2_ext_bits.o pfkey_v2_parse.o pfkey_v2_debug.o prng.o portof.o rangetoa.o rangetosubnet.o sameaddr.o satot.o subnetof.o subnettoa.o subnettot.o subnettypeof.o ttoaddr.o ttodata.o ttoprotoport.o ttosa.o ttosubnet.o ttoul.o ultoa.o ultot.o sanitizestring.o pfkey_print.o version.o
a - addrtoa.o
a - addrtot.o
a - addrtypeof.o
a - alg_info.o
a - anyaddr.o
a - atoaddr.o
a - atoasr.o
a - atosubnet.o
a - atoul.o
a - constants.o
a - copyright.o
a - datatot.o
a - alloc.o
a - diag.o
a - goodmask.o
a - initaddr.o
a - initsaid.o
a - initsubnet.o
a - keyblobtoid.o
a - kernel_alg.o
a - optionsfrom.o
a - oswlog.o
a - pfkey_v2_build.o
a - pfkey_v2_ext_bits.o
a - pfkey_v2_parse.o
a - pfkey_v2_debug.o
a - prng.o
a - portof.o
a - rangetoa.o
a - rangetosubnet.o
a - sameaddr.o
a - satot.o
a - subnetof.o
a - subnettoa.o
a - subnettot.o
a - subnettypeof.o
a - ttoaddr.o
a - ttodata.o
a - ttoprotoport.o
a - ttosa.o
a - ttosubnet.o
a - ttoul.o
a - ultoa.o
a - ultot.o
a - sanitizestring.o
a - pfkey_print.o
a - version.o
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/lib/libopenswan'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/lib/libdes'
cc -DLIBDES_LIT -DRAND -DTERMIO      -O3 -fomit-frame-pointer -I../../linux/include -I../../linux/crypto/ciphers/des   -c -o cbc_enc.o ../../linux/crypto/ciphers/des/cbc_enc.c
cc -DLIBDES_LIT -DRAND -DTERMIO      -O3 -fomit-frame-pointer -I../../linux/include -I../../linux/crypto/ciphers/des   -c -o ecb_enc.o ../../linux/crypto/ciphers/des/ecb_enc.c
cc -DLIBDES_LIT -DRAND -DTERMIO      -O3 -fomit-frame-pointer -I../../linux/include -I../../linux/crypto/ciphers/des   -c -o des_enc.o ../../linux/crypto/ciphers/des/des_enc.c
cc -DLIBDES_LIT -DRAND -DTERMIO      -O3 -fomit-frame-pointer -I../../linux/include -I../../linux/crypto/ciphers/des   -c -o fcrypt_b.o ../../linux/crypto/ciphers/des/fcrypt_b.c
cc -DLIBDES_LIT -DRAND -DTERMIO      -O3 -fomit-frame-pointer -I../../linux/include -I../../linux/crypto/ciphers/des   -c -o fcrypt.o ../../linux/crypto/ciphers/des/fcrypt.c
cc -DLIBDES_LIT -DRAND -DTERMIO      -O3 -fomit-frame-pointer -I../../linux/include -I../../linux/crypto/ciphers/des   -c -o set_key.o ../../linux/crypto/ciphers/des/set_key.c
rm -f libdes.a
ar crs libdes.a cbc_enc.o ecb_enc.o des_enc.o fcrypt_b.o		 fcrypt.o set_key.o
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/lib/libdes'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/lib/libcrypto'
make[3]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/lib/libcrypto/libaes'
cc -I. -I../../../linux/crypto/ciphers/aes -I../../../linux/include -I../../.. -g -O2 -g -pipe -m64 -O3 -fomit-frame-pointer -Wall  -Wcast-qual  -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast    -c -o aes_xcbc_mac.o ../../../linux/crypto/ciphers/aes/aes_xcbc_mac.c
cc -I. -I../../../linux/crypto/ciphers/aes -I../../../linux/include -I../../.. -g -O2 -g -pipe -m64 -O3 -fomit-frame-pointer -Wall  -Wcast-qual  -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast    -c -o aes_cbc.o ../../../linux/crypto/ciphers/aes/aes_cbc.c
cc -I. -I../../../linux/crypto/ciphers/aes -I../../../linux/include -I../../.. -g -O2 -g -pipe -m64 -O3 -fomit-frame-pointer -Wall  -Wcast-qual  -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast    -c -o aes.o ../../../linux/crypto/ciphers/aes/aes.c
ar rv libaes.a aes_xcbc_mac.o aes_cbc.o  aes.o
ar: creating libaes.a
a - aes_xcbc_mac.o
a - aes_cbc.o
a - aes.o
make[3]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/lib/libcrypto/libaes'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/lib/libcrypto'
make[1]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/lib'
make[1]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/spi'
cc -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror   -c -o spi.o spi.c
cc -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -o spi spi.o   ../../lib/libopenswan/libopenswan.a
rm spi.o
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/spi'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/eroute'
cc -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror   -c -o eroute.o eroute.c
cc -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -o eroute eroute.o   ../../lib/libopenswan/libopenswan.a
rm eroute.o
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/eroute'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/spigrp'
cc -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror   -c -o spigrp.o spigrp.c
cc -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -o spigrp spigrp.o   ../../lib/libopenswan/libopenswan.a
rm spigrp.o
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/spigrp'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/tncfg'
cc -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror   -c -o tncfg.o tncfg.c
cc -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -o tncfg tncfg.o   ../../lib/libopenswan/libopenswan.a
rm tncfg.o
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/tncfg'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/klipsdebug'
cc -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror   -c -o klipsdebug.o klipsdebug.c
cc -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -o klipsdebug klipsdebug.o   ../../lib/libopenswan/libopenswan.a
rm klipsdebug.o
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/klipsdebug'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/pf_key'
cc -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror   -c -o pf_key.o pf_key.c
cc -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -o pf_key pf_key.o   ../../lib/libopenswan/libopenswan.a
rm pf_key.o
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/pf_key'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/proc'
make[2]: Nothing to be done for `programs'.
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/proc'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/pluto'
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c ike_alg.c
ike_alg.c: In function `ike_alg_register_enc':
ike_alg.c:457: warning: comparison is always false due to limited range of data type
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c db_ops.c
db_ops.c: In function `db_trans_expand':
db_ops.c:184: warning: use of cast expressions as lvalues is deprecated
db_ops.c: In function `db_attrs_expand':
db_ops.c:216: warning: use of cast expressions as lvalues is deprecated
db_ops.c:217: warning: use of cast expressions as lvalues is deprecated
db_ops.c:220: warning: use of cast expressions as lvalues is deprecated
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c connections.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c cookie.c
cookie.c: In function `get_cookie':
cookie.c:55: warning: declaration does not declare anything
cookie.c:55: warning: declaration does not declare anything
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c crypto.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c defs.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c foodgroups.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c log.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c state.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c plutomain.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c plutoalg.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c server.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c timer.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c pluto_constants.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c id.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c ipsec_doi.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c kernel.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c kernel_netlink.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c kernel_pfkey.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c kernel_noklips.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c rcv_whack.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c demux.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c packet.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c lex.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c keys.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c dnskey.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c rnd.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c spdb.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c sha1.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c md5.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c vendor.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c nat_traversal.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c virtual.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c ike_alg_aes.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c ike_alginit.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c ac.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c asn1.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c oid.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c pem.c
pem.c: In function `pemtobin':
pem.c:434: warning: passing arg 6 of `ttodata' from incompatible pointer type
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c pgp.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c pkcs.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c x509.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c certs.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c md2.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c ocsp.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c x509keys.c
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c whacklib.c
cc -o pluto  ike_alg.o db_ops.o connections.o cookie.o crypto.o defs.o  foodgroups.o log.o state.o plutomain.o plutoalg.o server.o timer.o pluto_constants.o id.o ipsec_doi.o kernel.o  kernel_netlink.o  kernel_pfkey.o kernel_noklips.o rcv_whack.o   demux.o packet.o lex.o keys.o dnskey.o rnd.o spdb.o sha1.o md5.o  vendor.o nat_traversal.o virtual.o  ike_alg_aes.o ike_alginit.o    ac.o asn1.o oid.o pem.o pgp.o pkcs.o x509.o certs.o md2.o ocsp.o x509keys.o  whacklib.o   ../../lib/libdes/libdes.a ../../lib/libcrypto/libaes/libaes.a ../../lib/libopenswan/libopenswan.a          -lgmp -lresolv 
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c adns.c
cc -o _pluto_adns adns.o ../../lib/libopenswan/libopenswan.a -lresolv 
cc  -I../../programs/pluto/linux26 -I../../include -I../../linux/include     -DUSE_KEYRR   -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES  -DX509_VERSION=\"X.509-1.5.4\"   -DPLUTO -DKLIPS -DDEBUG -DGCC_LINT -DIKE_ALG -DKERNEL_ALG -DDB_CONTEXT   -DNAT_TRAVERSAL -DVIRTUAL_IP  -DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT   -DSHARED_SECRETS_FILE=\"/etc/ipsec.secrets\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DPERPEERLOGDIR=\"/var/log/pluto/peer\" -g -Wall -W -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-declarations -Wwrite-strings -Wstrict-prototypes  -c whack.c
cc -o whack whack.o ../../lib/libopenswan/libopenswan.a
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/pluto'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_confread'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_confread'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_copyright'
cc -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror   -c -o _copyright.o _copyright.c
cc -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -o _copyright _copyright.o   ../../lib/libopenswan/libopenswan.a
rm _copyright.o
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_copyright'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_include'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_include'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_keycensor'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_keycensor'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_plutoload'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_plutoload'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_plutorun'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_plutorun'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_realsetup'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_realsetup'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_secretcensor'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_secretcensor'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_startklips'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_startklips'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_updown'
cp _updown.ip2.in _updown.in
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_updown'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_updown_x509'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_updown_x509'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/auto'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/auto'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/barf'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/barf'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/verify'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/verify'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/ipsec'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/ipsec'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/look'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/look'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/manual'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/manual'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/newhostkey'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/newhostkey'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/ranbits'
cc -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror   -c -o ranbits.o ranbits.c
cc -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -o ranbits ranbits.o   ../../lib/libopenswan/libopenswan.a
rm ranbits.o
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/ranbits'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/secrets'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/secrets'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/rsasigkey'
cc -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror   -c -o rsasigkey.o rsasigkey.c
cc -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -o rsasigkey rsasigkey.o   ../../lib/libopenswan/libopenswan.a -lgmp
rm rsasigkey.o
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/rsasigkey'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/send-pr'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/send-pr'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/setup'
make[2]: Nothing to be done for `programs'.
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/setup'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/showdefaults'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/showdefaults'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/showhostkey'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/showhostkey'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/calcgoo'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/calcgoo'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/mailkey'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/mailkey'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/ikeping'
cc -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror   -c -o ikeping.o ikeping.c
cc -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -o ikeping ikeping.o   ../../lib/libopenswan/libopenswan.a
rm ikeping.o
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/ikeping'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/examples'
make[2]: Nothing to be done for `programs'.
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/examples'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/starter'
cc -DNAT_TRAVERSAL -DVIRTUAL_IP  -I../../linux/include -I../../lib -I.. -I../.. -DIPSEC_EXECDIR=\"/usr/libexec/ipsec\" -DIPSEC_CONFDDIR=\"/etc/ipsec.d\" -DIPSEC_CONFDIR=\"/etc\" -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -c -o starter.o starter.c
bison -v -d parser.y
cc -DNAT_TRAVERSAL -DVIRTUAL_IP  -I../../linux/include -I../../lib -I.. -I../.. -DIPSEC_EXECDIR=\"/usr/libexec/ipsec\" -DIPSEC_CONFDDIR=\"/etc/ipsec.d\" -DIPSEC_CONFDIR=\"/etc\" -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -c -o parser.tab.o parser.tab.c
lex parser.l
cc -DNAT_TRAVERSAL -DVIRTUAL_IP  -I../../linux/include -I../../lib -I.. -I../.. -DIPSEC_EXECDIR=\"/usr/libexec/ipsec\" -DIPSEC_CONFDDIR=\"/etc/ipsec.d\" -DIPSEC_CONFDIR=\"/etc\" -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -c -o lex.yy.o lex.yy.c
cc -DNAT_TRAVERSAL -DVIRTUAL_IP  -I../../linux/include -I../../lib -I.. -I../.. -DIPSEC_EXECDIR=\"/usr/libexec/ipsec\" -DIPSEC_CONFDDIR=\"/etc/ipsec.d\" -DIPSEC_CONFDIR=\"/etc\" -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -c -o confread.o confread.c
cc -DNAT_TRAVERSAL -DVIRTUAL_IP  -I../../linux/include -I../../lib -I.. -I../.. -DIPSEC_EXECDIR=\"/usr/libexec/ipsec\" -DIPSEC_CONFDDIR=\"/etc/ipsec.d\" -DIPSEC_CONFDIR=\"/etc\" -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -c -o invokepluto.o invokepluto.c
cc -DNAT_TRAVERSAL -DVIRTUAL_IP  -I../../linux/include -I../../lib -I.. -I../.. -DIPSEC_EXECDIR=\"/usr/libexec/ipsec\" -DIPSEC_CONFDDIR=\"/etc/ipsec.d\" -DIPSEC_CONFDIR=\"/etc\" -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -c -o starterwhack.o starterwhack.c
cc -DNAT_TRAVERSAL -DVIRTUAL_IP  -I../../linux/include -I../../lib -I.. -I../.. -DIPSEC_EXECDIR=\"/usr/libexec/ipsec\" -DIPSEC_CONFDDIR=\"/etc/ipsec.d\" -DIPSEC_CONFDIR=\"/etc\" -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -c -o starterlog.o starterlog.c
cc -DNAT_TRAVERSAL -DVIRTUAL_IP  -I../../linux/include -I../../lib -I.. -I../.. -DIPSEC_EXECDIR=\"/usr/libexec/ipsec\" -DIPSEC_CONFDDIR=\"/etc/ipsec.d\" -DIPSEC_CONFDIR=\"/etc\" -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -c -o klips.o klips.c
cc -DNAT_TRAVERSAL -DVIRTUAL_IP  -I../../linux/include -I../../lib -I.. -I../.. -DIPSEC_EXECDIR=\"/usr/libexec/ipsec\" -DIPSEC_CONFDDIR=\"/etc/ipsec.d\" -DIPSEC_CONFDIR=\"/etc\" -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -c -o interfaces.o interfaces.c
cc -DNAT_TRAVERSAL -DVIRTUAL_IP  -I../../linux/include -I../../lib -I.. -I../.. -DIPSEC_EXECDIR=\"/usr/libexec/ipsec\" -DIPSEC_CONFDDIR=\"/etc/ipsec.d\" -DIPSEC_CONFDIR=\"/etc\" -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -c -o exec.o exec.c
cc -DNAT_TRAVERSAL -DVIRTUAL_IP  -I../../linux/include -I../../lib -I.. -I../.. -DIPSEC_EXECDIR=\"/usr/libexec/ipsec\" -DIPSEC_CONFDDIR=\"/etc/ipsec.d\" -DIPSEC_CONFDIR=\"/etc\" -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -c -o cmp.o cmp.c
cc -DNAT_TRAVERSAL -DVIRTUAL_IP  -I../../linux/include -I../../lib -I.. -I../.. -DIPSEC_EXECDIR=\"/usr/libexec/ipsec\" -DIPSEC_CONFDDIR=\"/etc/ipsec.d\" -DIPSEC_CONFDIR=\"/etc\" -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -c -o keywords.o keywords.c
cc -DNAT_TRAVERSAL -DVIRTUAL_IP  -I../../linux/include -I../../lib -I.. -I../.. -DIPSEC_EXECDIR=\"/usr/libexec/ipsec\" -DIPSEC_CONFDDIR=\"/etc/ipsec.d\" -DIPSEC_CONFDIR=\"/etc\" -g -O2 -g -pipe -m64 -I../.. -I../../linux/include -I../../include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast  -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -Werror -c -o alloc.o alloc.c
cc  -o starter starter.o parser.tab.o lex.yy.o confread.o invokepluto.o starterwhack.o starterlog.o klips.o interfaces.o exec.o cmp.o keywords.o alloc.o ../pluto/whacklib.o ../../lib/libopenswan/libopenswan.a
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/starter'
make[1]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs'
make[1]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/linux'
make[1]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/linux'
make[1]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/lib'
make[3]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/lib/libopenswan'
make[3]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/lib/libopenswan'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/lib'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/utils'
make[3]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/utils/uml_netjig'
make[3]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/utils/uml_netjig'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/utils'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/klips'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/klips'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/pluto'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/pluto'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/dnssec'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/dnssec'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/scripts'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/scripts'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/packaging'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/packaging'
make[1]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing'
++ pwd
+ FS=/home/hugh/rpmbuilds/BUILD/openswan-2.2.0
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.24566
+ umask 022
+ cd /home/hugh/rpmbuilds/BUILD
+ cd openswan-2.2.0
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf /var/tmp/openswan-buildroot
+ /usr/bin/make DESTDIR=/var/tmp/openswan-buildroot INC_USRLOCAL=/usr INC_RCDEFAULT=/etc/rc.d/init.d MANTREE=/var/tmp/openswan-buildroot/usr/share/man install
make[1]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/doc'
/bin/sh: htmldoc: command not found
make[1]: [toc.html] Error 127 (ignored)
Processing manpage.d/ipsec.8
Processing manpage.d/ipsec.conf.5
Processing manpage.d/ipsec.secrets.5
Processing manpage.d/ipsec__confread.8
Processing manpage.d/ipsec__copyright.8
Processing manpage.d/ipsec__include.8
Processing manpage.d/ipsec__keycensor.8
Processing manpage.d/ipsec__plutoload.8
Processing manpage.d/ipsec__plutorun.8
Processing manpage.d/ipsec__realsetup.8
Processing manpage.d/ipsec__secretcensor.8
Processing manpage.d/ipsec__startklips.8
Processing manpage.d/ipsec__updown.8
Processing manpage.d/ipsec__updown_x509.8
Processing manpage.d/ipsec_addrbytesof.3
Processing manpage.d/ipsec_addrbytesptr.3
Processing manpage.d/ipsec_addrcmp.3
Processing manpage.d/ipsec_addrinsubnet.3
Processing manpage.d/ipsec_addrlenof.3
Processing manpage.d/ipsec_addrtoa.3
Processing manpage.d/ipsec_addrtosubnet.3
Processing manpage.d/ipsec_addrtot.3
Processing manpage.d/ipsec_addrtypeof.3
Processing manpage.d/ipsec_anyaddr.3
Processing manpage.d/ipsec_atoaddr.3
Processing manpage.d/ipsec_atoasr.3
Processing manpage.d/ipsec_atosubnet.3
Processing manpage.d/ipsec_atoul.3
Processing manpage.d/ipsec_auto.8
Processing manpage.d/ipsec_barf.8
Processing manpage.d/ipsec_bitstomask.3
Processing manpage.d/ipsec_broadcastof.3
Processing manpage.d/ipsec_calcgoo.8
Processing manpage.d/ipsec_copyright_notice.3
Processing manpage.d/ipsec_datatot.3
Processing manpage.d/ipsec_eroute.5
Processing manpage.d/ipsec_eroute.8
Processing manpage.d/ipsec_goodmask.3
Processing manpage.d/ipsec_hostof.3
Processing manpage.d/ipsec_ikeping.8
Processing manpage.d/ipsec_initaddr.3
Processing manpage.d/ipsec_initsaid.3
Processing manpage.d/ipsec_initsubnet.3
Processing manpage.d/ipsec_isanyaddr.3
Processing manpage.d/ipsec_isloopbackaddr.3
Processing manpage.d/ipsec_isunspecaddr.3
Processing manpage.d/ipsec_keyblobtoid.3
Processing manpage.d/ipsec_klipsdebug.5
Processing manpage.d/ipsec_klipsdebug.8
Processing manpage.d/ipsec_look.8
Processing manpage.d/ipsec_loopbackaddr.3
Processing manpage.d/ipsec_lwdnsq.8
Processing manpage.d/ipsec_mailkey.8
Processing manpage.d/ipsec_manual.8
Processing manpage.d/ipsec_maskof.3
Processing manpage.d/ipsec_masktobits.3
Processing manpage.d/ipsec_masktocount.3
Processing manpage.d/ipsec_networkof.3
Processing manpage.d/ipsec_newhostkey.8
Processing manpage.d/ipsec_optionsfrom.3
Processing manpage.d/ipsec_pf_key.5
Processing manpage.d/ipsec_pf_key.8
Processing manpage.d/ipsec_pluto.8
Processing manpage.d/ipsec_portof.3
Processing manpage.d/ipsec_prng.3
Processing manpage.d/ipsec_prng_bytes.3
Processing manpage.d/ipsec_prng_final.3
Processing manpage.d/ipsec_prng_init.3
Processing manpage.d/ipsec_ranbits.8
Processing manpage.d/ipsec_rangetoa.3
Processing manpage.d/ipsec_rangetosubnet.3
Processing manpage.d/ipsec_rsasigkey.8
Processing manpage.d/ipsec_sameaddr.3
Processing manpage.d/ipsec_sameaddrtype.3
Processing manpage.d/ipsec_samesaid.3
Processing manpage.d/ipsec_samesubnet.3
Processing manpage.d/ipsec_samesubnettype.3
Processing manpage.d/ipsec_satot.3
Processing manpage.d/ipsec_secrets.8
Processing manpage.d/ipsec_send-pr.8
Processing manpage.d/ipsec_setportof.3
Processing manpage.d/ipsec_setup.8
Processing manpage.d/ipsec_showdefaults.8
Processing manpage.d/ipsec_showhostkey.8
Processing manpage.d/ipsec_showpolicy.8
Processing manpage.d/ipsec_sockaddrlenof.3
Processing manpage.d/ipsec_sockaddrof.3
Processing manpage.d/ipsec_spi.5
Processing manpage.d/ipsec_spi.8
Processing manpage.d/ipsec_spigrp.5
Processing manpage.d/ipsec_spigrp.8
Processing manpage.d/ipsec_splitkeytoid.3
Processing manpage.d/ipsec_starter.8
Processing manpage.d/ipsec_subnetinsubnet.3
Processing manpage.d/ipsec_subnetishost.3
Processing manpage.d/ipsec_subnetof.3
Processing manpage.d/ipsec_subnettoa.3
Processing manpage.d/ipsec_subnettot.3
Processing manpage.d/ipsec_subnettypeof.3
Processing manpage.d/ipsec_tnatoaddr.3
Processing manpage.d/ipsec_tncfg.5
Processing manpage.d/ipsec_tncfg.8
Processing manpage.d/ipsec_trap_count.5
Processing manpage.d/ipsec_trap_sendcount.5
Processing manpage.d/ipsec_ttoaddr.3
Processing manpage.d/ipsec_ttodata.3
Processing manpage.d/ipsec_ttosa.3
Processing manpage.d/ipsec_ttosubnet.3
Processing manpage.d/ipsec_ttoul.3
Processing manpage.d/ipsec_ultoa.3
Processing manpage.d/ipsec_ultot.3
Processing manpage.d/ipsec_unspecaddr.3
Processing manpage.d/ipsec_verify.8
Processing manpage.d/ipsec_version.3
Processing manpage.d/ipsec_version.5
Processing manpage.d/ipsec_version_code.3
Processing manpage.d/ipsec_version_string.3
Processing manpage.d/ipsec_whack.8
cp src/index.html index.html
make[1]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/doc'
make[1]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/lib'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/lib/libopenswan'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/lib/libopenswan'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/lib/libdes'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/lib/libdes'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/lib/libcrypto'
make[3]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/lib/libcrypto/libaes'
make[3]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/lib/libcrypto/libaes'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/lib/libcrypto'
make[1]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/lib'
make[1]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/spi'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/spi'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/eroute'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/eroute'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/spigrp'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/spigrp'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/tncfg'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/tncfg'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/klipsdebug'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/klipsdebug'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/pf_key'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/pf_key'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/proc'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/proc'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/pluto'
mkdir -p /var/tmp/openswan-buildroot/usr/libexec/ipsec /var/tmp/openswan-buildroot/usr/lib/ipsec
mkdir -p -m 755 /var/tmp/openswan-buildroot/etc/ipsec.d
mkdir -p -m 755 /var/tmp/openswan-buildroot/etc/ipsec.d/cacerts
mkdir -p -m 755 /var/tmp/openswan-buildroot/etc/ipsec.d/ocspcerts
mkdir -p -m 755 /var/tmp/openswan-buildroot/etc/ipsec.d/certs
mkdir -p -m 755 /var/tmp/openswan-buildroot/etc/ipsec.d/crls
mkdir -p -m 700 /var/tmp/openswan-buildroot/etc/ipsec.d/private
install -b --suffix=.old pluto whack /var/tmp/openswan-buildroot/usr/libexec/ipsec
if true ; then install -b --suffix=.old _pluto_adns  /var/tmp/openswan-buildroot/usr/libexec/ipsec ; fi
install  pluto.8 /var/tmp/openswan-buildroot/usr/share/man/man8/ipsec_pluto.8
sh ../../packaging/utils/manlink pluto.8 | \
	while read from to ; \
	do \
		ln -s -f ipsec_$from /var/tmp/openswan-buildroot/usr/share/man/man8/$to; \
	done
install  ipsec.secrets.5 /var/tmp/openswan-buildroot/usr/share/man/man5
sh ../../packaging/utils/manlink ipsec.secrets.5 | \
	while read from to ; \
	do \
	 ln -s -f $from /var/tmp/openswan-buildroot/usr/share/man/man5/$to; \
	done
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/pluto'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_confread'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_confread'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_copyright'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_copyright'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_include'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_include'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_keycensor'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_keycensor'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_plutoload'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_plutoload'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_plutorun'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_plutorun'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_realsetup'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_realsetup'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_secretcensor'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_secretcensor'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_startklips'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_startklips'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_updown'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_updown'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_updown_x509'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/_updown_x509'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/auto'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/auto'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/barf'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/barf'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/verify'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/verify'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/ipsec'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/ipsec'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/look'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/look'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/manual'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/manual'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/newhostkey'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/newhostkey'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/ranbits'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/ranbits'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/secrets'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/secrets'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/rsasigkey'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/rsasigkey'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/send-pr'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/send-pr'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/setup'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/setup'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/showdefaults'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/showdefaults'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/showhostkey'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/showhostkey'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/calcgoo'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/calcgoo'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/mailkey'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/mailkey'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/ikeping'
# do nothing
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/ikeping'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/examples'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/examples'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/starter'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs/starter'
make[1]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/programs'
make[1]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/linux'
make[1]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/linux'
make[1]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/lib'
make[3]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/lib/libopenswan'
make[3]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/lib/libopenswan'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/lib'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/utils'
make[3]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/utils/uml_netjig'
make[3]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/utils/uml_netjig'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/utils'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/klips'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/klips'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/pluto'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/pluto'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/dnssec'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/dnssec'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/scripts'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/scripts'
make[2]: Entering directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/packaging'
make[2]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing/packaging'
make[1]: Leaving directory `/home/hugh/rpmbuilds/BUILD/openswan-2.2.0/testing'
+ rm -rf /var/tmp/openswan-buildroot/usr/share/doc/freeswan
+ rm -rf /var/tmp/openswan-buildroot/usr/share/doc/openswan
+ rm -rf /var/tmp/openswan-buildroot/usr/share/man
+ install -d -m700 /var/tmp/openswan-buildroot/var/run/pluto
+ install -d /var/tmp/openswan-buildroot/usr/sbin
+ /usr/lib/rpm/brp-compress
Processing files: openswan-2.2.0-1
error: File not found: /var/tmp/openswan-buildroot/usr/lib64/ipsec
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.16291
+ umask 022
+ cd /home/hugh/rpmbuilds/BUILD
+ cd openswan-2.2.0
+ DOCDIR=/var/tmp/openswan-buildroot/usr/share/doc/openswan-2.2.0
+ export DOCDIR
+ rm -rf /var/tmp/openswan-buildroot/usr/share/doc/openswan-2.2.0
+ /bin/mkdir -p /var/tmp/openswan-buildroot/usr/share/doc/openswan-2.2.0
+ cp -pr BUGS CHANGES COPYING /var/tmp/openswan-buildroot/usr/share/doc/openswan-2.2.0
+ cp -pr CREDITS README /var/tmp/openswan-buildroot/usr/share/doc/openswan-2.2.0
+ cp -pr doc/manpage.d/ipsec.8.html doc/manpage.d/ipsec_addrbytesof.3.html doc/manpage.d/ipsec_addrbytesptr.3.html doc/manpage.d/ipsec_addrcmp.3.html doc/manpage.d/ipsec_addrinsubnet.3.html doc/manpage.d/ipsec_addrlenof.3.html doc/manpage.d/ipsec_addrtoa.3.html doc/manpage.d/ipsec_addrtosubnet.3.html doc/manpage.d/ipsec_addrtot.3.html doc/manpage.d/ipsec_addrtypeof.3.html doc/manpage.d/ipsec_anyaddr.3.html doc/manpage.d/ipsec_atoaddr.3.html doc/manpage.d/ipsec_atoasr.3.html doc/manpage.d/ipsec_atosubnet.3.html doc/manpage.d/ipsec_atoul.3.html doc/manpage.d/ipsec_auto.8.html doc/manpage.d/ipsec_barf.8.html doc/manpage.d/ipsec_bitstomask.3.html doc/manpage.d/ipsec_broadcastof.3.html doc/manpage.d/ipsec_calcgoo.8.html doc/manpage.d/ipsec.conf.5.html doc/manpage.d/ipsec__confread.8.html doc/manpage.d/ipsec__copyright.8.html doc/manpage.d/ipsec_copyright_notice.3.html doc/manpage.d/ipsec_datatot.3.html doc/manpage.d/ipsec_eroute.5.html doc/manpage.d/ipsec_eroute.8.html doc/manpag!
e.d/ipsec_goodmask.3.html doc/manpage.d/ipsec_hostof.3.html doc/manpage.d/ipsec_ikeping.8.html doc/manpage.d/ipsec__include.8.html doc/manpage.d/ipsec_initaddr.3.html doc/manpage.d/ipsec_initsaid.3.html doc/manpage.d/ipsec_initsubnet.3.html doc/manpage.d/ipsec_isanyaddr.3.html doc/manpage.d/ipsec_isloopbackaddr.3.html doc/manpage.d/ipsec_isunspecaddr.3.html doc/manpage.d/ipsec_keyblobtoid.3.html doc/manpage.d/ipsec__keycensor.8.html doc/manpage.d/ipsec_klipsdebug.5.html doc/manpage.d/ipsec_klipsdebug.8.html doc/manpage.d/ipsec_look.8.html doc/manpage.d/ipsec_loopbackaddr.3.html doc/manpage.d/ipsec_lwdnsq.8.html doc/manpage.d/ipsec_mailkey.8.html doc/manpage.d/ipsec_manual.8.html doc/manpage.d/ipsec_maskof.3.html doc/manpage.d/ipsec_masktobits.3.html doc/manpage.d/ipsec_masktocount.3.html doc/manpage.d/ipsec_networkof.3.html doc/manpage.d/ipsec_newhostkey.8.html doc/manpage.d/ipsec_optionsfrom.3.html doc/manpage.d/ipsec_pf_key.5.html doc/manpage.d/ipsec_pf_key.8.html doc/manp!
age.d/ipsec_pluto.8.html doc/manpage.d/ipsec__plutoload.8.html doc/manpage.d/ipsec__plutorun.8.html doc/manpage.d/ipsec_portof.3.html doc/manpage.d/ipsec_prng.3.html doc/manpage.d/ipsec_prng_bytes.3.html doc/manpage.d/ipsec_prng_final.3.html doc/manpage.d/ipsec_prng_init.3.html doc/manpage.d/ipsec_ranbits.8.html doc/manpage.d/ipsec_rangetoa.3.html doc/manpage.d/ipsec_rangetosubnet.3.html doc/manpage.d/ipsec__realsetup.8.html doc/manpage.d/ipsec_rsasigkey.8.html doc/manpage.d/ipsec_sameaddr.3.html doc/manpage.d/ipsec_sameaddrtype.3.html doc/manpage.d/ipsec_samesaid.3.html doc/manpage.d/ipsec_samesubnet.3.html doc/manpage.d/ipsec_samesubnettype.3.html doc/manpage.d/ipsec_satot.3.html doc/manpage.d/ipsec__secretcensor.8.html doc/manpage.d/ipsec.secrets.5.html doc/manpage.d/ipsec_secrets.8.html doc/manpage.d/ipsec_send-pr.8.html doc/manpage.d/ipsec_setportof.3.html doc/manpage.d/ipsec_setup.8.html doc/manpage.d/ipsec_showdefaults.8.html doc/manpage.d/ipsec_showhostkey.8.html doc!
/manpage.d/ipsec_showpolicy.8.html doc/manpage.d/ipsec_sockaddrlenof.3.html doc/manpage.d/ipsec_sockaddrof.3.html doc/manpage.d/ipsec_spi.5.html doc/manpage.d/ipsec_spi.8.html doc/manpage.d/ipsec_spigrp.5.html doc/manpage.d/ipsec_spigrp.8.html doc/manpage.d/ipsec_splitkeytoid.3.html doc/manpage.d/ipsec_starter.8.html doc/manpage.d/ipsec__startklips.8.html doc/manpage.d/ipsec_subnetinsubnet.3.html doc/manpage.d/ipsec_subnetishost.3.html doc/manpage.d/ipsec_subnetof.3.html doc/manpage.d/ipsec_subnettoa.3.html doc/manpage.d/ipsec_subnettot.3.html doc/manpage.d/ipsec_subnettypeof.3.html doc/manpage.d/ipsec_tnatoaddr.3.html doc/manpage.d/ipsec_tncfg.5.html doc/manpage.d/ipsec_tncfg.8.html doc/manpage.d/ipsec_trap_count.5.html doc/manpage.d/ipsec_trap_sendcount.5.html doc/manpage.d/ipsec_ttoaddr.3.html doc/manpage.d/ipsec_ttodata.3.html doc/manpage.d/ipsec_ttosa.3.html doc/manpage.d/ipsec_ttosubnet.3.html doc/manpage.d/ipsec_ttoul.3.html doc/manpage.d/ipsec_ultoa.3.html doc/manpag!
e.d/ipsec_ultot.3.html doc/manpage.d/ipsec_unspecaddr.3.html doc/manpage.d/ipsec__updown.8.html doc/manpage.d/ipsec__updown_x509.8.html doc
/manpage.d/ipsec_verify.8.html doc/manpage.d/ipsec_version.3.html doc/manpage.d/ipsec_version.5.html doc/manpage.d/ipsec_version_code.3.html doc/manpage.d/ipsec_version_string.3.html doc/manpage.d/ipsec_whack.8.html /var/tmp/openswan-buildroot/usr/share/doc/openswan-2.2.0
+ exit 0


RPM build errors:
    File not found: /var/tmp/openswan-buildroot/usr/lib64/ipsec
[hugh at redbrick tba]$ exit
exit
[Process i-shell: Exited 1]



More information about the Dev mailing list