Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. root@af2480eece46:/Users/tdogb/robocup-software# make rs
  2. mkdir -p build
  3. cd build && cmake -GNinja -Wno-dev -DCMAKE_BUILD_TYPE=Debug --target all .. && ninja all
  4.  
  5. -- Found Qt4: /usr/bin/qmake-qt4 (found version "4.8.7")
  6. -- Found Qt4: /usr/bin/qmake-qt4 (found version "4.8.7")
  7. -- Found Protobuf: /usr/lib/x86_64-linux-gnu/libprotobuf.so;-lpthread;-lpthread (found version "3.0.0")
  8. -- Found Qt5: /usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets
  9. -- Found Protobuf: /usr/lib/x86_64-linux-gnu/libprotobuf.so;-lpthread (found version "3.0.0")
  10. -- Found libusb-1.0:
  11. -- - Includes: /usr/include/libusb-1.0
  12. -- - Libraries: /usr/lib/x86_64-linux-gnu/libusb-1.0.so
  13. -- Found Qt5: /usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets
  14. -- Boost version: 1.65.1
  15. -- Found the following Boost libraries:
  16. -- system
  17. CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:1626 (message):
  18. No header defined for python3; skipping header check
  19. Call Stack (most recent call first):
  20. soccer/CMakeLists.txt:128 (find_package)
  21.  
  22.  
  23. -- Configuring done
  24. -- Generating done
  25. -- Build files have been written to: /Users/tdogb/robocup-software/build
  26. [6/14] Automatic MOC for target robocup
  27. AutoMoc warning:
  28. "/Users/tdogb/robocup-software/soccer/ui/RefereeTab.cpp"
  29. The file includes the moc file "RefereeTab.moc", but does not contain a Q_OBJECT, Q_GADGET or Q_NAMESPACE macro.
  30.  
  31. [8/10] Automatic MOC for target log_viewer
  32. pkill -f './grsim'
  33. makefile:65: recipe for target 'backend-headless-simulator-soccer' failed
  34. make: [backend-headless-simulator-soccer] Error 1 (ignored)
  35. ./run/grsim --headless &
  36. ./run/soccer -sim -pbk testing.pbk
  37. Starting Soccer...
  38. QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
  39. XML Parsing error inside file '/root/.grsim.xml'.
  40. Error: File not found
  41. At line 0, column 0.
  42. Running on simulation
  43. seed 0c6d269264c57f9c
  44. Initializing embedded python interpreter...
  45. libGL error: No matching fbConfigs or visuals found
  46. libGL error: failed to load driver: swrast
  47. X Error: GLXBadContext 160
  48. Extension: 149 (Uknown extension)
  49. Minor opcode: 6 (Unknown request)
  50. Resource id: 0x200009
  51. X Error: BadValue (integer parameter out of range for operation) 2
  52. Extension: 149 (Uknown extension)
  53. Minor opcode: 3 (Unknown request)
  54. Resource id: 0x0
  55. X Error: GLXBadContext 160
  56. Extension: 149 (Uknown extension)
  57. Minor opcode: 6 (Unknown request)
  58. Resource id: 0x20002d
  59. QGLTempContext: Unable to create GL context.
  60. X Error: BadValue (integer parameter out of range for operation) 2
  61. Extension: 149 (Uknown extension)
  62. Minor opcode: 3 (Unknown request)
  63. Resource id: 0x0
  64. X Error: GLXBadContext 160
  65. Extension: 149 (Uknown extension)
  66. Minor opcode: 6 (Unknown request)
  67. Resource id: 0x20002f
  68. QGLTempContext: Unable to create GL context.
  69. [xcb] Unknown sequence number while processing queue
  70. [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
  71. [xcb] Aborting, sorry about that.
  72. grsim: ../../src/xcb_io.c:259: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
  73. INFO:root:goalie_id set to: 0
  74. Updating field geometry based off of vision packet.
  75. Updating field geometry based off of vision packet.
  76. No ./run/logs/ directory - not writing log file
  77. libGL error: No matching fbConfigs or visuals found
  78. libGL error: failed to load driver: swrast
  79. ^Cmakefile:65: recipe for target 'backend-headless-simulator-soccer' failed
  80. make: *** [backend-headless-simulator-soccer] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement