Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 457196 Details for
Bug 603556
app-leechcraft/lc-lmp-0.6.70 : CMake Error at cmake/FindTaglib.cmake:78 (message):
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), 5.44 KB, created by
Toralf Förster
on 2016-12-23 09:54:59 UTC
(
hide
)
Description:
CMakeError.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2016-12-23 09:54:59 UTC
Size:
5.44 KB
patch
obsolete
>Determining if the Q_WS_WIN exist failed with the following output: >Change Dir: /var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_5ade7/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_5ade7.dir/build.make CMakeFiles/cmTC_5ade7.dir/build >gmake[1]: Entering directory '/var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_build/CMakeFiles/CMakeTmp' >Building CXX object CMakeFiles/cmTC_5ade7.dir/CheckSymbolExists.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -I/usr/include/qt4 -DNDEBUG -O2 -pipe -march=native -o CMakeFiles/cmTC_5ade7.dir/CheckSymbolExists.cxx.o -c /var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx >/var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function âint main(int, char**)â: >/var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: âQ_WS_WINâ was not declared in this scope > return ((int*)(&Q_WS_WIN))[argc]; > ^ >CMakeFiles/cmTC_5ade7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5ade7.dir/CheckSymbolExists.cxx.o' failed >gmake[1]: *** [CMakeFiles/cmTC_5ade7.dir/CheckSymbolExists.cxx.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_build/CMakeFiles/CMakeTmp' >Makefile:126: recipe for target 'cmTC_5ade7/fast' failed >gmake: *** [cmTC_5ade7/fast] Error 2 > >File /var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_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: /var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_1a72b/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_1a72b.dir/build.make CMakeFiles/cmTC_1a72b.dir/build >gmake[1]: Entering directory '/var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_build/CMakeFiles/CMakeTmp' >Building CXX object CMakeFiles/cmTC_1a72b.dir/CheckSymbolExists.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -I/usr/include/qt4 -DNDEBUG -O2 -pipe -march=native -o CMakeFiles/cmTC_1a72b.dir/CheckSymbolExists.cxx.o -c /var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx >/var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function âint main(int, char**)â: >/var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: âQ_WS_QWSâ was not declared in this scope > return ((int*)(&Q_WS_QWS))[argc]; > ^ >CMakeFiles/cmTC_1a72b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1a72b.dir/CheckSymbolExists.cxx.o' failed >gmake[1]: *** [CMakeFiles/cmTC_1a72b.dir/CheckSymbolExists.cxx.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_build/CMakeFiles/CMakeTmp' >Makefile:126: recipe for target 'cmTC_1a72b/fast' failed >gmake: *** [cmTC_1a72b/fast] Error 2 > >File /var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_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: /var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_build/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_e4b87/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_e4b87.dir/build.make CMakeFiles/cmTC_e4b87.dir/build >gmake[1]: Entering directory '/var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_build/CMakeFiles/CMakeTmp' >Building CXX object CMakeFiles/cmTC_e4b87.dir/CheckSymbolExists.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -I/usr/include/qt4 -DNDEBUG -O2 -pipe -march=native -o CMakeFiles/cmTC_e4b87.dir/CheckSymbolExists.cxx.o -c /var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx >/var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function âint main(int, char**)â: >/var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: âQ_WS_MACâ was not declared in this scope > return ((int*)(&Q_WS_MAC))[argc]; > ^ >CMakeFiles/cmTC_e4b87.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e4b87.dir/CheckSymbolExists.cxx.o' failed >gmake[1]: *** [CMakeFiles/cmTC_e4b87.dir/CheckSymbolExists.cxx.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_build/CMakeFiles/CMakeTmp' >Makefile:126: recipe for target 'cmTC_e4b87/fast' failed >gmake: *** [cmTC_e4b87/fast] Error 2 > >File /var/tmp/portage/app-leechcraft/lc-lmp-0.6.70/work/lc-lmp-0.6.70_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 >} >
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 603556
:
457194
| 457196 |
457198
|
457200
|
457202
|
457204