Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 363670 Details for
Bug 491776
dev-util/cmake-2.8.12-r1 - CMake Error at /usr/lib64/cmake/Qt5Core/Qt5CoreConfig.cmake:116 (list): list sub-command REMOVE_DUPLICATES requires list to be present.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
CMakeError.log
CMakeError.log (text/plain), 22.00 KB, created by
ewomer
on 2013-11-20 15:12:41 UTC
(
hide
)
Description:
CMakeError.log
Filename:
MIME Type:
Creator:
ewomer
Created:
2013-11-20 15:12:41 UTC
Size:
22.00 KB
patch
obsolete
>Determining if the environ exist failed with the following output: >Change Dir: /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp > >Run Build Command:/usr/bin/gmake "cmTryCompileExec3543904271/fast" >/usr/bin/gmake -f CMakeFiles/cmTryCompileExec3543904271.dir/build.make CMakeFiles/cmTryCompileExec3543904271.dir/build >gmake[1]: Entering directory `/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp' >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Bootstrap.cmk/cmake -E cmake_progress_report /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CMakeFiles 1 >Building C object CMakeFiles/cmTryCompileExec3543904271.dir/CheckSymbolExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -O2 -pipe -m64 -o CMakeFiles/cmTryCompileExec3543904271.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function âmainâ: >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: âenvironâ undeclared (first use in this function) > return ((int*)(&environ))[argc]; > ^ >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in >gmake[1]: *** [CMakeFiles/cmTryCompileExec3543904271.dir/CheckSymbolExists.c.o] Error 1 >gmake[1]: Leaving directory `/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp' >gmake: *** [cmTryCompileExec3543904271/fast] Error 2 > >File /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/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: /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/Source/kwsys/CMakeFiles/CMakeTmp > >Run Build Command:/usr/bin/gmake "cmTryCompileExec3228611718/fast" >/usr/bin/gmake -f CMakeFiles/cmTryCompileExec3228611718.dir/build.make CMakeFiles/cmTryCompileExec3228611718.dir/build >gmake[1]: Entering directory `/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/Source/kwsys/CMakeFiles/CMakeTmp' >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Bootstrap.cmk/cmake -E cmake_progress_report /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/Source/kwsys/CMakeFiles/CMakeTmp/CMakeFiles 1 >Building CXX object CMakeFiles/cmTryCompileExec3228611718.dir/kwsysPlatformTestsCXX.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -DKWSYS_STL_HAVE_STD=1 -DTEST_KWSYS_STL_HAS_ALLOCATOR_MAX_SIZE_ARGUMENT -DNDEBUG -march=native -O2 -pipe -m64 -o CMakeFiles/cmTryCompileExec3228611718.dir/kwsysPlatformTestsCXX.cxx.o -c /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function âvoid f(const std::allocator<char>&)â: >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:263:25: error: no matching function for call to âstd::allocator<char>::max_size(long unsigned int) constâ > a.max_size(sizeof(int)); > ^ >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:263:25: note: candidate is: >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include/g++-v4/x86_64-pc-linux-gnu/bits/c++allocator.h:33:0, > from /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include/g++-v4/bits/allocator.h:46, > from /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include/g++-v4/memory:63, > from /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:260: >/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include/g++-v4/ext/new_allocator.h:113:7: note: __gnu_cxx::new_allocator<_Tp>::size_type __gnu_cxx::new_allocator<_Tp>::max_size() const [with _Tp = char; __gnu_cxx::new_allocator<_Tp>::size_type = long unsigned int] > max_size() const _GLIBCXX_USE_NOEXCEPT > ^ >/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include/g++-v4/ext/new_allocator.h:113:7: note: candidate expects 0 arguments, 1 provided >gmake[1]: *** [CMakeFiles/cmTryCompileExec3228611718.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 >gmake[1]: Leaving directory `/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/Source/kwsys/CMakeFiles/CMakeTmp' >gmake: *** [cmTryCompileExec3228611718/fast] Error 2 > > >Checking whether "<>" is needed for template friends failed to compile with the following output: >Change Dir: /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/Source/kwsys/CMakeFiles/CMakeTmp > >Run Build Command:/usr/bin/gmake "cmTryCompileExec1025016049/fast" >/usr/bin/gmake -f CMakeFiles/cmTryCompileExec1025016049.dir/build.make CMakeFiles/cmTryCompileExec1025016049.dir/build >gmake[1]: Entering directory `/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/Source/kwsys/CMakeFiles/CMakeTmp' >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Bootstrap.cmk/cmake -E cmake_progress_report /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/Source/kwsys/CMakeFiles/CMakeTmp/CMakeFiles 1 >Building CXX object CMakeFiles/cmTryCompileExec1025016049.dir/kwsysPlatformTestsCXX.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -DTEST_KWSYS_CXX_HAS_NULL_TEMPLATE_ARGS -DNDEBUG -march=native -O2 -pipe -m64 -o CMakeFiles/cmTryCompileExec1025016049.dir/kwsysPlatformTestsCXX.cxx.o -c /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:148:21: warning: friend declaration âint f(A<T>&)â declares a non-template function [-Wnon-template-friend] > friend int f(A<T>&); > ^ >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:148:21: note: (if this is not what you intended, make sure the function template has already been declared and add <> after the function name here) >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx: In instantiation of âint f(A<T>&) [with T = int]â: >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:154:23: required from here >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:150:7: error: âint A<int>::xâ is private > int x; > ^ >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:153:48: error: within this context > template <class T> int f(A<T>& a) { return a.x = 0; } > ^ >gmake[1]: *** [CMakeFiles/cmTryCompileExec1025016049.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 >gmake[1]: Leaving directory `/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/Source/kwsys/CMakeFiles/CMakeTmp' >gmake: *** [cmTryCompileExec1025016049/fast] Error 2 > > >Checking whether C++ compiler has '__int64' failed to compile with the following output: >Change Dir: /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/Source/kwsys/CMakeFiles/CMakeTmp > >Run Build Command:/usr/bin/gmake "cmTryCompileExec828975846/fast" >/usr/bin/gmake -f CMakeFiles/cmTryCompileExec828975846.dir/build.make CMakeFiles/cmTryCompileExec828975846.dir/build >gmake[1]: Entering directory `/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/Source/kwsys/CMakeFiles/CMakeTmp' >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Bootstrap.cmk/cmake -E cmake_progress_report /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/Source/kwsys/CMakeFiles/CMakeTmp/CMakeFiles 1 >Building CXX object CMakeFiles/cmTryCompileExec828975846.dir/kwsysPlatformTestsCXX.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -DTEST_KWSYS_CXX_HAS___INT64 -DNDEBUG -march=native -O2 -pipe -m64 -o CMakeFiles/cmTryCompileExec828975846.dir/kwsysPlatformTestsCXX.cxx.o -c /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:133:1: error: â__int64â does not name a type > __int64 f(__int64 n) { return n; } > ^ >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function âint main()â: >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:136:3: error: â__int64â was not declared in this scope > __int64 n = 0; > ^ >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:136:11: error: expected â;â before ânâ > __int64 n = 0; > ^ >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:137:29: error: ânâ was not declared in this scope > return static_cast<int>(f(n)); > ^ >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:137:30: error: âfâ was not declared in this scope > return static_cast<int>(f(n)); > ^ >gmake[1]: *** [CMakeFiles/cmTryCompileExec828975846.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 >gmake[1]: Leaving directory `/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/Source/kwsys/CMakeFiles/CMakeTmp' >gmake: *** [cmTryCompileExec828975846/fast] Error 2 > > >Determining size of __int64 failed with the following output: >Change Dir: /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp > >Run Build Command:/usr/bin/gmake "cmTryCompileExec2398361654/fast" >/usr/bin/gmake -f CMakeFiles/cmTryCompileExec2398361654.dir/build.make CMakeFiles/cmTryCompileExec2398361654.dir/build >gmake[1]: Entering directory `/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp' >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Bootstrap.cmk/cmake -E cmake_progress_report /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CMakeFiles 1 >Building C object CMakeFiles/cmTryCompileExec2398361654.dir/KWSYS_SIZEOF___INT64.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -O2 -pipe -m64 -o CMakeFiles/cmTryCompileExec2398361654.dir/KWSYS_SIZEOF___INT64.c.o -c /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:17:22: error: â__int64â undeclared here (not in a function) > #define SIZE (sizeof(__int64)) > ^ >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:19:12: note: in expansion of macro âSIZEâ > ('0' + ((SIZE / 10000)%10)), > ^ >gmake[1]: *** [CMakeFiles/cmTryCompileExec2398361654.dir/KWSYS_SIZEOF___INT64.c.o] Error 1 >gmake[1]: Leaving directory `/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp' >gmake: *** [cmTryCompileExec2398361654/fast] Error 2 > >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/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: /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/Source/kwsys/CMakeFiles/CMakeTmp > >Run Build Command:/usr/bin/gmake "cmTryCompileExec3918892104/fast" >/usr/bin/gmake -f CMakeFiles/cmTryCompileExec3918892104.dir/build.make CMakeFiles/cmTryCompileExec3918892104.dir/build >gmake[1]: Entering directory `/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/Source/kwsys/CMakeFiles/CMakeTmp' >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Bootstrap.cmk/cmake -E cmake_progress_report /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/Source/kwsys/CMakeFiles/CMakeTmp/CMakeFiles 1 >Building CXX object CMakeFiles/cmTryCompileExec3918892104.dir/kwsysPlatformTestsCXX.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H -DNDEBUG -march=native -O2 -pipe -m64 -o CMakeFiles/cmTryCompileExec3918892104.dir/kwsysPlatformTestsCXX.cxx.o -c /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function âint main()â: >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:457:13: error: âenvironâ was not declared in this scope > char* e = environ[0]; > ^ >gmake[1]: *** [CMakeFiles/cmTryCompileExec3918892104.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 >gmake[1]: Leaving directory `/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/Source/kwsys/CMakeFiles/CMakeTmp' >gmake: *** [cmTryCompileExec3918892104/fast] Error 2 > > >Checking whether CXX compiler has _atoi64 failed to compile with the following output: >Change Dir: /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/Source/kwsys/CMakeFiles/CMakeTmp > >Run Build Command:/usr/bin/gmake "cmTryCompileExec3925313262/fast" >/usr/bin/gmake -f CMakeFiles/cmTryCompileExec3925313262.dir/build.make CMakeFiles/cmTryCompileExec3925313262.dir/build >gmake[1]: Entering directory `/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/Source/kwsys/CMakeFiles/CMakeTmp' >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Bootstrap.cmk/cmake -E cmake_progress_report /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/Source/kwsys/CMakeFiles/CMakeTmp/CMakeFiles 1 >Building CXX object CMakeFiles/cmTryCompileExec3925313262.dir/kwsysPlatformTestsCXX.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -DTEST_KWSYS_CXX_HAS__ATOI64 -DNDEBUG -march=native -O2 -pipe -m64 -o CMakeFiles/cmTryCompileExec3925313262.dir/kwsysPlatformTestsCXX.cxx.o -c /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function âint main()â: >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:500:38: error: â_atoi64â was not declared in this scope > return static_cast<int>(_atoi64(str)); > ^ >gmake[1]: *** [CMakeFiles/cmTryCompileExec3925313262.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 >gmake[1]: Leaving directory `/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/Source/kwsys/CMakeFiles/CMakeTmp' >gmake: *** [cmTryCompileExec3925313262/fast] Error 2 > > >Determining if the Q_WS_WIN exist failed with the following output: >Change Dir: /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp > >Run Build Command:/usr/bin/gmake "cmTryCompileExec2369245697/fast" >/usr/bin/gmake -f CMakeFiles/cmTryCompileExec2369245697.dir/build.make CMakeFiles/cmTryCompileExec2369245697.dir/build >gmake[1]: Entering directory `/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp' >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Bootstrap.cmk/cmake -E cmake_progress_report /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CMakeFiles 1 >Building CXX object CMakeFiles/cmTryCompileExec2369245697.dir/CheckSymbolExists.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -march=native -O2 -pipe -m64 -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec2369245697.dir/CheckSymbolExists.cxx.o -c /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function âint main(int, char**)â: >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: âQ_WS_WINâ was not declared in this scope > return ((int*)(&Q_WS_WIN))[argc]; > ^ >gmake[1]: *** [CMakeFiles/cmTryCompileExec2369245697.dir/CheckSymbolExists.cxx.o] Error 1 >gmake[1]: Leaving directory `/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp' >gmake: *** [cmTryCompileExec2369245697/fast] Error 2 > >File /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: >/* */ >#include <QtCore/qglobal.h> > >int main(int argc, char** argv) >{ > (void)argv; >#ifndef Q_WS_WIN > return ((int*)(&Q_WS_WIN))[argc]; >#else > (void)argc; > return 0; >#endif >} > >Determining if the Q_WS_QWS exist failed with the following output: >Change Dir: /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp > >Run Build Command:/usr/bin/gmake "cmTryCompileExec1702774558/fast" >/usr/bin/gmake -f CMakeFiles/cmTryCompileExec1702774558.dir/build.make CMakeFiles/cmTryCompileExec1702774558.dir/build >gmake[1]: Entering directory `/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp' >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Bootstrap.cmk/cmake -E cmake_progress_report /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CMakeFiles 1 >Building CXX object CMakeFiles/cmTryCompileExec1702774558.dir/CheckSymbolExists.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -march=native -O2 -pipe -m64 -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec1702774558.dir/CheckSymbolExists.cxx.o -c /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function âint main(int, char**)â: >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: âQ_WS_QWSâ was not declared in this scope > return ((int*)(&Q_WS_QWS))[argc]; > ^ >gmake[1]: *** [CMakeFiles/cmTryCompileExec1702774558.dir/CheckSymbolExists.cxx.o] Error 1 >gmake[1]: Leaving directory `/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp' >gmake: *** [cmTryCompileExec1702774558/fast] Error 2 > >File /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: >/* */ >#include <QtCore/qglobal.h> > >int main(int argc, char** argv) >{ > (void)argv; >#ifndef Q_WS_QWS > return ((int*)(&Q_WS_QWS))[argc]; >#else > (void)argc; > return 0; >#endif >} > >Determining if the Q_WS_MAC exist failed with the following output: >Change Dir: /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp > >Run Build Command:/usr/bin/gmake "cmTryCompileExec3873181484/fast" >/usr/bin/gmake -f CMakeFiles/cmTryCompileExec3873181484.dir/build.make CMakeFiles/cmTryCompileExec3873181484.dir/build >gmake[1]: Entering directory `/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp' >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1/Bootstrap.cmk/cmake -E cmake_progress_report /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CMakeFiles 1 >Building CXX object CMakeFiles/cmTryCompileExec3873181484.dir/CheckSymbolExists.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -march=native -O2 -pipe -m64 -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec3873181484.dir/CheckSymbolExists.cxx.o -c /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function âint main(int, char**)â: >/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: âQ_WS_MACâ was not declared in this scope > return ((int*)(&Q_WS_MAC))[argc]; > ^ >gmake[1]: *** [CMakeFiles/cmTryCompileExec3873181484.dir/CheckSymbolExists.cxx.o] Error 1 >gmake[1]: Leaving directory `/var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp' >gmake: *** [cmTryCompileExec3873181484/fast] Error 2 > >File /var/tmp/portage/dev-util/cmake-2.8.12.1-r1/work/cmake-2.8.12.1_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: >/* */ >#include <QtCore/qglobal.h> > >int main(int argc, char** argv) >{ > (void)argv; >#ifndef Q_WS_MAC > return ((int*)(&Q_WS_MAC))[argc]; >#else > (void)argc; > return 0; >#endif >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 491776
:
363666
|
363668
| 363670