Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 398026 Details for
Bug 542088
net-misc/smb4k-1.2.0 with multiple LINGUAS - add_custom_target cannot create target "pofiles" because another target with the same name already exists
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
CMakeError.log
CMakeError.log (text/x-log), 10.60 KB, created by
jms
on 2015-03-04 13:24:43 UTC
(
hide
)
Description:
CMakeError.log
Filename:
MIME Type:
Creator:
jms
Created:
2015-03-04 13:24:43 UTC
Size:
10.60 KB
patch
obsolete
>Determining if the Q_WS_WIN exist failed with the following output: >Change Dir: /var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTryCompileExec2593612424/fast" >/usr/bin/gmake -f CMakeFiles/cmTryCompileExec2593612424.dir/build.make CMakeFiles/cmTryCompileExec2593612424.dir/build >gmake[1]: Entering directory '/var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp' >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CMakeFiles 1 >Building C object CMakeFiles/cmTryCompileExec2593612424.dir/CheckSymbolExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DQT_NO_DEBUG -DNDEBUG -march=native -O2 -pipe -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec2593612424.dir/CheckSymbolExists.c.o -c /var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c >/var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function âmainâ: >/var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: âQ_WS_WINâ undeclared (first use in this function) > return ((int*)(&Q_WS_WIN))[argc]; > ^ >/var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in >CMakeFiles/cmTryCompileExec2593612424.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec2593612424.dir/CheckSymbolExists.c.o' failed >gmake[1]: *** [CMakeFiles/cmTryCompileExec2593612424.dir/CheckSymbolExists.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp' >Makefile:118: recipe for target 'cmTryCompileExec2593612424/fast' failed >gmake: *** [cmTryCompileExec2593612424/fast] Error 2 > >File /var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: >/* */ >#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/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTryCompileExec712750905/fast" >/usr/bin/gmake -f CMakeFiles/cmTryCompileExec712750905.dir/build.make CMakeFiles/cmTryCompileExec712750905.dir/build >gmake[1]: Entering directory '/var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp' >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CMakeFiles 1 >Building C object CMakeFiles/cmTryCompileExec712750905.dir/CheckSymbolExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DQT_NO_DEBUG -DNDEBUG -march=native -O2 -pipe -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec712750905.dir/CheckSymbolExists.c.o -c /var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c >/var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function âmainâ: >/var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: âQ_WS_QWSâ undeclared (first use in this function) > return ((int*)(&Q_WS_QWS))[argc]; > ^ >/var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in >CMakeFiles/cmTryCompileExec712750905.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec712750905.dir/CheckSymbolExists.c.o' failed >gmake[1]: *** [CMakeFiles/cmTryCompileExec712750905.dir/CheckSymbolExists.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp' >Makefile:118: recipe for target 'cmTryCompileExec712750905/fast' failed >gmake: *** [cmTryCompileExec712750905/fast] Error 2 > >File /var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: >/* */ >#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/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTryCompileExec3827905783/fast" >/usr/bin/gmake -f CMakeFiles/cmTryCompileExec3827905783.dir/build.make CMakeFiles/cmTryCompileExec3827905783.dir/build >gmake[1]: Entering directory '/var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp' >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CMakeFiles 1 >Building C object CMakeFiles/cmTryCompileExec3827905783.dir/CheckSymbolExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DQT_NO_DEBUG -DNDEBUG -march=native -O2 -pipe -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec3827905783.dir/CheckSymbolExists.c.o -c /var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c >/var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function âmainâ: >/var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: âQ_WS_MACâ undeclared (first use in this function) > return ((int*)(&Q_WS_MAC))[argc]; > ^ >/var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in >CMakeFiles/cmTryCompileExec3827905783.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec3827905783.dir/CheckSymbolExists.c.o' failed >gmake[1]: Leaving directory '/var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp' >gmake[1]: *** [CMakeFiles/cmTryCompileExec3827905783.dir/CheckSymbolExists.c.o] Error 1 >Makefile:118: recipe for target 'cmTryCompileExec3827905783/fast' failed >gmake: *** [cmTryCompileExec3827905783/fast] Error 2 > >File /var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: >/* */ >#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: /var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTryCompileExec3305139189/fast" >/usr/bin/gmake -f CMakeFiles/cmTryCompileExec3305139189.dir/build.make CMakeFiles/cmTryCompileExec3305139189.dir/build >gmake[1]: Entering directory '/var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp' >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CMakeFiles 1 >Building C object CMakeFiles/cmTryCompileExec3305139189.dir/CheckSymbolExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DQT_NO_DEBUG -DNDEBUG -march=native -O2 -pipe -o CMakeFiles/cmTryCompileExec3305139189.dir/CheckSymbolExists.c.o -c /var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c >Linking C executable cmTryCompileExec3305139189 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3305139189.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTryCompileExec3305139189.dir/CheckSymbolExists.c.o -o cmTryCompileExec3305139189 -rdynamic >CMakeFiles/cmTryCompileExec3305139189.dir/CheckSymbolExists.c.o: In function `main': >CheckSymbolExists.c:(.text.startup+0x6): undefined reference to `pthread_create' >collect2: error: ld returned 1 exit status >CMakeFiles/cmTryCompileExec3305139189.dir/build.make:88: recipe for target 'cmTryCompileExec3305139189' failed >gmake[1]: *** [cmTryCompileExec3305139189] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp' >Makefile:118: recipe for target 'cmTryCompileExec3305139189/fast' failed >gmake: *** [cmTryCompileExec3305139189/fast] Error 2 > >File /var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.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/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTryCompileExec3903988069/fast" >/usr/bin/gmake -f CMakeFiles/cmTryCompileExec3903988069.dir/build.make CMakeFiles/cmTryCompileExec3903988069.dir/build >gmake[1]: Entering directory '/var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp' >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp/CMakeFiles 1 >Building C object CMakeFiles/cmTryCompileExec3903988069.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DQT_NO_DEBUG -DNDEBUG -march=native -O2 -pipe -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec3903988069.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTryCompileExec3903988069 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3903988069.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTryCompileExec3903988069.dir/CheckFunctionExists.c.o -o cmTryCompileExec3903988069 -rdynamic -lpthreads >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads >collect2: error: ld returned 1 exit status >CMakeFiles/cmTryCompileExec3903988069.dir/build.make:88: recipe for target 'cmTryCompileExec3903988069' failed >gmake[1]: *** [cmTryCompileExec3903988069] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/net-misc/smb4k-1.2.0/work/smb4k-1.2.0_build/CMakeFiles/CMakeTmp' >Makefile:118: recipe for target 'cmTryCompileExec3903988069/fast' failed >gmake: *** [cmTryCompileExec3903988069/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 542088
: 398026 |
398028
|
398030
|
398032