Category Function Status Comments
' \
| sed 's!Function!Microsoft nameSybase name!'`; \
fi && \
BODY=`cat dblib.api.body` && \
printf ' &%s; API Implementation Summary\n \n %s\n \n %s\n
\n' ${NAME} ${NAME} "${HEAD}" "${BODY}" > dblib.api.sgml~
mv dblib.api.sgml~ dblib.api.sgml
sed -ne's!SYSTEM "docbook.dsl" CDATA!SYSTEM "" CDATA!; p' \
./userguide.dsl.in > .userguide.dsl
mv .userguide.dsl userguide.dsl
if test -h userguide; then rm userguide; fi
/bin/mkdir -p ./userguide 2>&1
touch ./userguide/t.htm
rm -rf ./userguide/*
if test -z "" ; then \
if test -r ././userguide \
-a ! -r ./userguide ; then \
cp -R ././userguide .; \
fi; \
fi
test -r /construction/databases/freetds/freetds-1.1.6/doc/userguide.sgml
test -r userguide.sgml || ln -s ./userguide.sgml userguide.sgml
test -r userguide_desc.sgml || ln -s ./userguide_desc.sgml userguide_desc.sgml
(cd ./userguide && \
if test -n "" ; then \
openjade -b utf-8 -w all -w no-empty -w no-unused-param \
-d ../userguide.dsl -t sgml ../userguide.sgml; \
cp /construction/databases/freetds/freetds-1.1.6/doc/userguide.css .; \
fi)
if test ! -r userguide/index.htm ; then \
echo ' at www.freetds.org ' > .index.htm && mv .index.htm userguide/index.htm; \
fi
test -f ./userguide/index.htm
(cd ./userguide && \
if test ! -h index.html ; then ln -s index.htm index.html; fi)
gmake[2]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/doc'
Making all in samples
gmake[2]: Entering directory '/construction/databases/freetds/freetds-1.1.6/samples'
rm -f unixodbc.freetds.driver.template unixodbc.freetds.driver.template.tmp
sed -e 's,@datadir\@,/usr/local/share/freetds,g' -e 's,@libdir\@,/usr/local/lib,g' -e 's,@prefix\@,/usr/local,g' unixodbc.freetds.driver.template.in >unixodbc.freetds.driver.template.tmp
mv unixodbc.freetds.driver.template.tmp unixodbc.freetds.driver.template
gmake[2]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/samples'
Making all in win32
gmake[2]: Entering directory '/construction/databases/freetds/freetds-1.1.6/win32'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/win32'
Making all in vms
gmake[2]: Entering directory '/construction/databases/freetds/freetds-1.1.6/vms'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/vms'
Making all in misc
gmake[2]: Entering directory '/construction/databases/freetds/freetds-1.1.6/misc'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/misc'
gmake[2]: Entering directory '/construction/databases/freetds/freetds-1.1.6'
gmake[2]: Nothing to be done for 'all-am'.
gmake[2]: Leaving directory '/construction/databases/freetds/freetds-1.1.6'
if test ! -f PWD; then cp ./PWD.in PWD; fi
gmake[1]: Leaving directory '/construction/databases/freetds/freetds-1.1.6'
--------------------------------------------------------------------------------
-- Phase: run-depends
--------------------------------------------------------------------------------
===> freetds-1.1.6,1 depends on file: /usr/local/lib/libcrypto.so.45 - found
--------------------------------------------------------------------------------
-- Phase: stage
--------------------------------------------------------------------------------
===> Staging for freetds-1.1.6,1
===> Generating temporary packing list
gmake[1]: Entering directory '/construction/databases/freetds/freetds-1.1.6'
if test -z 'strip'; then \
gmake INSTALL_PROGRAM="/bin/sh /construction/databases/freetds/freetds-1.1.6/install-sh -c -s" \
install_sh_PROGRAM="/bin/sh /construction/databases/freetds/freetds-1.1.6/install-sh -c -s" INSTALL_STRIP_FLAG=-s \
install; \
else \
gmake INSTALL_PROGRAM="/bin/sh /construction/databases/freetds/freetds-1.1.6/install-sh -c -s" \
install_sh_PROGRAM="/bin/sh /construction/databases/freetds/freetds-1.1.6/install-sh -c -s" INSTALL_STRIP_FLAG=-s \
"INSTALL_PROGRAM_ENV=STRIPPROG='strip'" install; \
fi
gmake[2]: Entering directory '/construction/databases/freetds/freetds-1.1.6'
Making install in include
gmake[3]: Entering directory '/construction/databases/freetds/freetds-1.1.6/include'
Making install in freetds
gmake[4]: Entering directory '/construction/databases/freetds/freetds-1.1.6/include/freetds'
gmake[5]: Entering directory '/construction/databases/freetds/freetds-1.1.6/include/freetds'
gmake[5]: Nothing to be done for 'install-exec-am'.
gmake[5]: Nothing to be done for 'install-data-am'.
gmake[5]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/include/freetds'
gmake[4]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/include/freetds'
gmake[4]: Entering directory '/construction/databases/freetds/freetds-1.1.6/include'
gmake[5]: Entering directory '/construction/databases/freetds/freetds-1.1.6/include'
gmake[5]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/construction/databases/freetds/stage/usr/local/include'
install -m 0644 bkpublic.h cspublic.h cstypes.h ctpublic.h sqldb.h sqlfront.h sybdb.h sybfront.h syberror.h odbcss.h '/construction/databases/freetds/stage/usr/local/include'
/bin/mkdir -p '/construction/databases/freetds/stage/usr/local/include'
install -m 0644 tds_sysdep_public.h '/construction/databases/freetds/stage/usr/local/include'
gmake[5]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/include'
gmake[4]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/include'
gmake[3]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/include'
Making install in src
gmake[3]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src'
Making install in utils
gmake[4]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/utils'
Making install in .
gmake[5]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/utils'
gmake[6]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/utils'
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
gmake[6]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/utils'
gmake[5]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/utils'
Making install in unittests
gmake[5]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/utils/unittests'
gmake[6]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/utils/unittests'
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
gmake[6]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/utils/unittests'
gmake[5]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/utils/unittests'
gmake[4]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/utils'
Making install in replacements
gmake[4]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/replacements'
gmake install-recursive
gmake[5]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/replacements'
Making install in .
gmake[6]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/replacements'
gmake[7]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/replacements'
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[7]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/replacements'
gmake[6]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/replacements'
Making install in unittests
gmake[6]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/replacements/unittests'
gmake[7]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/replacements/unittests'
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[7]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/replacements/unittests'
gmake[6]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/replacements/unittests'
gmake[5]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/replacements'
gmake[4]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/replacements'
Making install in tds
gmake[4]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/tds'
gmake install-recursive
gmake[5]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/tds'
Making install in .
gmake[6]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/tds'
gmake[7]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/tds'
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[7]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/tds'
gmake[6]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/tds'
Making install in unittests
gmake[6]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/tds/unittests'
gmake[7]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/tds/unittests'
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[7]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/tds/unittests'
gmake[6]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/tds/unittests'
gmake[5]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/tds'
gmake[4]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/tds'
Making install in ctlib
gmake[4]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/ctlib'
Making install in .
gmake[5]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/ctlib'
gmake[6]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/ctlib'
/bin/mkdir -p '/construction/databases/freetds/stage/usr/local/lib'
/bin/sh ../../libtool --mode=install /usr/bin/install -c -s libct.la '/construction/databases/freetds/stage/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libct.so.4.0.0 /construction/databases/freetds/stage/usr/local/lib/libct.so.4.0.0
libtool: install: strip --strip-unneeded /construction/databases/freetds/stage/usr/local/lib/libct.so.4.0.0
libtool: install: (cd /construction/databases/freetds/stage/usr/local/lib && { ln -s -f libct.so.4.0.0 libct.so.4 || { rm -f libct.so.4 && ln -s libct.so.4.0.0 libct.so.4; }; })
libtool: install: (cd /construction/databases/freetds/stage/usr/local/lib && { ln -s -f libct.so.4.0.0 libct.so || { rm -f libct.so && ln -s libct.so.4.0.0 libct.so; }; })
libtool: install: /usr/bin/install -c .libs/libct.lai /construction/databases/freetds/stage/usr/local/lib/libct.la
libtool: install: /usr/bin/install -c .libs/libct.a /construction/databases/freetds/stage/usr/local/lib/libct.a
libtool: install: strip --strip-debug /construction/databases/freetds/stage/usr/local/lib/libct.a
libtool: install: chmod 644 /construction/databases/freetds/stage/usr/local/lib/libct.a
libtool: install: ranlib /construction/databases/freetds/stage/usr/local/lib/libct.a
libtool: warning: remember to run 'libtool --finish /usr/local/lib'
gmake[6]: Nothing to be done for 'install-data-am'.
gmake[6]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/ctlib'
gmake[5]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/ctlib'
Making install in unittests
gmake[5]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/ctlib/unittests'
gmake[6]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/ctlib/unittests'
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
gmake[6]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/ctlib/unittests'
gmake[5]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/ctlib/unittests'
gmake[4]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/ctlib'
Making install in dblib
gmake[4]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/dblib'
Making install in .
gmake[5]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/dblib'
gmake[6]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/dblib'
/bin/mkdir -p '/construction/databases/freetds/stage/usr/local/lib'
/bin/sh ../../libtool --mode=install /usr/bin/install -c -s libsybdb.la '/construction/databases/freetds/stage/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libsybdb.so.5.1.0 /construction/databases/freetds/stage/usr/local/lib/libsybdb.so.5.1.0
libtool: install: strip --strip-unneeded /construction/databases/freetds/stage/usr/local/lib/libsybdb.so.5.1.0
libtool: install: (cd /construction/databases/freetds/stage/usr/local/lib && { ln -s -f libsybdb.so.5.1.0 libsybdb.so.5 || { rm -f libsybdb.so.5 && ln -s libsybdb.so.5.1.0 libsybdb.so.5; }; })
libtool: install: (cd /construction/databases/freetds/stage/usr/local/lib && { ln -s -f libsybdb.so.5.1.0 libsybdb.so || { rm -f libsybdb.so && ln -s libsybdb.so.5.1.0 libsybdb.so; }; })
libtool: install: /usr/bin/install -c .libs/libsybdb.lai /construction/databases/freetds/stage/usr/local/lib/libsybdb.la
libtool: install: /usr/bin/install -c .libs/libsybdb.a /construction/databases/freetds/stage/usr/local/lib/libsybdb.a
libtool: install: strip --strip-debug /construction/databases/freetds/stage/usr/local/lib/libsybdb.a
libtool: install: chmod 644 /construction/databases/freetds/stage/usr/local/lib/libsybdb.a
libtool: install: ranlib /construction/databases/freetds/stage/usr/local/lib/libsybdb.a
libtool: warning: remember to run 'libtool --finish /usr/local/lib'
gmake[6]: Nothing to be done for 'install-data-am'.
gmake[6]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/dblib'
gmake[5]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/dblib'
Making install in unittests
gmake[5]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/dblib/unittests'
gmake[6]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/dblib/unittests'
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
gmake[6]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/dblib/unittests'
gmake[5]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/dblib/unittests'
gmake[4]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/dblib'
Making install in odbc
gmake[4]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/odbc'
gmake install-recursive
gmake[5]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/odbc'
Making install in .
gmake[6]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/odbc'
gmake[7]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/odbc'
/bin/mkdir -p '/construction/databases/freetds/stage/usr/local/lib'
/bin/sh ../../libtool --mode=install /usr/bin/install -c -s libtdsodbc.la '/construction/databases/freetds/stage/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libtdsodbc.so.0.0.0 /construction/databases/freetds/stage/usr/local/lib/libtdsodbc.so.0.0.0
libtool: install: strip --strip-unneeded /construction/databases/freetds/stage/usr/local/lib/libtdsodbc.so.0.0.0
libtool: install: (cd /construction/databases/freetds/stage/usr/local/lib && { ln -s -f libtdsodbc.so.0.0.0 libtdsodbc.so.0 || { rm -f libtdsodbc.so.0 && ln -s libtdsodbc.so.0.0.0 libtdsodbc.so.0; }; })
libtool: install: (cd /construction/databases/freetds/stage/usr/local/lib && { ln -s -f libtdsodbc.so.0.0.0 libtdsodbc.so || { rm -f libtdsodbc.so && ln -s libtdsodbc.so.0.0.0 libtdsodbc.so; }; })
libtool: install: /usr/bin/install -c .libs/libtdsodbc.lai /construction/databases/freetds/stage/usr/local/lib/libtdsodbc.la
libtool: install: /usr/bin/install -c .libs/libtdsodbc.a /construction/databases/freetds/stage/usr/local/lib/libtdsodbc.a
libtool: install: strip --strip-debug /construction/databases/freetds/stage/usr/local/lib/libtdsodbc.a
libtool: install: chmod 644 /construction/databases/freetds/stage/usr/local/lib/libtdsodbc.a
libtool: install: ranlib /construction/databases/freetds/stage/usr/local/lib/libtdsodbc.a
libtool: warning: remember to run 'libtool --finish /usr/local/lib'
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[7]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/odbc'
gmake[6]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/odbc'
Making install in unittests
gmake[6]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/odbc/unittests'
gmake[7]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/odbc/unittests'
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[7]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/odbc/unittests'
gmake[6]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/odbc/unittests'
gmake[5]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/odbc'
gmake[4]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/odbc'
Making install in server
gmake[4]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/server'
gmake[5]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/server'
gmake[5]: Nothing to be done for 'install-exec-am'.
gmake[5]: Nothing to be done for 'install-data-am'.
gmake[5]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/server'
gmake[4]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/server'
Making install in pool
gmake[4]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/pool'
gmake[5]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/pool'
/bin/mkdir -p '/construction/databases/freetds/stage/usr/local/bin'
STRIPPROG='strip' /bin/sh ../../libtool --mode=install /bin/sh /construction/databases/freetds/freetds-1.1.6/install-sh -c -s tdspool '/construction/databases/freetds/stage/usr/local/bin'
libtool: install: /bin/sh /construction/databases/freetds/freetds-1.1.6/install-sh -c -s tdspool /construction/databases/freetds/stage/usr/local/bin/tdspool
/bin/sh ../../mkinstalldirs /construction/databases/freetds/stage/usr/local/etc/freetds
mkdir /construction/databases/freetds/stage/usr/local/etc/freetds
if test ! -f /construction/databases/freetds/stage/usr/local/etc/freetds/pool.conf.sample; then \
/usr/bin/install -c -m 644 ./pool.conf.sample /construction/databases/freetds/stage/usr/local/etc/freetds/pool.conf.sample; \
fi
gmake[5]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/pool'
gmake[4]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/pool'
Making install in apps
gmake[4]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/apps'
Making install in fisql
gmake[5]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/apps/fisql'
gmake[6]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/apps/fisql'
/bin/mkdir -p '/construction/databases/freetds/stage/usr/local/bin'
STRIPPROG='strip' /bin/sh ../../../libtool --mode=install /bin/sh /construction/databases/freetds/freetds-1.1.6/install-sh -c -s fisql '/construction/databases/freetds/stage/usr/local/bin'
libtool: warning: '../../dblib/libsybdb.la' has not been installed in '/usr/local/lib'
libtool: install: /bin/sh /construction/databases/freetds/freetds-1.1.6/install-sh -c -s .libs/fisql /construction/databases/freetds/stage/usr/local/bin/fisql
gmake[6]: Nothing to be done for 'install-data-am'.
gmake[6]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/apps/fisql'
gmake[5]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/apps/fisql'
gmake[5]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/apps'
gmake[6]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src/apps'
/bin/mkdir -p '/construction/databases/freetds/stage/usr/local/bin'
STRIPPROG='strip' /bin/sh ../../libtool --mode=install /bin/sh /construction/databases/freetds/freetds-1.1.6/install-sh -c -s tsql freebcp bsqldb defncopy datacopy bsqlodbc '/construction/databases/freetds/stage/usr/local/bin'
libtool: install: /bin/sh /construction/databases/freetds/freetds-1.1.6/install-sh -c -s tsql /construction/databases/freetds/stage/usr/local/bin/tsql
libtool: warning: '../dblib/libsybdb.la' has not been installed in '/usr/local/lib'
libtool: install: /bin/sh /construction/databases/freetds/freetds-1.1.6/install-sh -c -s .libs/freebcp /construction/databases/freetds/stage/usr/local/bin/freebcp
libtool: warning: '../dblib/libsybdb.la' has not been installed in '/usr/local/lib'
libtool: install: /bin/sh /construction/databases/freetds/freetds-1.1.6/install-sh -c -s .libs/bsqldb /construction/databases/freetds/stage/usr/local/bin/bsqldb
libtool: warning: '../dblib/libsybdb.la' has not been installed in '/usr/local/lib'
libtool: install: /bin/sh /construction/databases/freetds/freetds-1.1.6/install-sh -c -s .libs/defncopy /construction/databases/freetds/stage/usr/local/bin/defncopy
libtool: warning: '../dblib/libsybdb.la' has not been installed in '/usr/local/lib'
libtool: install: /bin/sh /construction/databases/freetds/freetds-1.1.6/install-sh -c -s .libs/datacopy /construction/databases/freetds/stage/usr/local/bin/datacopy
libtool: install: /bin/sh /construction/databases/freetds/freetds-1.1.6/install-sh -c -s bsqlodbc /construction/databases/freetds/stage/usr/local/bin/bsqlodbc
/bin/mkdir -p '/construction/databases/freetds/stage/usr/local/bin'
install -m 555 osql '/construction/databases/freetds/stage/usr/local/bin'
gmake[6]: Nothing to be done for 'install-data-am'.
gmake[6]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/apps'
gmake[5]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/apps'
gmake[4]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src/apps'
gmake[4]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src'
gmake[5]: Entering directory '/construction/databases/freetds/freetds-1.1.6/src'
gmake[5]: Nothing to be done for 'install-exec-am'.
gmake[5]: Nothing to be done for 'install-data-am'.
gmake[5]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src'
gmake[4]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src'
gmake[3]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/src'
Making install in doc
gmake[3]: Entering directory '/construction/databases/freetds/freetds-1.1.6/doc'
if test -h reference; then rm reference; fi
/bin/mkdir -p ./reference 2>&1
cd .. && gmake doxy 2> doc/doxy.log
gmake[4]: Entering directory '/construction/databases/freetds/freetds-1.1.6'
echo 'Doxygen not installed; reference manual not built.'
Doxygen not installed; reference manual not built.
gmake[4]: Leaving directory '/construction/databases/freetds/freetds-1.1.6'
if test -r ././reference/index.html -a ! reference/index.html ; then \
cp -R ././reference .; \
fi
if test ! -r reference/index.html ; then \
cd ./reference && \
echo '
at www.freetds.org ' > .index.html && \
mv .index.html index.html; \
fi
gmake[4]: Entering directory '/construction/databases/freetds/freetds-1.1.6/doc'
gmake[4]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p /construction/databases/freetds/stage/usr/local/share/doc/freetds/userguide 2>&1
/bin/mkdir -p /construction/databases/freetds/stage/usr/local/share/doc/freetds/reference 2>&1
/bin/mkdir -p /construction/databases/freetds/stage/usr/local/share/doc/freetds/images 2>&1
/bin/mkdir -p /construction/databases/freetds/stage/usr/local/share/doc/freetds/images/callouts 2>&1
if test -h reference; then rm reference; fi
/bin/mkdir -p ./reference 2>&1
cd .. && gmake doxy 2> doc/doxy.log
gmake[5]: Entering directory '/construction/databases/freetds/freetds-1.1.6'
echo 'Doxygen not installed; reference manual not built.'
Doxygen not installed; reference manual not built.
gmake[5]: Leaving directory '/construction/databases/freetds/freetds-1.1.6'
if test -r ././reference/index.html -a ! reference/index.html ; then \
cp -R ././reference .; \
fi
if test ! -r reference/index.html ; then \
cd ./reference && \
echo '
at www.freetds.org ' > .index.html && \
mv .index.html index.html; \
fi
/bin/mkdir -p . 2>&1
if test -r ./userguide ; then d=.; else d="."; fi; \
find $d/./userguide \( -type f -o -type l \) \
-exec /usr/bin/install -c -m 644 {} /construction/databases/freetds/stage/usr/local/share/doc/freetds/userguide ';'
if test -r ./reference ; then d=.; else d="."; fi; \
find $d/./reference \( -type f -o -type l \) \
-exec /usr/bin/install -c -m 644 {} /construction/databases/freetds/stage/usr/local/share/doc/freetds/reference ';'
cd . && find images -name \*.gif \
-exec /usr/bin/install -c -m 644 {} /construction/databases/freetds/stage/usr/local/share/doc/freetds/{} ';'
/bin/mkdir -p '/construction/databases/freetds/stage/usr/local/man/man1'
install -m 0644 freebcp.1 tsql.1 osql.1 bsqldb.1 bsqlodbc.1 defncopy.1 datacopy.1 fisql.1 '/construction/databases/freetds/stage/usr/local/man/man1'
/bin/mkdir -p '/construction/databases/freetds/stage/usr/local/man/man5'
install -m 0644 freetds.conf.5 '/construction/databases/freetds/stage/usr/local/man/man5'
gmake[4]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/doc'
gmake[3]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/doc'
Making install in samples
gmake[3]: Entering directory '/construction/databases/freetds/freetds-1.1.6/samples'
gmake[4]: Entering directory '/construction/databases/freetds/freetds-1.1.6/samples'
gmake[4]: Nothing to be done for 'install-exec-am'.
gmake[4]: Nothing to be done for 'install-data-am'.
gmake[4]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/samples'
gmake[3]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/samples'
Making install in win32
gmake[3]: Entering directory '/construction/databases/freetds/freetds-1.1.6/win32'
gmake[4]: Entering directory '/construction/databases/freetds/freetds-1.1.6/win32'
gmake[4]: Nothing to be done for 'install-exec-am'.
gmake[4]: Nothing to be done for 'install-data-am'.
gmake[4]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/win32'
gmake[3]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/win32'
Making install in vms
gmake[3]: Entering directory '/construction/databases/freetds/freetds-1.1.6/vms'
gmake[4]: Entering directory '/construction/databases/freetds/freetds-1.1.6/vms'
gmake[4]: Nothing to be done for 'install-exec-am'.
gmake[4]: Nothing to be done for 'install-data-am'.
gmake[4]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/vms'
gmake[3]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/vms'
Making install in misc
gmake[3]: Entering directory '/construction/databases/freetds/freetds-1.1.6/misc'
gmake[4]: Entering directory '/construction/databases/freetds/freetds-1.1.6/misc'
gmake[4]: Nothing to be done for 'install-exec-am'.
gmake[4]: Nothing to be done for 'install-data-am'.
gmake[4]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/misc'
gmake[3]: Leaving directory '/construction/databases/freetds/freetds-1.1.6/misc'
gmake[3]: Entering directory '/construction/databases/freetds/freetds-1.1.6'
gmake[4]: Entering directory '/construction/databases/freetds/freetds-1.1.6'
gmake[4]: Nothing to be done for 'install-exec-am'.
/bin/sh ./mkinstalldirs /construction/databases/freetds/stage/usr/local/etc/freetds
if test ! -f /construction/databases/freetds/stage/usr/local/etc/freetds/freetds.conf.sample; then \
/usr/bin/install -c -m 644 ./freetds.conf.sample /construction/databases/freetds/stage/usr/local/etc/freetds/freetds.conf.sample; \
fi
if test ! -f /construction/databases/freetds/stage/usr/local/etc/freetds/locales.conf.sample; then \
/usr/bin/install -c -m 644 ./locales.conf.sample /construction/databases/freetds/stage/usr/local/etc/freetds/locales.conf.sample; \
fi
gmake[4]: Leaving directory '/construction/databases/freetds/freetds-1.1.6'
gmake[3]: Leaving directory '/construction/databases/freetds/freetds-1.1.6'
gmake[2]: Leaving directory '/construction/databases/freetds/freetds-1.1.6'
gmake[1]: Leaving directory '/construction/databases/freetds/freetds-1.1.6'
install -m 0644 /construction/databases/freetds/freetds-1.1.6/interfaces /construction/databases/freetds/stage/usr/local/etc/freetds/interfaces.sample
====> Compressing man pages (compress-man)
--------------------------------------------------------------------------------
-- Phase: package
--------------------------------------------------------------------------------
===> Building package for freetds-1.1.6,1
file sizes/checksums [2143]: .......... done
packing files [2143]: .......... done
packing directories [1]: . done
--------------------------------------------------
-- Termination
--------------------------------------------------
Finished: Tuesday, 23 JUL 2019 at 12:43:37 UTC
Duration: 00:02:49