-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCMakeError.log
180 lines (159 loc) · 9.78 KB
/
CMakeError.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
Performing C++ SOURCE FILE Test COMPLEX_TAGLIB_FILENAME failed with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a38f2/fast"
/usr/bin/make -f CMakeFiles/cmTC_a38f2.dir/build.make CMakeFiles/cmTC_a38f2.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_a38f2.dir/src.cxx.o
/usr/bin/c++ -I/usr/include/taglib -DCOMPLEX_TAGLIB_FILENAME -I/usr/include/taglib -o CMakeFiles/cmTC_a38f2.dir/src.cxx.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/src.cxx
/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’:
/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/src.cxx:5:38: error: cannot convert ‘const wchar_t*’ to ‘TagLib::FileName {aka const char*}’ in initialization
TagLib::FileName fileName2(L"wchar");
^
make[1]: *** [CMakeFiles/cmTC_a38f2.dir/build.make:66: CMakeFiles/cmTC_a38f2.dir/src.cxx.o] Error 1
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:126: cmTC_a38f2/fast] Error 2
Source file was:
#include <tfile.h>
int main()
{
TagLib::FileName fileName1("char");
TagLib::FileName fileName2(L"wchar");
return 0;
}
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_87b4b/fast"
/usr/bin/make -f CMakeFiles/cmTC_87b4b.dir/build.make CMakeFiles/cmTC_87b4b.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_87b4b.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/taglib -I/usr/include/qt4 -fmessage-length=0 -Wl,--as-needed -I/usr/include/taglib -o CMakeFiles/cmTC_87b4b.dir/CheckSymbolExists.cxx.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_WIN’ was not declared in this scope
return ((int*)(&Q_WS_WIN))[argc];
^~~~~~~~
/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: note: suggested alternative: ‘Q_WS_X11’
return ((int*)(&Q_WS_WIN))[argc];
^~~~~~~~
Q_WS_X11
make[1]: *** [CMakeFiles/cmTC_87b4b.dir/build.make:66: CMakeFiles/cmTC_87b4b.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:126: cmTC_87b4b/fast] Error 2
File /home/nauticalnexus/Downloads/amarok-2.9.0/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: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_24890/fast"
/usr/bin/make -f CMakeFiles/cmTC_24890.dir/build.make CMakeFiles/cmTC_24890.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_24890.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/taglib -I/usr/include/qt4 -fmessage-length=0 -Wl,--as-needed -I/usr/include/taglib -o CMakeFiles/cmTC_24890.dir/CheckSymbolExists.cxx.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_QWS’ was not declared in this scope
return ((int*)(&Q_WS_QWS))[argc];
^~~~~~~~
/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: note: suggested alternative: ‘Q_WS_X11’
return ((int*)(&Q_WS_QWS))[argc];
^~~~~~~~
Q_WS_X11
make[1]: *** [CMakeFiles/cmTC_24890.dir/build.make:66: CMakeFiles/cmTC_24890.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:126: cmTC_24890/fast] Error 2
File /home/nauticalnexus/Downloads/amarok-2.9.0/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: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1e90c/fast"
/usr/bin/make -f CMakeFiles/cmTC_1e90c.dir/build.make CMakeFiles/cmTC_1e90c.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_1e90c.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/taglib -I/usr/include/qt4 -fmessage-length=0 -Wl,--as-needed -I/usr/include/taglib -o CMakeFiles/cmTC_1e90c.dir/CheckSymbolExists.cxx.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_MAC’ was not declared in this scope
return ((int*)(&Q_WS_MAC))[argc];
^~~~~~~~
/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: note: suggested alternative: ‘Q_WS_X11’
return ((int*)(&Q_WS_MAC))[argc];
^~~~~~~~
Q_WS_X11
make[1]: *** [CMakeFiles/cmTC_1e90c.dir/build.make:66: CMakeFiles/cmTC_1e90c.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:126: cmTC_1e90c/fast] Error 2
File /home/nauticalnexus/Downloads/amarok-2.9.0/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
}
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_8fd7c/fast"
/usr/bin/make -f CMakeFiles/cmTC_8fd7c.dir/build.make CMakeFiles/cmTC_8fd7c.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8fd7c.dir/CheckSymbolExists.c.o
/usr/bin/cc -I/usr/include/taglib -fmessage-length=0 -I/usr/include/taglib -o CMakeFiles/cmTC_8fd7c.dir/CheckSymbolExists.c.o -c /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_8fd7c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8fd7c.dir/link.txt --verbose=1
/usr/bin/cc -fmessage-length=0 -I/usr/include/taglib -rdynamic CMakeFiles/cmTC_8fd7c.dir/CheckSymbolExists.c.o -o cmTC_8fd7c -L/usr/lib/x86_64-linux-gnu -ltag
/usr/bin/ld: CMakeFiles/cmTC_8fd7c.dir/CheckSymbolExists.c.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[1]: *** [CMakeFiles/cmTC_8fd7c.dir/build.make:98: cmTC_8fd7c] Error 1
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:126: cmTC_8fd7c/fast] Error 2
File /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pthread_create
return ((int*)(&pthread_create))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_31a80/fast"
/usr/bin/make -f CMakeFiles/cmTC_31a80.dir/build.make CMakeFiles/cmTC_31a80.dir/build
make[1]: Entering directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_31a80.dir/CheckFunctionExists.c.o
/usr/bin/cc -fmessage-length=0 -DCHECK_FUNCTION_EXISTS=pthread_create -I/usr/include/taglib -o CMakeFiles/cmTC_31a80.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c
Linking C executable cmTC_31a80
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_31a80.dir/link.txt --verbose=1
/usr/bin/cc -fmessage-length=0 -DCHECK_FUNCTION_EXISTS=pthread_create -I/usr/include/taglib -rdynamic CMakeFiles/cmTC_31a80.dir/CheckFunctionExists.c.o -o cmTC_31a80 -lpthreads -L/usr/lib/x86_64-linux-gnu -ltag
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
make[1]: *** [CMakeFiles/cmTC_31a80.dir/build.make:98: cmTC_31a80] Error 1
make[1]: Leaving directory '/home/nauticalnexus/Downloads/amarok-2.9.0/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:126: cmTC_31a80/fast] Error 2