=> Bootstrap dependency digest>=20010302: found digest-20121220
=> Bootstrap dependency fetch-[0-9]*: found fetch-1.8nb1
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for depot-5.14
# All started at  Sat May 18 12:39:30 UTC 2013
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/man
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/man
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib
mkdir objdir
mkdir build-include
mkdir build-lib
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/include
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c depotlib.h ../build-include/depotlib.h
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c depot_autoconf.h ../build-include/depot_autoconf.h
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c cmu-copyright.h ../build-include/cmu-copyright.h
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/include
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/util
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c file.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c malloc.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c math.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c message.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c passwd.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c string.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c misc.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Error.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c timer.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c compress.c
rm -f libutil.a
ar rv libutil.a file.o malloc.o math.o message.o passwd.o string.o misc.o Error.o timer.o  compress.o
ar: creating libutil.a
a - file.o
a - malloc.o
a - math.o
a - message.o
a - passwd.o
a - string.o
a - misc.o
a - Error.o
a - timer.o
a - compress.o
ranlib libutil.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c libutil.a ../build-lib//libutil.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c util.h ../build-include//util.h
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c Error.h ../build-include//DepotErrorCodes.h
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/util
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/FileOps
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c File_Copy.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c File_CreateDirectory.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c File_CreateLink.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c File_CreateSymLink.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c File_GetStatus.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c File_Move.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c File_ReadSymLink.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c File_ListDirectory.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c File_ListMatchesinDirectory.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c File_RemoveDirectory.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c File_RemovePath.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c File_SetStatus.c
File_SetStatus.c: In function 'File_SetStatus':
File_SetStatus.c:98:13: warning: assignment makes pointer from integer without a cast
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c File_Busy.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c File_Filter.c
File_Filter.c: In function 'File_Filter':
File_Filter.c:135:7: warning: passing argument 2 of 'waitpid' from incompatible pointer type
/usr/include/sys/wait.h:139:16: note: expected 'int *' but argument is of type 'union wait *'
rm -f libfile.a
ar rv libfile.a File_Copy.o File_CreateDirectory.o  File_CreateLink.o File_CreateSymLink.o  File_GetStatus.o File_Move.o File_ReadSymLink.o  File_ListDirectory.o File_ListMatchesinDirectory.o  File_RemoveDirectory.o File_RemovePath.o File_SetStatus.o  File_Busy.o File_Filter.o
ar: creating libfile.a
a - File_Copy.o
a - File_CreateDirectory.o
a - File_CreateLink.o
a - File_CreateSymLink.o
a - File_GetStatus.o
a - File_Move.o
a - File_ReadSymLink.o
a - File_ListDirectory.o
a - File_ListMatchesinDirectory.o
a - File_RemoveDirectory.o
a - File_RemovePath.o
a - File_SetStatus.o
a - File_Busy.o
a - File_Filter.o
ranlib libfile.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c libfile.a ../build-lib//libfile.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c File.h ../build-include//File.h
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/FileOps
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/Lock
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Lock.c
rm -f liblock.a
ar rv liblock.a Lock.o
ar: creating liblock.a
a - Lock.o
ranlib liblock.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c liblock.a ../build-lib//liblock.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c Lock.h ../build-include//Lock.h
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/Lock
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/FileSystemUtil
gcc -O -DHAVE_CONFIG_H -I../build-include/   -I/usr/pkg/include -c FileSystem_Initialize.c
gcc -O -DHAVE_CONFIG_H -I../build-include/   -I/usr/pkg/include -c FileSystem_GetFSInfo.c
gcc -O -DHAVE_CONFIG_H -I../build-include/   -I/usr/pkg/include -c FileSystem_End.c
gcc -O -DHAVE_CONFIG_H -I../build-include/   -I/usr/pkg/include -c AndrewFileSystem.c
if [ -z "" ]; then  gcc -O -DHAVE_CONFIG_H -I../build-include/   -o LibAFS.o -c null.c ; else  ld -r -o LibAFS.o AndrewFileSystem.o ;  fi
rm -f libfilesystemutil.a
ar rv libfilesystemutil.a FileSystem_Initialize.o FileSystem_GetFSInfo.o  FileSystem_End.o LibAFS.o
ar: creating libfilesystemutil.a
a - FileSystem_Initialize.o
a - FileSystem_GetFSInfo.o
a - FileSystem_End.o
a - LibAFS.o
ranlib libfilesystemutil.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c libfilesystemutil.a ../build-lib//libfilesystemutil.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c FileSystem.h ../build-include//FileSystem.h
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/FileSystemUtil
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/FileSystemImage
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c FileSystemImage_Read.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c FileSystemImage_Build.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c FileSystemImage_Write.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c FileSystemImage_Locate.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c FileSystemImageUtil.c
rm -f libfilesystemimage.a
ar rv libfilesystemimage.a FileSystemImage_Read.o FileSystemImage_Build.o FileSystemImage_Write.o  FileSystemImage_Locate.o FileSystemImageUtil.o
ar: creating libfilesystemimage.a
a - FileSystemImage_Read.o
a - FileSystemImage_Build.o
a - FileSystemImage_Write.o
a - FileSystemImage_Locate.o
a - FileSystemImageUtil.o
ranlib libfilesystemimage.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c libfilesystemimage.a ../build-lib//libfilesystemimage.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c FileSystemImage.h ../build-include//FileSystemImage.h
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/FileSystemImage
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/Hint
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Hint_CollectAllHints.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Hint_CollectPathHints.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c HintDB_GetHint.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c HintDB_GetRelatedHints.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c HintDB_MergeHintDB.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c HintDB_InsertHint.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c HintDB_SetPathPrefix.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c HintDB_UnsetPathPrefix.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c HintDB_Read.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c HintDB_Write.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c HintUtil.c
rm -f libhint.a
ar rv libhint.a Hint_CollectAllHints.o Hint_CollectPathHints.o  HintDB_GetHint.o HintDB_GetRelatedHints.o  HintDB_MergeHintDB.o HintDB_InsertHint.o  HintDB_SetPathPrefix.o HintDB_UnsetPathPrefix.o  HintDB_Read.o HintDB_Write.o  HintUtil.o
ar: creating libhint.a
a - Hint_CollectAllHints.o
a - Hint_CollectPathHints.o
a - HintDB_GetHint.o
a - HintDB_GetRelatedHints.o
a - HintDB_MergeHintDB.o
a - HintDB_InsertHint.o
a - HintDB_SetPathPrefix.o
a - HintDB_UnsetPathPrefix.o
a - HintDB_Read.o
a - HintDB_Write.o
a - HintUtil.o
ranlib libhint.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c libhint.a ../build-lib//libhint.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c Hint.h ../build-include//Hint.h
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/Hint
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/HintService
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c HintService_GetHint.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c HintService_GetRelatedHints.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c HintService_SetHint.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c HintService_UnsetRelatedHints.c
rm -f libhintservice.a
ar rv libhintservice.a HintService_GetHint.o HintService_GetRelatedHints.o  HintService_SetHint.o HintService_UnsetRelatedHints.o
ar: creating libhintservice.a
a - HintService_GetHint.o
a - HintService_GetRelatedHints.o
a - HintService_SetHint.o
a - HintService_UnsetRelatedHints.o
ranlib libhintservice.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c libhintservice.a ../build-lib//libhintservice.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c HintService.h ../build-include//HintService.h
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/HintService
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/DepotConf
/usr/pkg/bin/bison -y -d GlobalDepotConf_Read.y
conflicts: 1 shift/reduce
/bin/sed -e 's/yy/GlobalDepotConf_Read_/g' -e 's/YY/GLOBALDEPOTCONF_READ_/g' y.tab.c > GlobalDepotConf_Read.c
/bin/sed -e 's/yy/GlobalDepotConf_Read_/g' -e 's/YY/GLOBALDEPOTCONF_READ_/g' y.tab.h > GlobalDepotConf_Read.h
rm -f y.tab.c y.tab.h
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c GlobalDepotConf_Read.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c GlobalDepotConf_Read.o ../objdir//GlobalDepotConf_Read.o
/usr/pkg/bin/flex  -l GlobalDepotConf_Parse.l
/bin/sed -e 's/yy/GlobalDepotConf_Read_/g' -e 's/YY/GLOBALDEPOTCONF_READ_/g' lex.yy.c > GlobalDepotConf_Parse.c
rm -f lex.yy.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c GlobalDepotConf_Parse.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c GlobalDepotConf_Parse.o ../objdir//GlobalDepotConf_Parse.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c GlobalDepotConf_Write.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c GlobalDepotConf_Write.o ../objdir//GlobalDepotConf_Write.o
/usr/pkg/bin/bison -y -d CollectionDepotConf_Read.y
conflicts: 1 shift/reduce
/bin/sed -e 's/yy/CollectionDepotConf_Read_/g' -e 's/YY/COLLECTIONDEPOTCONF_READ_/g' y.tab.c > CollectionDepotConf_Read.c
/bin/sed -e 's/yy/CollectionDepotConf_Read_/g' -e 's/YY/COLLECTIONDEPOTCONF_READ_/g' y.tab.h > CollectionDepotConf_Read.h
rm -f y.tab.c y.tab.h
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c CollectionDepotConf_Read.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c CollectionDepotConf_Read.o ../objdir//CollectionDepotConf_Read.o
/usr/pkg/bin/flex  -l CollectionDepotConf_Parse.l
/bin/sed -e 's/yy/CollectionDepotConf_Read_/g' -e 's/YY/COLLECTIONDEPOTCONF_READ_/g' lex.yy.c > CollectionDepotConf_Parse.c
rm -f lex.yy.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c CollectionDepotConf_Parse.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c CollectionDepotConf_Parse.o ../objdir//CollectionDepotConf_Parse.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c CollectionDepotConf_Write.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c CollectionDepotConf_Write.o ../objdir//CollectionDepotConf_Write.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c CollectionDepotConf_AppendGlobalDepotConf.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c CollectionDepotConf_AppendGlobalDepotConf.o ../objdir//CollectionDepotConf_AppendGlobalDepotConf.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c GlobalDepotConf_ExtractCollectionDepotConf.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c GlobalDepotConf_ExtractCollectionDepotConf.o ../objdir//GlobalDepotConf_ExtractCollectionDepotConf.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c DepotConf.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c DepotConf.o ../objdir//DepotConf.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c DepotConfUtil.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c DepotConfUtil.o ../objdir//DepotConfUtil.o
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c DepotConf.h ../build-include//DepotConf.h
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/DepotConf
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/Preference
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Preference_Lookup.c
Preference_Lookup.c: In function 'Preference_Create':
Preference_Lookup.c:218:12: warning: cast from pointer to integer of different size
Preference_Lookup.c:218:12: warning: cast from pointer to integer of different size
Preference_Lookup.c:218:12: warning: cast from pointer to integer of different size
Preference_Lookup.c:218:12: warning: cast from pointer to integer of different size
Preference_Lookup.c:222:16: warning: cast from pointer to integer of different size
Preference_Lookup.c:222:16: warning: cast from pointer to integer of different size
Preference_Lookup.c:222:16: warning: cast from pointer to integer of different size
Preference_Lookup.c:222:16: warning: cast from pointer to integer of different size
Preference_Lookup.c:226:15: warning: cast from pointer to integer of different size
Preference_Lookup.c:226:15: warning: cast from pointer to integer of different size
Preference_Lookup.c:226:15: warning: cast from pointer to integer of different size
Preference_Lookup.c:226:15: warning: cast from pointer to integer of different size
Preference_Lookup.c:230:14: warning: cast from pointer to integer of different size
Preference_Lookup.c:230:14: warning: cast from pointer to integer of different size
Preference_Lookup.c:230:14: warning: cast from pointer to integer of different size
Preference_Lookup.c:230:14: warning: cast from pointer to integer of different size
Preference_Lookup.c:230:5: warning: cast to pointer from integer of different size
Preference_Lookup.c:234:21: warning: cast from pointer to integer of different size
Preference_Lookup.c:234:21: warning: cast from pointer to integer of different size
Preference_Lookup.c:234:21: warning: cast from pointer to integer of different size
Preference_Lookup.c:234:21: warning: cast from pointer to integer of different size
Preference_Lookup.c:234:5: warning: cast to pointer from integer of different size
Preference_Lookup.c:238:19: warning: cast from pointer to integer of different size
Preference_Lookup.c:238:19: warning: cast from pointer to integer of different size
Preference_Lookup.c:238:19: warning: cast from pointer to integer of different size
Preference_Lookup.c:238:19: warning: cast from pointer to integer of different size
Preference_Lookup.c:238:5: warning: cast to pointer from integer of different size
Preference_Lookup.c:242:19: warning: cast from pointer to integer of different size
Preference_Lookup.c:242:19: warning: cast from pointer to integer of different size
Preference_Lookup.c:242:19: warning: cast from pointer to integer of different size
Preference_Lookup.c:242:19: warning: cast from pointer to integer of different size
Preference_Lookup.c:242:5: warning: cast to pointer from integer of different size
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c PreferenceUtil.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c PreferenceDBUtil.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Preference_Set.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Preference_Get.c
/usr/pkg/bin/bison -y -d Preference_Read.y
conflicts: 20 shift/reduce
/bin/sed -e 's/yy/Preference_Read_/g' -e 's/YY/PREFERENCE_READ_/g' y.tab.c > Preference_Read.c
/bin/sed -e 's/yy/Preference_Read_/g' -e 's/YY/PREFERENCE_READ_/g' y.tab.h > Preference_Read.h
rm -f y.tab.c y.tab.h
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Preference_Read.c
/usr/pkg/bin/flex  -l Preference_Parse.l
/bin/sed -e 's/yy/Preference_Read_/g' -e 's/YY/PREFERENCE_READ_/g' lex.yy.c > Preference_Parse.c
rm -f lex.yy.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Preference_Parse.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Preference_Write.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Preference_Diff.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Preference_CompoundGet.c
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Preference_Depot.c
rm -f libpreference.a
ar rv libpreference.a Preference_Lookup.o PreferenceUtil.o PreferenceDBUtil.o  Preference_Set.o Preference_Get.o Preference_Read.o Preference_Parse.o Preference_Write.o  Preference_Diff.o Preference_CompoundGet.o  Preference_Depot.o
ar: creating libpreference.a
a - Preference_Lookup.o
a - PreferenceUtil.o
a - PreferenceDBUtil.o
a - Preference_Set.o
a - Preference_Get.o
a - Preference_Read.o
a - Preference_Parse.o
a - Preference_Write.o
a - Preference_Diff.o
a - Preference_CompoundGet.o
a - Preference_Depot.o
ranlib libpreference.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c libpreference.a ../build-lib//libpreference.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c Preference.h ../build-include//Preference.h
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/Preference
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/TargetDB
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c TargetDB_Read.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c TargetDB_Read.o ../objdir//TargetDB_Read.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c TargetDB_Write.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c TargetDB_Write.o ../objdir//TargetDB_Write.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c TargetDB_Locate.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c TargetDB_Locate.o ../objdir//TargetDB_Locate.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c TargetDB_Delete.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c TargetDB_Delete.o ../objdir//TargetDB_Delete.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c TargetDB_Merge.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c TargetDB_Merge.o ../objdir//TargetDB_Merge.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c TargetDB_Obsolete.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c TargetDB_Obsolete.o ../objdir//TargetDB_Obsolete.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c TargetDB_Prune.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c TargetDB_Prune.o ../objdir//TargetDB_Prune.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c TargetDB_SortByOverrides.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c TargetDB_SortByOverrides.o ../objdir//TargetDB_SortByOverrides.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c TargetDB_Conflict.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c TargetDB_Conflict.o ../objdir//TargetDB_Conflict.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c TargetDB_Apply.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c TargetDB_Apply.o ../objdir//TargetDB_Apply.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c TargetDB_Check.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c TargetDB_Check.o ../objdir//TargetDB_Check.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c TargetDB_Update.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c TargetDB_Update.o ../objdir//TargetDB_Update.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c TargetDB_CreateTargetPath.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c TargetDB_CreateTargetPath.o ../objdir//TargetDB_CreateTargetPath.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c TargetDB_Special.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c TargetDB_Special.o ../objdir//TargetDB_Special.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c TargetDB_SetTargetMappings.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c TargetDB_SetTargetMappings.o ../objdir//TargetDB_SetTargetMappings.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c TargetDB_SetTargetFileStatus.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c TargetDB_SetTargetFileStatus.o ../objdir//TargetDB_SetTargetFileStatus.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c TargetDB_Command.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c TargetDB_Command.o ../objdir//TargetDB_Command.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c TargetDBUtil.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c TargetDBUtil.o ../objdir//TargetDBUtil.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c SourceList_Merge.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c SourceList_Merge.o ../objdir//SourceList_Merge.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c SourceList_Find.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c SourceList_Find.o ../objdir//SourceList_Find.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c SourceList_Prune.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c SourceList_Prune.o ../objdir//SourceList_Prune.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c SourceList_SortByOverrides.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c SourceList_SortByOverrides.o ../objdir//SourceList_SortByOverrides.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c SourceList_Conflict.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c SourceList_Conflict.o ../objdir//SourceList_Conflict.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c SourceListUtil.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c SourceListUtil.o ../objdir//SourceListUtil.o
gcc -O -DHAVE_CONFIG_H -I../build-include/  -I../../lib/Collection -I../../lib/CollectionList -I/usr/pkg/include -c SourceUtil.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c SourceUtil.o ../objdir//SourceUtil.o
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c TargetDB.h ../build-include//TargetDB.h
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/TargetDB
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/Collection
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Collection_LocatePath.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c  Collection_LocatePath.o  ../objdir/Collection_LocatePath.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Collection_PathMap.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c Collection_PathMap.o ../objdir/Collection_PathMap.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Collection_TargetSourceFromFileStatus.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c Collection_TargetSourceFromFileStatus.o ../objdir/Collection_TargetSourceFromFileStatus.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Collection_FSImageMap.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c Collection_FSImageMap.o ../objdir/Collection_FSImageMap.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Collection_TargetSourceFromFSImage.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c Collection_TargetSourceFromFSImage.o ../objdir/Collection_TargetSourceFromFSImage.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Collection_DeleteTarget.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c Collection_DeleteTarget.o ../objdir/Collection_DeleteTarget.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Collection_CommandTarget.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c Collection_CommandTarget.o ../objdir/Collection_CommandTarget.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Collection_TargetDBGenerate.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c Collection_TargetDBGenerate.o ../objdir/Collection_TargetDBGenerate.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Collection_TargetDB.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c Collection_TargetDB.o ../objdir/Collection_TargetDB.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Collection_TargetSource.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c Collection_TargetSource.o ../objdir/Collection_TargetSource.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c CollectionUtil.c
CollectionUtil.c: In function 'Collection_Free':
CollectionUtil.c:63:8: warning: extra tokens at end of #endif directive
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c CollectionUtil.o ../objdir/CollectionUtil.o
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c Collection.h ../build-include//Collection.h
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/Collection
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/CollectionList
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c CollectionList_Read.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c CollectionList_Read.o ../objdir//CollectionList_Read.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c CollectionList_Write.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c CollectionList_Write.o ../objdir//CollectionList_Write.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c CollectionList_SetCollectionStatus.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c CollectionList_SetCollectionStatus.o ../objdir//CollectionList_SetCollectionStatus.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c CollectionListUtil.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c CollectionListUtil.o ../objdir//CollectionListUtil.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c CollectionList_LocateCollection.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c CollectionList_LocateCollection.o ../objdir//CollectionList_LocateCollection.o
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c CollectionList.h ../build-include//CollectionList.h
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/CollectionList
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/Command
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Command_Build.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c Command_Build.o ../objdir//Command_Build.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c Command_Run.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c Command_Run.o ../objdir//Command_Run.o
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c Command.h ../build-include//Command.h
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/Command
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/DepotDB
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c DepotDB_OpenClose.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c DepotDB_OpenClose.o ../objdir/DepotDB_OpenClose.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c DepotDB_Read.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c DepotDB_Read.o ../objdir/DepotDB_Read.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c DepotDB_ReadPreliminaryInfo.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c DepotDB_ReadPreliminaryInfo.o ../objdir/DepotDB_ReadPreliminaryInfo.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c DepotDB_CollectionList_Read.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c DepotDB_CollectionList_Read.o ../objdir/DepotDB_CollectionList_Read.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c DepotDB_DepotConfDB_Read.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c DepotDB_DepotConfDB_Read.o ../objdir/DepotDB_DepotConfDB_Read.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c DepotDB_PreferenceDB_Read.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c DepotDB_PreferenceDB_Read.o ../objdir/DepotDB_PreferenceDB_Read.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c DepotDB_TargetDB_Read.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c DepotDB_TargetDB_Read.o ../objdir/DepotDB_TargetDB_Read.o
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c DepotDB_Write.c
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c DepotDB_Write.o ../objdir/DepotDB_Write.o
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c DepotDB.h ../build-include//DepotDB.h
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/DepotDB
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/Depot
gcc -O -DHAVE_CONFIG_H  -I../build-include/ -I/usr/pkg/include -c Depot.c
gcc -O -DHAVE_CONFIG_H  -I../build-include/ -I/usr/pkg/include -c Depot_RunMode.c
gcc -O -DHAVE_CONFIG_H  -I../build-include/ -I/usr/pkg/include -c Depot_CollectionUtil.c
rm -f libdepot.a
ar rv libdepot.a Depot.o Depot_RunMode.o	Depot_CollectionUtil.o
ar: creating libdepot.a
a - Depot.o
a - Depot_RunMode.o
a - Depot_CollectionUtil.o
ranlib libdepot.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c libdepot.a ../build-lib//libdepot.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c Depot.h ../build-include//Depot.h
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c config.h ../build-include//config.h
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c DepotUtil.h ../build-include//DepotUtil.h
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/Depot
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/DepotQuery
gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/usr/pkg/include -c DepotQuery_CollectionInfo.c
rm -f libdepotquery.a
ar rv libdepotquery.a DepotQuery_CollectionInfo.o
ar: creating libdepotquery.a
a - DepotQuery_CollectionInfo.o
ranlib libdepotquery.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c libdepotquery.a ../build-lib//libdepotquery.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c DepotQuery.h ../build-include//DepotQuery.h
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/DepotQuery
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/libgen
rm -f libdepotdb.a
ar rv libdepotdb.a ../objdir/*.o
ar: creating libdepotdb.a
a - ../objdir/CollectionDepotConf_AppendGlobalDepotConf.o
a - ../objdir/CollectionDepotConf_Parse.o
a - ../objdir/CollectionDepotConf_Read.o
a - ../objdir/CollectionDepotConf_Write.o
a - ../objdir/CollectionListUtil.o
a - ../objdir/CollectionList_LocateCollection.o
a - ../objdir/CollectionList_Read.o
a - ../objdir/CollectionList_SetCollectionStatus.o
a - ../objdir/CollectionList_Write.o
a - ../objdir/CollectionUtil.o
a - ../objdir/Collection_CommandTarget.o
a - ../objdir/Collection_DeleteTarget.o
a - ../objdir/Collection_FSImageMap.o
a - ../objdir/Collection_LocatePath.o
a - ../objdir/Collection_PathMap.o
a - ../objdir/Collection_TargetDB.o
a - ../objdir/Collection_TargetDBGenerate.o
a - ../objdir/Collection_TargetSource.o
a - ../objdir/Collection_TargetSourceFromFSImage.o
a - ../objdir/Collection_TargetSourceFromFileStatus.o
a - ../objdir/Command_Build.o
a - ../objdir/Command_Run.o
a - ../objdir/DepotConf.o
a - ../objdir/DepotConfUtil.o
a - ../objdir/DepotDB_CollectionList_Read.o
a - ../objdir/DepotDB_DepotConfDB_Read.o
a - ../objdir/DepotDB_OpenClose.o
a - ../objdir/DepotDB_PreferenceDB_Read.o
a - ../objdir/DepotDB_Read.o
a - ../objdir/DepotDB_ReadPreliminaryInfo.o
a - ../objdir/DepotDB_TargetDB_Read.o
a - ../objdir/DepotDB_Write.o
a - ../objdir/GlobalDepotConf_ExtractCollectionDepotConf.o
a - ../objdir/GlobalDepotConf_Parse.o
a - ../objdir/GlobalDepotConf_Read.o
a - ../objdir/GlobalDepotConf_Write.o
a - ../objdir/SourceListUtil.o
a - ../objdir/SourceList_Conflict.o
a - ../objdir/SourceList_Find.o
a - ../objdir/SourceList_Merge.o
a - ../objdir/SourceList_Prune.o
a - ../objdir/SourceList_SortByOverrides.o
a - ../objdir/SourceUtil.o
a - ../objdir/TargetDBUtil.o
a - ../objdir/TargetDB_Apply.o
a - ../objdir/TargetDB_Check.o
a - ../objdir/TargetDB_Command.o
a - ../objdir/TargetDB_Conflict.o
a - ../objdir/TargetDB_CreateTargetPath.o
a - ../objdir/TargetDB_Delete.o
a - ../objdir/TargetDB_Locate.o
a - ../objdir/TargetDB_Merge.o
a - ../objdir/TargetDB_Obsolete.o
a - ../objdir/TargetDB_Prune.o
a - ../objdir/TargetDB_Read.o
a - ../objdir/TargetDB_SetTargetFileStatus.o
a - ../objdir/TargetDB_SetTargetMappings.o
a - ../objdir/TargetDB_SortByOverrides.o
a - ../objdir/TargetDB_Special.o
a - ../objdir/TargetDB_Update.o
a - ../objdir/TargetDB_Write.o
ranlib libdepotdb.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c libdepotdb.a ../build-lib//libdepotdb.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c MasterDepotDB.h ../build-include/
./newvers
gcc -O    -I/usr/pkg/include -c vers.c
rm -f libdepotversion.a
ar rv libdepotversion.a vers.o
ar: creating libdepotversion.a
a - vers.o
ranlib libdepotversion.a
/tmp/pkgsrc/sysutils/depot/work/.tools/bin/install -c libdepotversion.a ../build-lib//libdepotversion.a
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib/libgen
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/lib
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/cmd
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/cmd/fsi_generate
gcc -O -DHAVE_CONFIG_H -I../../lib/build-include  -I/usr/pkg/include -c fsi_generate.c
gcc -O -o fsi_generate fsi_generate.o ../../lib/build-lib/libfilesystemimage.a  ../../lib/build-lib/libfilesystemutil.a  ../../lib/build-lib/libfile.a  ../../lib/build-lib/libutil.a  ../../lib/build-lib/libdepotversion.a  
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/cmd/fsi_generate
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/cmd/hintservice
gcc -O -DHAVE_CONFIG_H -I../../lib/build-include/  -I/usr/pkg/include -c hintservice.c
gcc -O -DHAVE_CONFIG_H -I../../lib/build-include/  -o hintservice hintservice.o -L../../lib/build-lib/ -lhintservice  -lhint  -lfilesystemimage  -lfilesystemutil  -lfile  -lutil  -ldepotversion  
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/cmd/hintservice
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/cmd/depot
gcc -O -DHAVE_CONFIG_H -I../../lib/build-include/ -I/usr/pkg/include -c depot.c
gcc -O -o depot depot.o ../../lib/build-lib//libdepot.a  ../../lib/build-lib//libdepotdb.a  ../../lib/build-lib//libpreference.a  ../../lib/build-lib//libhint.a  ../../lib/build-lib//libhintservice.a  ../../lib/build-lib//libfilesystemimage.a  ../../lib/build-lib//libfile.a  ../../lib/build-lib//liblock.a  ../../lib/build-lib//libutil.a  ../../lib/build-lib//libdepotversion.a 
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/cmd/depot
### Making all in /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/cmd/depot_collectioninfo
gcc -O -DHAVE_CONFIG_H -I../../lib/build-include/ -I/usr/pkg/include -c depot_getcollectioninfo.c
gcc -O -o depot_getcollectioninfo depot_getcollectioninfo.o -L../../lib/build-lib/ -ldepotquery  -ldepotdb  -lpreference  -lhint  -lfilesystemimage -lfile  -lutil  -ldepotversion 
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/cmd/depot_collectioninfo
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src/cmd
### Done with /tmp/pkgsrc/sysutils/depot/work/depot-5.14/src
# All finished at  Sat May 18 12:39:40 UTC 2013
=> Unwrapping files-to-be-installed.