Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
883
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 91.41 KB | None | 0 0
  1. nth@nth-Ubuntu-16-LTS-64:~/Desktop/dora/build$ bitbake core-image-sato
  2. Loading cache: 100% |#######################################################################################################################################################################| ETA: 00:00:00
  3. Loaded 1188 entries from dependency cache.
  4. NOTE: Resolving any missing task queue dependencies
  5.  
  6. Build Configuration:
  7. BB_VERSION = "1.20.0"
  8. BUILD_SYS = "x86_64-linux"
  9. NATIVELSBSTRING = "Ubuntu-16.04"
  10. TARGET_SYS = "i586-poky-linux"
  11. MACHINE = "qemux86"
  12. DISTRO = "poky"
  13. DISTRO_VERSION = "1.5.4"
  14. TUNE_FEATURES = "m32 i586"
  15. TARGET_FPU = ""
  16. meta
  17. meta-yocto
  18. meta-yocto-bsp = "dora:8e9e7e8def9b0b728937d34115f7165677c31bed"
  19.  
  20. NOTE: Preparing runqueue
  21. NOTE: Executing SetScene Tasks
  22. NOTE: Executing RunQueue Tasks
  23. ERROR: Function failed: do_compile (log file is located at /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/pseudo-native/1.5.1-r4/temp/log.do_compile.28231)
  24. ERROR: Logfile of failure stored in: /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/pseudo-native/1.5.1-r4/temp/log.do_compile.28231
  25. Log data follows:
  26. | DEBUG: Executing shell function do_compile
  27. | NOTE: Building/installing only 64-bit libpseudo.so for pseudo-native.
  28. | NOTE: If you need to run 32-bit executables, ensure that NO32LIBS is set to 0.
  29. | SQLite header for version 3007017 found in /home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr.
  30. | Enabling in-memory database by default.
  31. | NOTE: make -j 8 -e MAKEFLAGS=
  32. | gcc -c -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -pipe -std=gnu99 -Wall -W -Wextra -fPIC -D_LARGEFILE64_SOURCE -D_ATFILE_SOURCE -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -DPSEUDO_PREFIX='"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr"' -DPSEUDO_SUFFIX='""' -DPSEUDO_BINDIR='"bin"' -DPSEUDO_LIBDIR='"lib/pseudo/lib64"' -DPSEUDO_LOCALSTATEDIR='"var/pseudo"' -DPSEUDO_VERSION='"1.5.1"' -DUSE_MEMORY_DB -DPSEUDO_FORCE_ASYNC -O2 -g -L/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/lib -I/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include pseudo_util.c
  33. | pseudo_util.c: In function 'pseudo_has_unload':
  34. | pseudo_util.c:101:29: error: initializer element is not constant
  35. | static size_t unload_len = strlen(unload);
  36. | ^
  37. | Makefile:121: recipe for target 'pseudo_util.o' failed
  38. | make: *** [pseudo_util.o] Error 1
  39. | ERROR: oe_runmake failed
  40. | WARNING: exit code 1 from a shell command.
  41. | ERROR: Function failed: do_compile (log file is located at /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/pseudo-native/1.5.1-r4/temp/log.do_compile.28231)
  42. ERROR: Task 80 (virtual:native:/home/nth/Desktop/dora/poky/meta/recipes-devtools/pseudo/pseudo_1.5.1.bb, do_compile) failed with exit code '1'
  43. ERROR: Function failed: do_compile (log file is located at /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/libgpg-error-native/1.12-r0/temp/log.do_compile.28234)
  44. ERROR: Logfile of failure stored in: /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/libgpg-error-native/1.12-r0/temp/log.do_compile.28234
  45. Log data follows:
  46. | DEBUG: Executing shell function do_compile
  47. | NOTE: make -j 8
  48. | make all-recursive
  49. | make[1]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/libgpg-error-native/1.12-r0/build'
  50. | Making all in m4
  51. | make[2]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/libgpg-error-native/1.12-r0/build/m4'
  52. | make[2]: Nothing to be done for 'all'.
  53. | make[2]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/libgpg-error-native/1.12-r0/build/m4'
  54. | Making all in src
  55. | make[2]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/libgpg-error-native/1.12-r0/build/src'
  56. | gcc -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/libgpg-error-native/1.12-r0/libgpg-error-1.12/src -o mkerrcodes /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/libgpg-error-native/1.12-r0/libgpg-error-1.12/src/mkerrcodes.c
  57. | In file included from /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/libgpg-error-native/1.12-r0/libgpg-error-1.12/src/mkerrcodes.c:26:0:
  58. | ./mkerrcodes.h:9:5: error: expected expression before ',' token
  59. | { , "GPG_ERR_E2BIG" },
  60. | ^
  61. | ./mkerrcodes.h:10:5: error: expected expression before ',' token
  62. | { , "GPG_ERR_EACCES" },
  63. | ^
  64. | ./mkerrcodes.h:11:5: error: expected expression before ',' token
  65. | { , "GPG_ERR_EADDRINUSE" },
  66. | ^
  67. | ./mkerrcodes.h:12:5: error: expected expression before ',' token
  68. | { , "GPG_ERR_EADDRNOTAVAIL" },
  69. | ^
  70. | ./mkerrcodes.h:13:5: error: expected expression before ',' token
  71. | { , "GPG_ERR_EADV" },
  72. | ^
  73. | ./mkerrcodes.h:14:5: error: expected expression before ',' token
  74. | { , "GPG_ERR_EAFNOSUPPORT" },
  75. | ^
  76. | ./mkerrcodes.h:15:5: error: expected expression before ',' token
  77. | { , "GPG_ERR_EAGAIN" },
  78. | ^
  79. | ./mkerrcodes.h:16:5: error: expected expression before ',' token
  80. | { , "GPG_ERR_EALREADY" },
  81. | ^
  82. | ./mkerrcodes.h:17:5: error: expected expression before ',' token
  83. | { , "GPG_ERR_EBADE" },
  84. | ^
  85. | ./mkerrcodes.h:18:5: error: expected expression before ',' token
  86. | { , "GPG_ERR_EBADF" },
  87. | ^
  88. | ./mkerrcodes.h:19:5: error: expected expression before ',' token
  89. | { , "GPG_ERR_EBADFD" },
  90. | ^
  91. | ./mkerrcodes.h:20:5: error: expected expression before ',' token
  92. | { , "GPG_ERR_EBADMSG" },
  93. | ^
  94. | ./mkerrcodes.h:21:5: error: expected expression before ',' token
  95. | { , "GPG_ERR_EBADR" },
  96. | ^
  97. | ./mkerrcodes.h:22:5: error: expected expression before ',' token
  98. | { , "GPG_ERR_EBADRQC" },
  99. | ^
  100. | ./mkerrcodes.h:23:5: error: expected expression before ',' token
  101. | { , "GPG_ERR_EBADSLT" },
  102. | ^
  103. | ./mkerrcodes.h:24:5: error: expected expression before ',' token
  104. | { , "GPG_ERR_EBFONT" },
  105. | ^
  106. | ./mkerrcodes.h:25:5: error: expected expression before ',' token
  107. | { , "GPG_ERR_EBUSY" },
  108. | ^
  109. | ./mkerrcodes.h:26:5: error: expected expression before ',' token
  110. | { , "GPG_ERR_ECANCELED" },
  111. | ^
  112. | ./mkerrcodes.h:27:5: error: expected expression before ',' token
  113. | { , "GPG_ERR_ECHILD" },
  114. | ^
  115. | ./mkerrcodes.h:28:5: error: expected expression before ',' token
  116. | { , "GPG_ERR_ECHRNG" },
  117. | ^
  118. | ./mkerrcodes.h:29:5: error: expected expression before ',' token
  119. | { , "GPG_ERR_ECOMM" },
  120. | ^
  121. | ./mkerrcodes.h:30:5: error: expected expression before ',' token
  122. | { , "GPG_ERR_ECONNABORTED" },
  123. | ^
  124. | ./mkerrcodes.h:31:5: error: expected expression before ',' token
  125. | { , "GPG_ERR_ECONNREFUSED" },
  126. | ^
  127. | ./mkerrcodes.h:32:5: error: expected expression before ',' token
  128. | { , "GPG_ERR_ECONNRESET" },
  129. | ^
  130. | ./mkerrcodes.h:33:5: error: expected expression before ',' token
  131. | { , "GPG_ERR_EDEADLK" },
  132. | ^
  133. | ./mkerrcodes.h:34:5: error: expected expression before ',' token
  134. | { , "GPG_ERR_EDEADLOCK" },
  135. | ^
  136. | ./mkerrcodes.h:35:5: error: expected expression before ',' token
  137. | { , "GPG_ERR_EDESTADDRREQ" },
  138. | ^
  139. | ./mkerrcodes.h:36:5: error: expected expression before ',' token
  140. | { , "GPG_ERR_EDOM" },
  141. | ^
  142. | ./mkerrcodes.h:37:5: error: expected expression before ',' token
  143. | { , "GPG_ERR_EDOTDOT" },
  144. | ^
  145. | ./mkerrcodes.h:38:5: error: expected expression before ',' token
  146. | { , "GPG_ERR_EDQUOT" },
  147. | ^
  148. | ./mkerrcodes.h:39:5: error: expected expression before ',' token
  149. | { , "GPG_ERR_EEXIST" },
  150. | ^
  151. | ./mkerrcodes.h:40:5: error: expected expression before ',' token
  152. | { , "GPG_ERR_EFAULT" },
  153. | ^
  154. | ./mkerrcodes.h:41:5: error: expected expression before ',' token
  155. | { , "GPG_ERR_EFBIG" },
  156. | ^
  157. | ./mkerrcodes.h:42:5: error: expected expression before ',' token
  158. | { , "GPG_ERR_EHOSTDOWN" },
  159. | ^
  160. | ./mkerrcodes.h:43:5: error: expected expression before ',' token
  161. | { , "GPG_ERR_EHOSTUNREACH" },
  162. | ^
  163. | ./mkerrcodes.h:44:5: error: expected expression before ',' token
  164. | { , "GPG_ERR_EIDRM" },
  165. | ^
  166. | ./mkerrcodes.h:45:5: error: expected expression before ',' token
  167. | { , "GPG_ERR_EILSEQ" },
  168. | ^
  169. | ./mkerrcodes.h:46:5: error: expected expression before ',' token
  170. | { , "GPG_ERR_EINPROGRESS" },
  171. | ^
  172. | ./mkerrcodes.h:47:5: error: expected expression before ',' token
  173. | { , "GPG_ERR_EINTR" },
  174. | ^
  175. | ./mkerrcodes.h:48:5: error: expected expression before ',' token
  176. | { , "GPG_ERR_EINVAL" },
  177. | ^
  178. | ./mkerrcodes.h:49:5: error: expected expression before ',' token
  179. | { , "GPG_ERR_EIO" },
  180. | ^
  181. | ./mkerrcodes.h:50:5: error: expected expression before ',' token
  182. | { , "GPG_ERR_EISCONN" },
  183. | ^
  184. | ./mkerrcodes.h:51:5: error: expected expression before ',' token
  185. | { , "GPG_ERR_EISDIR" },
  186. | ^
  187. | ./mkerrcodes.h:52:5: error: expected expression before ',' token
  188. | { , "GPG_ERR_EISNAM" },
  189. | ^
  190. | ./mkerrcodes.h:53:5: error: expected expression before ',' token
  191. | { , "GPG_ERR_EL2HLT" },
  192. | ^
  193. | ./mkerrcodes.h:54:5: error: expected expression before ',' token
  194. | { , "GPG_ERR_EL2NSYNC" },
  195. | ^
  196. | ./mkerrcodes.h:55:5: error: expected expression before ',' token
  197. | { , "GPG_ERR_EL3HLT" },
  198. | ^
  199. | ./mkerrcodes.h:56:5: error: expected expression before ',' token
  200. | { , "GPG_ERR_EL3RST" },
  201. | ^
  202. | ./mkerrcodes.h:57:5: error: expected expression before ',' token
  203. | { , "GPG_ERR_ELIBACC" },
  204. | ^
  205. | ./mkerrcodes.h:58:5: error: expected expression before ',' token
  206. | { , "GPG_ERR_ELIBBAD" },
  207. | ^
  208. | ./mkerrcodes.h:59:5: error: expected expression before ',' token
  209. | { , "GPG_ERR_ELIBEXEC" },
  210. | ^
  211. | ./mkerrcodes.h:60:5: error: expected expression before ',' token
  212. | { , "GPG_ERR_ELIBMAX" },
  213. | ^
  214. | ./mkerrcodes.h:61:5: error: expected expression before ',' token
  215. | { , "GPG_ERR_ELIBSCN" },
  216. | ^
  217. | ./mkerrcodes.h:62:5: error: expected expression before ',' token
  218. | { , "GPG_ERR_ELNRNG" },
  219. | ^
  220. | ./mkerrcodes.h:63:5: error: expected expression before ',' token
  221. | { , "GPG_ERR_ELOOP" },
  222. | ^
  223. | ./mkerrcodes.h:64:5: error: expected expression before ',' token
  224. | { , "GPG_ERR_EMEDIUMTYPE" },
  225. | ^
  226. | ./mkerrcodes.h:65:5: error: expected expression before ',' token
  227. | { , "GPG_ERR_EMFILE" },
  228. | ^
  229. | ./mkerrcodes.h:66:5: error: expected expression before ',' token
  230. | { , "GPG_ERR_EMLINK" },
  231. | ^
  232. | ./mkerrcodes.h:67:5: error: expected expression before ',' token
  233. | { , "GPG_ERR_EMSGSIZE" },
  234. | ^
  235. | ./mkerrcodes.h:68:5: error: expected expression before ',' token
  236. | { , "GPG_ERR_EMULTIHOP" },
  237. | ^
  238. | ./mkerrcodes.h:69:5: error: expected expression before ',' token
  239. | { , "GPG_ERR_ENAMETOOLONG" },
  240. | ^
  241. | ./mkerrcodes.h:70:5: error: expected expression before ',' token
  242. | { , "GPG_ERR_ENAVAIL" },
  243. | ^
  244. | ./mkerrcodes.h:71:5: error: expected expression before ',' token
  245. | { , "GPG_ERR_ENETDOWN" },
  246. | ^
  247. | ./mkerrcodes.h:72:5: error: expected expression before ',' token
  248. | { , "GPG_ERR_ENETRESET" },
  249. | ^
  250. | ./mkerrcodes.h:73:5: error: expected expression before ',' token
  251. | { , "GPG_ERR_ENETUNREACH" },
  252. | ^
  253. | ./mkerrcodes.h:74:5: error: expected expression before ',' token
  254. | { , "GPG_ERR_ENFILE" },
  255. | ^
  256. | ./mkerrcodes.h:75:5: error: expected expression before ',' token
  257. | { , "GPG_ERR_ENOANO" },
  258. | ^
  259. | ./mkerrcodes.h:76:5: error: expected expression before ',' token
  260. | { , "GPG_ERR_ENOBUFS" },
  261. | ^
  262. | ./mkerrcodes.h:77:5: error: expected expression before ',' token
  263. | { , "GPG_ERR_ENOCSI" },
  264. | ^
  265. | ./mkerrcodes.h:78:5: error: expected expression before ',' token
  266. | { , "GPG_ERR_ENODATA" },
  267. | ^
  268. | ./mkerrcodes.h:79:5: error: expected expression before ',' token
  269. | { , "GPG_ERR_ENODEV" },
  270. | ^
  271. | ./mkerrcodes.h:80:5: error: expected expression before ',' token
  272. | { , "GPG_ERR_ENOENT" },
  273. | ^
  274. | ./mkerrcodes.h:81:5: error: expected expression before ',' token
  275. | { , "GPG_ERR_ENOEXEC" },
  276. | ^
  277. | ./mkerrcodes.h:82:5: error: expected expression before ',' token
  278. | { , "GPG_ERR_ENOLCK" },
  279. | ^
  280. | ./mkerrcodes.h:83:5: error: expected expression before ',' token
  281. | { , "GPG_ERR_ENOLINK" },
  282. | ^
  283. | ./mkerrcodes.h:84:5: error: expected expression before ',' token
  284. | { , "GPG_ERR_ENOMEDIUM" },
  285. | ^
  286. | ./mkerrcodes.h:85:5: error: expected expression before ',' token
  287. | { , "GPG_ERR_ENOMEM" },
  288. | ^
  289. | ./mkerrcodes.h:86:5: error: expected expression before ',' token
  290. | { , "GPG_ERR_ENOMSG" },
  291. | ^
  292. | ./mkerrcodes.h:87:5: error: expected expression before ',' token
  293. | { , "GPG_ERR_ENONET" },
  294. | ^
  295. | ./mkerrcodes.h:88:5: error: expected expression before ',' token
  296. | { , "GPG_ERR_ENOPKG" },
  297. | ^
  298. | ./mkerrcodes.h:89:5: error: expected expression before ',' token
  299. | { , "GPG_ERR_ENOPROTOOPT" },
  300. | ^
  301. | ./mkerrcodes.h:90:5: error: expected expression before ',' token
  302. | { , "GPG_ERR_ENOSPC" },
  303. | ^
  304. | ./mkerrcodes.h:91:5: error: expected expression before ',' token
  305. | { , "GPG_ERR_ENOSR" },
  306. | ^
  307. | ./mkerrcodes.h:92:5: error: expected expression before ',' token
  308. | { , "GPG_ERR_ENOSTR" },
  309. | ^
  310. | ./mkerrcodes.h:93:5: error: expected expression before ',' token
  311. | { , "GPG_ERR_ENOSYS" },
  312. | ^
  313. | ./mkerrcodes.h:94:5: error: expected expression before ',' token
  314. | { , "GPG_ERR_ENOTBLK" },
  315. | ^
  316. | ./mkerrcodes.h:95:5: error: expected expression before ',' token
  317. | { , "GPG_ERR_ENOTCONN" },
  318. | ^
  319. | ./mkerrcodes.h:96:5: error: expected expression before ',' token
  320. | { , "GPG_ERR_ENOTDIR" },
  321. | ^
  322. | ./mkerrcodes.h:97:5: error: expected expression before ',' token
  323. | { , "GPG_ERR_ENOTEMPTY" },
  324. | ^
  325. | ./mkerrcodes.h:98:5: error: expected expression before ',' token
  326. | { , "GPG_ERR_ENOTNAM" },
  327. | ^
  328. | ./mkerrcodes.h:99:5: error: expected expression before ',' token
  329. | { , "GPG_ERR_ENOTSOCK" },
  330. | ^
  331. | ./mkerrcodes.h:100:5: error: expected expression before ',' token
  332. | { , "GPG_ERR_ENOTSUP" },
  333. | ^
  334. | ./mkerrcodes.h:101:5: error: expected expression before ',' token
  335. | { , "GPG_ERR_ENOTTY" },
  336. | ^
  337. | ./mkerrcodes.h:102:5: error: expected expression before ',' token
  338. | { , "GPG_ERR_ENOTUNIQ" },
  339. | ^
  340. | ./mkerrcodes.h:103:5: error: expected expression before ',' token
  341. | { , "GPG_ERR_ENXIO" },
  342. | ^
  343. | ./mkerrcodes.h:104:5: error: expected expression before ',' token
  344. | { , "GPG_ERR_EOPNOTSUPP" },
  345. | ^
  346. | ./mkerrcodes.h:105:5: error: expected expression before ',' token
  347. | { , "GPG_ERR_EOVERFLOW" },
  348. | ^
  349. | ./mkerrcodes.h:106:5: error: expected expression before ',' token
  350. | { , "GPG_ERR_EPERM" },
  351. | ^
  352. | ./mkerrcodes.h:107:5: error: expected expression before ',' token
  353. | { , "GPG_ERR_EPFNOSUPPORT" },
  354. | ^
  355. | ./mkerrcodes.h:108:5: error: expected expression before ',' token
  356. | { , "GPG_ERR_EPIPE" },
  357. | ^
  358. | ./mkerrcodes.h:109:5: error: expected expression before ',' token
  359. | { , "GPG_ERR_EPROTO" },
  360. | ^
  361. | ./mkerrcodes.h:110:5: error: expected expression before ',' token
  362. | { , "GPG_ERR_EPROTONOSUPPORT" },
  363. | ^
  364. | ./mkerrcodes.h:111:5: error: expected expression before ',' token
  365. | { , "GPG_ERR_EPROTOTYPE" },
  366. | ^
  367. | ./mkerrcodes.h:112:5: error: expected expression before ',' token
  368. | { , "GPG_ERR_ERANGE" },
  369. | ^
  370. | ./mkerrcodes.h:113:5: error: expected expression before ',' token
  371. | { , "GPG_ERR_EREMCHG" },
  372. | ^
  373. | ./mkerrcodes.h:114:5: error: expected expression before ',' token
  374. | { , "GPG_ERR_EREMOTE" },
  375. | ^
  376. | ./mkerrcodes.h:115:5: error: expected expression before ',' token
  377. | { , "GPG_ERR_EREMOTEIO" },
  378. | ^
  379. | ./mkerrcodes.h:116:5: error: expected expression before ',' token
  380. | { , "GPG_ERR_ERESTART" },
  381. | ^
  382. | ./mkerrcodes.h:117:5: error: expected expression before ',' token
  383. | { , "GPG_ERR_EROFS" },
  384. | ^
  385. | ./mkerrcodes.h:118:5: error: expected expression before ',' token
  386. | { , "GPG_ERR_ESHUTDOWN" },
  387. | ^
  388. | ./mkerrcodes.h:119:5: error: expected expression before ',' token
  389. | { , "GPG_ERR_ESOCKTNOSUPPORT" },
  390. | ^
  391. | ./mkerrcodes.h:120:5: error: expected expression before ',' token
  392. | { , "GPG_ERR_ESPIPE" },
  393. | ^
  394. | ./mkerrcodes.h:121:5: error: expected expression before ',' token
  395. | { , "GPG_ERR_ESRCH" },
  396. | ^
  397. | ./mkerrcodes.h:122:5: error: expected expression before ',' token
  398. | { , "GPG_ERR_ESRMNT" },
  399. | ^
  400. | ./mkerrcodes.h:123:5: error: expected expression before ',' token
  401. | { , "GPG_ERR_ESTALE" },
  402. | ^
  403. | ./mkerrcodes.h:124:5: error: expected expression before ',' token
  404. | { , "GPG_ERR_ESTRPIPE" },
  405. | ^
  406. | ./mkerrcodes.h:125:5: error: expected expression before ',' token
  407. | { , "GPG_ERR_ETIME" },
  408. | ^
  409. | ./mkerrcodes.h:126:5: error: expected expression before ',' token
  410. | { , "GPG_ERR_ETIMEDOUT" },
  411. | ^
  412. | ./mkerrcodes.h:127:5: error: expected expression before ',' token
  413. | { , "GPG_ERR_ETOOMANYREFS" },
  414. | ^
  415. | ./mkerrcodes.h:128:5: error: expected expression before ',' token
  416. | { , "GPG_ERR_ETXTBSY" },
  417. | ^
  418. | ./mkerrcodes.h:129:5: error: expected expression before ',' token
  419. | { , "GPG_ERR_EUCLEAN" },
  420. | ^
  421. | ./mkerrcodes.h:130:5: error: expected expression before ',' token
  422. | { , "GPG_ERR_EUNATCH" },
  423. | ^
  424. | ./mkerrcodes.h:131:5: error: expected expression before ',' token
  425. | { , "GPG_ERR_EUSERS" },
  426. | ^
  427. | ./mkerrcodes.h:132:5: error: expected expression before ',' token
  428. | { , "GPG_ERR_EWOULDBLOCK" },
  429. | ^
  430. | ./mkerrcodes.h:133:5: error: expected expression before ',' token
  431. | { , "GPG_ERR_EXDEV" },
  432. | ^
  433. | ./mkerrcodes.h:134:5: error: expected expression before ',' token
  434. | { , "GPG_ERR_EXFULL" },
  435. | ^
  436. | Makefile:1043: recipe for target 'mkerrcodes' failed
  437. | make[2]: *** [mkerrcodes] Error 1
  438. | make[2]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/libgpg-error-native/1.12-r0/build/src'
  439. | Makefile:381: recipe for target 'all-recursive' failed
  440. | make[1]: *** [all-recursive] Error 1
  441. | make[1]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/libgpg-error-native/1.12-r0/build'
  442. | Makefile:312: recipe for target 'all' failed
  443. | make: *** [all] Error 2
  444. | ERROR: oe_runmake failed
  445. | WARNING: exit code 1 from a shell command.
  446. | ERROR: Function failed: do_compile (log file is located at /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/libgpg-error-native/1.12-r0/temp/log.do_compile.28234)
  447. ERROR: Task 5377 (virtual:native:/home/nth/Desktop/dora/poky/meta/recipes-support/libgpg-error/libgpg-error_1.12.bb, do_compile) failed with exit code '1'
  448. ERROR: Function failed: do_compile (log file is located at /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/temp/log.do_compile.28232)
  449. ERROR: Logfile of failure stored in: /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/temp/log.do_compile.28232
  450. Log data follows:
  451. | DEBUG: Executing shell function do_compile
  452. | NOTE: make -j 8 -C narrowc libs
  453. | make: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/build/narrowc'
  454. | cd include && make DESTDIR="" libs
  455. | make[1]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/build/narrowc/include'
  456. | make[1]: Nothing to be done for 'libs'.
  457. | make[1]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/build/narrowc/include'
  458. | cd ncurses && make DESTDIR="" libs
  459. | make[1]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/build/narrowc/ncurses'
  460. | ./make_keys keys.list > init_keytry.h
  461. | gcc -DHAVE_CONFIG_H -I../ncurses -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -DNDEBUG -I. -I../include -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/../include -I/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -O2 -pipe --param max-inline-insns-single=1200 -fPIC -DUSE_TERMLIB -c ../ncurses/comp_captab.c -o ../obj_s/comp_captab.o
  462. | gcc -DHAVE_CONFIG_H -I../ncurses -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -DNDEBUG -I. -I../include -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/../include -I/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -O2 -pipe --param max-inline-insns-single=1200 -fPIC -DUSE_TERMLIB -c ../ncurses/lib_keyname.c -o ../obj_s/lib_keyname.o
  463. | gcc -DHAVE_CONFIG_H -I../ncurses -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -DNDEBUG -I. -I../include -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/../include -I/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -O2 -pipe --param max-inline-insns-single=1200 -DUSE_TERMLIB -c ../ncurses/comp_captab.c -o ../objects/comp_captab.o
  464. | gcc -DHAVE_CONFIG_H -I../ncurses -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -DNDEBUG -I. -I../include -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/../include -I/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -O2 -pipe --param max-inline-insns-single=1200 -DUSE_TERMLIB -c ../ncurses/lib_keyname.c -o ../objects/lib_keyname.o
  465. | gcc -DHAVE_CONFIG_H -I../ncurses -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -DNDEBUG -I. -I../include -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/../include -I/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -O2 -pipe --param max-inline-insns-single=1200 -fPIC -c ../ncurses/lib_gen.c -o ../obj_s/lib_gen.o
  466. | gcc -DHAVE_CONFIG_H -I../ncurses -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -DNDEBUG -I. -I../include -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/../include -I/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -O2 -pipe --param max-inline-insns-single=1200 -fPIC -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/base/lib_newwin.c -o ../obj_s/lib_newwin.o
  467. | gcc -DHAVE_CONFIG_H -I../ncurses -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -DNDEBUG -I. -I../include -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/../include -I/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -O2 -pipe --param max-inline-insns-single=1200 -fPIC -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/base/lib_nl.c -o ../obj_s/lib_nl.o
  468. | gcc -DHAVE_CONFIG_H -I../ncurses -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -DNDEBUG -I. -I../include -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/../include -I/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -O2 -pipe --param max-inline-insns-single=1200 -fPIC -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/base/lib_overlay.c -o ../obj_s/lib_overlay.o
  469. | gcc -DHAVE_CONFIG_H -I../ncurses -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -DNDEBUG -I. -I../include -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/../include -I/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -O2 -pipe --param max-inline-insns-single=1200 -fPIC -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/base/lib_pad.c -o ../obj_s/lib_pad.o
  470. | gcc -DHAVE_CONFIG_H -I../ncurses -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -DNDEBUG -I. -I../include -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/../include -I/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -O2 -pipe --param max-inline-insns-single=1200 -fPIC -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/base/lib_printw.c -o ../obj_s/lib_printw.o
  471. | In file included from /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/curses.priv.h:283:0,
  472. | from ../ncurses/lib_gen.c:19:
  473. | _4574.c:835:15: error: expected ')' before 'int'
  474. | ../include/curses.h:1594:56: note: in definition of macro 'mouse_trafo'
  475. | #define mouse_trafo(y,x,to_screen) wmouse_trafo(stdscr,y,x,to_screen)
  476. | ^
  477. | Makefile:1682: recipe for target '../obj_s/lib_gen.o' failed
  478. | make[1]: *** [../obj_s/lib_gen.o] Error 1
  479. | make[1]: *** Waiting for unfinished jobs....
  480. | make[1]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/build/narrowc/ncurses'
  481. | Makefile:134: recipe for target 'libs' failed
  482. | make: *** [libs] Error 2
  483. | make: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/build/narrowc'
  484. | ERROR: oe_runmake failed
  485. | WARNING: exit code 1 from a shell command.
  486. | ERROR: Function failed: do_compile (log file is located at /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/temp/log.do_compile.28232)
  487. ERROR: Task 681 (virtual:native:/home/nth/Desktop/dora/poky/meta/recipes-core/ncurses/ncurses_5.9.bb, do_compile) failed with exit code '1'
  488. ERROR: Function failed: do_compile (log file is located at /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/temp/log.do_compile.28230)
  489. ERROR: Logfile of failure stored in: /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/temp/log.do_compile.28230
  490. Log data follows:
  491. | DEBUG: Executing shell function do_compile
  492. | NOTE: make -j 8
  493. | make all-recursive
  494. | make[1]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build'
  495. | Making all in tests
  496. | make[2]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tests'
  497. | Making all in .
  498. | make[3]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tests'
  499. | make[3]: Nothing to be done for 'all-am'.
  500. | make[3]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tests'
  501. | Making all in devel
  502. | make[3]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tests/devel'
  503. | make[3]: Nothing to be done for 'all'.
  504. | make[3]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tests/devel'
  505. | Making all in mpn
  506. | make[3]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tests/mpn'
  507. | make[3]: Nothing to be done for 'all'.
  508. | make[3]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tests/mpn'
  509. | Making all in mpz
  510. | make[3]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tests/mpz'
  511. | make[3]: Nothing to be done for 'all'.
  512. | make[3]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tests/mpz'
  513. | Making all in mpq
  514. | make[3]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tests/mpq'
  515. | make[3]: Nothing to be done for 'all'.
  516. | make[3]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tests/mpq'
  517. | Making all in mpf
  518. | make[3]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tests/mpf'
  519. | make[3]: Nothing to be done for 'all'.
  520. | make[3]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tests/mpf'
  521. | Making all in rand
  522. | make[3]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tests/rand'
  523. | make[3]: Nothing to be done for 'all'.
  524. | make[3]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tests/rand'
  525. | Making all in misc
  526. | make[3]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tests/misc'
  527. | make[3]: Nothing to be done for 'all'.
  528. | make[3]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tests/misc'
  529. | Making all in cxx
  530. | make[3]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tests/cxx'
  531. | make[3]: Nothing to be done for 'all'.
  532. | make[3]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tests/cxx'
  533. | make[2]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tests'
  534. | Making all in mpn
  535. | make[2]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/mpn'
  536. | make[2]: Nothing to be done for 'all'.
  537. | make[2]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/mpn'
  538. | Making all in mpz
  539. | make[2]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/mpz'
  540. | make[2]: Nothing to be done for 'all'.
  541. | make[2]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/mpz'
  542. | Making all in mpq
  543. | make[2]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/mpq'
  544. | make[2]: Nothing to be done for 'all'.
  545. | make[2]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/mpq'
  546. | Making all in mpf
  547. | make[2]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/mpf'
  548. | make[2]: Nothing to be done for 'all'.
  549. | make[2]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/mpf'
  550. | Making all in printf
  551. | make[2]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/printf'
  552. | make[2]: Nothing to be done for 'all'.
  553. | make[2]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/printf'
  554. | Making all in scanf
  555. | make[2]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/scanf'
  556. | make[2]: Nothing to be done for 'all'.
  557. | make[2]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/scanf'
  558. | Making all in rand
  559. | make[2]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/rand'
  560. | make[2]: Nothing to be done for 'all'.
  561. | make[2]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/rand'
  562. | Making all in cxx
  563. | make[2]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/cxx'
  564. | make[2]: Nothing to be done for 'all'.
  565. | make[2]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/cxx'
  566. | Making all in demos
  567. | make[2]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/demos'
  568. | Making all in calc
  569. | make[3]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/demos/calc'
  570. | make all-am
  571. | make[4]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/demos/calc'
  572. | make[4]: Nothing to be done for 'all-am'.
  573. | make[4]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/demos/calc'
  574. | make[3]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/demos/calc'
  575. | Making all in expr
  576. | make[3]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/demos/expr'
  577. | make[3]: Nothing to be done for 'all'.
  578. | make[3]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/demos/expr'
  579. | make[3]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/demos'
  580. | make[3]: Nothing to be done for 'all-am'.
  581. | make[3]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/demos'
  582. | make[2]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/demos'
  583. | Making all in tune
  584. | make[2]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tune'
  585. | make[2]: Nothing to be done for 'all'.
  586. | make[2]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/tune'
  587. | Making all in doc
  588. | make[2]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/doc'
  589. | make[2]: Nothing to be done for 'all'.
  590. | make[2]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build/doc'
  591. | make[2]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build'
  592. | ./x86_64-linux-libtool --tag=CC --mode=link gcc -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -version-info 11:1:1 -L/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/lib -L/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/lib -Wl,-rpath,/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/lib -Wl,-O1 -o libgmp.la -rpath /home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/lib assert.lo compat.lo errno.lo extract-dbl.lo invalid.lo memory.lo mp_bpl.lo mp_clz_tab.lo mp_dv_tab.lo mp_minv_tab.lo mp_get_fns.lo mp_set_fns.lo version.lo nextprime.lo primesieve.lo tal-reent.lo mpf/init.lo mpf/init2.lo mpf/inits.lo mpf/set.lo mpf/set_ui.lo mpf/set_si.lo mpf/set_str.lo mpf/set_d.lo mpf/set_z.lo mpf/iset.lo mpf/iset_ui.lo mpf/iset_si.lo mpf/iset_str.lo mpf/iset_d.lo mpf/clear.lo mpf/clears.lo mpf/get_str.lo mpf/dump.lo mpf/size.lo mpf/eq.lo mpf/reldiff.lo mpf/sqrt.lo mpf/random2.lo mpf/inp_str.lo mpf/out_str.lo mpf/add.lo mpf/add_ui.lo mpf/sub.lo mpf/sub_ui.lo mpf/ui_sub.lo mpf/mul.lo mpf/mul_ui.lo mpf/div.lo mpf/div_ui.lo mpf/cmp.lo mpf/cmp_d.lo mpf/cmp_ui.lo mpf/cmp_si.lo mpf/mul_2exp.lo mpf/div_2exp.lo mpf/abs.lo mpf/neg.lo mpf/set_q.lo mpf/get_d.lo mpf/get_d_2exp.lo mpf/set_dfl_prec.lo mpf/set_prc.lo mpf/set_prc_raw.lo mpf/get_dfl_prec.lo mpf/get_prc.lo mpf/ui_div.lo mpf/sqrt_ui.lo mpf/ceilfloor.lo mpf/trunc.lo mpf/pow_ui.lo mpf/urandomb.lo mpf/swap.lo mpf/fits_sint.lo mpf/fits_slong.lo mpf/fits_sshort.lo mpf/fits_uint.lo mpf/fits_ulong.lo mpf/fits_ushort.lo mpf/get_si.lo mpf/get_ui.lo mpf/int_p.lo mpz/abs.lo mpz/add.lo mpz/add_ui.lo mpz/aorsmul.lo mpz/aorsmul_i.lo mpz/and.lo mpz/array_init.lo mpz/bin_ui.lo mpz/bin_uiui.lo mpz/cdiv_q.lo mpz/cdiv_q_ui.lo mpz/cdiv_qr.lo mpz/cdiv_qr_ui.lo mpz/cdiv_r.lo mpz/cdiv_r_ui.lo mpz/cdiv_ui.lo mpz/cfdiv_q_2exp.lo mpz/cfdiv_r_2exp.lo mpz/clear.lo mpz/clears.lo mpz/clrbit.lo mpz/cmp.lo mpz/cmp_d.lo mpz/cmp_si.lo mpz/cmp_ui.lo mpz/cmpabs.lo mpz/cmpabs_d.lo mpz/cmpabs_ui.lo mpz/com.lo mpz/combit.lo mpz/cong.lo mpz/cong_2exp.lo mpz/cong_ui.lo mpz/divexact.lo mpz/divegcd.lo mpz/dive_ui.lo mpz/divis.lo mpz/divis_ui.lo mpz/divis_2exp.lo mpz/dump.lo mpz/export.lo mpz/mfac_uiui.lo mpz/2fac_ui.lo mpz/fac_ui.lo mpz/oddfac_1.lo mpz/prodlimbs.lo mpz/fdiv_q_ui.lo mpz/fdiv_qr.lo mpz/fdiv_qr_ui.lo mpz/fdiv_r.lo mpz/fdiv_r_ui.lo mpz/fdiv_q.lo mpz/fdiv_ui.lo mpz/fib_ui.lo mpz/fib2_ui.lo mpz/fits_sint.lo mpz/fits_slong.lo mpz/fits_sshort.lo mpz/fits_uint.lo mpz/fits_ulong.lo mpz/fits_ushort.lo mpz/gcd.lo mpz/gcd_ui.lo mpz/gcdext.lo mpz/get_d.lo mpz/get_d_2exp.lo mpz/get_si.lo mpz/get_str.lo mpz/get_ui.lo mpz/getlimbn.lo mpz/hamdist.lo mpz/import.lo mpz/init.lo mpz/init2.lo mpz/inits.lo mpz/inp_raw.lo mpz/inp_str.lo mpz/invert.lo mpz/ior.lo mpz/iset.lo mpz/iset_d.lo mpz/iset_si.lo mpz/iset_str.lo mpz/iset_ui.lo mpz/jacobi.lo mpz/kronsz.lo mpz/kronuz.lo mpz/kronzs.lo mpz/kronzu.lo mpz/lcm.lo mpz/lcm_ui.lo mpz/lucnum_ui.lo mpz/lucnum2_ui.lo mpz/millerrabin.lo mpz/mod.lo mpz/mul.lo mpz/mul_2exp.lo mpz/mul_si.lo mpz/mul_ui.lo mpz/n_pow_ui.lo mpz/neg.lo mpz/nextprime.lo mpz/out_raw.lo mpz/out_str.lo mpz/perfpow.lo mpz/perfsqr.lo mpz/popcount.lo mpz/pow_ui.lo mpz/powm.lo mpz/powm_sec.lo mpz/powm_ui.lo mpz/primorial_ui.lo mpz/pprime_p.lo mpz/random.lo mpz/random2.lo mpz/realloc.lo mpz/realloc2.lo mpz/remove.lo mpz/root.lo mpz/rootrem.lo mpz/rrandomb.lo mpz/scan0.lo mpz/scan1.lo mpz/set.lo mpz/set_d.lo mpz/set_f.lo mpz/set_q.lo mpz/set_si.lo mpz/set_str.lo mpz/set_ui.lo mpz/setbit.lo mpz/size.lo mpz/sizeinbase.lo mpz/sqrt.lo mpz/sqrtrem.lo mpz/sub.lo mpz/sub_ui.lo mpz/swap.lo mpz/tdiv_ui.lo mpz/tdiv_q.lo mpz/tdiv_q_2exp.lo mpz/tdiv_q_ui.lo mpz/tdiv_qr.lo mpz/tdiv_qr_ui.lo mpz/tdiv_r.lo mpz/tdiv_r_2exp.lo mpz/tdiv_r_ui.lo mpz/tstbit.lo mpz/ui_pow_ui.lo mpz/ui_sub.lo mpz/urandomb.lo mpz/urandomm.lo mpz/xor.lo mpq/abs.lo mpq/aors.lo mpq/canonicalize.lo mpq/clear.lo mpq/clears.lo mpq/cmp.lo mpq/cmp_si.lo mpq/cmp_ui.lo mpq/div.lo mpq/get_d.lo mpq/get_den.lo mpq/get_num.lo mpq/get_str.lo mpq/init.lo mpq/inits.lo mpq/inp_str.lo mpq/inv.lo mpq/md_2exp.lo mpq/mul.lo mpq/neg.lo mpq/out_str.lo mpq/set.lo mpq/set_den.lo mpq/set_num.lo mpq/set_si.lo mpq/set_str.lo mpq/set_ui.lo mpq/equal.lo mpq/set_z.lo mpq/set_d.lo mpq/set_f.lo mpq/swap.lo mpn/fib_table.lo mpn/mp_bases.lo mpn/invert_limb_table.lo mpn/add.lo mpn/add_1.lo mpn/add_n.lo mpn/sub.lo mpn/sub_1.lo mpn/sub_n.lo mpn/addcnd_n.lo mpn/subcnd_n.lo mpn/neg.lo mpn/com.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/add_err1_n.lo mpn/add_err2_n.lo mpn/add_err3_n.lo mpn/sub_err1_n.lo mpn/sub_err2_n.lo mpn/sub_err3_n.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1.lo mpn/diveby3.lo mpn/divis.lo mpn/divrem.lo mpn/divrem_1.lo mpn/divrem_2.lo mpn/fib2_ui.lo mpn/mod_1.lo mpn/mod_34lsub1.lo mpn/mode1o.lo mpn/pre_mod_1.lo mpn/dump.lo mpn/mod_1_1.lo mpn/mod_1_2.lo mpn/mod_1_3.lo mpn/mod_1_4.lo mpn/lshiftc.lo mpn/mul.lo mpn/mul_fft.lo mpn/mul_n.lo mpn/sqr.lo mpn/mul_basecase.lo mpn/sqr_basecase.lo mpn/nussbaumer_mul.lo mpn/mulmid_basecase.lo mpn/toom42_mulmid.lo mpn/mulmid_n.lo mpn/mulmid.lo mpn/random.lo mpn/random2.lo mpn/pow_1.lo mpn/rootrem.lo mpn/sqrtrem.lo mpn/get_str.lo mpn/set_str.lo mpn/scan0.lo mpn/scan1.lo mpn/popcount.lo mpn/hamdist.lo mpn/cmp.lo mpn/perfsqr.lo mpn/perfpow.lo mpn/gcd_1.lo mpn/gcd.lo mpn/gcdext_1.lo mpn/gcdext.lo mpn/gcd_subdiv_step.lo mpn/gcdext_lehmer.lo mpn/div_q.lo mpn/tdiv_qr.lo mpn/jacbase.lo mpn/jacobi_2.lo mpn/jacobi.lo mpn/get_d.lo mpn/matrix22_mul.lo mpn/matrix22_mul1_inverse_vector.lo mpn/hgcd_matrix.lo mpn/hgcd2.lo mpn/hgcd_step.lo mpn/hgcd_reduce.lo mpn/hgcd.lo mpn/hgcd_appr.lo mpn/hgcd2_jacobi.lo mpn/hgcd_jacobi.lo mpn/mullo_n.lo mpn/mullo_basecase.lo mpn/toom22_mul.lo mpn/toom32_mul.lo mpn/toom42_mul.lo mpn/toom52_mul.lo mpn/toom62_mul.lo mpn/toom33_mul.lo mpn/toom43_mul.lo mpn/toom53_mul.lo mpn/toom54_mul.lo mpn/toom63_mul.lo mpn/toom44_mul.lo mpn/toom6h_mul.lo mpn/toom6_sqr.lo mpn/toom8h_mul.lo mpn/toom8_sqr.lo mpn/toom_couple_handling.lo mpn/toom2_sqr.lo mpn/toom3_sqr.lo mpn/toom4_sqr.lo mpn/toom_eval_dgr3_pm1.lo mpn/toom_eval_dgr3_pm2.lo mpn/toom_eval_pm1.lo mpn/toom_eval_pm2.lo mpn/toom_eval_pm2exp.lo mpn/toom_eval_pm2rexp.lo mpn/toom_interpolate_5pts.lo mpn/toom_interpolate_6pts.lo mpn/toom_interpolate_7pts.lo mpn/toom_interpolate_8pts.lo mpn/toom_interpolate_12pts.lo mpn/toom_interpolate_16pts.lo mpn/invertappr.lo mpn/invert.lo mpn/binvert.lo mpn/mulmod_bnm1.lo mpn/sqrmod_bnm1.lo mpn/div_qr_2.lo mpn/div_qr_2n_pi1.lo mpn/div_qr_2u_pi1.lo mpn/sbpi1_div_q.lo mpn/sbpi1_div_qr.lo mpn/sbpi1_divappr_q.lo mpn/dcpi1_div_q.lo mpn/dcpi1_div_qr.lo mpn/dcpi1_divappr_q.lo mpn/mu_div_qr.lo mpn/mu_divappr_q.lo mpn/mu_div_q.lo mpn/bdiv_q_1.lo mpn/sbpi1_bdiv_q.lo mpn/sbpi1_bdiv_qr.lo mpn/dcpi1_bdiv_q.lo mpn/dcpi1_bdiv_qr.lo mpn/mu_bdiv_q.lo mpn/mu_bdiv_qr.lo mpn/bdiv_q.lo mpn/bdiv_qr.lo mpn/broot.lo mpn/brootinv.lo mpn/bsqrt.lo mpn/bsqrtinv.lo mpn/divexact.lo mpn/bdiv_dbm1c.lo mpn/redc_1.lo mpn/redc_2.lo mpn/redc_n.lo mpn/powm.lo mpn/powlo.lo mpn/powm_sec.lo mpn/sb_div_qr_sec.lo mpn/sb_div_r_sec.lo mpn/sbpi1_div_qr_sec.lo mpn/sbpi1_div_r_sec.lo mpn/trialdiv.lo mpn/remove.lo mpn/and_n.lo mpn/andn_n.lo mpn/nand_n.lo mpn/ior_n.lo mpn/iorn_n.lo mpn/nior_n.lo mpn/xor_n.lo mpn/xnor_n.lo mpn/copyi.lo mpn/copyd.lo mpn/zero.lo mpn/tabselect.lo mpn/comb_tables.lo mpn/invert_limb.lo mpn/mul_2.lo mpn/addmul_2.lo mpn/addlsh1_n.lo mpn/sublsh1_n.lo mpn/rsblsh1_n.lo mpn/rsh1add_n.lo mpn/rsh1sub_n.lo mpn/addlsh2_n.lo mpn/rsblsh2_n.lo mpn/addlsh_n.lo mpn/rsblsh_n.lo mpn/add_n_sub_n.lo mpn/addaddmul_1msb0.lo printf/asprintf.lo printf/asprntffuns.lo printf/doprnt.lo printf/doprntf.lo printf/doprnti.lo printf/fprintf.lo printf/obprintf.lo printf/obvprintf.lo printf/obprntffuns.lo printf/printf.lo printf/printffuns.lo printf/snprintf.lo printf/snprntffuns.lo printf/sprintf.lo printf/sprintffuns.lo printf/vasprintf.lo printf/vfprintf.lo printf/vprintf.lo printf/vsnprintf.lo printf/vsprintf.lo printf/repl-vsnprintf.lo scanf/doscan.lo scanf/fscanf.lo scanf/fscanffuns.lo scanf/scanf.lo scanf/sscanf.lo scanf/sscanffuns.lo scanf/vfscanf.lo scanf/vscanf.lo scanf/vsscanf.lo rand/rand.lo rand/randclr.lo rand/randdef.lo rand/randiset.lo rand/randlc2s.lo rand/randlc2x.lo rand/randmt.lo rand/randmts.lo rand/rands.lo rand/randsd.lo rand/randsdui.lo rand/randbui.lo rand/randmui.lo
  593. | x86_64-linux-libtool: link: gcc -shared -fPIC -DPIC .libs/assert.o .libs/compat.o .libs/errno.o .libs/extract-dbl.o .libs/invalid.o .libs/memory.o .libs/mp_bpl.o .libs/mp_clz_tab.o .libs/mp_dv_tab.o .libs/mp_minv_tab.o .libs/mp_get_fns.o .libs/mp_set_fns.o .libs/version.o .libs/nextprime.o .libs/primesieve.o .libs/tal-reent.o mpf/.libs/init.o mpf/.libs/init2.o mpf/.libs/inits.o mpf/.libs/set.o mpf/.libs/set_ui.o mpf/.libs/set_si.o mpf/.libs/set_str.o mpf/.libs/set_d.o mpf/.libs/set_z.o mpf/.libs/iset.o mpf/.libs/iset_ui.o mpf/.libs/iset_si.o mpf/.libs/iset_str.o mpf/.libs/iset_d.o mpf/.libs/clear.o mpf/.libs/clears.o mpf/.libs/get_str.o mpf/.libs/dump.o mpf/.libs/size.o mpf/.libs/eq.o mpf/.libs/reldiff.o mpf/.libs/sqrt.o mpf/.libs/random2.o mpf/.libs/inp_str.o mpf/.libs/out_str.o mpf/.libs/add.o mpf/.libs/add_ui.o mpf/.libs/sub.o mpf/.libs/sub_ui.o mpf/.libs/ui_sub.o mpf/.libs/mul.o mpf/.libs/mul_ui.o mpf/.libs/div.o mpf/.libs/div_ui.o mpf/.libs/cmp.o mpf/.libs/cmp_d.o mpf/.libs/cmp_ui.o mpf/.libs/cmp_si.o mpf/.libs/mul_2exp.o mpf/.libs/div_2exp.o mpf/.libs/abs.o mpf/.libs/neg.o mpf/.libs/set_q.o mpf/.libs/get_d.o mpf/.libs/get_d_2exp.o mpf/.libs/set_dfl_prec.o mpf/.libs/set_prc.o mpf/.libs/set_prc_raw.o mpf/.libs/get_dfl_prec.o mpf/.libs/get_prc.o mpf/.libs/ui_div.o mpf/.libs/sqrt_ui.o mpf/.libs/ceilfloor.o mpf/.libs/trunc.o mpf/.libs/pow_ui.o mpf/.libs/urandomb.o mpf/.libs/swap.o mpf/.libs/fits_sint.o mpf/.libs/fits_slong.o mpf/.libs/fits_sshort.o mpf/.libs/fits_uint.o mpf/.libs/fits_ulong.o mpf/.libs/fits_ushort.o mpf/.libs/get_si.o mpf/.libs/get_ui.o mpf/.libs/int_p.o mpz/.libs/abs.o mpz/.libs/add.o mpz/.libs/add_ui.o mpz/.libs/aorsmul.o mpz/.libs/aorsmul_i.o mpz/.libs/and.o mpz/.libs/array_init.o mpz/.libs/bin_ui.o mpz/.libs/bin_uiui.o mpz/.libs/cdiv_q.o mpz/.libs/cdiv_q_ui.o mpz/.libs/cdiv_qr.o mpz/.libs/cdiv_qr_ui.o mpz/.libs/cdiv_r.o mpz/.libs/cdiv_r_ui.o mpz/.libs/cdiv_ui.o mpz/.libs/cfdiv_q_2exp.o mpz/.libs/cfdiv_r_2exp.o mpz/.libs/clear.o mpz/.libs/clears.o mpz/.libs/clrbit.o mpz/.libs/cmp.o mpz/.libs/cmp_d.o mpz/.libs/cmp_si.o mpz/.libs/cmp_ui.o mpz/.libs/cmpabs.o mpz/.libs/cmpabs_d.o mpz/.libs/cmpabs_ui.o mpz/.libs/com.o mpz/.libs/combit.o mpz/.libs/cong.o mpz/.libs/cong_2exp.o mpz/.libs/cong_ui.o mpz/.libs/divexact.o mpz/.libs/divegcd.o mpz/.libs/dive_ui.o mpz/.libs/divis.o mpz/.libs/divis_ui.o mpz/.libs/divis_2exp.o mpz/.libs/dump.o mpz/.libs/export.o mpz/.libs/mfac_uiui.o mpz/.libs/2fac_ui.o mpz/.libs/fac_ui.o mpz/.libs/oddfac_1.o mpz/.libs/prodlimbs.o mpz/.libs/fdiv_q_ui.o mpz/.libs/fdiv_qr.o mpz/.libs/fdiv_qr_ui.o mpz/.libs/fdiv_r.o mpz/.libs/fdiv_r_ui.o mpz/.libs/fdiv_q.o mpz/.libs/fdiv_ui.o mpz/.libs/fib_ui.o mpz/.libs/fib2_ui.o mpz/.libs/fits_sint.o mpz/.libs/fits_slong.o mpz/.libs/fits_sshort.o mpz/.libs/fits_uint.o mpz/.libs/fits_ulong.o mpz/.libs/fits_ushort.o mpz/.libs/gcd.o mpz/.libs/gcd_ui.o mpz/.libs/gcdext.o mpz/.libs/get_d.o mpz/.libs/get_d_2exp.o mpz/.libs/get_si.o mpz/.libs/get_str.o mpz/.libs/get_ui.o mpz/.libs/getlimbn.o mpz/.libs/hamdist.o mpz/.libs/import.o mpz/.libs/init.o mpz/.libs/init2.o mpz/.libs/inits.o mpz/.libs/inp_raw.o mpz/.libs/inp_str.o mpz/.libs/invert.o mpz/.libs/ior.o mpz/.libs/iset.o mpz/.libs/iset_d.o mpz/.libs/iset_si.o mpz/.libs/iset_str.o mpz/.libs/iset_ui.o mpz/.libs/jacobi.o mpz/.libs/kronsz.o mpz/.libs/kronuz.o mpz/.libs/kronzs.o mpz/.libs/kronzu.o mpz/.libs/lcm.o mpz/.libs/lcm_ui.o mpz/.libs/lucnum_ui.o mpz/.libs/lucnum2_ui.o mpz/.libs/millerrabin.o mpz/.libs/mod.o mpz/.libs/mul.o mpz/.libs/mul_2exp.o mpz/.libs/mul_si.o mpz/.libs/mul_ui.o mpz/.libs/n_pow_ui.o mpz/.libs/neg.o mpz/.libs/nextprime.o mpz/.libs/out_raw.o mpz/.libs/out_str.o mpz/.libs/perfpow.o mpz/.libs/perfsqr.o mpz/.libs/popcount.o mpz/.libs/pow_ui.o mpz/.libs/powm.o mpz/.libs/powm_sec.o mpz/.libs/powm_ui.o mpz/.libs/primorial_ui.o mpz/.libs/pprime_p.o mpz/.libs/random.o mpz/.libs/random2.o mpz/.libs/realloc.o mpz/.libs/realloc2.o mpz/.libs/remove.o mpz/.libs/root.o mpz/.libs/rootrem.o mpz/.libs/rrandomb.o mpz/.libs/scan0.o mpz/.libs/scan1.o mpz/.libs/set.o mpz/.libs/set_d.o mpz/.libs/set_f.o mpz/.libs/set_q.o mpz/.libs/set_si.o mpz/.libs/set_str.o mpz/.libs/set_ui.o mpz/.libs/setbit.o mpz/.libs/size.o mpz/.libs/sizeinbase.o mpz/.libs/sqrt.o mpz/.libs/sqrtrem.o mpz/.libs/sub.o mpz/.libs/sub_ui.o mpz/.libs/swap.o mpz/.libs/tdiv_ui.o mpz/.libs/tdiv_q.o mpz/.libs/tdiv_q_2exp.o mpz/.libs/tdiv_q_ui.o mpz/.libs/tdiv_qr.o mpz/.libs/tdiv_qr_ui.o mpz/.libs/tdiv_r.o mpz/.libs/tdiv_r_2exp.o mpz/.libs/tdiv_r_ui.o mpz/.libs/tstbit.o mpz/.libs/ui_pow_ui.o mpz/.libs/ui_sub.o mpz/.libs/urandomb.o mpz/.libs/urandomm.o mpz/.libs/xor.o mpq/.libs/abs.o mpq/.libs/aors.o mpq/.libs/canonicalize.o mpq/.libs/clear.o mpq/.libs/clears.o mpq/.libs/cmp.o mpq/.libs/cmp_si.o mpq/.libs/cmp_ui.o mpq/.libs/div.o mpq/.libs/get_d.o mpq/.libs/get_den.o mpq/.libs/get_num.o mpq/.libs/get_str.o mpq/.libs/init.o mpq/.libs/inits.o mpq/.libs/inp_str.o mpq/.libs/inv.o mpq/.libs/md_2exp.o mpq/.libs/mul.o mpq/.libs/neg.o mpq/.libs/out_str.o mpq/.libs/set.o mpq/.libs/set_den.o mpq/.libs/set_num.o mpq/.libs/set_si.o mpq/.libs/set_str.o mpq/.libs/set_ui.o mpq/.libs/equal.o mpq/.libs/set_z.o mpq/.libs/set_d.o mpq/.libs/set_f.o mpq/.libs/swap.o mpn/.libs/fib_table.o mpn/.libs/mp_bases.o mpn/.libs/invert_limb_table.o mpn/.libs/add.o mpn/.libs/add_1.o mpn/.libs/add_n.o mpn/.libs/sub.o mpn/.libs/sub_1.o mpn/.libs/sub_n.o mpn/.libs/addcnd_n.o mpn/.libs/subcnd_n.o mpn/.libs/neg.o mpn/.libs/com.o mpn/.libs/mul_1.o mpn/.libs/addmul_1.o mpn/.libs/submul_1.o mpn/.libs/add_err1_n.o mpn/.libs/add_err2_n.o mpn/.libs/add_err3_n.o mpn/.libs/sub_err1_n.o mpn/.libs/sub_err2_n.o mpn/.libs/sub_err3_n.o mpn/.libs/lshift.o mpn/.libs/rshift.o mpn/.libs/dive_1.o mpn/.libs/diveby3.o mpn/.libs/divis.o mpn/.libs/divrem.o mpn/.libs/divrem_1.o mpn/.libs/divrem_2.o mpn/.libs/fib2_ui.o mpn/.libs/mod_1.o mpn/.libs/mod_34lsub1.o mpn/.libs/mode1o.o mpn/.libs/pre_mod_1.o mpn/.libs/dump.o mpn/.libs/mod_1_1.o mpn/.libs/mod_1_2.o mpn/.libs/mod_1_3.o mpn/.libs/mod_1_4.o mpn/.libs/lshiftc.o mpn/.libs/mul.o mpn/.libs/mul_fft.o mpn/.libs/mul_n.o mpn/.libs/sqr.o mpn/.libs/mul_basecase.o mpn/.libs/sqr_basecase.o mpn/.libs/nussbaumer_mul.o mpn/.libs/mulmid_basecase.o mpn/.libs/toom42_mulmid.o mpn/.libs/mulmid_n.o mpn/.libs/mulmid.o mpn/.libs/random.o mpn/.libs/random2.o mpn/.libs/pow_1.o mpn/.libs/rootrem.o mpn/.libs/sqrtrem.o mpn/.libs/get_str.o mpn/.libs/set_str.o mpn/.libs/scan0.o mpn/.libs/scan1.o mpn/.libs/popcount.o mpn/.libs/hamdist.o mpn/.libs/cmp.o mpn/.libs/perfsqr.o mpn/.libs/perfpow.o mpn/.libs/gcd_1.o mpn/.libs/gcd.o mpn/.libs/gcdext_1.o mpn/.libs/gcdext.o mpn/.libs/gcd_subdiv_step.o mpn/.libs/gcdext_lehmer.o mpn/.libs/div_q.o mpn/.libs/tdiv_qr.o mpn/.libs/jacbase.o mpn/.libs/jacobi_2.o mpn/.libs/jacobi.o mpn/.libs/get_d.o mpn/.libs/matrix22_mul.o mpn/.libs/matrix22_mul1_inverse_vector.o mpn/.libs/hgcd_matrix.o mpn/.libs/hgcd2.o mpn/.libs/hgcd_step.o mpn/.libs/hgcd_reduce.o mpn/.libs/hgcd.o mpn/.libs/hgcd_appr.o mpn/.libs/hgcd2_jacobi.o mpn/.libs/hgcd_jacobi.o mpn/.libs/mullo_n.o mpn/.libs/mullo_basecase.o mpn/.libs/toom22_mul.o mpn/.libs/toom32_mul.o mpn/.libs/toom42_mul.o mpn/.libs/toom52_mul.o mpn/.libs/toom62_mul.o mpn/.libs/toom33_mul.o mpn/.libs/toom43_mul.o mpn/.libs/toom53_mul.o mpn/.libs/toom54_mul.o mpn/.libs/toom63_mul.o mpn/.libs/toom44_mul.o mpn/.libs/toom6h_mul.o mpn/.libs/toom6_sqr.o mpn/.libs/toom8h_mul.o mpn/.libs/toom8_sqr.o mpn/.libs/toom_couple_handling.o mpn/.libs/toom2_sqr.o mpn/.libs/toom3_sqr.o mpn/.libs/toom4_sqr.o mpn/.libs/toom_eval_dgr3_pm1.o mpn/.libs/toom_eval_dgr3_pm2.o mpn/.libs/toom_eval_pm1.o mpn/.libs/toom_eval_pm2.o mpn/.libs/toom_eval_pm2exp.o mpn/.libs/toom_eval_pm2rexp.o mpn/.libs/toom_interpolate_5pts.o mpn/.libs/toom_interpolate_6pts.o mpn/.libs/toom_interpolate_7pts.o mpn/.libs/toom_interpolate_8pts.o mpn/.libs/toom_interpolate_12pts.o mpn/.libs/toom_interpolate_16pts.o mpn/.libs/invertappr.o mpn/.libs/invert.o mpn/.libs/binvert.o mpn/.libs/mulmod_bnm1.o mpn/.libs/sqrmod_bnm1.o mpn/.libs/div_qr_2.o mpn/.libs/div_qr_2n_pi1.o mpn/.libs/div_qr_2u_pi1.o mpn/.libs/sbpi1_div_q.o mpn/.libs/sbpi1_div_qr.o mpn/.libs/sbpi1_divappr_q.o mpn/.libs/dcpi1_div_q.o mpn/.libs/dcpi1_div_qr.o mpn/.libs/dcpi1_divappr_q.o mpn/.libs/mu_div_qr.o mpn/.libs/mu_divappr_q.o mpn/.libs/mu_div_q.o mpn/.libs/bdiv_q_1.o mpn/.libs/sbpi1_bdiv_q.o mpn/.libs/sbpi1_bdiv_qr.o mpn/.libs/dcpi1_bdiv_q.o mpn/.libs/dcpi1_bdiv_qr.o mpn/.libs/mu_bdiv_q.o mpn/.libs/mu_bdiv_qr.o mpn/.libs/bdiv_q.o mpn/.libs/bdiv_qr.o mpn/.libs/broot.o mpn/.libs/brootinv.o mpn/.libs/bsqrt.o mpn/.libs/bsqrtinv.o mpn/.libs/divexact.o mpn/.libs/bdiv_dbm1c.o mpn/.libs/redc_1.o mpn/.libs/redc_2.o mpn/.libs/redc_n.o mpn/.libs/powm.o mpn/.libs/powlo.o mpn/.libs/powm_sec.o mpn/.libs/sb_div_qr_sec.o mpn/.libs/sb_div_r_sec.o mpn/.libs/sbpi1_div_qr_sec.o mpn/.libs/sbpi1_div_r_sec.o mpn/.libs/trialdiv.o mpn/.libs/remove.o mpn/.libs/and_n.o mpn/.libs/andn_n.o mpn/.libs/nand_n.o mpn/.libs/ior_n.o mpn/.libs/iorn_n.o mpn/.libs/nior_n.o mpn/.libs/xor_n.o mpn/.libs/xnor_n.o mpn/.libs/copyi.o mpn/.libs/copyd.o mpn/.libs/zero.o mpn/.libs/tabselect.o mpn/.libs/comb_tables.o mpn/.libs/invert_limb.o mpn/.libs/mul_2.o mpn/.libs/addmul_2.o mpn/.libs/addlsh1_n.o mpn/.libs/sublsh1_n.o mpn/.libs/rsblsh1_n.o mpn/.libs/rsh1add_n.o mpn/.libs/rsh1sub_n.o mpn/.libs/addlsh2_n.o mpn/.libs/rsblsh2_n.o mpn/.libs/addlsh_n.o mpn/.libs/rsblsh_n.o mpn/.libs/add_n_sub_n.o mpn/.libs/addaddmul_1msb0.o printf/.libs/asprintf.o printf/.libs/asprntffuns.o printf/.libs/doprnt.o printf/.libs/doprntf.o printf/.libs/doprnti.o printf/.libs/fprintf.o printf/.libs/obprintf.o printf/.libs/obvprintf.o printf/.libs/obprntffuns.o printf/.libs/printf.o printf/.libs/printffuns.o printf/.libs/snprintf.o printf/.libs/snprntffuns.o printf/.libs/sprintf.o printf/.libs/sprintffuns.o printf/.libs/vasprintf.o printf/.libs/vfprintf.o printf/.libs/vprintf.o printf/.libs/vsnprintf.o printf/.libs/vsprintf.o printf/.libs/repl-vsnprintf.o scanf/.libs/doscan.o scanf/.libs/fscanf.o scanf/.libs/fscanffuns.o scanf/.libs/scanf.o scanf/.libs/sscanf.o scanf/.libs/sscanffuns.o scanf/.libs/vfscanf.o scanf/.libs/vscanf.o scanf/.libs/vsscanf.o rand/.libs/rand.o rand/.libs/randclr.o rand/.libs/randdef.o rand/.libs/randiset.o rand/.libs/randlc2s.o rand/.libs/randlc2x.o rand/.libs/randmt.o rand/.libs/randmts.o rand/.libs/rands.o rand/.libs/randsd.o rand/.libs/randsdui.o rand/.libs/randbui.o rand/.libs/randmui.o -L/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/lib -L/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/lib -O2 -Wl,-rpath-link -Wl,/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link -Wl,/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/lib -Wl,-rpath -Wl,/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/lib -Wl,-rpath -Wl,/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/lib -Wl,-O1 -Wl,-soname -Wl,libgmp.so.10 -o .libs/libgmp.so.10.1.1
  594. | /usr/bin/ld: mpn/.libs/invert_limb.o: relocation R_X86_64_PC32 against protected symbol `__gmpn_invert_limb_table' can not be used when making a shared object
  595. | /usr/bin/ld: final link failed: Bad value
  596. | collect2: error: ld returned 1 exit status
  597. | Makefile:748: recipe for target 'libgmp.la' failed
  598. | make[2]: *** [libgmp.la] Error 1
  599. | make[2]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build'
  600. | Makefile:837: recipe for target 'all-recursive' failed
  601. | make[1]: *** [all-recursive] Error 1
  602. | make[1]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build'
  603. | Makefile:658: recipe for target 'all' failed
  604. | make: *** [all] Error 2
  605. | ERROR: oe_runmake failed
  606. | WARNING: exit code 1 from a shell command.
  607. | ERROR: Function failed: do_compile (log file is located at /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/temp/log.do_compile.28230)
  608. ERROR: Task 2162 (virtual:native:/home/nth/Desktop/dora/poky/meta/recipes-support/gmp/gmp_5.1.1.bb, do_compile) failed with exit code '1'
  609. ERROR: Function failed: do_compile (log file is located at /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/temp/log.do_compile.28233)
  610. ERROR: Logfile of failure stored in: /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/temp/log.do_compile.28233
  611. Log data follows:
  612. | DEBUG: Executing shell function do_compile
  613. | NOTE: make -j 8
  614. | make[1]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux'
  615. | make[1]: Nothing to be done for 'all-target'.
  616. | make[2]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/intl'
  617. | make[2]: Nothing to be done for 'all'.
  618. | make[2]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/intl'
  619. | make[2]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/libiberty'
  620. | make[3]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/libiberty/testsuite'
  621. | make[3]: Nothing to be done for 'all'.
  622. | make[3]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/libiberty/testsuite'
  623. | make[2]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/libiberty'
  624. | make[2]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/etc'
  625. | for f in standards.info configure.info; do \
  626. | if test -f /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/etc/`echo $f | sed -e 's/.info$/.texi/'`; then \
  627. | if make "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000" $f; then \
  628. | true; \
  629. | else \
  630. | exit 1; \
  631. | fi; \
  632. | fi; \
  633. | done
  634. | make[3]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/etc'
  635. | make[3]: '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/etc/standards.info' is up to date.
  636. | make[3]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/etc'
  637. | make[3]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/etc'
  638. | make[3]: '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/etc/configure.info' is up to date.
  639. | make[3]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/etc'
  640. | make[2]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/etc'
  641. | make[2]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/bfd'
  642. | Making info in doc
  643. | make[3]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/bfd/doc'
  644. | make[3]: Nothing to be done for 'info'.
  645. | make[3]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/bfd/doc'
  646. | Making info in po
  647. | make[3]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/bfd/po'
  648. | make[3]: Nothing to be done for 'info'.
  649. | make[3]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/bfd/po'
  650. | make[3]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/bfd'
  651. | make[3]: Nothing to be done for 'info-am'.
  652. | make[3]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/bfd'
  653. | make all-recursive
  654. | make[3]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/bfd'
  655. | Making all in doc
  656. | make[4]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/bfd/doc'
  657. | make[4]: Nothing to be done for 'all'.
  658. | make[4]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/bfd/doc'
  659. | Making all in po
  660. | make[4]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/bfd/po'
  661. | make[4]: Nothing to be done for 'all'.
  662. | make[4]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/bfd/po'
  663. | make[4]: Entering directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/bfd'
  664. | /bin/bash ./x86_64-linux-libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR='"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin"' -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c -o elf64-alpha.lo /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/elf64-alpha.c
  665. | /bin/bash ./x86_64-linux-libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR='"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin"' -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c -o cf-sparclynx.lo /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/cf-sparclynx.c
  666. | /bin/bash ./x86_64-linux-libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR='"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin"' -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c -o coff-apollo.lo /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-apollo.c
  667. | /bin/bash ./x86_64-linux-libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR='"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin"' -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c -o coff-arm.lo /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-arm.c
  668. | /bin/bash ./x86_64-linux-libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR='"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin"' -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c -o coff-aux.lo /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-aux.c
  669. | /bin/bash ./x86_64-linux-libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR='"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin"' -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c -o coff-go32.lo /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-go32.c
  670. | /bin/bash ./x86_64-linux-libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR='"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin"' -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c -o coff-h8300.lo /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-h8300.c
  671. | /bin/bash ./x86_64-linux-libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR='"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin"' -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c -o coff-h8500.lo /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-h8500.c
  672. | x86_64-linux-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin\" -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/elf64-alpha.c -o elf64-alpha.o
  673. | x86_64-linux-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin\" -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/cf-sparclynx.c -o cf-sparclynx.o
  674. | x86_64-linux-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin\" -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-h8300.c -o coff-h8300.o
  675. | x86_64-linux-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin\" -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-h8500.c -o coff-h8500.o
  676. | x86_64-linux-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin\" -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-arm.c -o coff-arm.o
  677. | x86_64-linux-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin\" -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-apollo.c -o coff-apollo.o
  678. | x86_64-linux-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin\" -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-aux.c -o coff-aux.o
  679. | x86_64-linux-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin\" -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-go32.c -o coff-go32.o
  680. | /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/elf64-alpha.c: In function 'elf64_alpha_relax_tls_get_addr':
  681. | /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/elf64-alpha.c:3588:11: error: switch condition has boolean value [-Werror=switch-bool]
  682. | switch (!dynamic && !info->link_info->shared)
  683. | ^
  684. | /bin/bash ./x86_64-linux-libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR='"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin"' -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c -o coff-i386.lo /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-i386.c
  685. | x86_64-linux-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin\" -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-i386.c -o coff-i386.o
  686. | /bin/bash ./x86_64-linux-libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR='"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin"' -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c -o coff-i860.lo /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-i860.c
  687. | x86_64-linux-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin\" -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-i860.c -o coff-i860.o
  688. | /bin/bash ./x86_64-linux-libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR='"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin"' -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c -o coff-i960.lo /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-i960.c
  689. | /bin/bash ./x86_64-linux-libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR='"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin"' -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c -o coff-m68k.lo /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-m68k.c
  690. | /bin/bash ./x86_64-linux-libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR='"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin"' -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c -o coff-m88k.lo /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-m88k.c
  691. | /bin/bash ./x86_64-linux-libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR='"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin"' -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c -o coff-mips.lo /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-mips.c
  692. | x86_64-linux-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin\" -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-i960.c -o coff-i960.o
  693. | x86_64-linux-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin\" -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-m68k.c -o coff-m68k.o
  694. | x86_64-linux-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin\" -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-m88k.c -o coff-m88k.o
  695. | x86_64-linux-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin\" -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-mips.c -o coff-mips.o
  696. | /bin/bash ./x86_64-linux-libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR='"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin"' -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c -o coff-or32.lo /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-or32.c
  697. | x86_64-linux-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin\" -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-or32.c -o coff-or32.o
  698. | /bin/bash ./x86_64-linux-libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR='"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin"' -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c -o coff-rs6000.lo /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-rs6000.c
  699. | /bin/bash ./x86_64-linux-libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR='"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin"' -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c -o coff-sh.lo /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-sh.c
  700. | x86_64-linux-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin\" -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-rs6000.c -o coff-rs6000.o
  701. | x86_64-linux-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I. -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd -I/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/bin\" -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -isystem/home/nth/Desktop/dora/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/bfd/coff-sh.c -o coff-sh.o
  702. | cc1: all warnings being treated as errors
  703. | Makefile:1579: recipe for target 'elf64-alpha.lo' failed
  704. | make[4]: *** [elf64-alpha.lo] Error 1
  705. | make[4]: *** Waiting for unfinished jobs....
  706. | make[4]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/bfd'
  707. | Makefile:1617: recipe for target 'all-recursive' failed
  708. | make[3]: *** [all-recursive] Error 1
  709. | make[3]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/bfd'
  710. | Makefile:1108: recipe for target 'all' failed
  711. | make[2]: *** [all] Error 2
  712. | make[2]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux/bfd'
  713. | Makefile:2506: recipe for target 'all-bfd' failed
  714. | make[1]: *** [all-bfd] Error 2
  715. | make[1]: Leaving directory '/home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/binutils-2.23.2/build.x86_64-linux.x86_64-linux'
  716. | Makefile:838: recipe for target 'all' failed
  717. | make: *** [all] Error 2
  718. | ERROR: oe_runmake failed
  719. | WARNING: exit code 1 from a shell command.
  720. | ERROR: Function failed: do_compile (log file is located at /home/nth/Desktop/dora/build/tmp/work/x86_64-linux/binutils-native/2.23.2-r4/temp/log.do_compile.28233)
  721. ERROR: Task 1082 (virtual:native:/home/nth/Desktop/dora/poky/meta/recipes-devtools/binutils/binutils_2.23.2.bb, do_compile) failed with exit code '1'
  722. NOTE: Tasks Summary: Attempted 1094 tasks of which 1089 didn't need to be rerun and 5 failed.
  723. Waiting for 0 running tasks to finish:
  724.  
  725. Summary: 5 tasks failed:
  726. virtual:native:/home/nth/Desktop/dora/poky/meta/recipes-devtools/pseudo/pseudo_1.5.1.bb, do_compile
  727. virtual:native:/home/nth/Desktop/dora/poky/meta/recipes-support/libgpg-error/libgpg-error_1.12.bb, do_compile
  728. virtual:native:/home/nth/Desktop/dora/poky/meta/recipes-core/ncurses/ncurses_5.9.bb, do_compile
  729. virtual:native:/home/nth/Desktop/dora/poky/meta/recipes-support/gmp/gmp_5.1.1.bb, do_compile
  730. virtual:native:/home/nth/Desktop/dora/poky/meta/recipes-devtools/binutils/binutils_2.23.2.bb, do_compile
  731. Summary: There were 5 ERROR messages shown, returning a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement