=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. => Checksum SHA1 OK for soci-3.2.1.tar.gz => Checksum RMD160 OK for soci-3.2.1.tar.gz ===> Installing dependencies for soci-3.2.1 ========================================================================== The following variables will affect the build process of this package, soci-3.2.1. Their current value is shown below: * SSLBASE = /usr * SSLCERTS = /etc/openssl/certs * SSLDIR = /etc/openssl * SSLKEYS = /etc/openssl/private You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/usr/bin/make clean' after the changes. ========================================================================== => Tool dependency cmake>=2.8.1nb1: found cmake-2.8.11 => Full dependency postgresql91-client>=9.1.7nb2: found postgresql91-client-9.1.9 ===> Overriding tools for soci-3.2.1 ===> Extracting for soci-3.2.1 ===> Patching for soci-3.2.1 => Applying pkgsrc patches for soci-3.2.1 ===> Creating toolchain wrappers for soci-3.2.1 ===> Configuring for soci-3.2.1 => Fixing CMAKE_MODULE_PATH in CMakeLists.txt -- The C compiler identification is GNU 4.5.3 -- The CXX compiler identification is GNU 4.5.3 CMake Warning (dev) at /usr/pkg/share/cmake-2.8/Modules/Platform/NetBSD.cmake:13 (include): File /usr/pkg/share/cmake-2.8/Modules/Platform/NetBSD.cmake includes /scratch/databases/soci/work/.buildlink/cmake-Modules/Platform/UnixPaths.cmake (found via CMAKE_MODULE_PATH) which shadows /usr/pkg/share/cmake-2.8/Modules/Platform/UnixPaths.cmake. This may cause errors later on . Policy CMP0017 is not set: Prefer files from the CMake module directory when including from there. Run "cmake --help-policy CMP0017" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /usr/pkg/share/cmake-2.8/Modules/CMakeSystemSpecificInformation.cmake:36 (include) CMakeLists.txt:15 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/pkg/share/cmake-2.8/Modules/Platform/NetBSD.cmake:13 (include): File /usr/pkg/share/cmake-2.8/Modules/Platform/NetBSD.cmake includes /scratch/databases/soci/work/.buildlink/cmake-Modules/Platform/UnixPaths.cmake (found via CMAKE_MODULE_PATH) which shadows /usr/pkg/share/cmake-2.8/Modules/Platform/UnixPaths.cmake. This may cause errors later on . Policy CMP0017 is not set: Prefer files from the CMake module directory when including from there. Run "cmake --help-policy CMP0017" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /usr/pkg/share/cmake-2.8/Modules/CMakeCInformation.cmake:68 (include) CMakeLists.txt:15 (project) This warning is for project developers. Use -Wno-dev to suppress it. -- Check for working C compiler: /scratch/databases/soci/work/.wrapper/bin/gcc -- Check for working C compiler: /scratch/databases/soci/work/.wrapper/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done CMake Warning (dev) at /usr/pkg/share/cmake-2.8/Modules/Platform/NetBSD.cmake:13 (include): File /usr/pkg/share/cmake-2.8/Modules/Platform/NetBSD.cmake includes /scratch/databases/soci/work/.buildlink/cmake-Modules/Platform/UnixPaths.cmake (found via CMAKE_MODULE_PATH) which shadows /usr/pkg/share/cmake-2.8/Modules/Platform/UnixPaths.cmake. This may cause errors later on . Policy CMP0017 is not set: Prefer files from the CMake module directory when including from there. Run "cmake --help-policy CMP0017" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /usr/pkg/share/cmake-2.8/Modules/CMakeCXXInformation.cmake:67 (include) CMakeLists.txt:15 (project) This warning is for project developers. Use -Wno-dev to suppress it. -- Check for working CXX compiler: /scratch/databases/soci/work/.wrapper/bin/c++ -- Check for working CXX compiler: /scratch/databases/soci/work/.wrapper/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Configuring SOCI: -- SOCI_VERSION = 3.2.1 -- SOCI_ABI_VERSION = 3.2 -- SOCI_PLATFORM_NAME = x64 -- SOCI_COMPILER_NAME = gcc-4.5.3 -- SOCI_STATIC = ON -- SOCI_TESTS = ON -- Looking for SOCI dependencies: -- Boost: -- WARNING: -- Boost not found, some libraries or features will be disabled. -- See the documentation for Boost or manually set these variables: -- BOOST_RELEASE_VERSION = -- BOOST_INCLUDE_DIR = -- BOOST_LIBRARIES = -- MySQL: -- Performing Test HAVE_MYSQL_OPT_EMBEDDED_CONNECTION -- Performing Test HAVE_MYSQL_OPT_EMBEDDED_CONNECTION - Failed -- MySQL not found. -- MySQL Embedded not found. -- WARNING: -- MySQL not found, some libraries or features will be disabled. -- See the documentation for MySQL or manually set these variables: -- MYSQL_INCLUDE_DIR = MYSQL_INCLUDE_DIR-NOTFOUND -- MYSQL_LIBRARIES = MYSQL_LIBRARIES-NOTFOUND -- ODBC: -- WARNING: -- ODBC not found, some libraries or features will be disabled. -- See the documentation for ODBC or manually set these variables: -- ODBC_INCLUDE_DIR = ODBC_INCLUDE_DIR-NOTFOUND -- ODBC_LIBRARIES = ODBC_LIBRARY-NOTFOUND -- Oracle: -- WARNING: -- Oracle not found, some libraries or features will be disabled. -- See the documentation for Oracle or manually set these variables: -- ORACLE_INCLUDE_DIR = -- ORACLE_LIBRARIES = -- PostgreSQL: -- POSTGRESQL_INCLUDE_DIR = /scratch/databases/soci/work/.buildlink/include -- POSTGRESQL_LIBRARIES = /scratch/databases/soci/work/.buildlink/lib/libpq.so -- POSTGRESQL_VERSION = 9.1.9 -- SQLite3: -- SQLITE3_INCLUDE_DIR = /usr/include -- SQLITE3_LIBRARIES = /usr/lib/libsqlite3.so -- Firebird: -- WARNING: -- Firebird not found, some libraries or features will be disabled. -- See the documentation for Firebird or manually set these variables: -- FIREBIRD_INCLUDE_DIR = FIREBIRD_INCLUDE_DIR-NOTFOUND -- FIREBIRD_LIBRARIES = FIREBIRD_LIBRARIES-NOTFOUND -- FIREBIRD_VERSION = -- DB2: -- WARNING: -- DB2 not found, some libraries or features will be disabled. -- See the documentation for DB2 or manually set these variables: -- DB2_INCLUDE_DIR = DB2_INCLUDE_DIR-NOTFOUND -- DB2_LIBRARIES = DB2_LIBRARY-NOTFOUND -- Configuring SOCI core library: -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- SOCI_CORE_TARGET = soci_core -- SOCI_CORE_TARGET_OUTPUT_NAME = soci_core -- SOCI_CORE_DEPENDENCIES = -lpthread -- WITH_BOOST = ON -- COMPILE_DEFINITIONS = SOCI_ABI_VERSION="3.2" SOCI_LIB_PREFIX="libsoci_" SOCI_LIB_SUFFIX=".so" -- Configuring SOCI database backends: -- MySQL not found. -- MySQL Embedded not found. -- SQLite3 - SOCI backend for SQLite 3 database engine -- SOCI_SQLITE3 = ON -- SOCI_SQLITE3_TARGET = soci_sqlite3 -- SOCI_SQLITE3_TARGET_OUTPUT_NAME = soci_sqlite3 -- SOCI_SQLITE3_HEADERS = soci-sqlite3.h common.h -- COMPILE_DEFINITIONS = SOCI_ABI_VERSION="3.2" HAVE_SQLITE3=1 -- SOCI_SQLITE3_TEST_CONNSTR = soci_test.db -- Empty - SOCI backend skeleton for development of new backends -- SOCI_EMPTY = ON -- SOCI_EMPTY_TARGET = soci_empty -- SOCI_EMPTY_TARGET_OUTPUT_NAME = soci_empty -- SOCI_EMPTY_HEADERS = soci-empty.h -- COMPILE_DEFINITIONS = SOCI_ABI_VERSION="3.2" -- SOCI_EMPTY_TEST_CONNSTR = dummy -- PostgreSQL - SOCI backend for PostgreSQL database engine -- SOCI_POSTGRESQL = ON -- SOCI_POSTGRESQL_TARGET = soci_postgresql -- SOCI_POSTGRESQL_TARGET_OUTPUT_NAME = soci_postgresql -- SOCI_POSTGRESQL_HEADERS = soci-postgresql.h common.h -- COMPILE_DEFINITIONS = SOCI_ABI_VERSION="3.2" HAVE_POSTGRESQL=1 -- SOCI_POSTGRESQL_NOPARAMS = OFF -- SOCI_POSTGRESQL_NOBINDBYNAME = OFF -- SOCI_POSTGRESQL_NOPREPARE = OFF -- SOCI_POSTGRESQL_TEST_CONNSTR = dummy -- -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_INSTALL_LIBDIR -- Build files have been written to: /scratch/databases/soci/work/soci-3.2.1 => Rewrite cmake Dependencies files