Advertisement
Ocawesome101

craftos-pc build log

Jan 4th, 2020
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.24 KB | None | 0 0
  1. ocawesome101@windowsisbad:~/Documents/git/craftos2$ ./configure --prefix=/home/ocawesome101/.local
  2. checking for gcc... gcc
  3. checking whether the C compiler works... yes
  4. checking for C compiler default output file name... a.out
  5. checking for suffix of executables...
  6. checking whether we are cross compiling... no
  7. checking for suffix of object files... o
  8. checking whether we are using the GNU C compiler... yes
  9. checking whether gcc accepts -g... yes
  10. checking for gcc option to accept ISO C89... none needed
  11. checking for g++... g++
  12. checking whether we are using the GNU C++ compiler... yes
  13. checking whether g++ accepts -g... yes
  14. checking whether C++ compiler accepts -std=c++11... yes
  15. checking for library containing pthread_create... -lpthread
  16. checking for library containing dlopen... -ldl
  17. checking how to run the C++ preprocessor... g++ -E
  18. checking for grep that handles long lines and -e... /usr/bin/grep
  19. checking for egrep... /usr/bin/grep -E
  20. checking for ANSI C header files... yes
  21. checking for sys/types.h... yes
  22. checking for sys/stat.h... yes
  23. checking for stdlib.h... yes
  24. checking for string.h... yes
  25. checking for memory.h... yes
  26. checking for strings.h... yes
  27. checking for inttypes.h... yes
  28. checking for stdint.h... yes
  29. checking for unistd.h... yes
  30. checking SDL2/SDL.h usability... yes
  31. checking SDL2/SDL.h presence... yes
  32. checking for SDL2/SDL.h... yes
  33. checking for library containing SDL_Init... -lSDL2
  34. checking openssl/opensslv.h usability... yes
  35. checking openssl/opensslv.h presence... yes
  36. checking for openssl/opensslv.h... yes
  37. checking for library containing SSL_new... -lssl
  38. checking for library containing RSA_new... -lcrypto
  39. checking Poco/Foundation.h usability... yes
  40. checking Poco/Foundation.h presence... yes
  41. checking for Poco/Foundation.h... yes
  42. checking for Poco::ASCIIEncoding in -lPocoFoundation... yes
  43. checking Poco/Util/Util.h usability... yes
  44. checking Poco/Util/Util.h presence... yes
  45. checking for Poco/Util/Util.h... yes
  46. checking for Poco::Util::Timer in -lPocoUtil... yes
  47. checking Poco/XML/XML.h usability... yes
  48. checking Poco/XML/XML.h presence... yes
  49. checking for Poco/XML/XML.h... yes
  50. checking for Poco::XML::Name in -lPocoXML... yes
  51. checking Poco/JSON/JSON.h usability... yes
  52. checking Poco/JSON/JSON.h presence... yes
  53. checking for Poco/JSON/JSON.h... yes
  54. checking for Poco::JSON::Template in -lPocoJSON... yes
  55. checking Poco/Crypto/Crypto.h usability... yes
  56. checking Poco/Crypto/Crypto.h presence... yes
  57. checking for Poco/Crypto/Crypto.h... yes
  58. checking for Poco::Crypto::CipherFactory in -lPocoCrypto... yes
  59. checking Poco/Net/Net.h usability... yes
  60. checking Poco/Net/Net.h presence... yes
  61. checking for Poco/Net/Net.h... yes
  62. checking for Poco::Net::HTTPRequest in -lPocoNet... yes
  63. checking Poco/Net/NetSSL.h usability... yes
  64. checking Poco/Net/NetSSL.h presence... yes
  65. checking for Poco/Net/NetSSL.h... yes
  66. checking for Poco::Net::HTTPSClientSession in -lPocoNetSSL... yes
  67. checking for library containing mpg123_init... no
  68. checking for library containing FLAC__stream_decoder_new... no
  69. checking png++/png.hpp usability... no
  70. checking png++/png.hpp presence... no
  71. checking for png++/png.hpp... no
  72. checking for library containing png_init_io... -lpng
  73. checking ncurses.h usability... yes
  74. checking ncurses.h presence... yes
  75. checking for ncurses.h... yes
  76. checking for library containing initscr... -lncurses
  77. checking SDL2/SDL_mixer.h usability... no
  78. checking SDL2/SDL_mixer.h presence... no
  79. checking for SDL2/SDL_mixer.h... no
  80. checking for library containing Mix_Init... no
  81. checking hpdf.h usability... no
  82. checking hpdf.h presence... no
  83. checking for hpdf.h... no
  84. checking for library containing HPDF_New... no
  85. configure: creating ./config.status
  86. config.status: creating Makefile
  87. ocawesome101@windowsisbad:~/Documents/git/craftos2$ make
  88. g++ -o obj/CLITerminalWindow.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/CLITerminalWindow.cpp
  89. g++ -o obj/Computer.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/Computer.cpp
  90. g++ -o obj/config.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/config.cpp
  91. gcc -o obj/font.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -g -O2 src/font.c
  92. g++ -o obj/fs_handle.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/fs_handle.cpp
  93. g++ -o obj/fs.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/fs.cpp
  94. g++ -o obj/http_handle.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/http_handle.cpp
  95. g++ -o obj/http.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/http.cpp
  96. g++ -o obj/lib.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/lib.cpp
  97. g++ -o obj/main.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/main.cpp
  98. g++ -o obj/mounter.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/mounter.cpp
  99. g++ -o obj/os.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/os.cpp
  100. g++ -o obj/periphemu.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/periphemu.cpp
  101. g++ -o obj/peripheral.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/peripheral/peripheral.cpp
  102. g++ -o obj/term.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/term.cpp
  103. g++ -o obj/TerminalWindow.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/TerminalWindow.cpp
  104. g++ -o obj/peripheral_monitor.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/peripheral/monitor.cpp
  105. g++ -o obj/peripheral_printer.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/peripheral/printer.cpp
  106. g++ -o obj/peripheral_computer.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/peripheral/computer_p.cpp
  107. g++ -o obj/peripheral_modem.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/peripheral/modem.cpp
  108. g++ -o obj/peripheral_drive.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/peripheral/drive.cpp
  109. g++ -o obj/peripheral_debugger.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/peripheral/debugger.cpp
  110. g++ -o obj/platform.o -c -Icraftos2-lua/include -I/usr/local/opt/openssl/include -DNO_PNG -DNO_MIXER -DPRINT_TYPE=1 -DCUSTOM_ROM_DIR=\"/home/ocawesome101/.local/share/craftos\" -std=c++11 -g -O2 src/platform.cpp
  111. g++ -L/usr/local/opt/openssl/lib -o craftos craftos2-lua/src/liblua.a obj/CLITerminalWindow.o obj/Computer.o obj/config.o obj/font.o obj/fs_handle.o obj/fs.o obj/http_handle.o obj/http.o obj/lib.o obj/main.o obj/mounter.o obj/os.o obj/periphemu.o obj/peripheral.o obj/term.o obj/TerminalWindow.o obj/peripheral_monitor.o obj/peripheral_printer.o obj/peripheral_computer.o obj/peripheral_modem.o obj/peripheral_drive.o obj/peripheral_debugger.o obj/platform.o craftos2-lua/src/liblua.a -lncurses -lpng -lPocoNetSSL -lPocoNet -lPocoCrypto -lPocoJSON -lPocoXML -lPocoUtil -lPocoFoundation -lcrypto -lssl -lSDL2 -ldl -lpthread
  112. ocawesome101@windowsisbad:~/Documents/git/craftos2$ gdb ./craftos
  113. GNU gdb (Ubuntu 8.2.91.20190405-0ubuntu3) 8.2.91.20190405-git
  114. Copyright (C) 2019 Free Software Foundation, Inc.
  115. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  116. This is free software: you are free to change and redistribute it.
  117. There is NO WARRANTY, to the extent permitted by law.
  118. Type "show copying" and "show warranty" for details.
  119. This GDB was configured as "x86_64-linux-gnu".
  120. Type "show configuration" for configuration details.
  121. For bug reporting instructions, please see:
  122. <http://www.gnu.org/software/gdb/bugs/>.
  123. Find the GDB manual and other documentation resources online at:
  124. <http://www.gnu.org/software/gdb/documentation/>.
  125.  
  126. For help, type "help".
  127. Type "apropos word" to search for commands related to "word"...
  128. Reading symbols from ./craftos...
  129. (gdb) run
  130. Starting program: /home/ocawesome101/Documents/git/craftos2/craftos
  131. [Thread debugging using libthread_db enabled]
  132. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  133. [New Thread 0x7fffef9af700 (LWP 30969)]
  134. [New Thread 0x7fffef059700 (LWP 30970)]
  135. [New Thread 0x7fffee858700 (LWP 30971)]
  136. [New Thread 0x7fffee057700 (LWP 30972)]
  137. [New Thread 0x7fffed856700 (LWP 30973)]
  138. [New Thread 0x7fffed055700 (LWP 30974)]
  139. [New Thread 0x7fffec854700 (LWP 30975)]
  140. [New Thread 0x7fffcffff700 (LWP 30976)]
  141. [New Thread 0x7fffcf7fe700 (LWP 30977)]
  142. [New Thread 0x7fffcebfd700 (LWP 30978)]
  143. [Thread 0x7fffcebfd700 (LWP 30978) exited]
  144. [New Thread 0x7fffcebfd700 (LWP 30979)]
  145. [Thread 0x7fffcebfd700 (LWP 30979) exited]
  146. [New Thread 0x7fffec053700 (LWP 30980)]
  147. [New Thread 0x7fffcebfd700 (LWP 30981)]
  148. [New Thread 0x7fffce3fc700 (LWP 30982)]
  149. [New Thread 0x7fffcd9d6700 (LWP 30983)]
  150.  
  151. Thread 16 "craftos" received signal SIGSEGV, Segmentation fault.
  152. [Switching to Thread 0x7fffcd9d6700 (LWP 30983)]
  153. 0x00005555555c7a5f in lua_getinfo (L=0x7fffac00db70, what=0x5555555ee31d "nSl", ar=0x7fffcd9d5420) at ldebug.c:247
  154. 247 f = clvalue(ci->func);
  155. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement