"Joerg Sonnenberger" <joerg%netbsd.org@localhost> writes: > Module Name: pkgsrc > Committed By: joerg > Date: Sat Sep 12 15:15:49 UTC 2015 > > Modified Files: > pkgsrc/devel/cmake: Makefile distinfo > Added Files: > pkgsrc/devel/cmake/patches: > patch-Source_CursesDialog_cmCursesLongMessageForm.cxx > patch-Source_CursesDialog_cmCursesMainForm.cxx > patch-Source_CursesDialog_cmCursesStringWidget.cxx > patch-Source_CursesDialog_cmCursesWidget.cxx > > Log Message: > Remove the need for ncurses, just a curses with libform is enough. > Bump revision. On netbsd-6 i386: cmake from 9/2 builds fine head fails finding ncurses (log at end) This is when ncurses is actually installed (because other things need it). I haven't tried without ncurses installed. => Bootstrap dependency digest>=20010302: found digest-20121220 => Checksum SHA1 OK for cmake-3.3.1.tar.gz => Checksum RMD160 OK for cmake-3.3.1.tar.gz ===> Installing dependencies for cmake-3.3.1 ========================================================================== The following variables will affect the build process of this package, cmake-3.3.1. Their current value is shown below: * CURSES_DEFAULT = curses * KRB5_DEFAULT = heimdal * SSLBASE = /usr * SSLCERTS = /etc/openssl/certs * SSLDIR = /etc/openssl * SSLKEYS = /etc/openssl/private Based on these variables, the following variables have been set: * CURSES_TYPE = curses * KRB5BASE (defined, but empty) * KRB5_TYPE = heimdal 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 gmake>=3.81: found gmake-4.1nb1 => Tool dependency ccache-[0-9]*: found ccache-3.2.3 => Tool dependency checkperms>=1.1: found checkperms-1.11 => Full dependency libarchive>=3.1.2: found libarchive-3.1.2nb1 => Full dependency libexecinfo>=1.1: found libexecinfo-1.1nb1 => Full dependency curl>=7.35.0nb1: found curl-7.44.0 ===> Overriding tools for cmake-3.3.1 ===> Extracting for cmake-3.3.1 ===> Patching for cmake-3.3.1 => Applying pkgsrc patches for cmake-3.3.1 => Verifying /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Modules_FindX11.cmake => Applying pkgsrc patch /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Modules_FindX11.cmake Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Modules_FindX11.cmake,v 1.7 2015/06/12 18:42:25 richard Exp $ | |Patch in pkgsrc paths for finding X. | |--- Modules/FindX11.cmake.orig 2015-06-01 15:56:08.000000000 +0000 |+++ Modules/FindX11.cmake -------------------------- Patching file Modules/FindX11.cmake using Plan A... Hunk #1 succeeded at 73. Hunk #2 succeeded at 84. done => Verifying /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Modules_Platform_SCO__SV.cmake => Applying pkgsrc patch /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Modules_Platform_SCO__SV.cmake Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Modules_Platform_SCO__SV.cmake,v 1.1 2014/07/17 13:44:28 ryoon Exp $ | |* so filename versioning requires CMAKE_SHARED_LIBRARY_SONAME_C_FLAG. | |--- Modules/Platform/SCO_SV.cmake.orig 2014-01-16 17:15:08.000000000 +0000 |+++ Modules/Platform/SCO_SV.cmake -------------------------- Patching file Modules/Platform/SCO_SV.cmake using Plan A... Hunk #1 succeeded at 1. done => Verifying /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Modules_Platform_SunOS.cmake => Applying pkgsrc patch /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Modules_Platform_SunOS.cmake Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Modules_Platform_SunOS.cmake,v 1.3 2012/11/15 19:31:55 adam Exp $ | |Don't use gcc to link c++ libraries on SunOS, |unless we are really using a gcc lacking libstdc++. | |See http://public.kitware.com/pipermail/cmake/2011-July/045300.html | |--- Modules/Platform/SunOS.cmake.orig 2012-11-14 19:47:33.000000000 +0000 |+++ Modules/Platform/SunOS.cmake -------------------------- Patching file Modules/Platform/SunOS.cmake using Plan A... Hunk #1 succeeded at 7. done => Verifying /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Source_CursesDialog_cmCursesLongMessageForm.cxx => Applying pkgsrc patch /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Source_CursesDialog_cmCursesLongMessageForm.cxx Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_CursesDialog_cmCursesLongMessageForm.cxx,v 1.2 2015/09/12 16:46:11 wiz Exp $ | |printw takes a format string. |http://public.kitware.com/Bug/view.php?id=15738 | |--- Source/CursesDialog/cmCursesLongMessageForm.cxx.orig 2015-09-07 09:50:13.000000000 +0000 |+++ Source/CursesDialog/cmCursesLongMessageForm.cxx -------------------------- Patching file Source/CursesDialog/cmCursesLongMessageForm.cxx using Plan A... Hunk #1 succeeded at 82. Hunk #2 succeeded at 102. done => Verifying /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Source_CursesDialog_cmCursesMainForm.cxx => Applying pkgsrc patch /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Source_CursesDialog_cmCursesMainForm.cxx Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_CursesDialog_cmCursesMainForm.cxx,v 1.2 2015/09/12 16:46:11 wiz Exp $ | |printw takes a format string. |http://public.kitware.com/Bug/view.php?id=15738 | |--- Source/CursesDialog/cmCursesMainForm.cxx.orig 2015-09-07 09:50:58.000000000 +0000 |+++ Source/CursesDialog/cmCursesMainForm.cxx -------------------------- Patching file Source/CursesDialog/cmCursesMainForm.cxx using Plan A... Hunk #1 succeeded at 456. Hunk #2 succeeded at 614. done => Verifying /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Source_CursesDialog_cmCursesStringWidget.cxx => Applying pkgsrc patch /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Source_CursesDialog_cmCursesStringWidget.cxx Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_CursesDialog_cmCursesStringWidget.cxx,v 1.2 2015/09/12 16:46:11 wiz Exp $ | |printw takes a format string. |http://public.kitware.com/Bug/view.php?id=15738 | |Don't use implemention-details of ncurses to see |if the overloading behavior of REQ_DEL_PREV is active, just undo any |damage it may have done. |http://public.kitware.com/Bug/view.php?id=15739 | |--- Source/CursesDialog/cmCursesStringWidget.cxx.orig 2015-08-13 14:57:00.000000000 +0000 |+++ Source/CursesDialog/cmCursesStringWidget.cxx -------------------------- Patching file Source/CursesDialog/cmCursesStringWidget.cxx using Plan A... Hunk #1 succeeded at 168. Hunk #2 succeeded at 228. done => Verifying /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Source_CursesDialog_cmCursesWidget.cxx => Applying pkgsrc patch /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Source_CursesDialog_cmCursesWidget.cxx Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_CursesDialog_cmCursesWidget.cxx,v 1.2 2015/09/12 16:46:11 wiz Exp $ | |Compensate for missing const attribute in NetBSD. |http://public.kitware.com/Bug/view.php?id=15740 | |--- Source/CursesDialog/cmCursesWidget.cxx.orig 2015-09-07 09:53:22.000000000 +0000 |+++ Source/CursesDialog/cmCursesWidget.cxx -------------------------- Patching file Source/CursesDialog/cmCursesWidget.cxx using Plan A... Hunk #1 succeeded at 49. done => Verifying /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Source_cmELF.cxx => Applying pkgsrc patch /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Source_cmELF.cxx Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_cmELF.cxx,v 1.2 2015/01/17 13:29:55 adam Exp $ | |* SCO OpenServer 5.0.7/3.2 has not 64bit ELF support. | |--- Source/cmELF.cxx.orig 2014-12-15 20:07:43.000000000 +0000 |+++ Source/cmELF.cxx -------------------------- Patching file Source/cmELF.cxx using Plan A... Hunk #1 succeeded at 49. Hunk #2 succeeded at 206. Hunk #3 succeeded at 217. Hunk #4 succeeded at 794. done => Verifying /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Source_kwsys_SystemInformation.cxx => Applying pkgsrc patch /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Source_kwsys_SystemInformation.cxx Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_kwsys_SystemInformation.cxx,v 1.8 2014/07/18 10:00:18 ryoon Exp $ | |* Add more conditional handling for NetBSD, same as others. |* Treat FreeBSD and DragonFly the same way as NetBSD and OpenBSD. |* Treat Solaris same as Linux. |* Use correct cmake define. | |--- Source/kwsys/SystemInformation.cxx.orig 2014-01-16 17:15:08.000000000 +0000 |+++ Source/kwsys/SystemInformation.cxx -------------------------- Patching file Source/kwsys/SystemInformation.cxx using Plan A... Hunk #1 succeeded at 81 (offset 3 lines). Hunk #2 succeeded at 91 (offset 3 lines). Hunk #3 succeeded at 126 (offset -8 lines). Hunk #4 succeeded at 4661 (offset 41 lines). done => Verifying /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Source_kwsys_SystemTools.cxx => Applying pkgsrc patch /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Source_kwsys_SystemTools.cxx Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_kwsys_SystemTools.cxx,v 1.3 2015/01/17 13:29:55 adam Exp $ | |* SCO OpenServer 5.0.7/3.2's command has 711 permission. | |--- Source/kwsys/SystemTools.cxx.orig 2014-12-15 20:07:43.000000000 +0000 |+++ Source/kwsys/SystemTools.cxx -------------------------- Patching file Source/kwsys/SystemTools.cxx using Plan A... Hunk #1 succeeded at 1206 (offset 86 lines). done => Verifying /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Utilities_KWIML_CMakeLists.txt => Applying pkgsrc patch /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Utilities_KWIML_CMakeLists.txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Utilities_KWIML_CMakeLists.txt,v 1.1 2012/01/08 17:44:23 adam Exp $ | |Disable tests. Solves some preprocessor problems. | |--- Utilities/KWIML/CMakeLists.txt.orig 2012-01-08 16:31:36.000000000 +0000 |+++ Utilities/KWIML/CMakeLists.txt -------------------------- Patching file Utilities/KWIML/CMakeLists.txt using Plan A... Hunk #1 succeeded at 75. done => Verifying /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Utilities_cmjsoncpp_src_lib__json_json__writer.cpp => Applying pkgsrc patch /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-Utilities_cmjsoncpp_src_lib__json_json__writer.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Utilities_cmjsoncpp_src_lib__json_json__writer.cpp,v 1.2 2015/07/26 23:10:47 wiz Exp $ | |iso/math_c99.h defines isfinite already on SunOS. | |--- Utilities/cmjsoncpp/src/lib_json/json_writer.cpp.orig 2015-07-23 13:59:36.000000000 +0000 |+++ Utilities/cmjsoncpp/src/lib_json/json_writer.cpp -------------------------- Patching file Utilities/cmjsoncpp/src/lib_json/json_writer.cpp using Plan A... Hunk #1 succeeded at 24. done => Verifying /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-aa => Applying pkgsrc patch /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-aa Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aa,v 1.11 2015/04/07 20:53:48 adam Exp $ | |Patch in pkgsrc paths for finding stuff. | |--- Modules/Platform/UnixPaths.cmake.orig 2015-03-10 14:38:44.000000000 +0000 |+++ Modules/Platform/UnixPaths.cmake -------------------------- Patching file Modules/Platform/UnixPaths.cmake using Plan A... Hunk #1 succeeded at 33. Hunk #2 succeeded at 57. Hunk #3 succeeded at 70. done => Verifying /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-ab => Applying pkgsrc patch /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-ab Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ab,v 1.15 2015/01/17 13:29:55 adam Exp $ | |Insist on select python version for pkgsrc. | |--- Modules/FindPythonInterp.cmake.orig 2014-12-15 20:07:43.000000000 +0000 |+++ Modules/FindPythonInterp.cmake -------------------------- Patching file Modules/FindPythonInterp.cmake using Plan A... Hunk #1 succeeded at 75. Hunk #2 succeeded at 98. done => Verifying /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-ac => Applying pkgsrc patch /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/patches/patch-ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ac,v 1.11 2015/01/17 13:29:55 adam Exp $ | |Insist on select python version for pkgsrc. | |--- Modules/FindPythonLibs.cmake.orig 2014-12-15 20:07:43.000000000 +0000 |+++ Modules/FindPythonLibs.cmake -------------------------- Patching file Modules/FindPythonLibs.cmake using Plan A... Hunk #1 succeeded at 82. Hunk #2 succeeded at 98. done ===> Creating toolchain wrappers for cmake-3.3.1 ===> Configuring for cmake-3.3.1 => Fixing LOCALBASE and X11 paths. => Fixing compiler flags. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/ADSP-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/AppleClang-ASM.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/AppleClang-C-FeatureTests.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/AppleClang-C.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/AppleClang-CXX-FeatureTests.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/AppleClang-CXX.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/AppleClang-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Borland-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Clang-ASM.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Clang-C-FeatureTests.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Clang-C.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Clang-CXX-FeatureTests.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Clang-CXX-TestableFeatures.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Clang-CXX.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Clang-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Clang-DetermineCompilerInternal.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Clang.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Compaq-C-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Cray-C.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Cray-CXX.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Cray-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Cray-Fortran.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Embarcadero-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Fujitsu-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/GHS-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/GNU-ASM.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/GNU-C-FeatureTests.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/GNU-C.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/GNU-CXX-FeatureTests.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/GNU-CXX.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/GNU-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/HP-ASM.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/HP-C-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/HP-C.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/HP-CXX-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/HP-CXX.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/HP-Fortran.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/IAR-ASM.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/IAR-C.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/IAR-CXX.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/IAR-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/IAR.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Intel-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/MIPSpro-C.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/MIPSpro-CXX.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/MIPSpro-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/MIPSpro-Fortran.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/MSVC-CXX-FeatureTests.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/MSVC-CXX.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/MSVC-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/NAG-Fortran.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/OpenWatcom-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/PGI-C.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/PGI-CXX.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/PGI-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/PGI-Fortran.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/PathScale-C.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/PathScale-CXX.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/PathScale-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/PathScale-Fortran.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/QCC-C.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/QCC-CXX.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/QCC.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/SCO-C.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/SCO-CXX.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/SCO-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/SCO.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/SDCC-C-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/SunPro-ASM.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/SunPro-C-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/SunPro-C.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/SunPro-CXX-FeatureTests.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/SunPro-CXX.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/SunPro-Fortran.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/TI-ASM.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/TI-C.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/TI-CXX.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/TI-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/TinyCC-C-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/TinyCC-C.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/VisualAge-C-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/VisualAge-C.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/VisualAge-CXX.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/VisualAge-Fortran.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/Watcom-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/XL-C-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/XL-C.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/XL-CXX-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/XL-CXX.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/XL-Fortran.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/zOS-C-DetermineCompiler.cmake. INFO: [subst.mk:flags] Nothing changed in ./Modules/Compiler/zOS-CXX-DetermineCompiler.cmake. /bin/rm -f /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Modules/*.orig /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Modules/Platform/*.orig /bin/ln -f /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Modules/Platform/OpenBSD.cmake /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Modules/Platform/MirBSD.cmake => Checking for portability problems in extracted files --------------------------------------------- CMake 3.3.1, Copyright 2000-2015 Kitware, Inc. C compiler on this system is: gcc -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 C++ compiler on this system is: c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 Makefile processor on this system is: make c++ is GNU compiler c++ has setenv c++ has unsetenv c++ does not have environ in stdlib.h c++ has STL in std:: namespace c++ has ANSI streams c++ has streams in std:: namespace c++ has sstream c++ has operator!=(string, char*) c++ has stl iterator_traits c++ has standard template allocator c++ has allocator<>::rebind<> c++ does not have non-standard allocator<>::max_size argument c++ has stl containers supporting allocator objects c++ has stl wstring c++ has header cstddef c++ requires template friends to use <> c++ supports member templates c++ has standard template specialization syntax c++ has argument dependent lookup c++ does not have struct stat with st_mtim member c++ has ios::binary openmode --------------------------------------------- c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmake.cxx -o cmake.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmakemain.cxx -o cmakemain.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmcmd.cxx -o cmcmd.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmCommandArgumentLexer.cxx -o cmCommandArgumentLexer.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmCommandArgumentParser.cxx -o cmCommandArgumentParser.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmCommandArgumentParserHelper.cxx -o cmCommandArgumentParserHelper.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmCPackPropertiesGenerator.cxx -o cmCPackPropertiesGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmDefinitions.cxx -o cmDefinitions.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmDepends.cxx -o cmDepends.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmDependsC.cxx -o cmDependsC.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmDocumentationFormatter.cxx -o cmDocumentationFormatter.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmPolicies.cxx -o cmPolicies.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmProperty.cxx -o cmProperty.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmPropertyMap.cxx -o cmPropertyMap.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmPropertyDefinition.cxx -o cmPropertyDefinition.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmPropertyDefinitionMap.cxx -o cmPropertyDefinitionMap.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmMakeDepend.cxx -o cmMakeDepend.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmMakefile.cxx -o cmMakefile.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmExportFileGenerator.cxx -o cmExportFileGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmExportInstallFileGenerator.cxx -o cmExportInstallFileGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmExportTryCompileFileGenerator.cxx -o cmExportTryCompileFileGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmExportSet.cxx -o cmExportSet.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmExportSetMap.cxx -o cmExportSetMap.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmExternalMakefileProjectGenerator.cxx -o cmExternalMakefileProjectGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmGeneratorExpressionEvaluationFile.cxx -o cmGeneratorExpressionEvaluationFile.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmGeneratedFileStream.cxx -o cmGeneratedFileStream.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmGeneratorTarget.cxx -o cmGeneratorTarget.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmGeneratorExpressionContext.cxx -o cmGeneratorExpressionContext.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmGeneratorExpressionDAGChecker.cxx -o cmGeneratorExpressionDAGChecker.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmGeneratorExpressionEvaluator.cxx -o cmGeneratorExpressionEvaluator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmGeneratorExpressionLexer.cxx -o cmGeneratorExpressionLexer.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmGeneratorExpressionNode.cxx -o cmGeneratorExpressionNode.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmGeneratorExpressionParser.cxx -o cmGeneratorExpressionParser.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmGeneratorExpression.cxx -o cmGeneratorExpression.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmGlobalGenerator.cxx -o cmGlobalGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmInstallDirectoryGenerator.cxx -o cmInstallDirectoryGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmLocalGenerator.cxx -o cmLocalGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmInstalledFile.cxx -o cmInstalledFile.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmInstallGenerator.cxx -o cmInstallGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmInstallExportGenerator.cxx -o cmInstallExportGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmInstallFilesGenerator.cxx -o cmInstallFilesGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmInstallScriptGenerator.cxx -o cmInstallScriptGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmInstallTargetGenerator.cxx -o cmInstallTargetGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmScriptGenerator.cxx -o cmScriptGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmSourceFile.cxx -o cmSourceFile.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmSourceFileLocation.cxx -o cmSourceFileLocation.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmState.cxx -o cmState.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmSystemTools.cxx -o cmSystemTools.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmTestGenerator.cxx -o cmTestGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmVersion.cxx -o cmVersion.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmFileTimeComparison.cxx -o cmFileTimeComparison.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmGlobalUnixMakefileGenerator3.cxx -o cmGlobalUnixMakefileGenerator3.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmLocalUnixMakefileGenerator3.cxx -o cmLocalUnixMakefileGenerator3.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmMakefileExecutableTargetGenerator.cxx -o cmMakefileExecutableTargetGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmMakefileLibraryTargetGenerator.cxx -o cmMakefileLibraryTargetGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmMakefileTargetGenerator.cxx -o cmMakefileTargetGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmMakefileUtilityTargetGenerator.cxx -o cmMakefileUtilityTargetGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmOSXBundleGenerator.cxx -o cmOSXBundleGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmNewLineStyle.cxx -o cmNewLineStyle.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmBootstrapCommands1.cxx -o cmBootstrapCommands1.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmBootstrapCommands2.cxx -o cmBootstrapCommands2.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmCommandsForBootstrap.cxx -o cmCommandsForBootstrap.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmTarget.cxx -o cmTarget.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmTest.cxx -o cmTest.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmCustomCommand.cxx -o cmCustomCommand.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmCustomCommandGenerator.cxx -o cmCustomCommandGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmCacheManager.cxx -o cmCacheManager.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmListFileCache.cxx -o cmListFileCache.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmComputeLinkDepends.cxx -o cmComputeLinkDepends.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmComputeLinkInformation.cxx -o cmComputeLinkInformation.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmOrderDirectories.cxx -o cmOrderDirectories.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmComputeTargetDepends.cxx -o cmComputeTargetDepends.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmComputeComponentGraph.cxx -o cmComputeComponentGraph.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmExprLexer.cxx -o cmExprLexer.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmExprParser.cxx -o cmExprParser.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmExprParserHelper.cxx -o cmExprParserHelper.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmGlobalNinjaGenerator.cxx -o cmGlobalNinjaGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmLocalNinjaGenerator.cxx -o cmLocalNinjaGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmNinjaTargetGenerator.cxx -o cmNinjaTargetGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmNinjaNormalTargetGenerator.cxx -o cmNinjaNormalTargetGenerator.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmNinjaUtilityTargetGenerator.cxx -o cmNinjaUtilityTargetGenerator.o gcc -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmListFileLexer.c -o cmListFileLexer.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/kwsys/Directory.cxx -o Directory.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/kwsys/EncodingCXX.cxx -o EncodingCXX.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/kwsys/FStream.cxx -o FStream.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/kwsys/Glob.cxx -o Glob.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/kwsys/RegularExpression.cxx -o RegularExpression.o c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -DKWSYS_CXX_HAS_SETENV=1 -DKWSYS_CXX_HAS_UNSETENV=1 -DKWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H=0 -DKWSYS_CXX_HAS_UTIMENSAT=0 -DKWSYS_CXX_HAS_UTIMES=0 -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/kwsys/SystemTools.cxx -o SystemTools.o gcc -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/kwsys/EncodingC.c -o EncodingC.o gcc -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/kwsys/ProcessUNIX.c -o ProcessUNIX.o gcc -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -DKWSYS_STRING_C -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/kwsys/String.c -o String.o gcc -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/kwsys/System.c -o System.o gcc -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/kwsys/Terminal.c -o Terminal.o c++ -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -lexecinfo -O2 -I/usr/pkg/include -I/usr/include -I/usr/include/krb5 -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source -I/u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk cmake.o cmakemain.o cmcmd.o cmCommandArgumentLexer.o cmCommandArgumentParser.o cmCommandArgumentParserHelper.o cmCPackPropertiesGenerator.o cmDefinitions.o cmDepends.o cmDependsC.o cmDocumentationFormatter.o cmPolicies.o cmProperty.o cmPropertyMap.o cmPropertyDefinition.o cmPropertyDefinitionMap.o cmMakeDepend.o cmMakefile.o cmExportFileGenerator.o cmExportInstallFileGenerator.o cmExportTryCompileFileGenerator.o cmExportSet.o cmExportSetMap.o cmExternalMakefileProjectGenerator.o cmGeneratorExpressionEvaluationFile.o cmGeneratedFileStream.o cmGeneratorTarget.o cmGeneratorExpressionContext.o cmGeneratorExpressionDAGChecker.o cmGeneratorExpressionEvaluator.o cmGeneratorExpressionLexer.o cmGeneratorExpressionNode.o cmGeneratorExpressionParser.o cmGeneratorExpression.o cmGlobalGenerator.o cmInstallDirectoryGenerator.o cmLocalGenerator.o cmInstalledFile.o cmInstallGenerator.o cmInstallExportGenerator.o cmInstallFilesGenerator.o cmInstallScriptGenerator.o cmInstallTargetGenerator.o cmScriptGenerator.o cmSourceFile.o cmSourceFileLocation.o cmState.o cmSystemTools.o cmTestGenerator.o cmVersion.o cmFileTimeComparison.o cmGlobalUnixMakefileGenerator3.o cmLocalUnixMakefileGenerator3.o cmMakefileExecutableTargetGenerator.o cmMakefileLibraryTargetGenerator.o cmMakefileTargetGenerator.o cmMakefileUtilityTargetGenerator.o cmOSXBundleGenerator.o cmNewLineStyle.o cmBootstrapCommands1.o cmBootstrapCommands2.o cmCommandsForBootstrap.o cmTarget.o cmTest.o cmCustomCommand.o cmCustomCommandGenerator.o cmCacheManager.o cmListFileCache.o cmComputeLinkDepends.o cmComputeLinkInformation.o cmOrderDirectories.o cmComputeTargetDepends.o cmComputeComponentGraph.o cmExprLexer.o cmExprParser.o cmExprParserHelper.o cmGlobalNinjaGenerator.o cmLocalNinjaGenerator.o cmNinjaTargetGenerator.o cmNinjaNormalTargetGenerator.o cmNinjaUtilityTargetGenerator.o cmListFileLexer.o Directory.o EncodingCXX.o FStream.o Glob.o RegularExpression.o SystemTools.o EncodingC.o ProcessUNIX.o String.o System.o Terminal.o -o cmake loading initial cache file /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Bootstrap.cmk/InitialCacheFlags.cmake -- The C compiler identification is GNU 4.5.3 -- The CXX compiler identification is GNU 4.5.3 -- Check for working C compiler: /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.wrapper/bin/gcc -- Check for working C compiler: /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.wrapper/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.wrapper/bin/c++ -- Check for working CXX compiler: /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.wrapper/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Checking if compiler supports C++11 unordered_map -- Checking if compiler supports C++11 unordered_map - yes -- Looking for unsetenv -- Looking for unsetenv - found -- Looking for environ -- Looking for environ - not found -- Checking whether header cstdio is available -- Checking whether header cstdio is available - yes -- Checking for Large File Support -- Checking for Large File Support - yes -- Checking whether STL classes are in std namespace -- Checking whether STL classes are in std namespace - yes -- Checking whether ANSI stream headers are available -- Checking whether ANSI stream headers are available - yes -- Checking whether ANSI streams are in std namespace -- Checking whether ANSI streams are in std namespace - yes -- Checking whether ANSI string stream is available -- Checking whether ANSI string stream is available - yes -- Checking whether header cstddef is available -- Checking whether header cstddef is available - yes -- Checking whether stl string has operator!= for char* -- Checking whether stl string has operator!= for char* - yes -- Checking whether stl has iterator_traits -- Checking whether stl has iterator_traits - yes -- Checking whether stl has standard template allocator -- Checking whether stl has standard template allocator - yes -- Checking for rebind member of stl allocator -- Checking for rebind member of stl allocator - yes -- Checking for non-standard argument to stl allocator<>::max_size -- Checking for non-standard argument to stl allocator<>::max_size - no -- Checking whether stl containers support allocator objects. -- Checking whether stl containers support allocator objects. - yes -- Checking whether ios has binary openmode -- Checking whether ios has binary openmode - yes -- Checking whether "<>" is needed for template friends -- Checking whether "<>" is needed for template friends - yes -- Checking for member template support -- Checking for member template support - yes -- Checking for standard template specialization syntax -- Checking for standard template specialization syntax - yes -- Checking whether argument dependent lookup is supported -- Checking whether argument dependent lookup is supported - yes -- Checking whether struct stat has st_mtim member -- Checking whether struct stat has st_mtim member - no -- Checking whether C++ compiler has 'long long' -- Checking whether C++ compiler has 'long long' - yes -- Checking whether C++ compiler has '__int64' -- Checking whether C++ compiler has '__int64' - no -- Checking for C type size macros -- Checking for C type size macros - compiled -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of char -- Check size of char - done -- Check size of __int64 -- Check size of __int64 - failed -- Checking whether char is signed -- Checking whether char is signed - yes -- Checking whether wstring is available -- Checking whether wstring is available - yes -- Checking if istream supports long long -- Checking if istream supports long long - yes -- Checking if ostream supports long long -- Checking if ostream supports long long - yes -- Checking whether C compiler has ptrdiff_t in stddef.h -- Checking whether C compiler has ptrdiff_t in stddef.h - yes -- Checking whether C compiler has ssize_t in unistd.h -- Checking whether C compiler has ssize_t in unistd.h - yes -- Checking whether CXX compiler has setenv -- Checking whether CXX compiler has setenv - yes -- Checking whether CXX compiler has unsetenv -- Checking whether CXX compiler has unsetenv - yes -- Checking whether CXX compiler has environ in stdlib.h -- Checking whether CXX compiler has environ in stdlib.h - no -- Checking whether CXX compiler has utimes -- Checking whether CXX compiler has utimes - yes -- Checking whether CXX compiler has utimensat -- Checking whether CXX compiler has utimensat - no -- Looking for include files sys/types.h, ifaddrs.h -- Looking for include files sys/types.h, ifaddrs.h - found -- Looking for include file machine/cpu.h -- Looking for include file machine/cpu.h - not found -- Checking whether CXX compiler has rlimit64 -- Checking whether CXX compiler has rlimit64 - no -- Checking whether CXX compiler has atol -- Checking whether CXX compiler has atol - yes -- Checking whether CXX compiler has atoll -- Checking whether CXX compiler has atoll - yes -- Checking whether CXX compiler has _atoi64 -- Checking whether CXX compiler has _atoi64 - no -- Looking for C++ include execinfo.h -- Looking for C++ include execinfo.h - found -- Checking whether backtrace works with this C++ compiler -- Checking whether backtrace works with this C++ compiler - yes -- Looking for C++ include dlfcn.h -- Looking for C++ include dlfcn.h - found -- Checking whether dladdr works with this C++ compiler -- Checking whether dladdr works with this C++ compiler - yes -- Looking for C++ include cxxabi.h -- Looking for C++ include cxxabi.h - found -- Checking whether cxxabi works with this C++ compiler -- Checking whether cxxabi works with this C++ compiler - yes -- Using system-installed BZIP2 -- Using system-installed CURL -- Using system-installed EXPAT -- Using system-installed FORM -- Using system-installed LIBARCHIVE -- Using system-installed LIBLZMA -- Using system-installed ZLIB -- Found ZLIB: /lib/libz.so (found version "1.2.3") -- Found CURL: /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/lib/libcurl.so (found version "7.44.0") -- Found BZip2: /usr/lib/libbz2.so (found version "1.0.5") -- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so -- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so - found -- Looking for lzma_auto_decoder in /lib/liblzma.so -- Looking for lzma_auto_decoder in /lib/liblzma.so - found -- Looking for lzma_easy_encoder in /lib/liblzma.so -- Looking for lzma_easy_encoder in /lib/liblzma.so - found -- Looking for lzma_lzma_preset in /lib/liblzma.so -- Looking for lzma_lzma_preset in /lib/liblzma.so - found -- Found LibLZMA: /usr/include (found version "5.0.3") -- Found LibArchive: /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/lib/libarchive.so (found suitable version "3.1.2", minimum required is "3.0.0") -- Found EXPAT: /usr/lib/libexpat.so (found version "2.0.1") -- Looking for cbreak in /usr/pkg/lib/libncurses.so -- Looking for cbreak in /usr/pkg/lib/libncurses.so - not found -- Looking for elf.h -- Looking for elf.h - found -- Looking for a Fortran compiler -- Looking for a Fortran compiler - NOTFOUND -- Performing Test run_pic_test -- Performing Test run_pic_test - Success -- Configuring done CMake Warning at Source/CursesDialog/CMakeLists.txt:36 (add_executable): Cannot generate a safe runtime search path for target ccmake because files in some directories may conflict with libraries in implicit directories: runtime library [libexecinfo.so] in /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/lib may be hidden by files in: /usr/pkg/lib runtime library [libarchive.so] in /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/lib may be hidden by files in: /usr/pkg/lib runtime library [libcurl.so] in /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/lib may be hidden by files in: /usr/pkg/lib Some of these libraries may not be found correctly. Call Stack (most recent call first): Source/CMakeLists.txt:722 (include) -- Generating done -- Build files have been written to: /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1 --------------------------------------------- CMake has bootstrapped. Now run make. WARNING: *** Please consider adding fortran to USE_LANGUAGES in the package Makefile. ===> Building for cmake-3.3.1 Scanning dependencies of target cmsys [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/ProcessUNIX.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/Base64.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/EncodingC.c.o [ 2%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/MD5.c.o [ 2%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/Terminal.c.o [ 2%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/System.c.o [ 3%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/String.c.o [ 3%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/Directory.cxx.o [ 3%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/DynamicLoader.cxx.o [ 4%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/EncodingCXX.cxx.o [ 4%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/Glob.cxx.o [ 4%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/RegularExpression.cxx.o [ 5%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/SystemTools.cxx.o [ 5%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/CommandLineArguments.cxx.o [ 5%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/IOStream.cxx.o [ 6%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/FStream.cxx.o [ 6%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/SystemInformation.cxx.o [ 6%] Linking CXX static library libcmsys.a [ 6%] Built target cmsys Scanning dependencies of target cmsysTestDynload [ 7%] Building C object Source/kwsys/CMakeFiles/cmsysTestDynload.dir/testDynload.c.o [ 7%] Linking C shared module libcmsysTestDynload.so [ 7%] Built target cmsysTestDynload Scanning dependencies of target cmsys_c [ 7%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/ProcessUNIX.c.o [ 8%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/Base64.c.o [ 8%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/EncodingC.c.o [ 8%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/MD5.c.o [ 9%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/Terminal.c.o [ 9%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/System.c.o [ 9%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/String.c.o [ 10%] Linking C static library libcmsys_c.a [ 10%] Built target cmsys_c Scanning dependencies of target cmsysTestProcess [ 10%] Building C object Source/kwsys/CMakeFiles/cmsysTestProcess.dir/testProcess.c.o [ 11%] Linking C executable cmsysTestProcess [ 11%] Built target cmsysTestProcess Scanning dependencies of target cmsysTestSharedForward [ 11%] Building C object Source/kwsys/CMakeFiles/cmsysTestSharedForward.dir/testSharedForward.c.o [ 11%] Linking C executable cmsysTestSharedForward [ 11%] Built target cmsysTestSharedForward Scanning dependencies of target cmsysTestsC [ 12%] Building C object Source/kwsys/CMakeFiles/cmsysTestsC.dir/cmsysTestsC.c.o [ 12%] Building C object Source/kwsys/CMakeFiles/cmsysTestsC.dir/testEncode.c.o [ 12%] Building C object Source/kwsys/CMakeFiles/cmsysTestsC.dir/testTerminal.c.o [ 13%] Linking C executable cmsysTestsC [ 13%] Built target cmsysTestsC Scanning dependencies of target cmsysTestsCxx [ 13%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/cmsysTestsCxx.cxx.o [ 13%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testAutoPtr.cxx.o [ 14%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testHashSTL.cxx.o [ 14%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testIOS.cxx.o [ 14%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testSystemTools.cxx.o [ 15%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testCommandLineArguments.cxx.o [ 15%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testCommandLineArguments1.cxx.o [ 15%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testEncoding.cxx.o [ 16%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testFStream.cxx.o [ 16%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testSystemInformation.cxx.o [ 17%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testDynamicLoader.cxx.o [ 17%] Linking CXX executable cmsysTestsCxx [ 17%] Built target cmsysTestsCxx Scanning dependencies of target cmcompress [ 17%] Building C object Utilities/cmcompress/CMakeFiles/cmcompress.dir/cmcompress.c.o [ 18%] Linking C static library libcmcompress.a [ 18%] Built target cmcompress Scanning dependencies of target cmjsoncpp [ 18%] Building CXX object Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/src/lib_json/json_reader.cpp.o [ 18%] Building CXX object Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/src/lib_json/json_value.cpp.o [ 19%] Building CXX object Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/src/lib_json/json_writer.cpp.o [ 19%] Linking CXX static library libcmjsoncpp.a [ 19%] Built target cmjsoncpp Scanning dependencies of target CMakeLib [ 19%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmArchiveWrite.cxx.o /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmArchiveWrite.cxx: In constructor 'cmArchiveWrite::cmArchiveWrite(std::ostream&, cmArchiveWrite::Compress, const std::string&)': /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmArchiveWrite.cxx:92:10: warning: 'int archive_write_set_compression_none(archive*)' is deprecated (declared at /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/include/archive.h:628) /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmArchiveWrite.cxx:92:58: warning: 'int archive_write_set_compression_none(archive*)' is deprecated (declared at /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/include/archive.h:628) /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmArchiveWrite.cxx:100:10: warning: 'int archive_write_set_compression_compress(archive*)' is deprecated (declared at /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/include/archive.h:620) /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmArchiveWrite.cxx:100:62: warning: 'int archive_write_set_compression_compress(archive*)' is deprecated (declared at /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/include/archive.h:620) /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmArchiveWrite.cxx:108:10: warning: 'int archive_write_set_compression_gzip(archive*)' is deprecated (declared at /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/include/archive.h:622) /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmArchiveWrite.cxx:108:58: warning: 'int archive_write_set_compression_gzip(archive*)' is deprecated (declared at /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/include/archive.h:622) /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmArchiveWrite.cxx:116:10: warning: 'int archive_write_set_compression_bzip2(archive*)' is deprecated (declared at /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/include/archive.h:618) /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmArchiveWrite.cxx:116:59: warning: 'int archive_write_set_compression_bzip2(archive*)' is deprecated (declared at /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/include/archive.h:618) /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmArchiveWrite.cxx:124:10: warning: 'int archive_write_set_compression_lzma(archive*)' is deprecated (declared at /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/include/archive.h:626) /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmArchiveWrite.cxx:124:58: warning: 'int archive_write_set_compression_lzma(archive*)' is deprecated (declared at /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/include/archive.h:626) /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmArchiveWrite.cxx:132:10: warning: 'int archive_write_set_compression_xz(archive*)' is deprecated (declared at /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/include/archive.h:632) /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmArchiveWrite.cxx:132:56: warning: 'int archive_write_set_compression_xz(archive*)' is deprecated (declared at /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/include/archive.h:632) /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmArchiveWrite.cxx: In destructor 'cmArchiveWrite::~cmArchiveWrite()': /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmArchiveWrite.cxx:179:3: warning: 'int archive_read_finish(archive*)' is deprecated (declared at /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/include/archive.h:585) /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmArchiveWrite.cxx:179:33: warning: 'int archive_read_finish(archive*)' is deprecated (declared at /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/include/archive.h:585) /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmArchiveWrite.cxx:180:3: warning: 'int archive_write_finish(archive*)' is deprecated (declared at /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/include/archive.h:721) /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmArchiveWrite.cxx:180:37: warning: 'int archive_write_finish(archive*)' is deprecated (declared at /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/include/archive.h:721) [ 19%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBootstrapCommands1.cxx.o [ 20%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBootstrapCommands2.cxx.o [ 20%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCacheManager.cxx.o [ 20%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCommands.cxx.o [ 21%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCLocaleEnvironmentScope.cxx.o [ 21%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCommandArgumentLexer.cxx.o [ 21%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCommandArgumentParser.cxx.o [ 22%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCommandArgumentParserHelper.cxx.o [ 22%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmComputeComponentGraph.cxx.o [ 22%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmComputeLinkDepends.cxx.o [ 23%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmComputeLinkInformation.cxx.o [ 23%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmComputeTargetDepends.cxx.o [ 23%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCPackPropertiesGenerator.cxx.o [ 24%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCryptoHash.cxx.o [ 24%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCurl.cxx.o [ 24%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCustomCommand.cxx.o [ 25%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCustomCommandGenerator.cxx.o [ 25%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDefinitions.cxx.o [ 25%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDepends.cxx.o [ 26%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsC.cxx.o [ 26%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsFortran.cxx.o [ 26%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsFortranLexer.cxx.o [ 27%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsFortranParser.cxx.o [ 27%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsJava.cxx.o [ 27%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsJavaLexer.cxx.o [ 28%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsJavaParser.cxx.o [ 28%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsJavaParserHelper.cxx.o [ 28%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDocumentation.cxx.o [ 29%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDocumentationFormatter.cxx.o [ 29%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDocumentationSection.cxx.o [ 29%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDynamicLoader.cxx.o [ 30%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmELF.cxx.o [ 30%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExprLexer.cxx.o [ 30%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExprParser.cxx.o [ 31%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExprParserHelper.cxx.o [ 31%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportBuildFileGenerator.cxx.o [ 32%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportFileGenerator.cxx.o [ 32%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportInstallFileGenerator.cxx.o [ 32%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportTryCompileFileGenerator.cxx.o [ 33%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportSet.cxx.o [ 33%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportSetMap.cxx.o [ 33%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExternalMakefileProjectGenerator.cxx.o [ 34%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraCodeBlocksGenerator.cxx.o [ 34%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraCodeLiteGenerator.cxx.o [ 34%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraEclipseCDT4Generator.cxx.o [ 35%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraKateGenerator.cxx.o [ 35%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraSublimeTextGenerator.cxx.o [ 35%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileLock.cxx.o [ 36%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileLockPool.cxx.o [ 36%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileLockResult.cxx.o [ 36%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileTimeComparison.cxx.o [ 37%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratedFileStream.cxx.o [ 37%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionContext.cxx.o [ 37%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionDAGChecker.cxx.o [ 38%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionEvaluationFile.cxx.o [ 38%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionEvaluator.cxx.o [ 38%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionLexer.cxx.o [ 39%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionNode.cxx.o [ 39%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionParser.cxx.o [ 39%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpression.cxx.o [ 40%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorTarget.cxx.o [ 40%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalGenerator.cxx.o [ 40%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalUnixMakefileGenerator3.cxx.o [ 41%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGraphVizWriter.cxx.o [ 41%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallGenerator.cxx.o [ 41%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallExportGenerator.cxx.o [ 42%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstalledFile.cxx.o [ 42%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallFilesGenerator.cxx.o [ 42%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallScriptGenerator.cxx.o [ 43%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallTargetGenerator.cxx.o [ 43%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallDirectoryGenerator.cxx.o [ 44%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmListFileCache.cxx.o [ 44%] Building C object Source/CMakeFiles/CMakeLib.dir/cmListFileLexer.c.o [ 44%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLocalGenerator.cxx.o [ 45%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLocalUnixMakefileGenerator3.cxx.o [ 45%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakeDepend.cxx.o [ 45%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefile.cxx.o [ 46%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefileTargetGenerator.cxx.o [ 46%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefileExecutableTargetGenerator.cxx.o [ 46%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefileLibraryTargetGenerator.cxx.o [ 47%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefileUtilityTargetGenerator.cxx.o [ 47%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmOSXBundleGenerator.cxx.o [ 47%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmNewLineStyle.cxx.o [ 48%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmOrderDirectories.cxx.o [ 48%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPolicies.cxx.o [ 48%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmProcessTools.cxx.o [ 49%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmProperty.cxx.o [ 49%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPropertyDefinition.cxx.o [ 49%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPropertyDefinitionMap.cxx.o [ 50%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPropertyMap.cxx.o [ 50%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmQtAutoGenerators.cxx.o [ 50%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmRST.cxx.o [ 51%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmScriptGenerator.cxx.o [ 51%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSourceFile.cxx.o [ 51%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSourceFileLocation.cxx.o [ 52%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSourceGroup.cxx.o [ 52%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmState.cxx.o [ 52%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSystemTools.cxx.o /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmSystemTools.cxx: In function 'bool<unnamed>::extract_tar(const char*, bool, bool)': /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmSystemTools.cxx:1724:3: warning: 'int archive_read_support_compression_all(archive*)' is deprecated (declared at /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/include/archive.h:311) /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmSystemTools.cxx:1724:41: warning: 'int archive_read_support_compression_all(archive*)' is deprecated (declared at /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/include/archive.h:311) /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmSystemTools.cxx:1811:3: warning: 'int archive_read_finish(archive*)' is deprecated (declared at /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/include/archive.h:585) /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/cmake-3.3.1/Source/cmSystemTools.cxx:1811:24: warning: 'int archive_read_finish(archive*)' is deprecated (declared at /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake/work/.buildlink/include/archive.h:585) [ 53%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTarget.cxx.o [ 53%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTest.cxx.o [ 53%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTestGenerator.cxx.o [ 54%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmUuid.cxx.o [ 54%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmVariableWatch.cxx.o [ 54%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmVersion.cxx.o [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmXMLParser.cxx.o [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmXMLSafe.cxx.o [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmXMLWriter.cxx.o [ 56%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmake.cxx.o [ 56%] Building C object Source/CMakeFiles/CMakeLib.dir/cm_get_date.c.o [ 57%] Building C object Source/CMakeFiles/CMakeLib.dir/cm_sha2.c.o [ 57%] Building C object Source/CMakeFiles/CMakeLib.dir/cm_utf8.c.o [ 57%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalKdevelopGenerator.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalNinjaGenerator.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLocalNinjaGenerator.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmNinjaTargetGenerator.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmNinjaNormalTargetGenerator.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmNinjaUtilityTargetGenerator.cxx.o [ 59%] Linking CXX static library libCMakeLib.a [ 59%] Built target CMakeLib Scanning dependencies of target CPackLib [ 59%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackArchiveGenerator.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackComponentGroup.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackGeneratorFactory.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackGenerator.cxx.o [ 61%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackLog.cxx.o [ 61%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackNSISGenerator.cxx.o [ 61%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWPackage.cxx.o [ 62%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWInstaller.cxx.o [ 62%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWGenerator.cxx.o [ 62%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackSTGZGenerator.cxx.o [ 63%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackTGZGenerator.cxx.o [ 63%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackTXZGenerator.cxx.o [ 63%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackTarBZip2Generator.cxx.o [ 64%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackTarCompressGenerator.cxx.o [ 64%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackZIPGenerator.cxx.o [ 64%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPack7zGenerator.cxx.o [ 65%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackDebGenerator.cxx.o [ 65%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackRPMGenerator.cxx.o [ 66%] Linking CXX static library libCPackLib.a [ 66%] Built target CPackLib Scanning dependencies of target CTestLib [ 66%] Building CXX object Source/CMakeFiles/CTestLib.dir/cmCTest.cxx.o [ 66%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmProcess.cxx.o [ 67%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestBatchTestHandler.cxx.o [ 67%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestBuildAndTestHandler.cxx.o [ 67%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestBuildCommand.cxx.o [ 68%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestBuildHandler.cxx.o [ 68%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestConfigureCommand.cxx.o [ 68%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestConfigureHandler.cxx.o [ 69%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestCoverageCommand.cxx.o [ 69%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestCoverageHandler.cxx.o [ 69%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestCurl.cxx.o [ 70%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseMumpsCoverage.cxx.o [ 70%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseCacheCoverage.cxx.o [ 70%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseGTMCoverage.cxx.o [ 71%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseJacocoCoverage.cxx.o [ 71%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseBlanketJSCoverage.cxx.o [ 71%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParsePHPCoverage.cxx.o [ 72%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseCoberturaCoverage.cxx.o [ 72%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseDelphiCoverage.cxx.o [ 72%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestEmptyBinaryDirectoryCommand.cxx.o [ 73%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestGenericHandler.cxx.o [ 73%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestHandlerCommand.cxx.o [ 73%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestLaunch.cxx.o [ 74%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestMemCheckCommand.cxx.o [ 74%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestMemCheckHandler.cxx.o [ 74%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestMultiProcessHandler.cxx.o [ 75%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestReadCustomFilesCommand.cxx.o [ 75%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestRunScriptCommand.cxx.o [ 75%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestRunTest.cxx.o [ 76%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestScriptHandler.cxx.o [ 76%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestSleepCommand.cxx.o [ 76%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestStartCommand.cxx.o [ 77%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestSubmitCommand.cxx.o [ 77%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestSubmitHandler.cxx.o [ 77%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestTestCommand.cxx.o [ 78%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestTestHandler.cxx.o [ 78%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestUpdateCommand.cxx.o [ 79%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestUpdateHandler.cxx.o [ 79%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestUploadCommand.cxx.o [ 79%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestUploadHandler.cxx.o [ 80%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestVC.cxx.o [ 80%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestGlobalVC.cxx.o [ 80%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestCVS.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestSVN.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestBZR.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestGIT.cxx.o [ 82%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestHG.cxx.o [ 82%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestP4.cxx.o [ 82%] Linking CXX static library libCTestLib.a [ 82%] Built target CTestLib Scanning dependencies of target ccmake [ 83%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesOptionsWidget.cxx.o [ 83%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesBoolWidget.cxx.o [ 83%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesCacheEntryComposite.cxx.o [ 84%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesDummyWidget.cxx.o [ 84%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesFilePathWidget.cxx.o [ 84%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesForm.cxx.o [ 85%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesLabelWidget.cxx.o [ 85%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesLongMessageForm.cxx.o [ 85%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesMainForm.cxx.o [ 86%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesPathWidget.cxx.o [ 86%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesStringWidget.cxx.o [ 86%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesWidget.cxx.o [ 87%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/ccmake.cxx.o [ 87%] Linking CXX executable ../bin/ccmake ld: cannot find -lncurses Source/CMakeFiles/ccmake.dir/build.make:417: recipe for target 'bin/ccmake' failed gmake[2]: *** [bin/ccmake] Error 1 CMakeFiles/Makefile2:1564: recipe for target 'Source/CMakeFiles/ccmake.dir/all' failed gmake[1]: *** [Source/CMakeFiles/ccmake.dir/all] Error 2 Makefile:160: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 2 Stop. make: stopped in /u0/n0/gdt/NetBSD-current/pkgsrc/devel/cmake *** Error code 1 Stop. make: stopped in /usr/pkgsrc/devel/cmake
Attachment:
pgpx4bqRwmS0r.pgp
Description: PGP signature