Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 410520 Details for
Bug 559042
x11-misc/qterm-0.5.12-r1 fails to build with >=kdelibs-4.14.11
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), 12.60 KB, created by
Toralf Förster
on 2015-08-28 14:33:29 UTC
(
hide
)
Description:
CMakeError.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2015-08-28 14:33:29 UTC
Size:
12.60 KB
patch
obsolete
>Determining if the Q_WS_WIN exist failed with the following output: >Change Dir: /var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_e86e8/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_e86e8.dir/build.make CMakeFiles/cmTC_e86e8.dir/build >gmake[1]: Entering directory '/var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_e86e8.dir/CheckSymbolExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -O2 -pipe -I/usr/include/qt4 -o CMakeFiles/cmTC_e86e8.dir/CheckSymbolExists.c.o -c /var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c >/var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function âmainâ: >/var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_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/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in >CMakeFiles/cmTC_e86e8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e86e8.dir/CheckSymbolExists.c.o' failed >gmake[1]: *** [CMakeFiles/cmTC_e86e8.dir/CheckSymbolExists.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp' >Makefile:126: recipe for target 'cmTC_e86e8/fast' failed >gmake: *** [cmTC_e86e8/fast] Error 2 > >File /var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_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/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_0e3f7/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_0e3f7.dir/build.make CMakeFiles/cmTC_0e3f7.dir/build >gmake[1]: Entering directory '/var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_0e3f7.dir/CheckSymbolExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -O2 -pipe -I/usr/include/qt4 -o CMakeFiles/cmTC_0e3f7.dir/CheckSymbolExists.c.o -c /var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c >/var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function âmainâ: >/var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_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/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in >CMakeFiles/cmTC_0e3f7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0e3f7.dir/CheckSymbolExists.c.o' failed >gmake[1]: *** [CMakeFiles/cmTC_0e3f7.dir/CheckSymbolExists.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp' >Makefile:126: recipe for target 'cmTC_0e3f7/fast' failed >gmake: *** [cmTC_0e3f7/fast] Error 2 > >File /var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_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/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_85589/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_85589.dir/build.make CMakeFiles/cmTC_85589.dir/build >gmake[1]: Entering directory '/var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_85589.dir/CheckSymbolExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -O2 -pipe -I/usr/include/qt4 -o CMakeFiles/cmTC_85589.dir/CheckSymbolExists.c.o -c /var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c >/var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function âmainâ: >/var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_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/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in >CMakeFiles/cmTC_85589.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_85589.dir/CheckSymbolExists.c.o' failed >gmake[1]: *** [CMakeFiles/cmTC_85589.dir/CheckSymbolExists.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp' >Makefile:126: recipe for target 'cmTC_85589/fast' failed >gmake: *** [cmTC_85589/fast] Error 2 > >File /var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_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/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_85ede/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_85ede.dir/build.make CMakeFiles/cmTC_85ede.dir/build >gmake[1]: Entering directory '/var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_85ede.dir/CheckSymbolExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -O2 -pipe -o CMakeFiles/cmTC_85ede.dir/CheckSymbolExists.c.o -c /var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c >Linking C executable cmTC_85ede >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_85ede.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_85ede.dir/CheckSymbolExists.c.o -o cmTC_85ede -rdynamic >CMakeFiles/cmTC_85ede.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/cmTC_85ede.dir/build.make:97: recipe for target 'cmTC_85ede' failed >gmake[1]: *** [cmTC_85ede] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp' >Makefile:126: recipe for target 'cmTC_85ede/fast' failed >gmake: *** [cmTC_85ede/fast] Error 2 > >File /var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_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/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_3ed14/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_3ed14.dir/build.make CMakeFiles/cmTC_3ed14.dir/build >gmake[1]: Entering directory '/var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_3ed14.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -O2 -pipe -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_3ed14.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_3ed14 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3ed14.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/cmTC_3ed14.dir/CheckFunctionExists.c.o -o cmTC_3ed14 -rdynamic -lpthreads >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads >collect2: error: ld returned 1 exit status >CMakeFiles/cmTC_3ed14.dir/build.make:97: recipe for target 'cmTC_3ed14' failed >gmake[1]: *** [cmTC_3ed14] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp' >Makefile:126: recipe for target 'cmTC_3ed14/fast' failed >gmake: *** [cmTC_3ed14/fast] Error 2 > > >Performing C++ SOURCE FILE Test BINDINGS_RUN_RESULT failed with the following output: >Change Dir: /var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_4baf1/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_4baf1.dir/build.make CMakeFiles/cmTC_4baf1.dir/build >gmake[1]: Entering directory '/var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp' >Building CXX object CMakeFiles/cmTC_4baf1.dir/src.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -march=native -O2 -pipe -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -DBINDINGS_RUN_RESULT -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtScript -o CMakeFiles/cmTC_4baf1.dir/src.cxx.o -c /var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp/src.cxx >Linking CXX executable cmTC_4baf1 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4baf1.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -DBINDINGS_RUN_RESULT -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_4baf1.dir/src.cxx.o -o cmTC_4baf1 -rdynamic /usr/lib64/qt4/libQtScript.so /usr/lib64/qt4/libQtCore.so -lpthread /usr/lib64/qt4/libQtGui.so -Wl,-rpath,/usr/lib64/qt4 >gmake[1]: Leaving directory '/var/tmp/portage/x11-misc/qterm-0.5.12-r1/work/qterm-0.5.12_build/CMakeFiles/CMakeTmp' > >Return value: FAILED_TO_RUN >Source file was: >/* > * Copyright (C) 2009 Ian Monroe <ian@monroe.nu> > * released under public domain or: > * This library is free software; you can redistribute it and/or > * modify it under the terms of the GNU Lesser General Public > * License as published by the Free Software Foundation; either > * version 2.1 of the License, or (at your option) any later version. > * > * This library is distributed in the hope that it will be useful, > * but WITHOUT ANY WARRANTY; without even the implied warranty of > * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > * Lesser General Public License for more details. > * > * You should have received a copy of the GNU Lesser General Public > * License along with this library; if not, write to the Free Software > * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA > */ > >#include <QtCore/QCoreApplication> >#include <QtScript/QScriptEngine> >#include <QtCore/QStringList> >#include <QtCore/QDebug> > >#define FAIL 0xA > >int main(int argc, char **argv) >{ > QCoreApplication app( argc, argv ); > > QStringList allowedBindings; > allowedBindings << "qt.core" << "qt.gui" << "qt.sql" << "qt.xml" << "qt.uitools" << "qt.network" << "qt.webkit"; > QScriptEngine engine; > foreach( QString binding, allowedBindings ) > { > QScriptValue error = engine.importExtension( binding ); > if( error.isUndefined() ) > { // undefined indiciates success > continue; > } > > qDebug() << "Extension" << binding << "not found:" << error.toString(); > qDebug() << "Available extensions:" << engine.availableExtensions(); > return FAIL; > } > return 0; >} >
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 559042
: 410520 |
410522
|
410524
|
410526