Last active
February 9, 2020 15:34
-
-
Save catvec/1c90ea5c3c31635e9e85af49e61f73b0 to your computer and use it in GitHub Desktop.
QGIS xbps-src QCA build error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Determining if the CL_VERSION_2_2 exist failed with the following output: | |
Change Dir: /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/usr/bin/make cmTC_585ad/fast && /usr/bin/make -f CMakeFiles/cmTC_585ad.dir/build.make CMakeFiles/cmTC_585ad.dir/build | |
make[1]: Entering directory '/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_585ad.dir/CheckSymbolExists.c.o | |
/usr/bin/cc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -o CMakeFiles/cmTC_585ad.dir/CheckSymbolExists.c.o -c /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h: No such file or directory | |
2 | #include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h> | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
make[1]: *** [CMakeFiles/cmTC_585ad.dir/build.make:66: CMakeFiles/cmTC_585ad.dir/CheckSymbolExists.c.o] Error 1 | |
make[1]: Leaving directory '/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_585ad/fast] Error 2 | |
File /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef CL_VERSION_2_2 | |
return ((int*)(&CL_VERSION_2_2))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the CL_VERSION_2_1 exist failed with the following output: | |
Change Dir: /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/usr/bin/make cmTC_98ffb/fast && /usr/bin/make -f CMakeFiles/cmTC_98ffb.dir/build.make CMakeFiles/cmTC_98ffb.dir/build | |
make[1]: Entering directory '/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_98ffb.dir/CheckSymbolExists.c.o | |
/usr/bin/cc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -o CMakeFiles/cmTC_98ffb.dir/CheckSymbolExists.c.o -c /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h: No such file or directory | |
2 | #include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h> | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
make[1]: *** [CMakeFiles/cmTC_98ffb.dir/build.make:66: CMakeFiles/cmTC_98ffb.dir/CheckSymbolExists.c.o] Error 1 | |
make[1]: Leaving directory '/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_98ffb/fast] Error 2 | |
File /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef CL_VERSION_2_1 | |
return ((int*)(&CL_VERSION_2_1))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the CL_VERSION_2_0 exist failed with the following output: | |
Change Dir: /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/usr/bin/make cmTC_7b471/fast && /usr/bin/make -f CMakeFiles/cmTC_7b471.dir/build.make CMakeFiles/cmTC_7b471.dir/build | |
make[1]: Entering directory '/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_7b471.dir/CheckSymbolExists.c.o | |
/usr/bin/cc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -o CMakeFiles/cmTC_7b471.dir/CheckSymbolExists.c.o -c /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h: No such file or directory | |
2 | #include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h> | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
make[1]: *** [CMakeFiles/cmTC_7b471.dir/build.make:66: CMakeFiles/cmTC_7b471.dir/CheckSymbolExists.c.o] Error 1 | |
make[1]: Leaving directory '/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_7b471/fast] Error 2 | |
File /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef CL_VERSION_2_0 | |
return ((int*)(&CL_VERSION_2_0))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the CL_VERSION_1_2 exist failed with the following output: | |
Change Dir: /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/usr/bin/make cmTC_92ff2/fast && /usr/bin/make -f CMakeFiles/cmTC_92ff2.dir/build.make CMakeFiles/cmTC_92ff2.dir/build | |
make[1]: Entering directory '/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_92ff2.dir/CheckSymbolExists.c.o | |
/usr/bin/cc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -o CMakeFiles/cmTC_92ff2.dir/CheckSymbolExists.c.o -c /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h: No such file or directory | |
2 | #include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h> | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
make[1]: *** [CMakeFiles/cmTC_92ff2.dir/build.make:66: CMakeFiles/cmTC_92ff2.dir/CheckSymbolExists.c.o] Error 1 | |
make[1]: Leaving directory '/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_92ff2/fast] Error 2 | |
File /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef CL_VERSION_1_2 | |
return ((int*)(&CL_VERSION_1_2))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the CL_VERSION_1_1 exist failed with the following output: | |
Change Dir: /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/usr/bin/make cmTC_48b1f/fast && /usr/bin/make -f CMakeFiles/cmTC_48b1f.dir/build.make CMakeFiles/cmTC_48b1f.dir/build | |
make[1]: Entering directory '/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_48b1f.dir/CheckSymbolExists.c.o | |
/usr/bin/cc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -o CMakeFiles/cmTC_48b1f.dir/CheckSymbolExists.c.o -c /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h: No such file or directory | |
2 | #include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h> | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
make[1]: *** [CMakeFiles/cmTC_48b1f.dir/build.make:66: CMakeFiles/cmTC_48b1f.dir/CheckSymbolExists.c.o] Error 1 | |
make[1]: Leaving directory '/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_48b1f/fast] Error 2 | |
File /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef CL_VERSION_1_1 | |
return ((int*)(&CL_VERSION_1_1))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the CL_VERSION_1_0 exist failed with the following output: | |
Change Dir: /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/usr/bin/make cmTC_253eb/fast && /usr/bin/make -f CMakeFiles/cmTC_253eb.dir/build.make CMakeFiles/cmTC_253eb.dir/build | |
make[1]: Entering directory '/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_253eb.dir/CheckSymbolExists.c.o | |
/usr/bin/cc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -o CMakeFiles/cmTC_253eb.dir/CheckSymbolExists.c.o -c /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h: No such file or directory | |
2 | #include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h> | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
make[1]: *** [CMakeFiles/cmTC_253eb.dir/build.make:66: CMakeFiles/cmTC_253eb.dir/CheckSymbolExists.c.o] Error 1 | |
make[1]: Leaving directory '/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_253eb/fast] Error 2 | |
File /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef CL_VERSION_1_0 | |
return ((int*)(&CL_VERSION_1_0))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the function openpty exists failed with the following output: | |
Change Dir: /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/usr/bin/make cmTC_b0ff5/fast && /usr/bin/make -f CMakeFiles/cmTC_b0ff5.dir/build.make CMakeFiles/cmTC_b0ff5.dir/build | |
make[1]: Entering directory '/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_b0ff5.dir/CheckFunctionExists.c.o | |
/usr/bin/cc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -DCHECK_FUNCTION_EXISTS=openpty -o CMakeFiles/cmTC_b0ff5.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_b0ff5 | |
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b0ff5.dir/link.txt --verbose=1 | |
/usr/bin/cc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -DCHECK_FUNCTION_EXISTS=openpty -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -rdynamic CMakeFiles/cmTC_b0ff5.dir/CheckFunctionExists.c.o -o cmTC_b0ff5 | |
/usr/bin/ld: CMakeFiles/cmTC_b0ff5.dir/CheckFunctionExists.c.o: in function `main': | |
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `openpty' | |
collect2: error: ld returned 1 exit status | |
make[1]: *** [CMakeFiles/cmTC_b0ff5.dir/build.make:87: cmTC_b0ff5] Error 1 | |
make[1]: Leaving directory '/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_b0ff5/fast] Error 2 | |
Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: | |
Change Dir: /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/usr/bin/make cmTC_21c35/fast && /usr/bin/make -f CMakeFiles/cmTC_21c35.dir/build.make CMakeFiles/cmTC_21c35.dir/build | |
make[1]: Entering directory '/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_21c35.dir/src.c.o | |
/usr/bin/cc -I/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/util.h -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_21c35.dir/src.c.o -c /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/src.c | |
Linking C executable cmTC_21c35 | |
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_21c35.dir/link.txt --verbose=1 | |
/usr/bin/cc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -DCMAKE_HAVE_LIBC_PTHREAD -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -rdynamic CMakeFiles/cmTC_21c35.dir/src.c.o -o cmTC_21c35 -lutil | |
/usr/bin/ld: CMakeFiles/cmTC_21c35.dir/src.c.o: in function `main': | |
src.c:(.text.startup+0x25): undefined reference to `pthread_create' | |
/usr/bin/ld: src.c:(.text.startup+0x2e): undefined reference to `pthread_detach' | |
/usr/bin/ld: src.c:(.text.startup+0x39): undefined reference to `pthread_join' | |
collect2: error: ld returned 1 exit status | |
make[1]: *** [CMakeFiles/cmTC_21c35.dir/build.make:87: cmTC_21c35] Error 1 | |
make[1]: Leaving directory '/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_21c35/fast] Error 2 | |
Source file was: | |
#include <pthread.h> | |
void* test_func(void* data) | |
{ | |
return data; | |
} | |
int main(void) | |
{ | |
pthread_t thread; | |
pthread_create(&thread, NULL, test_func, NULL); | |
pthread_detach(thread); | |
pthread_join(thread, NULL); | |
pthread_atfork(NULL, NULL, NULL); | |
pthread_exit(NULL); | |
return 0; | |
} | |
Determining if the function pthread_create exists in the pthreads failed with the following output: | |
Change Dir: /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/usr/bin/make cmTC_95895/fast && /usr/bin/make -f CMakeFiles/cmTC_95895.dir/build.make CMakeFiles/cmTC_95895.dir/build | |
make[1]: Entering directory '/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_95895.dir/CheckFunctionExists.c.o | |
/usr/bin/cc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_95895.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_95895 | |
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_95895.dir/link.txt --verbose=1 | |
/usr/bin/cc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -rdynamic CMakeFiles/cmTC_95895.dir/CheckFunctionExists.c.o -o cmTC_95895 -lpthreads -lutil | |
/usr/bin/ld: cannot find -lpthreads | |
collect2: error: ld returned 1 exit status | |
make[1]: *** [CMakeFiles/cmTC_95895.dir/build.make:87: cmTC_95895] Error 1 | |
make[1]: Leaving directory '/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_95895/fast] Error 2 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=> xbps-src: updating repositories for host (x86_64)... | |
[*] Updating `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ... | |
[*] Updating `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ... | |
[*] Updating `https://alpha.de.repo.voidlinux.org/current/debug/x86_64-repodata' ... | |
[*] Updating `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ... | |
[*] Updating `https://alpha.de.repo.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ... | |
=> xbps-src: updating software in / masterdir... | |
=> xbps-src: cleaning up / masterdir... | |
=> qgis-3.10.2_1: removing autodeps, please wait... | |
=> qgis-3.10.2_1: building [cmake] for x86_64... | |
[host] cmake-3.16.4_1: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] mesa-opencl-19.3.3_1: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] opencl-headers-1.2.20160105_2: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] flex-2.6.4_3: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] geos-devel-3.7.1_1: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] grass-7.6.1_3: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] libgdal-devel-3.0.4_1: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] expat-devel-2.2.9_1: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] libzip-devel-1.6.0_1: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] postgresql-libs-devel-9.6.16_1: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] sqlite-devel-3.31.1_1: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] qt5-serialport-devel-5.13.2_2: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] qt5-svg-devel-5.13.2_2: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] qt5-webkit-devel-5.212.0_6: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] qt5-location-devel-5.13.2_2: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] qt5-tools-devel-5.13.2_2: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] qt5-plugin-mysql-5.13.2_2: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] qt5-plugin-odbc-5.13.2_2: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] qt5-plugin-pgsql-5.13.2_2: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] qt5-plugin-sqlite-5.13.2_2: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] qt5-plugin-tds-5.13.2_2: found (https://alpha.de.repo.voidlinux.org/current) | |
[target] qca-qt5-devel-2.2.1_1: found (https://alpha.de.repo.voidlinux.org/current) | |
=> qgis-3.10.2_1: installing host dependencies: cmake-3.16.4_1 ... | |
=> qgis-3.10.2_1: installing target dependencies: mesa-opencl-19.3.3_1 opencl-headers-1.2.20160105_2 flex-2.6.4_3 geos-devel-3.7.1_1 grass-7.6.1_3 libgdal-devel-3.0.4_1 expat-devel-2.2.9_1 libzip-devel-1.6.0_1 postgresql-libs-devel-9.6.16_1 sqlite-devel-3.31.1_1 qt5-serialport-devel-5.13.2_2 qt5-svg-devel-5.13.2_2 qt5-webkit-devel-5.212.0_6 qt5-location-devel-5.13.2_2 qt5-tools-devel-5.13.2_2 qt5-plugin-mysql-5.13.2_2 qt5-plugin-odbc-5.13.2_2 qt5-plugin-pgsql-5.13.2_2 qt5-plugin-sqlite-5.13.2_2 qt5-plugin-tds-5.13.2_2 qca-qt5-devel-2.2.1_1 ... | |
=> qgis-3.10.2_1: running pre-configure hook: 00-gnu-configure-asneeded ... | |
=> qgis-3.10.2_1: running pre-configure hook: 01-override-config ... | |
=> qgis-3.10.2_1: running pre-configure hook: 02-script-wrapper ... | |
=> qgis-3.10.2_1: running do_configure ... | |
-- QGIS version: 3.10.2 A Coruña (31002) | |
-- Found OpenCL C++ headers: /builddir/QGIS-final-3_10_2/external/opencl-clhpp/include | |
-- Could not find GRASS 7 | |
-- Found GEOS: /usr/lib/libgeos_c.so (3.7.1) | |
-- Found GDAL: /usr/lib/libgdal.so (3.0.4) | |
-- Found Expat: /lib/libexpat.so | |
-- Found libzip: /usr/lib/libzip.so | |
-- Found Sqlite3: /usr/lib/libsqlite3.so | |
-- Found PostgreSQL: /usr/lib/libpq.so | |
CMake Error at CMakeLists.txt:344 (MESSAGE): | |
Some dependencies were not found! Proj: , Geos: TRUE, GDAL: TRUE | |
-- Qt WebKit support enabled | |
-- Found Qt version: 5.13.2 | |
CMake Error at cmake/FindQCA.cmake:89 (message): | |
Could not find QCA >= 2.0.3 | |
Call Stack (most recent call first): | |
CMakeLists.txt:433 (FIND_PACKAGE) | |
-- Configuring incomplete, errors occurred! | |
See also "/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeOutput.log". | |
See also "/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeError.log". | |
=> ERROR: qgis-3.10.2_1: do_configure: 'CFLAGS="${CFLAGS/ -pipe / }" CXXFLAGS="${CXXFLAGS/ -pipe / }" cmake ${cmake_args} ${configure_args} $(echo ${cmake_builddir}|sed -e 's|[^/]$|/|' -e 's|[^/]*||g' -e 's|/|../|g')' exited with 1 | |
=> ERROR: in do_configure() at common/build-style/cmake.sh:61 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment