[kde-freebsd] CMakeError.log
Charlie Root
root at mail3.esestudios.com
Mon Jan 12 23:57:04 UTC 2015
Determining if the environ exist failed with the following output:
Change Dir: /usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp
Run Build Command:"/usr/local/bin/gmake" "cmTryCompileExec4092577021/fast"
gmake[15]: Entering directory '/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp'
make -f CMakeFiles/cmTryCompileExec4092577021.dir/build.make CMakeFiles/cmTryCompileExec4092577021.dir/build
make[16]: Entering directory `/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp'
/usr/ports/devel/cmake/work/cmake-3.1.0/Bootstrap.cmk/cmake -E cmake_progress_report /usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4092577021.dir/CheckSymbolExists.c.o
/usr/bin/cc -O2 -pipe -fstack-protector -fno-strict-aliasing -o CMakeFiles/cmTryCompileExec4092577021.dir/CheckSymbolExists.c.o -c /usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'environ'
return ((int*)(&environ))[argc];
^
1 error generated.
*** Error code 1
Stop.
make[16]: stopped in /usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp
Makefile:118: recipe for target 'cmTryCompileExec4092577021/fast' failed
gmake[15]: *** [cmTryCompileExec4092577021/fast] Error 1
gmake[15]: Leaving directory '/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp'
File /usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef environ
return ((int*)(&environ))[argc];
#else
(void)argc;
return 0;
#endif
}
Checking for non-standard argument to stl allocator<>::max_size failed to compile with the following output:
Change Dir: /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp
Run Build Command:"/usr/local/bin/gmake" "cmTryCompileExec3476875621/fast"
gmake[15]: Entering directory '/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
make -f CMakeFiles/cmTryCompileExec3476875621.dir/build.make CMakeFiles/cmTryCompileExec3476875621.dir/build
make[16]: Entering directory `/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
/usr/ports/devel/cmake/work/cmake-3.1.0/Bootstrap.cmk/cmake -E cmake_progress_report /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3476875621.dir/kwsysPlatformTestsCXX.cxx.o
/usr/bin/c++ -DKWSYS_STL_HAVE_STD=1 -DTEST_KWSYS_STL_HAS_ALLOCATOR_MAX_SIZE_ARGUMENT -O2 -pipe -fstack-protector -fno-strict-aliasing -o CMakeFiles/cmTryCompileExec3476875621.dir/kwsysPlatformTestsCXX.cxx.o -c /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx
/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:256:14: error: too many arguments to function call, expected 0, have 1
a.max_size(sizeof(int));
~~~~~~~~~~ ^~~~~~~~~~~
/usr/include/c++/v1/memory:1633:5: note: 'max_size' declared here
_LIBCPP_INLINE_VISIBILITY size_type max_size() const _NOEXCEPT
^
/usr/include/c++/v1/__config:193:35: note: expanded from macro '_LIBCPP_INLINE_VISIBILITY'
#define _LIBCPP_INLINE_VISIBILITY __attribute__ ((__visibility__("hidden"), __always_inline__))
^
1 error generated.
*** Error code 1
Stop.
make[16]: stopped in /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp
Makefile:118: recipe for target 'cmTryCompileExec3476875621/fast' failed
gmake[15]: *** [cmTryCompileExec3476875621/fast] Error 1
gmake[15]: Leaving directory '/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
Checking whether "<>" is needed for template friends failed to compile with the following output:
Change Dir: /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp
Run Build Command:"/usr/local/bin/gmake" "cmTryCompileExec1743425988/fast"
gmake[15]: Entering directory '/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
make -f CMakeFiles/cmTryCompileExec1743425988.dir/build.make CMakeFiles/cmTryCompileExec1743425988.dir/build
make[16]: Entering directory `/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
/usr/ports/devel/cmake/work/cmake-3.1.0/Bootstrap.cmk/cmake -E cmake_progress_report /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec1743425988.dir/kwsysPlatformTestsCXX.cxx.o
/usr/bin/c++ -DTEST_KWSYS_CXX_HAS_NULL_TEMPLATE_ARGS -O2 -pipe -fstack-protector -fno-strict-aliasing -o CMakeFiles/cmTryCompileExec1743425988.dir/kwsysPlatformTestsCXX.cxx.o -c /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx
/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:146:46: error: 'x' is a private member of 'A<int>'
template <class T> int f(A<T>& a) { return a.x = 0; }
^
/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:147:14: note: in instantiation of function template specialization 'f<int>' requested here
template int f(A<int>&);
^
/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:143:7: note: declared private here
int x;
^
1 error generated.
*** Error code 1
Stop.
make[16]: stopped in /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp
Makefile:118: recipe for target 'cmTryCompileExec1743425988/fast' failed
gmake[15]: *** [cmTryCompileExec1743425988/fast] Error 1
gmake[15]: Leaving directory '/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
Checking whether C++ compiler has '__int64' failed to compile with the following output:
Change Dir: /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp
Run Build Command:"/usr/local/bin/gmake" "cmTryCompileExec3315561241/fast"
gmake[15]: Entering directory '/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
make -f CMakeFiles/cmTryCompileExec3315561241.dir/build.make CMakeFiles/cmTryCompileExec3315561241.dir/build
make[16]: Entering directory `/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
/usr/ports/devel/cmake/work/cmake-3.1.0/Bootstrap.cmk/cmake -E cmake_progress_report /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3315561241.dir/kwsysPlatformTestsCXX.cxx.o
/usr/bin/c++ -DTEST_KWSYS_CXX_HAS___INT64 -O2 -pipe -fstack-protector -fno-strict-aliasing -o CMakeFiles/cmTryCompileExec3315561241.dir/kwsysPlatformTestsCXX.cxx.o -c /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx
/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:126:1: error: unknown type name '__int64'
__int64 f(__int64 n) { return n; }
^
/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:126:11: error: unknown type name '__int64'
__int64 f(__int64 n) { return n; }
^
/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:129:3: error: unknown type name '__int64'
__int64 n = 0;
^
3 errors generated.
*** Error code 1
Stop.
make[16]: stopped in /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp
Makefile:118: recipe for target 'cmTryCompileExec3315561241/fast' failed
gmake[15]: *** [cmTryCompileExec3315561241/fast] Error 1
gmake[15]: Leaving directory '/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
Determining size of __int64 failed with the following output:
Change Dir: /usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp
Run Build Command:"/usr/local/bin/gmake" "cmTryCompileExec2357463447/fast"
gmake[15]: Entering directory '/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp'
make -f CMakeFiles/cmTryCompileExec2357463447.dir/build.make CMakeFiles/cmTryCompileExec2357463447.dir/build
make[16]: Entering directory `/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp'
/usr/ports/devel/cmake/work/cmake-3.1.0/Bootstrap.cmk/cmake -E cmake_progress_report /usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2357463447.dir/KWSYS_SIZEOF___INT64.c.o
/usr/bin/cc -O2 -pipe -fstack-protector -fno-strict-aliasing -o CMakeFiles/cmTryCompileExec2357463447.dir/KWSYS_SIZEOF___INT64.c.o -c /usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c
/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:19:12: error: use of undeclared identifier '__int64'; did you mean '__int64_t'?
('0' + ((SIZE / 10000)%10)),
^
/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(__int64))
^
/usr/include/x86/_types.h:58:16: note: '__int64_t' declared here
typedef long __int64_t;
^
/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:20:12: error: use of undeclared identifier '__int64'; did you mean '__int64_t'?
('0' + ((SIZE / 1000)%10)),
^
/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(__int64))
^
/usr/include/x86/_types.h:58:16: note: '__int64_t' declared here
typedef long __int64_t;
^
/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:21:12: error: use of undeclared identifier '__int64'; did you mean '__int64_t'?
('0' + ((SIZE / 100)%10)),
^
/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(__int64))
^
/usr/include/x86/_types.h:58:16: note: '__int64_t' declared here
typedef long __int64_t;
^
/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:22:12: error: use of undeclared identifier '__int64'; did you mean '__int64_t'?
('0' + ((SIZE / 10)%10)),
^
/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(__int64))
^
/usr/include/x86/_types.h:58:16: note: '__int64_t' declared here
typedef long __int64_t;
^
/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:23:12: error: use of undeclared identifier '__int64'; did you mean '__int64_t'?
('0' + (SIZE % 10)),
^
/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(__int64))
^
/usr/include/x86/_types.h:58:16: note: '__int64_t' declared here
typedef long __int64_t;
^
5 errors generated.
*** Error code 1
Stop.
make[16]: stopped in /usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp
Makefile:118: recipe for target 'cmTryCompileExec2357463447/fast' failed
gmake[15]: *** [cmTryCompileExec2357463447/fast] Error 1
gmake[15]: Leaving directory '/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp'
/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#endif
#define SIZE (sizeof(__int64))
char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
('0' + ((SIZE / 10000)%10)),
('0' + ((SIZE / 1000)%10)),
('0' + ((SIZE / 100)%10)),
('0' + ((SIZE / 10)%10)),
('0' + (SIZE % 10)),
']',
#ifdef KEY
' ','k','e','y','[', KEY, ']',
#endif
'\0'};
#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
int require = 0;
require += info_size[argc];
(void)argv;
return require;
}
Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output:
Change Dir: /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp
Run Build Command:"/usr/local/bin/gmake" "cmTryCompileExec1750146423/fast"
gmake[15]: Entering directory '/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
make -f CMakeFiles/cmTryCompileExec1750146423.dir/build.make CMakeFiles/cmTryCompileExec1750146423.dir/build
make[16]: Entering directory `/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
/usr/ports/devel/cmake/work/cmake-3.1.0/Bootstrap.cmk/cmake -E cmake_progress_report /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec1750146423.dir/kwsysPlatformTestsCXX.cxx.o
/usr/bin/c++ -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H -O2 -pipe -fstack-protector -fno-strict-aliasing -o CMakeFiles/cmTryCompileExec1750146423.dir/kwsysPlatformTestsCXX.cxx.o -c /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx
/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:450:13: error: use of undeclared identifier 'environ'
char* e = environ[0];
^
1 error generated.
*** Error code 1
Stop.
make[16]: stopped in /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp
Makefile:118: recipe for target 'cmTryCompileExec1750146423/fast' failed
gmake[15]: *** [cmTryCompileExec1750146423/fast] Error 1
gmake[15]: Leaving directory '/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
Checking whether CXX compiler has utimensat failed to compile with the following output:
Change Dir: /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp
Run Build Command:"/usr/local/bin/gmake" "cmTryCompileExec3128387423/fast"
gmake[15]: Entering directory '/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
make -f CMakeFiles/cmTryCompileExec3128387423.dir/build.make CMakeFiles/cmTryCompileExec3128387423.dir/build
make[16]: Entering directory `/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
/usr/ports/devel/cmake/work/cmake-3.1.0/Bootstrap.cmk/cmake -E cmake_progress_report /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3128387423.dir/kwsysPlatformTestsCXX.cxx.o
/usr/bin/c++ -DTEST_KWSYS_CXX_HAS_UTIMENSAT -O2 -pipe -fstack-protector -fno-strict-aliasing -o CMakeFiles/cmTryCompileExec3128387423.dir/kwsysPlatformTestsCXX.cxx.o -c /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx
/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:511:34: error: use of undeclared identifier 'UTIME_OMIT'
struct timespec times[2] = {{0,UTIME_OMIT},{0,UTIME_NOW}};
^
/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:511:49: error: use of undeclared identifier 'UTIME_NOW'
struct timespec times[2] = {{0,UTIME_OMIT},{0,UTIME_NOW}};
^
/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:512:10: error: use of undeclared identifier 'utimensat'
return utimensat(AT_FDCWD, "/example", times, AT_SYMLINK_NOFOLLOW);
^
3 errors generated.
*** Error code 1
Stop.
make[16]: stopped in /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp
Makefile:118: recipe for target 'cmTryCompileExec3128387423/fast' failed
gmake[15]: *** [cmTryCompileExec3128387423/fast] Error 1
gmake[15]: Leaving directory '/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
Determining if files machine/cpu.h exist failed with the following output:
Change Dir: /usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp
Run Build Command:"/usr/local/bin/gmake" "cmTryCompileExec2999285684/fast"
gmake[15]: Entering directory '/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp'
make -f CMakeFiles/cmTryCompileExec2999285684.dir/build.make CMakeFiles/cmTryCompileExec2999285684.dir/build
make[16]: Entering directory `/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp'
/usr/ports/devel/cmake/work/cmake-3.1.0/Bootstrap.cmk/cmake -E cmake_progress_report /usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2999285684.dir/CheckIncludeFiles.c.o
/usr/bin/cc -O2 -pipe -fstack-protector -fno-strict-aliasing -o CMakeFiles/cmTryCompileExec2999285684.dir/CheckIncludeFiles.c.o -c /usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
In file included from /usr/include/machine/cpu.h:43:
In file included from /usr/include/machine/frame.h:6:
/usr/include/x86/frame.h:112:2: error: unknown type name 'register_t'
register_t tf_rdi;
^
/usr/include/x86/frame.h:113:2: error: unknown type name 'register_t'
register_t tf_rsi;
^
/usr/include/x86/frame.h:114:2: error: unknown type name 'register_t'
register_t tf_rdx;
^
/usr/include/x86/frame.h:115:2: error: unknown type name 'register_t'
register_t tf_rcx;
^
/usr/include/x86/frame.h:116:2: error: unknown type name 'register_t'
register_t tf_r8;
^
/usr/include/x86/frame.h:117:2: error: unknown type name 'register_t'
register_t tf_r9;
^
/usr/include/x86/frame.h:118:2: error: unknown type name 'register_t'
register_t tf_rax;
^
/usr/include/x86/frame.h:119:2: error: unknown type name 'register_t'
register_t tf_rbx;
^
/usr/include/x86/frame.h:120:2: error: unknown type name 'register_t'
register_t tf_rbp;
^
/usr/include/x86/frame.h:121:2: error: unknown type name 'register_t'
register_t tf_r10;
^
/usr/include/x86/frame.h:122:2: error: unknown type name 'register_t'
register_t tf_r11;
^
/usr/include/x86/frame.h:123:2: error: unknown type name 'register_t'
register_t tf_r12;
^
/usr/include/x86/frame.h:124:2: error: unknown type name 'register_t'
register_t tf_r13;
^
/usr/include/x86/frame.h:125:2: error: unknown type name 'register_t'
register_t tf_r14;
^
/usr/include/x86/frame.h:126:2: error: unknown type name 'register_t'
register_t tf_r15;
^
/usr/include/x86/frame.h:127:2: error: unknown type name 'uint32_t'
uint32_t tf_trapno;
^
/usr/include/x86/frame.h:128:2: error: unknown type name 'uint16_t'
uint16_t tf_fs;
^
/usr/include/x86/frame.h:129:2: error: unknown type name 'uint16_t'
uint16_t tf_gs;
^
/usr/include/x86/frame.h:130:2: error: unknown type name 'register_t'
register_t tf_addr;
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
*** Error code 1
Stop.
make[16]: stopped in /usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp
Makefile:118: recipe for target 'cmTryCompileExec2999285684/fast' failed
gmake[15]: *** [cmTryCompileExec2999285684/fast] Error 1
gmake[15]: Leaving directory '/usr/ports/devel/cmake/work/cmake-3.1.0/CMakeFiles/CMakeTmp'
Source:
/* */
#include <machine/cpu.h>
int main(void){return 0;}
Checking whether CXX compiler has rlimit64 failed to compile with the following output:
Change Dir: /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp
Run Build Command:"/usr/local/bin/gmake" "cmTryCompileExec2360755375/fast"
gmake[15]: Entering directory '/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
make -f CMakeFiles/cmTryCompileExec2360755375.dir/build.make CMakeFiles/cmTryCompileExec2360755375.dir/build
make[16]: Entering directory `/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
/usr/ports/devel/cmake/work/cmake-3.1.0/Bootstrap.cmk/cmake -E cmake_progress_report /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec2360755375.dir/kwsysPlatformTestsCXX.cxx.o
/usr/bin/c++ -DKWSYS_HAS_LFS=1 -DTEST_KWSYS_CXX_HAS_RLIMIT64 -O2 -pipe -fstack-protector -fno-strict-aliasing -o CMakeFiles/cmTryCompileExec2360755375.dir/kwsysPlatformTestsCXX.cxx.o -c /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx
/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:465:19: error: variable has incomplete type 'struct rlimit64'
struct rlimit64 rlim;
^
/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:465:10: note: forward declaration of 'rlimit64'
struct rlimit64 rlim;
^
1 error generated.
*** Error code 1
Stop.
make[16]: stopped in /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp
Makefile:118: recipe for target 'cmTryCompileExec2360755375/fast' failed
gmake[15]: *** [cmTryCompileExec2360755375/fast] Error 1
gmake[15]: Leaving directory '/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
Checking whether CXX compiler has _atoi64 failed to compile with the following output:
Change Dir: /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp
Run Build Command:"/usr/local/bin/gmake" "cmTryCompileExec3318295215/fast"
gmake[15]: Entering directory '/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
make -f CMakeFiles/cmTryCompileExec3318295215.dir/build.make CMakeFiles/cmTryCompileExec3318295215.dir/build
make[16]: Entering directory `/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
/usr/ports/devel/cmake/work/cmake-3.1.0/Bootstrap.cmk/cmake -E cmake_progress_report /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3318295215.dir/kwsysPlatformTestsCXX.cxx.o
/usr/bin/c++ -DTEST_KWSYS_CXX_HAS__ATOI64 -O2 -pipe -fstack-protector -fno-strict-aliasing -o CMakeFiles/cmTryCompileExec3318295215.dir/kwsysPlatformTestsCXX.cxx.o -c /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx
/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:493:27: error: use of undeclared identifier '_atoi64'
return static_cast<int>(_atoi64(str));
^
1 error generated.
*** Error code 1
Stop.
make[16]: stopped in /usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp
Makefile:118: recipe for target 'cmTryCompileExec3318295215/fast' failed
gmake[15]: *** [cmTryCompileExec3318295215/fast] Error 1
gmake[15]: Leaving directory '/usr/ports/devel/cmake/work/cmake-3.1.0/Source/kwsys/CMakeFiles/CMakeTmp'
More information about the kde-freebsd
mailing list