Facebook
From pwa, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 346
  1. ➜ ./configure                        
  2. ====================================================================
  3. Build RDM on Ubuntu: 16
  4. ====================================================================
  5. ====================================================================
  6. Check deps
  7. ====================================================================
  8. [sudo] hasło użytkownika pwa:
  9. Czytanie list pakietów... Gotowe
  10. Budowanie drzewa zależności      
  11. Odczyt informacji o stanie... Gotowe
  12. automake is already the newest version (1:1.15-4ubuntu1).
  13. g++ is already the newest version (4:5.3.1-1ubuntu1).
  14. libtool is already the newest version (2.4.6-0.1).
  15. cmake is already the newest version (3.5.1-1ubuntu3).
  16. libgl1-mesa-dev is already the newest version (17.2.8-0ubuntu0~16.04.1).
  17. libssh2-1-dev is already the newest version (1.5.0-2ubuntu0.1).
  18. libssl-dev is already the newest version (1.1.0h-2.0+ubuntu16.04.1+deb.sury.org+1).
  19. 0 aktualizowanych, 0 nowo instalowanych, 0 usuwanych i 0 nieaktualizowanych.
  20. fatal: destination path 'src/third_party/lss' already exists and is not an empty directory.
  21. checking build system type... x86_64-pc-linux-gnu
  22. checking host system type... x86_64-pc-linux-gnu
  23. checking for a BSD-compatible install... /usr/bin/install -c
  24. checking whether build environment is sane... yes
  25. checking for a thread-safe mkdir -p... /bin/mkdir -p
  26. checking for gawk... no
  27. checking for mawk... mawk
  28. checking whether make sets $(MAKE)... yes
  29. checking whether make supports nested variables... yes
  30. checking whether UID '1000' is supported by ustar format... yes
  31. checking whether GID '1000' is supported by ustar format... yes
  32. checking how to create a ustar tar archive... gnutar
  33. checking whether to enable maintainer-specific portions of Makefiles... no
  34. checking for style of include used by make... GNU
  35. checking for gcc... gcc
  36. checking whether the C compiler works... yes
  37. checking for C compiler default output file name... a.out
  38. checking for suffix of executables...
  39. checking whether we are cross compiling... no
  40. checking for suffix of object files... o
  41. checking whether we are using the GNU C compiler... yes
  42. checking whether gcc accepts -g... yes
  43. checking for gcc option to accept ISO C89... none needed
  44. checking whether gcc understands -c and -o together... yes
  45. checking dependency style of gcc... gcc3
  46. checking for ar... ar
  47. checking the archiver (ar) interface... ar
  48. checking dependency style of gcc... gcc3
  49. checking for gcc... (cached) gcc
  50. checking whether we are using the GNU C compiler... (cached) yes
  51. checking whether gcc accepts -g... (cached) yes
  52. checking for gcc option to accept ISO C89... (cached) none needed
  53. checking whether gcc understands -c and -o together... (cached) yes
  54. checking dependency style of gcc... (cached) gcc3
  55. checking how to run the C preprocessor... gcc -E
  56. checking for g++... g++
  57. checking whether we are using the GNU C++ compiler... yes
  58. checking whether g++ accepts -g... yes
  59. checking dependency style of g++... gcc3
  60. checking for ranlib... ranlib
  61. checking for grep that handles long lines and -e... /bin/grep
  62. checking for egrep... /bin/grep -E
  63. checking for ANSI C header files... yes
  64. checking for special C compiler options needed for large files... no
  65. checking for _FILE_OFFSET_BITS value needed for large files... no
  66. checking for the pthreads library -lpthreads... no
  67. checking whether pthreads work without any flags... no
  68. checking whether pthreads work with -Kthread... no
  69. checking whether pthreads work with -kthread... no
  70. checking for the pthreads library -llthread... no
  71. checking whether pthreads work with -pthread... yes
  72. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  73. checking if more special flags are required for pthreads... no
  74. checking for sys/types.h... yes
  75. checking for sys/stat.h... yes
  76. checking for stdlib.h... yes
  77. checking for string.h... yes
  78. checking for memory.h... yes
  79. checking for strings.h... yes
  80. checking for inttypes.h... yes
  81. checking for stdint.h... yes
  82. checking for unistd.h... yes
  83. checking a.out.h usability... yes
  84. checking a.out.h presence... yes
  85. checking for a.out.h... yes
  86. checking sys/random.h usability... no
  87. checking sys/random.h presence... no
  88. checking for sys/random.h... no
  89. checking for arc4random... no
  90. checking for getrandom... no
  91. checking whether g++ supports C++11 features by default... no
  92. checking whether g++ supports C++11 features with -std=c++11... yes
  93. checking whether C++ compiler accepts -Werror=unknown-warning-option... no
  94. checking whether C++ compiler accepts -Wmissing-braces... yes
  95. checking whether C++ compiler accepts -Wnon-virtual-dtor... yes
  96. checking whether C++ compiler accepts -Woverloaded-virtual... yes
  97. checking whether C++ compiler accepts -Wreorder... yes
  98. checking whether C++ compiler accepts -Wsign-compare... yes
  99. checking whether C++ compiler accepts -Wunused-local-typedefs... yes
  100. checking whether C++ compiler accepts -Wunused-variable... yes
  101. checking whether C++ compiler accepts -Wvla... yes
  102. checking for O_CLOEXEC defined in fcntl.h... yes
  103. checking that generated files are newer than configure... done
  104. configure: creating ./config.status
  105. config.status: creating breakpad.pc
  106. config.status: creating breakpad-client.pc
  107. config.status: creating Makefile
  108. config.status: creating src/config.h
  109. config.status: src/config.h is unchanged
  110. config.status: executing depfiles commands
  111. ====================================================================
  112. Run: source /opt/qt59/bin/qt59-env.sh && qmake && make
  113. ====================================================================