Advertisement
drupol

Untitled

Aug 22nd, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 KB | None | 0 0
  1. [ 79%] Building CXX object CMakeFiles/kwin.dir/unmanaged.cpp.o
  2. /usr/bin/x86_64-pc-linux-gnu-g++ -DKCOREADDONS_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_QML_LIB -DQT_QUICK_LIB -DQT_SCRIPT_LIB -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_XML_LIB -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -Dkwin_EXPORTS -I/var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4_build -I/var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4 -I/var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4_build/kwin_autogen/include -I/var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4/tabbox -I/var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4/effects -I/var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4/libkwineffects -I/var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4_build/libkwineffects -I/var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4_build/effects -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtDBus -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/KF5/KConfigCore -isystem /usr/include/KF5 -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/KF5/KWindowSystem -isystem /usr/include/KF5/KWayland/Server -isystem /usr/include/qt5/QtConcurrent -isystem /usr/include/qt5/QtQuick -isystem /usr/include/qt5/QtQml -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtScript -isystem /usr/include/qt5/QtX11Extras -isystem /usr/include/KF5/KConfigWidgets -isystem /usr/include/KF5/KCodecs -isystem /usr/include/KF5/KWidgetsAddons -isystem /usr/include/KF5/KConfigGui -isystem /usr/include/qt5/QtXml -isystem /usr/include/KF5/KAuth -isystem /usr/include/KF5/KGlobalAccel -isystem /usr/include/KF5/KI18n -isystem /usr/include/KF5/KNotifications -isystem /usr/include/KF5/KPackage -isystem /usr/include/KF5/Plasma -isystem /usr/include/KF5/KService -isystem /usr/include/KDecoration2 -isystem /usr/include/KScreenLocker -isystem /usr/include/KF5/KActivities -isystem /usr/include/KF5/KWayland/Client -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -fomit-frame-pointer -pipe -std=c++0x -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/kwin.dir/unmanaged.cpp.o -c /var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4/unmanaged.cpp
  3. In file included from /usr/include/epoxy/egl.h:46:0,
  4. from /var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4/abstract_egl_backend.h:24,
  5. from /var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4/composite.cpp:22:
  6. /var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4/abstract_egl_backend.h:76:28: error: expected primary-expression before ‘,’ token
  7. EGLDisplay m_display = EGL_NO_DISPLAY;
  8. ^
  9. /var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4/abstract_egl_backend.h:76:28: error: ‘EGL_CAST’ was not declared in this scope
  10. EGLDisplay m_display = EGL_NO_DISPLAY;
  11. ^
  12. /var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4/abstract_egl_backend.h:77:28: error: expected primary-expression before ‘,’ token
  13. EGLSurface m_surface = EGL_NO_SURFACE;
  14. ^
  15. /var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4/abstract_egl_backend.h:77:28: error: ‘EGL_CAST’ was not declared in this scope
  16. EGLSurface m_surface = EGL_NO_SURFACE;
  17. ^
  18. /var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4/abstract_egl_backend.h:78:28: error: expected primary-expression before ‘,’ token
  19. EGLContext m_context = EGL_NO_CONTEXT;
  20. ^
  21. /var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4/abstract_egl_backend.h:78:28: error: ‘EGL_CAST’ was not declared in this scope
  22. EGLContext m_context = EGL_NO_CONTEXT;
  23. ^
  24. make[2]: *** [CMakeFiles/kwin.dir/build.make:1100: CMakeFiles/kwin.dir/composite.cpp.o] Error 1
  25. make[2]: *** Waiting for unfinished jobs....
  26. make[2]: Leaving directory '/var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4_build'
  27. make[1]: *** [CMakeFiles/Makefile2:199: CMakeFiles/kwin.dir/all] Error 2
  28. make[1]: Leaving directory '/var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4_build'
  29. make: *** [Makefile:130: all] Error 2
  30. * ERROR: kde-plasma/kwin-5.10.4-r1::gentoo failed (compile phase):
  31. * emake failed
  32. *
  33. * If you need support, post the output of `emerge --info '=kde-plasma/kwin-5.10.4-r1::gentoo'`,
  34. * the complete build log and the output of `emerge -pqv '=kde-plasma/kwin-5.10.4-r1::gentoo'`.
  35. * The complete build log is located at '/var/tmp/portage/kde-plasma/kwin-5.10.4-r1/temp/build.log'.
  36. * The ebuild environment file is located at '/var/tmp/portage/kde-plasma/kwin-5.10.4-r1/temp/environment'.
  37. * Working directory: '/var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4_build'
  38. * S: '/var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4'
  39.  
  40. >>> Failed to emerge kde-plasma/kwin-5.10.4-r1, Log file:
  41.  
  42. >>> '/var/tmp/portage/kde-plasma/kwin-5.10.4-r1/temp/build.log'
  43.  
  44. * Messages for package kde-plasma/kwin-5.10.4-r1:
  45.  
  46. * ERROR: kde-plasma/kwin-5.10.4-r1::gentoo failed (compile phase):
  47. * emake failed
  48. *
  49. * If you need support, post the output of `emerge --info '=kde-plasma/kwin-5.10.4-r1::gentoo'`,
  50. * the complete build log and the output of `emerge -pqv '=kde-plasma/kwin-5.10.4-r1::gentoo'`.
  51. * The complete build log is located at '/var/tmp/portage/kde-plasma/kwin-5.10.4-r1/temp/build.log'.
  52. * The ebuild environment file is located at '/var/tmp/portage/kde-plasma/kwin-5.10.4-r1/temp/environment'.
  53. * Working directory: '/var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4_build'
  54. * S: '/var/tmp/portage/kde-plasma/kwin-5.10.4-r1/work/kwin-5.10.4'
  55. root@x260 ~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement