[OpenAFS] Request for Assistance with OpenAFS - AIX v6.1 build attempt fails with .yylex undefined symbol
Kieffer, Catherine
Catherine.Kieffer@spirent.com
Fri, 12 Mar 2010 11:17:55 -0500
This is a multi-part message in MIME format.
------_=_NextPart_001_01CAC1FF.92B224D8
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
I am running AIX v6.1TL0 SP2, I am using the AIX XL C/C++ v10.1
I have tried a number of things as well as googling to try to figure out
how to get rid of the error but no success.
When I tried to install the provided binaries for AIX a couple of months
ago for v1.4.8, 1.4.10, and 1.4.11, they failed to run.
I did try adding the '-ll -bnoquiet' options for the compile command
which eliminated the first two undefined items, but the .yylex error
still occurred.
Any assistance in what I need to do to resolve the errors would be
appreciated.
Here is output from the make command with the errors.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
[425] <root@orion> /home/ckieffer/tmpbuild/openafs-1.4.11: make
make build
make finale
DEST=3D/home/ckieffer/tmpbuild/openafs-1.4.11/rs_aix61/dest
COMPILE_PART2B=3Dall DESTDIR=3D
cd src && cd config && make all
rm -f Makefile.version
if [ -r
/home/ckieffer/tmpbuild/openafs-1.4.11/src/CML/state ] ; then cp
=2E/Makefile.version-CML Makefile.version ; else cp
Makefile.version-NOCML Makefile.version ; fi
make -f Makefile.version AFS_component_version_number.c
echo 'char cml_version_number[]=3D"@(#) OpenAFS 1.4.11 built '
`date +"%Y-%m-%d"` '";' >AFS_component_version_number.c
echo 'char* AFSVersion =3D "openafs 1.4.11"; '
>>AFS_component_version_number.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I. -K
-D_NONSTD_TYPES -D_MBI=3Dvoid -I. -c ./config.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I. -K
-D_NONSTD_TYPES -D_MBI=3Dvoid -o config config.o mc.o
if [ "X" !=3D "X" ] ; then cat ./ ./param.rs_aix61.h >
param.h.new ; rm -f
/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs/param.h; cp
param.h.new /home/ckieffer/tmpbuild/openafs-1.4.11/include/afs/param.h ;
else rm -f /home/ckieffer/tmpbuild/openafs-1.4.11/include/afs/param.h;
cp ./param.rs_aix61.h
/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs/param.h ; fi
Target "all" is up to date.
cd src && cd pinstall && make all
echo 'char cml_version_number[]=3D"@(#) OpenAFS 1.4.11 built '
`date +"%Y-%m-%d"` '";' >AFS_component_version_number.c
echo 'char* AFSVersion =3D "openafs 1.4.11"; '
>>AFS_component_version_number.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid ./install.c -o pinstall -ldl
Target "all" is up to date.
cd src && cd procmgmt && make all
echo 'char cml_version_number[]=3D"@(#) OpenAFS 1.4.11 built '
`date +"%Y-%m-%d"` '";' >AFS_component_version_number.c
echo 'char* AFSVersion =3D "openafs 1.4.11"; '
>>AFS_component_version_number.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c AFS_component_version_number.c
rm -f libprocmgmt.a
ar crv libprocmgmt.a procmgmt_unix.o
AFS_component_version_number.o
a - procmgmt_unix.o
a - AFS_component_version_number.o
ranlib libprocmgmt.a
/home/ckieffer/tmpbuild/openafs-1.4.11/src/pinstall/pinstall
libprocmgmt.a /home/ckieffer/tmpbuild/openafs-1.4.11/lib/libprocmgmt.a
Target "all" is up to date.
cd src && cd des && make all
echo 'char cml_version_number[]=3D"@(#) OpenAFS 1.4.11 built '
`date +"%Y-%m-%d"` '";' >AFS_component_version_number.c
echo 'char* AFSVersion =3D "openafs 1.4.11"; '
>>AFS_component_version_number.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c misc.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c main.c
cc make_s_table.o misc.o main.o -o make_s_table
./make_s_table s_table.h
cc make_p_table.o misc.o main.o -o make_p_table
./make_p_table p_table.h
cc make_ip.o misc.o main.o -o make_ip
./make_ip ip.c
cc make_p.o misc.o main.o -o make_p
./make_p p.c
cc make_fp.o misc.o main.o -o make_fp
./make_fp fp.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c des.c
cc make_keyperm.o misc.o main.o -o make_keyperm
./make_keyperm key_perm.h
cc make_odd.o misc.o main.o -o make_odd
./make_odd odd.h
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c key_sched.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c key_parity.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c AFS_component_version_number.c
rm -f libdes.a
ar crv libdes.a des.o cbc_encrypt.o pcbc_encrypt.o cksum.o
new_rnd_key.o key_sched.o debug_decl.o quad_cksum.o key_parity.o
weak_key.o read_pssword.o strng_to_key.o misc.o crypt.o util.o
AFS_component_version_number.o
a - des.o
a - cbc_encrypt.o
a - pcbc_encrypt.o
a - cksum.o
a - new_rnd_key.o
a - key_sched.o
a - debug_decl.o
a - quad_cksum.o
a - key_parity.o
a - weak_key.o
a - read_pssword.o
a - strng_to_key.o
a - misc.o
a - crypt.o
a - util.o
a - AFS_component_version_number.o
ranlib libdes.a
/home/ckieffer/tmpbuild/openafs-1.4.11/src/pinstall/pinstall
libdes.a /home/ckieffer/tmpbuild/openafs-1.4.11/lib/libdes.a
/home/ckieffer/tmpbuild/openafs-1.4.11/src/pinstall/pinstall
odd.h /home/ckieffer/tmpbuild/openafs-1.4.11/include/des_odd.h
Target "all" is up to date.
cd src && cd lwp && make depinstall
Target "depinstall" is up to date.
cd src && cd util && make all
( sed -e "s+@afsconfdir+/usr/afs/etc+" -e
"s+@viceetcdir+/usr/vice/etc+" -e "s+@afssrvbindir+/usr/afs/bin+" -e
"s+@afssrvsbindir+/usr/afs/bin+" -e "s+@afssrvlibexecdir+/usr/afs/bin+"
-e "s+@afsdbdir+/usr/afs/db+" -e "s+@afslogsdir+/usr/afs/logs+" -e
"s+@afslocaldir+/usr/afs/local+" -e "s+@afsbackupdir+/usr/afs/backup+"
-e "s+@afsbosconfigdir+/usr/afs/local+" ./dirpath.hin >dirpath.h.tmp &&
mv dirpath.h.tmp dirpath.h )
/home/ckieffer/tmpbuild/openafs-1.4.11/src/pinstall/pinstall
dirpath.h /home/ckieffer/tmpbuild/openafs-1.4.11/include/afs/dirpath.h
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./assert.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./base64.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./casestrcpy.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./ktime.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./volparse.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./hostparse.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./hputil.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./kreltime.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./isathing.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./get_krbrlm.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./uuid.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./serverLog.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./dirpath.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./fileutil.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./netutils.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./flipbase64.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./fstab.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./afs_atomlist.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./afs_lhash.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./snprintf.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./strlcat.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./strlcpy.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./daemon.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./rxkstats.c
echo 'char cml_version_number[]=3D"@(#) OpenAFS 1.4.11 built '
`date +"%Y-%m-%d"` '";' >AFS_component_version_number.c
echo 'char* AFSVersion =3D "openafs 1.4.11"; '
>>AFS_component_version_number.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c AFS_component_version_number.c
rm -f util.a
ar crv util.a assert.o base64.o casestrcpy.o ktime.o volparse.o
hostparse.o hputil.o kreltime.o isathing.o get_krbrlm.o uuid.o
serverLog.o dirpath.o fileutil.o netutils.o flipbase64.o fstab.o
afs_atomlist.o afs_lhash.o snprintf.o strlcat.o strlcpy.o daemon.o
rxkstats.o AFS_component_version_number.o
a - assert.o
a - base64.o
a - casestrcpy.o
a - ktime.o
a - volparse.o
a - hostparse.o
a - hputil.o
a - kreltime.o
a - isathing.o
a - get_krbrlm.o
a - uuid.o
a - serverLog.o
a - dirpath.o
a - fileutil.o
a - netutils.o
a - flipbase64.o
a - fstab.o
a - afs_atomlist.o
a - afs_lhash.o
a - snprintf.o
a - strlcat.o
a - strlcpy.o
a - daemon.o
a - rxkstats.o
a - AFS_component_version_number.o
ranlib util.a
/home/ckieffer/tmpbuild/openafs-1.4.11/src/pinstall/pinstall
util.a /home/ckieffer/tmpbuild/openafs-1.4.11/lib/util.a
/home/ckieffer/tmpbuild/openafs-1.4.11/src/pinstall/pinstall
util.a /home/ckieffer/tmpbuild/openafs-1.4.11/lib/libafsutil.a
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c ./sys.c
cc -o sys sys.o
Target "all" is up to date.
cd src && cd comerr && make all
echo 'char cml_version_number[]=3D"@(#) OpenAFS 1.4.11 built '
`date +"%Y-%m-%d"` '";' >AFS_component_version_number.c
echo 'char* AFSVersion =3D "openafs 1.4.11"; '
>>AFS_component_version_number.c
cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I.
-I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -c compile_et.c
case rs_aix61 in *_linux* | *_umlinux* ) cc -O
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I.
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -o compile_et compile_et.o error_table.o
-L/home/ckieffer/tmpbuild/openafs-1.4.11/lib -lafsutil;; * ) cc -O
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I.
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/afs
-I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx
-I/home/ckieffer/tmpbuild/openafs-1.4.11
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src
-I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES
-D_MBI=3Dvoid -o compile_et compile_et.o error_table.o
-L/home/ckieffer/tmpbuild/openafs-1.4.11/lib -lafsutil -ll;; esac
ld: 0711-317 ERROR: Undefined symbol: yyin
ld: 0711-317 ERROR: Undefined symbol: yyout
ld: 0711-317 ERROR: Undefined symbol: .yylex
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
make: 1254-004 The error code from the last command is 8.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
[426] <root@orion> /home/ckieffer/tmpbuild/openafs-1.4.11: oslevel -s
6100-00-02-0750
[427] <root@orion> /home/ckieffer/tmpbuild/openafs-1.4.11:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D
Catherine Kieffer
Systems Engineer
Service Assurance - Broadband
SPIRENT COMMUNICATIONS
20324 Seneca Meadows Pkwy
Germantown, MD 20876-7004 USA
Office: +1 301.444.2443
Fax: +1 301.444.1548
www.spirent.com
<DIV><FONT size=3D"1">
E-mail confidentiality.
--------------------------------
This e-mail contains confidential and / or privileged information belongi=
ng to Spirent Communications plc, its affiliates and / or subsidiaries. I=
f you are not the intended recipient, you are hereby notified that any di=
sclosure, copying, distribution and / or the taking of any action based u=
pon reliance on the contents of this transmission is strictly forbidden. =
If you have received this message in error please notify the sender by re=
turn e-mail and delete it from your system. If you require assistance, pl=
ease contact our IT department at helpdesk@spirent.com.
Spirent Communications plc,
Northwood Park, Gatwick Road, Crawley,
West Sussex, RH10 9XN, United Kingdom.
Tel No. +44 (0) 1293 767676
Fax No. +44 (0) 1293 767677
Registered in England Number 470893
Registered at Northwood Park, Gatwick Road, Crawley, West Sussex, RH10 9X=
N, United Kingdom.
Or if within the US,
Spirent Communications,
26750 Agoura Road, Calabasas, CA, 91302, USA.
Tel No. 1-818-676- 2300=20
</FONT></DIV>
------_=_NextPart_001_01CAC1FF.92B224D8
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; charset=3Dus-asci=
i">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version 6.5.7654.1=
2">
<TITLE>Request for Assistance with OpenAFS - AIX v6.1 build attempt fails=
with .yylex undefined symbol</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<P><FONT SIZE=3D2 FACE=3D"Arial">I am running AIX v6.1TL0 SP2, I am=
using the AIX XL C/C++ v10.1</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">I have tried a number of things as well =
as googling to try to figure out how to get rid of the error but no succe=
ss.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">When I tried to install the provided bi=
naries for AIX a couple of months ago for v1.4.8, 1.4.10, and 1.4.11, the=
y failed to run.</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial">I did try adding the '-ll -bnoquiet' opt=
ions for the compile command which eliminated the first two undefined ite=
ms, but the .yylex error still occurred.</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Any assistance in what I need to do to r=
esolve the errors would be appreciated.</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Here is output from the make command wit=
h the errors.</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">[425] <root@orion> /home/ckieffer=
/tmpbuild/openafs-1.4.11: make</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; make build</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; make finale DEST=3D/home/ckieffer/tmpbuild/openafs-1.4.11/rs_aix61/de=
st COMPILE_PART2B=3Dall DESTDIR=3D</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cd src && cd config && make all</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; rm -f Makefile.version</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; if [ -r /home/ckieffer/tmpbuild/openafs=
-1.4.11/src/CML/state ] ; then cp ./Makefil=
e.version-CML Makefile.version ; else =
cp Makefile.version-NOCML Makefile.version ; fi</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; make -f Makefile.version AFS_component_version_number.c</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; echo 'char cml_version_number[]=3D"@(#) OpenAFS 1.4.11 built ' `=
date +"%Y-%m-%d"` '";' >AFS_component_version_number.c<=
/FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; echo 'char* AFSVersion =3D "openafs 1.4.11"; ' >>AFS_c=
omponent_version_number.c</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I. -K -=
D_NONSTD_TYPES -D_MBI=3Dvoid -I. -c ./config.c</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I. -K -=
D_NONSTD_TYPES -D_MBI=3Dvoid -o config config.o mc.o</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; if [ "X" !=3D "X" ] ; then cat ./ ./param.rs=
_aix61.h > param.h.new ; rm -f /home/ckieffer/tmpbuild/openafs-1=
=2E4.11/include/afs/param.h; cp param.h.new /home/ckieffer/tmpbuild=
/openafs-1.4.11/include/afs/param.h ; else rm -f /home/ckieff=
er/tmpbuild/openafs-1.4.11/include/afs/param.h; cp ./param.rs_aix61.h /ho=
me/ckieffer/tmpbuild/openafs-1.4.11/include/afs/param.h ; fi</FONT>=
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Target "all" is up to date.</F=
ONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cd src && cd pinstall && make all</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; echo 'char cml_version_number[]=3D"@(#) OpenAFS 1.4.11 built ' `=
date +"%Y-%m-%d"` '";' >AFS_component_version_number.c<=
/FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; echo 'char* AFSVersion =3D "openafs 1.4.11"; ' >>AFS_c=
omponent_version_number.c</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -=
I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmpb=
uild/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11/=
include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmpb=
uild/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -=
D_NONSTD_TYPES -D_MBI=3Dvoid ./install.c -o pinstall -ldl</FONT></P=
>
<P><FONT SIZE=3D2 FACE=3D"Arial">Target "all" is up to date.</F=
ONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cd src && cd procmgmt && make all</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; echo 'char cml_version_number[]=3D"@(#) OpenAFS 1.4.11 built ' `=
date +"%Y-%m-%d"` '";' >AFS_component_version_number.c<=
/FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; echo 'char* AFSVersion =3D "openafs 1.4.11"; ' >>AFS_c=
omponent_version_number.c</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -=
I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmpb=
uild/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11/=
include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmpb=
uild/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -=
D_NONSTD_TYPES -D_MBI=3Dvoid -c AFS_component_version_number.c</FON=
T></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; rm -f libprocmgmt.a</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; ar crv libprocmgmt.a procmgmt_unix.o AFS_component_version_number.o</=
FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - procmgmt_unix.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - AFS_component_version_number.o</FON=
T>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; ranlib libprocmgmt.a</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; /home/ckieffer/tmpbuild/openafs-1.4.11/src/pinstall/pinstall li=
bprocmgmt.a /home/ckieffer/tmpbuild/openafs-1.4.11/lib/libprocmgmt.a</FON=
T></P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Target "all" is up to date.</F=
ONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cd src && cd des && make all</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; echo 'char cml_version_number[]=3D"@(#) OpenAFS 1.4.11 built ' `=
date +"%Y-%m-%d"` '";' >AFS_component_version_number.c<=
/FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; echo 'char* AFSVersion =3D "openafs 1.4.11"; ' >>AFS_c=
omponent_version_number.c</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -=
I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmpb=
uild/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11/=
include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmpb=
uild/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -=
D_NONSTD_TYPES -D_MBI=3Dvoid -c misc.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c main.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc make_s_table.o misc.o main.o -o make_s_table</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; ./make_s_table s_table.h</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cc make_p_table.o misc.o main.o -o make_p_table</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; ./make_p_table p_table.h</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cc make_ip.o misc.o main.o -o make_ip</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; ./make_ip ip.c</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cc make_p.o misc.o main.o -o make_p</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; ./make_p p.c</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cc make_fp.o misc.o main.o -o make_fp</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; ./make_fp fp.c</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -=
I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmpb=
uild/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11/=
include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmpb=
uild/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -=
D_NONSTD_TYPES -D_MBI=3Dvoid -c des.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc make_keyperm.o misc.o main.o -o make_keyperm</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; ./make_keyperm key_perm.h</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cc make_odd.o misc.o main.o -o make_odd</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; ./make_odd odd.h</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -=
I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmpb=
uild/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11/=
include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmpb=
uild/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -=
D_NONSTD_TYPES -D_MBI=3Dvoid -c key_sched.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c key_parity.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c AFS_component_version_number.c</FO=
NT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; rm -f libdes.a</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; ar crv libdes.a des.o cbc_encrypt.o pcbc_encrypt.o =
cksum.o new_rnd_key.o key_sched.o debug_decl.o qu=
ad_cksum.o key_parity.o weak_key.o read_pssword.o =
strng_to_key.o misc.o crypt.o util.o AFS_component_ver=
sion_number.o</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial">a - des.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - cbc_encrypt.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - pcbc_encrypt.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - cksum.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - new_rnd_key.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - key_sched.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - debug_decl.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - quad_cksum.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - key_parity.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - weak_key.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - read_pssword.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - strng_to_key.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - misc.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - crypt.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - util.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - AFS_component_version_number.o</FON=
T>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; ranlib libdes.a</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; /home/ckieffer/tmpbuild/openafs-1.4.11/src/pinstall/pinstall li=
bdes.a /home/ckieffer/tmpbuild/openafs-1.4.11/lib/libdes.a</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; /home/ckieffer/tmpbuild/openafs-1.4.11/src/pinstall/pinstall odd=
=2Eh /home/ckieffer/tmpbuild/openafs-1.4.11/include/des_odd.h</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Target "all" is up to date.</F=
ONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cd src && cd lwp && make depinstall</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">Target "depinstall" is up to =
date.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cd src && cd util && make all</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; ( sed -e "s+@afsconfdir+/usr/afs/etc+" -e "=
;s+@viceetcdir+/usr/vice/etc+" -e "s+@afssrvbindir+/usr/a=
fs/bin+" -e "s+@afssrvsbindir+/usr/afs/bin+" -=
e "s+@afssrvlibexecdir+/usr/afs/bin+" -e "s+@afsdbdi=
r+/usr/afs/db+" -e "s+@afslogsdir+/usr/afs/logs+"&nb=
sp; -e "s+@afslocaldir+/usr/afs/local+" -e "s+@afsba=
ckupdir+/usr/afs/backup+" -e "s+@afsbosconfigdir+/usr/afs=
/local+" ./dirpath.hin >dirpath.h.tmp && mv d=
irpath.h.tmp dirpath.h )</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; /home/ckieffer/tmpbuild/openafs-1.4.11/src/pinstall/pinstall dir=
path.h /home/ckieffer/tmpbuild/openafs-1.4.11/include/afs/dirpath.h</FONT=
></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./assert.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./base64.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./casestrcpy.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./ktime.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./volparse.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./hostparse.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./hputil.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./kreltime.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./isathing.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./get_krbrlm.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./uuid.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./serverLog.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./dirpath.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./fileutil.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./netutils.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./flipbase64.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./fstab.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./afs_atomlist.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./afs_lhash.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./snprintf.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./strlcat.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./strlcpy.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./daemon.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./rxkstats.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; echo 'char cml_version_number[]=3D"@(#) OpenAFS 1.4.11 built ' `d=
ate +"%Y-%m-%d"` '";' >AFS_component_version_number.c</=
FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; echo 'char* AFSVersion =3D "openafs 1.4.11"; ' >>AFS_c=
omponent_version_number.c</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -=
I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmpb=
uild/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11/=
include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmpb=
uild/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -=
D_NONSTD_TYPES -D_MBI=3Dvoid -c AFS_component_version_number.c</FON=
T></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; rm -f util.a</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; ar crv util.a assert.o base64.o casestrcpy.o ktime.o volparse.o hostp=
arse.o hputil.o kreltime.o isathing.o get_krbrlm.o uuid.o serverLog=
=2Eo dirpath.o fileutil.o netutils.o flipbase64.o fstab.o afs=
_atomlist.o afs_lhash.o snprintf.o strlcat.o strlcpy.o daemon.o rxk=
stats.o AFS_component_version_number.o</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial">a - assert.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - base64.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - casestrcpy.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - ktime.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - volparse.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - hostparse.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - hputil.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - kreltime.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - isathing.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - get_krbrlm.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - uuid.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - serverLog.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - dirpath.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - fileutil.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - netutils.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - flipbase64.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - fstab.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - afs_atomlist.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - afs_lhash.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - snprintf.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - strlcat.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - strlcpy.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - daemon.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - rxkstats.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">a - AFS_component_version_number.o</FON=
T>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; ranlib util.a</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; /home/ckieffer/tmpbuild/openafs-1.4.11/src/pinstall/pinstall ut=
il.a /home/ckieffer/tmpbuild/openafs-1.4.11/lib/util.a</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; /home/ckieffer/tmpbuild/openafs-1.4.11/src/pinstall/pinstall uti=
l.a /home/ckieffer/tmpbuild/openafs-1.4.11/lib/libafsutil.a</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I=
=2E -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmp=
build/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11=
/include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmp=
build/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K =
-D_NONSTD_TYPES -D_MBI=3Dvoid -c ./sys.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; cc -o sys sys.o</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">Target "all" is up to date.</=
FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cd src && cd comerr && make all</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; echo 'char cml_version_number[]=3D"@(#) OpenAFS 1.4.11 built ' `=
date +"%Y-%m-%d"` '";' >AFS_component_version_number.c<=
/FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; echo 'char* AFSVersion =3D "openafs 1.4.11"; ' >>AFS_c=
omponent_version_number.c</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> &nb=
sp; cc -O -I/home/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -=
I. -I/home/ckieffer/tmpbuild/openafs-1.4.11/include -I/home/ckieffer/tmpb=
uild/openafs-1.4.11/include/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11/=
include/rx -I/home/ckieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmpb=
uild/openafs-1.4.11/src -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -=
D_NONSTD_TYPES -D_MBI=3Dvoid -c compile_et.c</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial"> &nbs=
p; case rs_aix61 in *_linux* | *_umlinux* ) cc -O -I/ho=
me/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I. -I/home/ckieffer/t=
mpbuild/openafs-1.4.11/include -I/home/ckieffer/tmpbuild/openafs-1.4.11/i=
nclude/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx -I/home/ck=
ieffer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmpbuild/openafs-1.4.11/s=
rc -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES -D_MBI=
=3Dvoid -o compile_et compile_et.o error_table.o -L/home/ckieffer/t=
mpbuild/openafs-1.4.11/lib -lafsutil;; * ) cc -O -I/hom=
e/ckieffer/tmpbuild/openafs-1.4.11/src/config -I. -I. -I/home/ckieffer/tm=
pbuild/openafs-1.4.11/include -I/home/ckieffer/tmpbuild/openafs-1.4.11/in=
clude/afs -I/home/ckieffer/tmpbuild/openafs-1.4.11/include/rx -I/home/cki=
effer/tmpbuild/openafs-1.4.11 -I/home/ckieffer/tmpbuild/openafs-1.4.11/sr=
c -I/home/ckieffer/tmpbuild/openafs-1.4.11/src -K -D_NONSTD_TYPES -D_MBI=3D=
void -o compile_et compile_et.o error_table.o -L/home/ckieffer/tmpb=
uild/openafs-1.4.11/lib -lafsutil -ll;; esac</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial">ld: 0711-317 ERROR: Undefined symbol: yy=
in</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">ld: 0711-317 ERROR: Undefined symbol: y=
yout</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">ld: 0711-317 ERROR: Undefined symbol: .=
yylex</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">ld: 0711-345 Use the -bloadmap or -bnoq=
uiet option to obtain more information.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">make: 1254-004 The error code from the =
last command is 8.</FONT>
</P>
<BR>
<P><FONT SIZE=3D2 FACE=3D"Arial">Stop.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">make: 1254-004 The error code from the =
last command is 2.</FONT>
</P>
<BR>
<P><FONT SIZE=3D2 FACE=3D"Arial">Stop.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">make: 1254-004 The error code from the =
last command is 2.</FONT>
</P>
<BR>
<P><FONT SIZE=3D2 FACE=3D"Arial">Stop.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">make: 1254-004 The error code from the =
last command is 2.</FONT>
</P>
<BR>
<P><FONT SIZE=3D2 FACE=3D"Arial">Stop.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">[426] <root@orion> /home/ckieffer=
/tmpbuild/openafs-1.4.11: oslevel -s</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">6100-00-02-0750</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">[427] <root@orion> /home/ckieffer=
/tmpbuild/openafs-1.4.11:</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Tahoma">=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Tahoma">Catherine Kieffer</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Tahoma">Systems Engineer</FONT>
<BR><FONT SIZE=3D1 FACE=3D"Tahoma">Service Assurance - Broadband</FONT>
<BR><FONT SIZE=3D1 FACE=3D"Tahoma">SPIRENT COMMUNICATIONS</FONT>
<BR><FONT SIZE=3D1 FACE=3D"Tahoma">20324 Seneca Meadows Pkwy</FONT>
<BR><FONT SIZE=3D1 FACE=3D"Tahoma">Germantown, MD 20876-7004 USA</F=
ONT>
<BR><FONT SIZE=3D2 FACE=3D"Tahoma">Office: +1 301.444.2443</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Tahoma">Fax: +1 301.444.1548</FONT>
<BR><A HREF=3D"file://www.spirent.com"><U><FONT COLOR=3D"#0000FF" SIZE=3D=
2 FACE=3D"Tahoma">www.spirent.com</FONT></U></A>
</P>
<DIV> </DIV><br><DIV><FONT size=3D"1"><br><br>E-mail confidentiality=
=2E<br>--------------------------------<br>This e-mail contains confident=
ial and / or privileged information belonging to Spirent Communications p=
lc, its affiliates and / or subsidiaries. If you are not the intended rec=
ipient, you are hereby notified that any disclosure, copying, distributio=
n and / or the taking of any action based upon reliance on the contents o=
f this transmission is strictly forbidden. If you have received this mess=
age in error please notify the sender by return e-mail and delete it from=
your system. If you require assistance, please contact our IT department=
at helpdesk@spirent.com.<br><br>Spirent Communications plc,<br>Northwood=
Park, Gatwick Road, Crawley,<br>West Sussex, RH10 9XN, United Kingdom.<b=
r>Tel No. +44 (0) 1293 767676<br>Fax No. +44 (0) 1293 767677<br><br>Regis=
tered in England Number 470893<br>Registered at Northwood Park, Gatwick R=
oad, Crawley, West Sussex, RH10 9XN, United Kingdom.<br><br>Or if within =
the US,<br><br>Spirent Communications,<br>26750 Agoura Road, Calabasas, C=
A, 91302, USA.<br>Tel No. 1-818-676- 2300 <br><br></FONT></DIV></BODY>
</HTML>
------_=_NextPart_001_01CAC1FF.92B224D8--