Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 510290 Details for
Bug 641254
sci-libs/shogun-5.0.0: Missing dependency on dev-python/ply
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), 11.99 KB, created by
Toralf Förster
on 2017-12-16 09:07:33 UTC
(
hide
)
Description:
CMakeError.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-12-16 09:07:33 UTC
Size:
11.99 KB
patch
obsolete
>Determining if the isfinite exist failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_a2de7/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_a2de7.dir/build.make CMakeFiles/cmTC_a2de7.dir/build >gmake[1]: Entering directory '/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp' >Building CXX object CMakeFiles/cmTC_a2de7.dir/CheckSymbolExists.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -std=c++11 -O2 -pipe -march=native -o CMakeFiles/cmTC_a2de7.dir/CheckSymbolExists.cxx.o -c /var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx >/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function âint main(int, char**)â: >/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: âisfiniteâ was not declared in this scope > return ((int*)(&isfinite))[argc]; > ^~~~~~~~ >/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: note: suggested alternative: >In file included from /var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:2:0: >/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/cmath:585:5: note: âstd::isfiniteâ > isfinite(_Tp __x) > ^~~~~~~~ >gmake[1]: *** [CMakeFiles/cmTC_a2de7.dir/build.make:66: CMakeFiles/cmTC_a2de7.dir/CheckSymbolExists.cxx.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:126: cmTC_a2de7/fast] Error 2 > >File /var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: >/* */ >#include <cmath> > >int main(int argc, char** argv) >{ > (void)argv; >#ifndef isfinite > return ((int*)(&isfinite))[argc]; >#else > (void)argc; > return 0; >#endif >} > >Determining if the isinf exist failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_0510f/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_0510f.dir/build.make CMakeFiles/cmTC_0510f.dir/build >gmake[1]: Entering directory '/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp' >Building CXX object CMakeFiles/cmTC_0510f.dir/CheckSymbolExists.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -std=c++11 -O2 -pipe -march=native -o CMakeFiles/cmTC_0510f.dir/CheckSymbolExists.cxx.o -c /var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx >/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function âint main(int, char**)â: >/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: âisinfâ was not declared in this scope > return ((int*)(&isinf))[argc]; > ^~~~~ >/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: note: suggested alternative: >In file included from /var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:2:0: >/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/cmath:612:5: note: âstd::isinfâ > isinf(_Tp __x) > ^~~~~ >gmake[1]: *** [CMakeFiles/cmTC_0510f.dir/build.make:66: CMakeFiles/cmTC_0510f.dir/CheckSymbolExists.cxx.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:126: cmTC_0510f/fast] Error 2 > >File /var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: >/* */ >#include <cmath> > >int main(int argc, char** argv) >{ > (void)argv; >#ifndef isinf > return ((int*)(&isinf))[argc]; >#else > (void)argc; > return 0; >#endif >} > >Determining if the isnan exist failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_96ef4/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_96ef4.dir/build.make CMakeFiles/cmTC_96ef4.dir/build >gmake[1]: Entering directory '/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp' >Building CXX object CMakeFiles/cmTC_96ef4.dir/CheckSymbolExists.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -std=c++11 -O2 -pipe -march=native -o CMakeFiles/cmTC_96ef4.dir/CheckSymbolExists.cxx.o -c /var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx >/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function âint main(int, char**)â: >/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: âisnanâ was not declared in this scope > return ((int*)(&isnan))[argc]; > ^~~~~ >/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: note: suggested alternative: >In file included from /var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:2:0: >/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/cmath:639:5: note: âstd::isnanâ > isnan(_Tp __x) > ^~~~~ >gmake[1]: *** [CMakeFiles/cmTC_96ef4.dir/build.make:66: CMakeFiles/cmTC_96ef4.dir/CheckSymbolExists.cxx.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:126: cmTC_96ef4/fast] Error 2 > >File /var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: >/* */ >#include <cmath> > >int main(int argc, char** argv) >{ > (void)argv; >#ifndef isnan > return ((int*)(&isnan))[argc]; >#else > (void)argc; > return 0; >#endif >} > >Determining if the function isfinite exists failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_102d4/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_102d4.dir/build.make CMakeFiles/cmTC_102d4.dir/build >gmake[1]: Entering directory '/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_102d4.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=native -Wall -DCHECK_FUNCTION_EXISTS=isfinite -o CMakeFiles/cmTC_102d4.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_102d4 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_102d4.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -DCHECK_FUNCTION_EXISTS=isfinite -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_102d4.dir/CheckFunctionExists.c.o -o cmTC_102d4 -lm >CMakeFiles/cmTC_102d4.dir/CheckFunctionExists.c.o: In function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `isfinite' >collect2: error: ld returned 1 exit status >gmake[1]: *** [CMakeFiles/cmTC_102d4.dir/build.make:98: cmTC_102d4] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:126: cmTC_102d4/fast] Error 2 > > >Determining if the function arc4random exists failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_8c085/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_8c085.dir/build.make CMakeFiles/cmTC_8c085.dir/build >gmake[1]: Entering directory '/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_8c085.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=native -Wall -DCHECK_FUNCTION_EXISTS=arc4random -o CMakeFiles/cmTC_8c085.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_8c085 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8c085.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -DCHECK_FUNCTION_EXISTS=arc4random -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_8c085.dir/CheckFunctionExists.c.o -o cmTC_8c085 -lm >CMakeFiles/cmTC_8c085.dir/CheckFunctionExists.c.o: In function `main': >CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `arc4random' >collect2: error: ld returned 1 exit status >gmake[1]: *** [CMakeFiles/cmTC_8c085.dir/build.make:98: cmTC_8c085] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:126: cmTC_8c085/fast] Error 2 > > >Determining if the pthread_create exist failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_e1c29/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_e1c29.dir/build.make CMakeFiles/cmTC_e1c29.dir/build >gmake[1]: Entering directory '/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_e1c29.dir/CheckSymbolExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=native -Wall -o CMakeFiles/cmTC_e1c29.dir/CheckSymbolExists.c.o -c /var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c >Linking C executable cmTC_e1c29 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e1c29.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_e1c29.dir/CheckSymbolExists.c.o -o cmTC_e1c29 -lm >CMakeFiles/cmTC_e1c29.dir/CheckSymbolExists.c.o: In function `main': >CheckSymbolExists.c:(.text.startup+0x3): undefined reference to `pthread_create' >collect2: error: ld returned 1 exit status >gmake[1]: *** [CMakeFiles/cmTC_e1c29.dir/build.make:98: cmTC_e1c29] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:126: cmTC_e1c29/fast] Error 2 > >File /var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.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: /var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_fee93/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_fee93.dir/build.make CMakeFiles/cmTC_fee93.dir/build >gmake[1]: Entering directory '/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_fee93.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=native -Wall -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_fee93.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_fee93 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fee93.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_fee93.dir/CheckFunctionExists.c.o -o cmTC_fee93 -lpthreads -lm >/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads >collect2: error: ld returned 1 exit status >gmake[1]: *** [CMakeFiles/cmTC_fee93.dir/build.make:98: cmTC_fee93] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/sci-libs/shogun-5.0.0/work/shogun-5.0.0_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:126: cmTC_fee93/fast] Error 2 > >
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 641254
:
510288
| 510290 |
510292
|
510294
|
510296
|
510298
|
510300
|
510302
|
510304