Advertisement
Guest User

Untitled

a guest
May 8th, 2012
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.56 KB | None | 0 0
  1. [mep@arch bp]$ ls
  2. bp-editor.py include libs license README.md src
  3. [mep@arch bp]$ ./bp-editor.py
  4. Module directory: /home/mep/bp/src/
  5. ---
  6. Load Configuration: 5 ms
  7. Init UI: 572 ms
  8. Init Theme: 3 ms
  9. Init Toolbar: 1 ms
  10. Load module directory: 25 ms
  11. Init Docks: 175 ms
  12. [] Parser: 1 ms
  13. Init Compiler: 29 ms
  14. [New file 1.bp] Parser: 17 ms
  15. Init Preferences: 43 ms
  16. Init Actions: 0 ms
  17. X Error: BadAtom (invalid Atom parameter) 5
  18. Major opcode: 19 (X_DeleteProperty)
  19. Resource id: 0x0
  20. [New file 1.bp] PostProcessor: 76 ms
  21. CDE Rehighlight: 0 ms
  22. [New file 1.bp] Parser: 3 ms
  23. [New file 1.bp] PostProcessor: 0 ms
  24. [New file 1.bp] Parser: 2 ms
  25. [New file 1.bp] PostProcessor: 0 ms
  26. [New file 1.bp] Parser: 2 ms
  27. [New file 1.bp] PostProcessor: 0 ms
  28. [New file 1.bp] Parser: 2 ms
  29. [New file 1.bp] PostProcessor: 0 ms
  30. [New file 1.bp] Parser: 2 ms
  31. [New file 1.bp] PostProcessor: 0 ms
  32. [New file 1.bp] Parser: 2 ms
  33. [New file 1.bp] PostProcessor: 0 ms
  34. [New file 1.bp] Parser: 1 ms
  35. [New file 1.bp] Parser: 1 ms
  36. [New file 1.bp] Parser: 1 ms
  37. [New file 1.bp] Parser: 3 ms
  38. [New file 1.bp] Parser: 1 ms
  39. [New file 1.bp] Parser: 1 ms
  40. [New file 1.bp] Parser: 1 ms
  41. [New file 1.bp] Parser: 1 ms
  42. [New file 1.bp] Parser: 1 ms
  43. [New file 1.bp] Parser: 1 ms
  44. [New file 1.bp] Parser: 1 ms
  45. [New file 1.bp] Parser: 1 ms
  46. [New file 1.bp] Parser: 3 ms
  47. [New file 1.bp] PostProcessor: 0 ms
  48. Output: /home/mep/bp/src/bp/Core/Memory/Memory.bp
  49. Output: /home/mep/bp/src/bp/Collection/Array/Array.bp
  50. Output: /home/mep/bp/src/bp/Core/String/UTF8String.bp
  51. Output: /home/mep/bp/src/bp/Core/String/String.bp
  52. Output: /home/mep/bp/src/bp/Core/Core.bp
  53. Output: /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1.bp
  54.  
  55. Starting compiler:
  56. g++ \
  57. -c \
  58. /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.cpp \
  59. -o/home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.o \
  60. -I/home/mep/bp/src/bp/Tools/IDE/tmp/ \
  61. -I/home/mep/bp/src/ \
  62. -I/home/mep/bp/include/cpp/ \
  63. -std=c++0x \
  64. -Wall
  65. In file included from /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.cpp:2:0:
  66. /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.hpp: In Funktion »void exec_file_1()«:
  67. /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.hpp:21:41: Fehler: gelöschte Funktion »BPUTF8String::BPUTF8String(const BPUTF8String&)« wird verwendet
  68. In file included from /home/mep/bp/src/bp/Core/String/String-out.hpp:7:0,
  69. from /home/mep/bp/src/bp/Core/Core-out.hpp:8,
  70. from /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.hpp:6,
  71. from /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.cpp:2:
  72. /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:17:7: Anmerkung: »BPUTF8String::BPUTF8String(const BPUTF8String&)« wird implizit gelöscht, da die Standarddefinition ungültig wäre:
  73. /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:17:7: Fehler: gelöschte Funktion »boost::shared_ptr<BPArray<unsigned char> >::shared_ptr(const boost::shared_ptr<BPArray<unsigned char> >&)« wird verwendet
  74. In file included from /home/mep/bp/include/cpp/precompiled/../boost/shared_ptr.hpp:17:0,
  75. from /home/mep/bp/include/cpp/precompiled/boost.hpp:5,
  76. from /home/mep/bp/src/bp/Core/Core.hpp:1,
  77. from /home/mep/bp/src/bp/Tools/IDE/tmp/bp_decls.hpp:38,
  78. from /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.cpp:1:
  79. /home/mep/bp/include/cpp/boost/smart_ptr/shared_ptr.hpp:162:25: Anmerkung: »boost::shared_ptr<BPArray<unsigned char> >::shared_ptr(const boost::shared_ptr<BPArray<unsigned char> >&)« ist implizit als gelöscht deklariert, da »boost::shared_ptr<BPArray<unsigned char> >« einen Bewegungskonstruktor oder Bewegungs-Zuweisungsoperator deklariert
  80. In file included from /home/mep/bp/src/bp/Core/String/String-out.hpp:7:0,
  81. from /home/mep/bp/src/bp/Core/Core-out.hpp:8,
  82. from /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.hpp:6,
  83. from /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.cpp:2:
  84. /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:59:14: Fehler: Argument 1 von »void print___UTF8String(BPUTF8String)« wird initialisiert
  85. 2434 ms
  86.  
  87. Starting linker:
  88. g++
  89. -o/home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out
  90. /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.o
  91. -L/home/mep/bp/libs/cpp/
  92. g++: Fehler: /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.o: Datei oder Verzeichnis nicht gefunden
  93. g++: schwerwiegender Fehler: keine Eingabedateien
  94. Kompilierung beendet.
  95. 10 ms
  96. --------------------------------------------------------------------------------
  97. C++ Build: 2483 ms
  98. Executing: /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out
  99. --------------------------------------------------------------------------------
  100. Build process failed
  101. KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work
  102. kfilemodule(1248) KSambaSharePrivate::findSmbConf: KSambaShare: Could not find smb.conf!
  103. Traceback (most recent call last):
  104. File "/home/mep/bp/src/bp/Tools/IDE/MenuActions.py", line 109, in runModule
  105. bpPostPFile = self.processor.getCompiledFiles()[self.getFilePath()]
  106. KeyError: '/home/mep/bp/pro/test.bp'
  107. Traceback (most recent call last):
  108. File "/home/mep/bp/src/bp/Tools/IDE/MenuActions.py", line 141, in showModuleProperties
  109. widget.projectName.setText(parts[1])
  110. IndexError: list index out of range
  111. [test.bp] Parser: 3 ms
  112. [test.bp] PostProcessor: 1 ms
  113. Traceback (most recent call last):
  114. File "/home/mep/bp/src/bp/Tools/IDE/MenuActions.py", line 24, in openFile
  115. if self.isTmpFile():
  116. File "/home/mep/bp/src/bp/Tools/IDE/bp_ide.py", line 431, in isTmpFile
  117. return self.isTmpPath(self.getFilePath())
  118. File "/home/mep/bp/src/bp/Tools/IDE/bp_ide.py", line 350, in getFilePath
  119. return self.codeEdit.getFilePath()
  120. AttributeError: 'NoneType' object has no attribute 'getFilePath'
  121. --- EOP: 0 ---
  122. [mep@arch bp]$ ./bp-editor.py
  123. Module directory: /home/mep/bp/src/
  124. ---
  125. Load Configuration: 3 ms
  126. Init UI: 228 ms
  127. Init Theme: 1 ms
  128. Init Toolbar: 1 ms
  129. Load module directory: 25 ms
  130. Init Docks: 156 ms
  131. [] Parser: 1 ms
  132. Init Compiler: 11 ms
  133. [New file 1.bp] Parser: 1 ms
  134. Init Preferences: 22 ms
  135. Init Actions: 0 ms
  136. X Error: BadAtom (invalid Atom parameter) 5
  137. Major opcode: 19 (X_DeleteProperty)
  138. Resource id: 0x0
  139. [New file 1.bp] PostProcessor: 62 ms
  140. CDE Rehighlight: 0 ms
  141. KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work
  142. kfilemodule(1295) KSambaSharePrivate::findSmbConf: KSambaShare: Could not find smb.conf!
  143. --------------------------------------------------------------------------------
  144. File: /home/mep/bp/pro/test.bp
  145. [test.bp] NodeToBPC: 3 ms
  146. [test.bp] Parser: 3 ms
  147. [test.bp] PostProcessor: 0 ms
  148. CDE Rehighlight: 2 ms
  149. [test.bp] Parser: 3 ms
  150. [test.bp] PostProcessor: 0 ms
  151. Output: /home/mep/bp/src/bp/Core/Memory/Memory.bp
  152. Output: /home/mep/bp/src/bp/Collection/Array/Array.bp
  153. Output: /home/mep/bp/src/bp/Core/String/UTF8String.bp
  154. Output: /home/mep/bp/src/bp/Core/String/String.bp
  155. Output: /home/mep/bp/src/bp/Core/Core.bp
  156. Output: /home/mep/bp/pro/test.bp
  157.  
  158. Starting compiler:
  159. g++ \
  160. -c \
  161. /home/mep/bp/pro/test-out.cpp \
  162. -o/home/mep/bp/pro/test-out.o \
  163. -I/home/mep/bp/pro/ \
  164. -I/home/mep/bp/src/ \
  165. -I/home/mep/bp/include/cpp/ \
  166. -std=c++0x \
  167. -Wall
  168. In file included from /home/mep/bp/pro/test-out.cpp:2:0:
  169. /home/mep/bp/pro/test-out.hpp: In Funktion »void exec_file_1()«:
  170. /home/mep/bp/pro/test-out.hpp:21:41: Fehler: gelöschte Funktion »BPUTF8String::BPUTF8String(const BPUTF8String&)« wird verwendet
  171. In file included from /home/mep/bp/src/bp/Core/String/String-out.hpp:7:0,
  172. from /home/mep/bp/src/bp/Core/Core-out.hpp:8,
  173. from /home/mep/bp/pro/test-out.hpp:6,
  174. from /home/mep/bp/pro/test-out.cpp:2:
  175. /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:17:7: Anmerkung: »BPUTF8String::BPUTF8String(const BPUTF8String&)« wird implizit gelöscht, da die Standarddefinition ungültig wäre:
  176. /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:17:7: Fehler: gelöschte Funktion »boost::shared_ptr<BPArray<unsigned char> >::shared_ptr(const boost::shared_ptr<BPArray<unsigned char> >&)« wird verwendet
  177. In file included from /home/mep/bp/include/cpp/precompiled/../boost/shared_ptr.hpp:17:0,
  178. from /home/mep/bp/include/cpp/precompiled/boost.hpp:5,
  179. from /home/mep/bp/src/bp/Core/Core.hpp:1,
  180. from /home/mep/bp/pro/bp_decls.hpp:38,
  181. from /home/mep/bp/pro/test-out.cpp:1:
  182. /home/mep/bp/include/cpp/boost/smart_ptr/shared_ptr.hpp:162:25: Anmerkung: »boost::shared_ptr<BPArray<unsigned char> >::shared_ptr(const boost::shared_ptr<BPArray<unsigned char> >&)« ist implizit als gelöscht deklariert, da »boost::shared_ptr<BPArray<unsigned char> >« einen Bewegungskonstruktor oder Bewegungs-Zuweisungsoperator deklariert
  183. In file included from /home/mep/bp/src/bp/Core/String/String-out.hpp:7:0,
  184. from /home/mep/bp/src/bp/Core/Core-out.hpp:8,
  185. from /home/mep/bp/pro/test-out.hpp:6,
  186. from /home/mep/bp/pro/test-out.cpp:2:
  187. /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:59:14: Fehler: Argument 1 von »void print___UTF8String(BPUTF8String)« wird initialisiert
  188. 1045 ms
  189.  
  190. Starting linker:
  191. g++
  192. -o/home/mep/bp/pro/test-out
  193. /home/mep/bp/pro/test-out.o
  194. -L/home/mep/bp/libs/cpp/
  195. g++: Fehler: /home/mep/bp/pro/test-out.o: Datei oder Verzeichnis nicht gefunden
  196. g++: schwerwiegender Fehler: keine Eingabedateien
  197. Kompilierung beendet.
  198. 10 ms
  199. --------------------------------------------------------------------------------
  200. C++ Build: 1087 ms
  201. Executing: /home/mep/bp/pro/test-out
  202. --------------------------------------------------------------------------------
  203. Build process failed
  204. [] Parser: 1 ms
  205. [UTF8String.bp] Parser: 1 ms
  206. --------------------------------------------------------------------------------
  207. File: /home/mep/bp/src/bp/Core/String/UTF8String.bp
  208. [UTF8String.bp] NodeToBPC: 27 ms
  209. [UTF8String.bp] PostProcessor: 98 ms
  210. [UTF8String.bp] Parser: 129 ms
  211. [UTF8String.bp] PostProcessor: 12 ms
  212. CDE Rehighlight: 17 ms
  213. [test.bp] Parser: 3 ms
  214. [test.bp] PostProcessor: 0 ms
  215. [] Parser: 1 ms
  216. [Array.bp] Parser: 1 ms
  217. --------------------------------------------------------------------------------
  218. File: /home/mep/bp/src/bp/Collection/Array/Array.bp
  219. [Array.bp] NodeToBPC: 20 ms
  220. [Array.bp] Parser: 100 ms
  221. [Array.bp] PostProcessor: 72 ms
  222. [Array.bp] PostProcessor: 10 ms
  223. CDE Rehighlight: 11 ms
  224. [test.bp] Parser: 3 ms
  225. [test.bp] PostProcessor: 1 ms
  226. Output: /home/mep/bp/src/bp/Core/Memory/Memory.bp
  227. Output: /home/mep/bp/src/bp/Collection/Array/Array.bp
  228. Output: /home/mep/bp/src/bp/Core/String/UTF8String.bp
  229. Output: /home/mep/bp/src/bp/Core/String/String.bp
  230. Output: /home/mep/bp/src/bp/Core/Core.bp
  231. Output: /home/mep/bp/pro/test.bp
  232.  
  233. Starting compiler:
  234. g++ \
  235. -c \
  236. /home/mep/bp/pro/test-out.cpp \
  237. -o/home/mep/bp/pro/test-out.o \
  238. -I/home/mep/bp/pro/ \
  239. -I/home/mep/bp/src/ \
  240. -I/home/mep/bp/include/cpp/ \
  241. -std=c++0x \
  242. -Wall
  243. In file included from /home/mep/bp/pro/test-out.cpp:2:0:
  244. /home/mep/bp/pro/test-out.hpp: In Funktion »void exec_file_1()«:
  245. /home/mep/bp/pro/test-out.hpp:21:41: Fehler: gelöschte Funktion »BPUTF8String::BPUTF8String(const BPUTF8String&)« wird verwendet
  246. In file included from /home/mep/bp/src/bp/Core/String/String-out.hpp:7:0,
  247. from /home/mep/bp/src/bp/Core/Core-out.hpp:8,
  248. from /home/mep/bp/pro/test-out.hpp:6,
  249. from /home/mep/bp/pro/test-out.cpp:2:
  250. /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:17:7: Anmerkung: »BPUTF8String::BPUTF8String(const BPUTF8String&)« wird implizit gelöscht, da die Standarddefinition ungültig wäre:
  251. /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:17:7: Fehler: gelöschte Funktion »boost::shared_ptr<BPArray<unsigned char> >::shared_ptr(const boost::shared_ptr<BPArray<unsigned char> >&)« wird verwendet
  252. In file included from /home/mep/bp/include/cpp/precompiled/../boost/shared_ptr.hpp:17:0,
  253. from /home/mep/bp/include/cpp/precompiled/boost.hpp:5,
  254. from /home/mep/bp/src/bp/Core/Core.hpp:1,
  255. from /home/mep/bp/pro/bp_decls.hpp:38,
  256. from /home/mep/bp/pro/test-out.cpp:1:
  257. /home/mep/bp/include/cpp/boost/smart_ptr/shared_ptr.hpp:162:25: Anmerkung: »boost::shared_ptr<BPArray<unsigned char> >::shared_ptr(const boost::shared_ptr<BPArray<unsigned char> >&)« ist implizit als gelöscht deklariert, da »boost::shared_ptr<BPArray<unsigned char> >« einen Bewegungskonstruktor oder Bewegungs-Zuweisungsoperator deklariert
  258. In file included from /home/mep/bp/src/bp/Core/String/String-out.hpp:7:0,
  259. from /home/mep/bp/src/bp/Core/Core-out.hpp:8,
  260. from /home/mep/bp/pro/test-out.hpp:6,
  261. from /home/mep/bp/pro/test-out.cpp:2:
  262. /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:59:14: Fehler: Argument 1 von »void print___UTF8String(BPUTF8String)« wird initialisiert
  263. 1050 ms
  264.  
  265. Starting linker:
  266. g++
  267. -o/home/mep/bp/pro/test-out
  268. /home/mep/bp/pro/test-out.o
  269. -L/home/mep/bp/libs/cpp/
  270. g++: Fehler: /home/mep/bp/pro/test-out.o: Datei oder Verzeichnis nicht gefunden
  271. g++: schwerwiegender Fehler: keine Eingabedateien
  272. Kompilierung beendet.
  273. 28 ms
  274. --------------------------------------------------------------------------------
  275. C++ Build: 1110 ms
  276. Executing: /home/mep/bp/pro/test-out
  277. --------------------------------------------------------------------------------
  278. Build process failed
  279. Traceback (most recent call last):
  280. File "/home/mep/bp/src/bp/Tools/IDE/MenuActions.py", line 141, in showModuleProperties
  281. widget.projectName.setText(parts[1])
  282. IndexError: list index out of range
  283. Traceback (most recent call last):
  284. File "/home/mep/bp/src/bp/Tools/IDE/MenuActions.py", line 141, in showModuleProperties
  285. widget.projectName.setText(parts[1])
  286. IndexError: list index out of range
  287. [] Parser: 1 ms
  288. [New file 5.bp] Parser: 1 ms
  289. [New file 5.bp] PostProcessor: 0 ms
  290. [Array.bp] Parser: 100 ms
  291. [Array.bp] PostProcessor: 9 ms
  292. [test.bp] Parser: 4 ms
  293. [test.bp] PostProcessor: 1 ms
  294. Output: /home/mep/bp/src/bp/Core/Memory/Memory.bp
  295. Output: /home/mep/bp/src/bp/Collection/Array/Array.bp
  296. Output: /home/mep/bp/src/bp/Core/String/UTF8String.bp
  297. Output: /home/mep/bp/src/bp/Core/String/String.bp
  298. Output: /home/mep/bp/src/bp/Core/Core.bp
  299. Output: /home/mep/bp/pro/test.bp
  300.  
  301. Starting compiler:
  302. g++ \
  303. -c \
  304. /home/mep/bp/pro/test-out.cpp \
  305. -o/home/mep/bp/pro/test-out.o \
  306. -I/home/mep/bp/pro/ \
  307. -I/home/mep/bp/src/ \
  308. -I/home/mep/bp/include/cpp/ \
  309. -std=c++0x \
  310. -Wall
  311. In file included from /home/mep/bp/pro/test-out.cpp:2:0:
  312. /home/mep/bp/pro/test-out.hpp: In Funktion »void exec_file_1()«:
  313. /home/mep/bp/pro/test-out.hpp:21:41: Fehler: gelöschte Funktion »BPUTF8String::BPUTF8String(const BPUTF8String&)« wird verwendet
  314. In file included from /home/mep/bp/src/bp/Core/String/String-out.hpp:7:0,
  315. from /home/mep/bp/src/bp/Core/Core-out.hpp:8,
  316. from /home/mep/bp/pro/test-out.hpp:6,
  317. from /home/mep/bp/pro/test-out.cpp:2:
  318. /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:17:7: Anmerkung: »BPUTF8String::BPUTF8String(const BPUTF8String&)« wird implizit gelöscht, da die Standarddefinition ungültig wäre:
  319. /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:17:7: Fehler: gelöschte Funktion »boost::shared_ptr<BPArray<unsigned char> >::shared_ptr(const boost::shared_ptr<BPArray<unsigned char> >&)« wird verwendet
  320. In file included from /home/mep/bp/include/cpp/precompiled/../boost/shared_ptr.hpp:17:0,
  321. from /home/mep/bp/include/cpp/precompiled/boost.hpp:5,
  322. from /home/mep/bp/src/bp/Core/Core.hpp:1,
  323. from /home/mep/bp/pro/bp_decls.hpp:38,
  324. from /home/mep/bp/pro/test-out.cpp:1:
  325. /home/mep/bp/include/cpp/boost/smart_ptr/shared_ptr.hpp:162:25: Anmerkung: »boost::shared_ptr<BPArray<unsigned char> >::shared_ptr(const boost::shared_ptr<BPArray<unsigned char> >&)« ist implizit als gelöscht deklariert, da »boost::shared_ptr<BPArray<unsigned char> >« einen Bewegungskonstruktor oder Bewegungs-Zuweisungsoperator deklariert
  326. In file included from /home/mep/bp/src/bp/Core/String/String-out.hpp:7:0,
  327. from /home/mep/bp/src/bp/Core/Core-out.hpp:8,
  328. from /home/mep/bp/pro/test-out.hpp:6,
  329. from /home/mep/bp/pro/test-out.cpp:2:
  330. /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:59:14: Fehler: Argument 1 von »void print___UTF8String(BPUTF8String)« wird initialisiert
  331. 1081 ms
  332.  
  333. Starting linker:
  334. g++
  335. -o/home/mep/bp/pro/test-out
  336. /home/mep/bp/pro/test-out.o
  337. -L/home/mep/bp/libs/cpp/
  338. g++: Fehler: /home/mep/bp/pro/test-out.o: Datei oder Verzeichnis nicht gefunden
  339. g++: schwerwiegender Fehler: keine Eingabedateien
  340. Kompilierung beendet.
  341. 10 ms
  342. --------------------------------------------------------------------------------
  343. C++ Build: 1124 ms
  344. Executing: /home/mep/bp/pro/test-out
  345. --------------------------------------------------------------------------------
  346. Build process failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement