Advertisement
Guest User

Untitled

a guest
Sep 9th, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. Run Build Command:"/usr/bin/gmake" "cmTC_0b9b4/fast"
  2. /usr/bin/gmake -f CMakeFiles/cmTC_0b9b4.dir/build.make CMakeFiles/cmTC_0b9b4.dir/build
  3. gmake[1]: Entering directory '/var/tmp/portage/media-libs/phonon-4.8.3-r1/work/phonon-4.8.3-qt5/CMakeFiles/CMakeTmp'
  4. Building CXX object CMakeFiles/cmTC_0b9b4.dir/check_qt_visibility.cpp.o
  5. /usr/bin/g++ -DNDEBUG -march=corei7-avx -mtune=generic -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 -fvisibility=hidden -fPIE -I/usr/include/qt5 -I/usr/include/qt5/QtCore -I/usr/lib64/qt5/mkspecs/linux-g++ -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -o CMakeFiles/cmTC_0b9b4.dir/check_qt_visibility.cpp.o -c /var/tmp/portage/media-libs/phonon-4.8.3-r1/work/phonon-4.8.3-qt5/CMakeTmp/check_qt_visibility.cpp
  6. In file included from /usr/include/qt5/QtCore/QtGlobal:1:0,
  7. from /var/tmp/portage/media-libs/phonon-4.8.3-r1/work/phonon-4.8.3-qt5/CMakeTmp/check_qt_visibility.cpp:1:
  8. /usr/include/qt5/QtCore/qglobal.h:1052:4: error: #error "You must build your code with position independent code if Qt was built with -reduce-relocations. " "Compile your code with -fPIC (-fPIE is not enough)."
  9. # error "You must build your code with position independent code if Qt was built with -reduce-relocations. "\
  10. ^
  11. CMakeFiles/cmTC_0b9b4.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0b9b4.dir/check_qt_visibility.cpp.o' failed
  12. gmake[1]: *** [CMakeFiles/cmTC_0b9b4.dir/check_qt_visibility.cpp.o] Error 1
  13. gmake[1]: Leaving directory '/var/tmp/portage/media-libs/phonon-4.8.3-r1/work/phonon-4.8.3-qt5/CMakeFiles/CMakeTmp'
  14. Makefile:126: recipe for target 'cmTC_0b9b4/fast' failed
  15. gmake: *** [cmTC_0b9b4/fast] Error 2
  16.  
  17. CMake Error at cmake/FindPhononInternal.cmake:416 (message):
  18. Qt compiled without support for -fvisibility=hidden. This will break
  19. plugins and linking of some applications. Please fix your Qt installation
  20. (try passing --reduce-exports to configure).
  21. Call Stack (most recent call first):
  22. CMakeLists.txt:47 (include)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement