Advertisement
serenia

logfile

Jul 26th, 2019
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 472.38 KB | None | 0 0
  1. root@debian:/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src# sudo make clean
  2. Makefile:34: warning: overriding recipe for target 'pre_install'
  3. Rules.mk:102: warning: ignoring old recipe for target 'pre_install'
  4. if [ -e router ]; then \
  5. if [ -f router/Makefile.cyt ]; then \
  6. make -C router -f Makefile.cyt \
  7. clean; \
  8. else \
  9. make -C router clean; \
  10. fi; \
  11. fi
  12. make[1]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router'
  13. if [ -e build ]; then \
  14. if [ -f build/Makefile.cyt ]; then \
  15. make -C build -f Makefile.cyt \
  16. clean; \
  17. else \
  18. make -C build clean; \
  19. fi; \
  20. fi
  21. make[2]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/build'
  22. Makefile:41: warning: overriding recipe for target '_subdir_installothers'
  23. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installothers'
  24. Makefile:52: warning: overriding recipe for target 'pre_target'
  25. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:192: warning: ignoring old recipe for target 'pre_target'
  26. "if MODEL_NAME equal VS510W, will change to UC320W, and if SRP521, change to SRP520"
  27. Makefile:95: warning: overriding recipe for target 'install'
  28. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:110: warning: ignoring old recipe for target 'install'
  29. if [ -e others ]; then \
  30. if [ -f others/Makefile.cyt ]; then \
  31. make -C others -f Makefile.cyt \
  32. clean; \
  33. else \
  34. make -C others clean; \
  35. fi; \
  36. fi
  37. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/build/others'
  38. make[3]: Nothing to be done for 'clean'.
  39. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/build/others'
  40. make -C /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/optimize_lib clean
  41. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/optimize_lib'
  42. Makefile.cyt:27: warning: overriding recipe for target 'all'
  43. Makefile:4: warning: ignoring old recipe for target 'all'
  44. Makefile.cyt:134: warning: overriding recipe for target 'install'
  45. Makefile:9: warning: ignoring old recipe for target 'install'
  46. Makefile.cyt:214: warning: overriding recipe for target 'clean'
  47. Makefile:6: warning: ignoring old recipe for target 'clean'
  48. #XXX
  49. rm -f libc.so.6 libc.map .symbols .symbols_m
  50. rm -f arm
  51. #XXX
  52. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/optimize_lib'
  53. make[2]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/build'
  54. if [ -e thirdparty_source ]; then \
  55. if [ -f thirdparty_source/Makefile.cyt ]; then \
  56. make -C thirdparty_source -f Makefile.cyt \
  57. clean; \
  58. else \
  59. make -C thirdparty_source clean; \
  60. fi; \
  61. fi
  62. make[2]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/thirdparty_source'
  63. Makefile:68: warning: overriding recipe for target '_subdir_installinclude'
  64. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installinclude'
  65. Makefile:68: warning: overriding recipe for target '_subdir_installvoice'
  66. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installvoice'
  67. if [ -e voice ]; then \
  68. if [ -f voice/Makefile.cyt ]; then \
  69. make -C voice -f Makefile.cyt \
  70. clean; \
  71. else \
  72. make -C voice clean; \
  73. fi; \
  74. fi
  75. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/thirdparty_source/voice'
  76. make sipura_voice-clean
  77. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/thirdparty_source/voice'
  78. no need to execute clean
  79. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/thirdparty_source/voice'
  80. make common-clean
  81. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/thirdparty_source/voice'
  82. no need to execute clean
  83. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/thirdparty_source/voice'
  84. do nothing
  85. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/thirdparty_source/voice'
  86. if [ -e include ]; then \
  87. if [ -f include/Makefile.cyt ]; then \
  88. make -C include -f Makefile.cyt \
  89. clean; \
  90. else \
  91. make -C include clean; \
  92. fi; \
  93. fi
  94. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/thirdparty_source/include'
  95. make[3]: Nothing to be done for 'clean'.
  96. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/thirdparty_source/include'
  97. make[2]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/thirdparty_source'
  98. if [ -e cybertan_source ]; then \
  99. if [ -f cybertan_source/Makefile.cyt ]; then \
  100. make -C cybertan_source -f Makefile.cyt \
  101. clean; \
  102. else \
  103. make -C cybertan_source clean; \
  104. fi; \
  105. fi
  106. make[2]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source'
  107. Makefile:65: warning: overriding recipe for target '_subdir_installnvram'
  108. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installnvram'
  109. Makefile:65: warning: overriding recipe for target '_subdir_installshared'
  110. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installshared'
  111. Makefile:65: warning: overriding recipe for target '_subdir_installcy_utils'
  112. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installcy_utils'
  113. Makefile:65: warning: overriding recipe for target '_subdir_installcy_libswitch'
  114. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installcy_libswitch'
  115. Makefile:65: warning: overriding recipe for target '_subdir_installlibspeak'
  116. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installlibspeak'
  117. Makefile:65: warning: overriding recipe for target '_subdir_installlibfox'
  118. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installlibfox'
  119. Makefile:65: warning: overriding recipe for target '_subdir_installledapp'
  120. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installledapp'
  121. Makefile:65: warning: overriding recipe for target '_subdir_installrc'
  122. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installrc'
  123. Makefile:65: warning: overriding recipe for target '_subdir_installigmp-proxy'
  124. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installigmp-proxy'
  125. Makefile:65: warning: overriding recipe for target '_subdir_installlibmng'
  126. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installlibmng'
  127. Makefile:65: warning: overriding recipe for target '_subdir_installcwmp'
  128. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installcwmp'
  129. Makefile:65: warning: overriding recipe for target '_subdir_installhttpd'
  130. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installhttpd'
  131. Makefile:65: warning: overriding recipe for target '_subdir_installwww'
  132. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installwww'
  133. Makefile:65: warning: overriding recipe for target '_subdir_installcy_net_snmp'
  134. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installcy_net_snmp'
  135. Makefile:65: warning: overriding recipe for target '_subdir_installrouter_provisioning'
  136. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installrouter_provisioning'
  137. Makefile:65: warning: overriding recipe for target '_subdir_installswitch_tools'
  138. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installswitch_tools'
  139. Makefile:65: warning: overriding recipe for target '_subdir_installmalertd'
  140. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installmalertd'
  141. if [ -e malertd ]; then \
  142. if [ -f malertd/Makefile.cyt ]; then \
  143. make -C malertd -f Makefile.cyt \
  144. clean; \
  145. else \
  146. make -C malertd clean; \
  147. fi; \
  148. fi
  149. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/malertd'
  150. echo "clean: binary code, do nothing"
  151. clean: binary code, do nothing
  152. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/malertd'
  153. if [ -e switch_tools ]; then \
  154. if [ -f switch_tools/Makefile.cyt ]; then \
  155. make -C switch_tools -f Makefile.cyt \
  156. clean; \
  157. else \
  158. make -C switch_tools clean; \
  159. fi; \
  160. fi
  161. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/switch_tools'
  162. echo "clean: binary code, do nothing"
  163. clean: binary code, do nothing
  164. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/switch_tools'
  165. if [ -e router_provisioning ]; then \
  166. if [ -f router_provisioning/Makefile.cyt ]; then \
  167. make -C router_provisioning -f Makefile.cyt \
  168. clean; \
  169. else \
  170. make -C router_provisioning clean; \
  171. fi; \
  172. fi
  173. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/router_provisioning'
  174. echo "clean: binary code, do nothing"
  175. clean: binary code, do nothing
  176. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/router_provisioning'
  177. if [ -e cy_net_snmp ]; then \
  178. if [ -f cy_net_snmp/Makefile.cyt ]; then \
  179. make -C cy_net_snmp -f Makefile.cyt \
  180. clean; \
  181. else \
  182. make -C cy_net_snmp clean; \
  183. fi; \
  184. fi
  185. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/cy_net_snmp'
  186. echo "clean: binary code, do nothing"
  187. clean: binary code, do nothing
  188. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/cy_net_snmp'
  189. if [ -e www ]; then \
  190. if [ -f www/Makefile.cyt ]; then \
  191. make -C www -f Makefile.cyt \
  192. clean; \
  193. else \
  194. make -C www clean; \
  195. fi; \
  196. fi
  197. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/www'
  198. #make -C edv001_a1_ci clean INSTALLDIR=/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/build/edv001_a1_ci/install/www
  199. make -C edv001_a1_ci clean
  200. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/www/edv001_a1_ci'
  201. rm -rf tmp/
  202. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/www/edv001_a1_ci'
  203. #rm -rf /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/build/edv001_a1_ci/install
  204. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/www'
  205. if [ -e httpd ]; then \
  206. if [ -f httpd/Makefile.cyt ]; then \
  207. make -C httpd -f Makefile.cyt \
  208. clean; \
  209. else \
  210. make -C httpd clean; \
  211. fi; \
  212. fi
  213. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/httpd'
  214. echo "clean: binary code, do nothing"
  215. clean: binary code, do nothing
  216. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/httpd'
  217. if [ -e cwmp ]; then \
  218. if [ -f cwmp/Makefile.cyt ]; then \
  219. make -C cwmp -f Makefile.cyt \
  220. clean; \
  221. else \
  222. make -C cwmp clean; \
  223. fi; \
  224. fi
  225. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/cwmp'
  226. echo "clean: binary code, do nothing"
  227. clean: binary code, do nothing
  228. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/cwmp'
  229. if [ -e libmng ]; then \
  230. if [ -f libmng/Makefile.cyt ]; then \
  231. make -C libmng -f Makefile.cyt \
  232. clean; \
  233. else \
  234. make -C libmng clean; \
  235. fi; \
  236. fi
  237. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/libmng'
  238. echo "clean: binary code, do nothing"
  239. clean: binary code, do nothing
  240. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/libmng'
  241. if [ -e igmp-proxy ]; then \
  242. if [ -f igmp-proxy/Makefile.cyt ]; then \
  243. make -C igmp-proxy -f Makefile.cyt \
  244. clean; \
  245. else \
  246. make -C igmp-proxy clean; \
  247. fi; \
  248. fi
  249. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/igmp-proxy'
  250. echo "clean: binary code, do nothing"
  251. clean: binary code, do nothing
  252. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/igmp-proxy'
  253. if [ -e rc ]; then \
  254. if [ -f rc/Makefile.cyt ]; then \
  255. make -C rc -f Makefile.cyt \
  256. clean; \
  257. else \
  258. make -C rc clean; \
  259. fi; \
  260. fi
  261. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/rc'
  262. echo "clean: binary code, do nothing"
  263. clean: binary code, do nothing
  264. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/rc'
  265. if [ -e ledapp ]; then \
  266. if [ -f ledapp/Makefile.cyt ]; then \
  267. make -C ledapp -f Makefile.cyt \
  268. clean; \
  269. else \
  270. make -C ledapp clean; \
  271. fi; \
  272. fi
  273. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/ledapp'
  274. echo "clean: binary code, do nothing"
  275. clean: binary code, do nothing
  276. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/ledapp'
  277. if [ -e libfox ]; then \
  278. if [ -f libfox/Makefile.cyt ]; then \
  279. make -C libfox -f Makefile.cyt \
  280. clean; \
  281. else \
  282. make -C libfox clean; \
  283. fi; \
  284. fi
  285. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/libfox'
  286. echo "clean: binary code, do nothing"
  287. clean: binary code, do nothing
  288. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/libfox'
  289. if [ -e libspeak ]; then \
  290. if [ -f libspeak/Makefile.cyt ]; then \
  291. make -C libspeak -f Makefile.cyt \
  292. clean; \
  293. else \
  294. make -C libspeak clean; \
  295. fi; \
  296. fi
  297. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/libspeak'
  298. echo "clean: binary code, do nothing"
  299. clean: binary code, do nothing
  300. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/libspeak'
  301. if [ -e cy_libswitch ]; then \
  302. if [ -f cy_libswitch/Makefile.cyt ]; then \
  303. make -C cy_libswitch -f Makefile.cyt \
  304. clean; \
  305. else \
  306. make -C cy_libswitch clean; \
  307. fi; \
  308. fi
  309. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/cy_libswitch'
  310. echo "clean: binary code, do nothing"
  311. clean: binary code, do nothing
  312. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/cy_libswitch'
  313. if [ -e cy_utils ]; then \
  314. if [ -f cy_utils/Makefile.cyt ]; then \
  315. make -C cy_utils -f Makefile.cyt \
  316. clean; \
  317. else \
  318. make -C cy_utils clean; \
  319. fi; \
  320. fi
  321. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/cy_utils'
  322. echo "clean: binary code, do nothing"
  323. clean: binary code, do nothing
  324. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/cy_utils'
  325. if [ -e shared ]; then \
  326. if [ -f shared/Makefile.cyt ]; then \
  327. make -C shared -f Makefile.cyt \
  328. clean; \
  329. else \
  330. make -C shared clean; \
  331. fi; \
  332. fi
  333. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/shared'
  334. echo "clean: binary code, do nothing"
  335. clean: binary code, do nothing
  336. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/shared'
  337. if [ -e nvram ]; then \
  338. if [ -f nvram/Makefile.cyt ]; then \
  339. make -C nvram -f Makefile.cyt \
  340. clean; \
  341. else \
  342. make -C nvram clean; \
  343. fi; \
  344. fi
  345. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/nvram'
  346. echo "clean: binary code, do nothing"
  347. clean: binary code, do nothing
  348. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/nvram'
  349. make[2]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source'
  350. if [ -e open_source ]; then \
  351. if [ -f open_source/Makefile.cyt ]; then \
  352. make -C open_source -f Makefile.cyt \
  353. clean; \
  354. else \
  355. make -C open_source clean; \
  356. fi; \
  357. fi
  358. make[2]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source'
  359. Makefile:60: warning: overriding recipe for target '_subdir_installu-boot'
  360. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installu-boot'
  361. Makefile:60: warning: overriding recipe for target '_subdir_installu-boot_env'
  362. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installu-boot_env'
  363. Makefile:60: warning: overriding recipe for target '_subdir_installopenssl'
  364. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installopenssl'
  365. Makefile:60: warning: overriding recipe for target '_subdir_installcurl'
  366. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installcurl'
  367. Makefile:60: warning: overriding recipe for target '_subdir_installbusybox'
  368. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installbusybox'
  369. Makefile:60: warning: overriding recipe for target '_subdir_installbusybox-modify'
  370. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installbusybox-modify'
  371. Makefile:60: warning: overriding recipe for target '_subdir_installnet-tools'
  372. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installnet-tools'
  373. Makefile:60: warning: overriding recipe for target '_subdir_installdnsmasq'
  374. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installdnsmasq'
  375. Makefile:60: warning: overriding recipe for target '_subdir_installiptables'
  376. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installiptables'
  377. Makefile:60: warning: overriding recipe for target '_subdir_installntpclient'
  378. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installntpclient'
  379. Makefile:60: warning: overriding recipe for target '_subdir_installudhcpd'
  380. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installudhcpd'
  381. Makefile:60: warning: overriding recipe for target '_subdir_installpppd'
  382. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installpppd'
  383. Makefile:60: warning: overriding recipe for target '_subdir_installtraceroute'
  384. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installtraceroute'
  385. Makefile:60: warning: overriding recipe for target '_subdir_installiproute2'
  386. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installiproute2'
  387. Makefile:60: warning: overriding recipe for target '_subdir_installbridge'
  388. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installbridge'
  389. Makefile:60: warning: overriding recipe for target '_subdir_installmtd-utils'
  390. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installmtd-utils'
  391. Makefile:60: warning: overriding recipe for target '_subdir_installc-ares'
  392. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installc-ares'
  393. Makefile:60: warning: overriding recipe for target '_subdir_installnet-snmp'
  394. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installnet-snmp'
  395. Makefile:60: warning: overriding recipe for target '_subdir_installebtables'
  396. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installebtables'
  397. Makefile:60: warning: overriding recipe for target '_subdir_installexpat'
  398. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installexpat'
  399. Makefile:60: warning: overriding recipe for target '_subdir_installcy_linux_driver'
  400. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installcy_linux_driver'
  401. Makefile:60: warning: overriding recipe for target '_subdir_installgsoap'
  402. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installgsoap'
  403. Makefile:60: warning: overriding recipe for target '_subdir_installsyslog-ng'
  404. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installsyslog-ng'
  405. Makefile:60: warning: overriding recipe for target '_subdir_installstunnel'
  406. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installstunnel'
  407. Makefile:60: warning: overriding recipe for target '_subdir_installmDNSResponder'
  408. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installmDNSResponder'
  409. Makefile:60: warning: overriding recipe for target '_subdir_installinclude'
  410. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installinclude'
  411. if [ -e include ]; then \
  412. if [ -f include/Makefile.cyt ]; then \
  413. make -C include -f Makefile.cyt \
  414. clean; \
  415. else \
  416. make -C include clean; \
  417. fi; \
  418. fi
  419. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/include'
  420. make[3]: Nothing to be done for 'clean'.
  421. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/include'
  422. if [ -e mDNSResponder ]; then \
  423. if [ -f mDNSResponder/Makefile.cyt ]; then \
  424. make -C mDNSResponder -f Makefile.cyt \
  425. clean; \
  426. else \
  427. make -C mDNSResponder clean; \
  428. fi; \
  429. fi
  430. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mDNSResponder-107.6'
  431. make -C mDNSPosix os=linux clean
  432. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mDNSResponder-107.6/mDNSPosix'
  433. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mDNSResponder-107.6/Clients'
  434. rm -rf build
  435. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mDNSResponder-107.6/Clients'
  436. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mDNSResponder-107.6/mDNSPosix'
  437. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mDNSResponder-107.6'
  438. if [ -e stunnel ]; then \
  439. if [ -f stunnel/Makefile.cyt ]; then \
  440. make -C stunnel -f Makefile.cyt \
  441. clean; \
  442. else \
  443. make -C stunnel clean; \
  444. fi; \
  445. fi
  446. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56'
  447. make distclean
  448. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56'
  449. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56/auto/missing --run aclocal-1.11 -I m4
  450. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56/auto/missing: line 54: aclocal-1.11: command not found
  451. WARNING: `aclocal-1.11' is missing on your system. You should only need it if
  452. you modified `acinclude.m4' or `configure.ac'. You might want
  453. to install the `Automake' and `Perl' packages. Grab them from
  454. any GNU archive site.
  455. cd . && /bin/bash /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56/auto/missing --run automake-1.11 --gnu
  456. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56/auto/missing: line 54: automake-1.11: command not found
  457. WARNING: `automake-1.11' is missing on your system. You should only need it if
  458. you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
  459. You might want to install the `Automake' and `Perl' packages.
  460. Grab them from any GNU archive site.
  461. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56/auto/missing --run autoconf
  462. aclocal.m4:16: warning: this file was generated for autoconf 2.67.
  463. You have another version of autoconf. It may work, but is not guaranteed to.
  464. If you have problems, you may need to regenerate the build system entirely.
  465. To do so, use the procedure documented by the package, typically `autoreconf'.
  466. configure.ac:37: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  467. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  468. ../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
  469. ../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
  470. configure.ac:37: the top level
  471. configure.ac:50: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  472. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  473. ../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
  474. ../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
  475. configure.ac:50: the top level
  476. configure.ac:63: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  477. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  478. ../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
  479. ../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
  480. configure.ac:63: the top level
  481. configure.ac:75: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  482. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  483. ../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
  484. ../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
  485. configure.ac:75: the top level
  486. configure.ac:81: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  487. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  488. ../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
  489. ../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
  490. configure.ac:81: the top level
  491. configure.ac:87: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  492. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  493. ../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
  494. ../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
  495. configure.ac:87: the top level
  496. configure.ac:93: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  497. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  498. ../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
  499. ../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
  500. configure.ac:93: the top level
  501. configure.ac:98: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  502. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  503. ../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
  504. ../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
  505. m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
  506. m4/libtool.m4:4170: _LT_LINKER_SHLIBS is expanded from...
  507. m4/libtool.m4:5253: _LT_LANG_C_CONFIG is expanded from...
  508. m4/libtool.m4:138: _LT_SETUP is expanded from...
  509. m4/libtool.m4:67: LT_INIT is expanded from...
  510. configure.ac:98: the top level
  511. configure.ac:98: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  512. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  513. ../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
  514. ../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
  515. m4/libtool.m4:4170: _LT_LINKER_SHLIBS is expanded from...
  516. m4/libtool.m4:5253: _LT_LANG_C_CONFIG is expanded from...
  517. m4/libtool.m4:138: _LT_SETUP is expanded from...
  518. m4/libtool.m4:67: LT_INIT is expanded from...
  519. configure.ac:98: the top level
  520. /bin/bash ./config.status --recheck
  521. running CONFIG_SHELL=/bin/bash /bin/bash ./configure --host=arm-linux --target=arm-linux --build=i386-linux --localstatedir=/var/run/stunnel --with-pem-dir=/tmp --datadir=/usr/ --with-ssl=/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/openssl --with-random=/dev/urandom build_alias=i386-linux host_alias=arm-linux target_alias=arm-linux CC=/opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc CFLAGS=-I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/openssl/include LDFLAGS=-L/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/openssl --no-create --no-recursion
  522. configure: WARNING: unrecognized options: --with-pem-dir
  523. configure: **************************************** initialization
  524. checking for a BSD-compatible install... /usr/bin/install -c
  525. checking whether build environment is sane... yes
  526. checking for arm-linux-strip... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-strip
  527. checking for a thread-safe mkdir -p... /bin/mkdir -p
  528. checking for gawk... no
  529. checking for mawk... mawk
  530. checking whether make sets $(MAKE)... yes
  531. checking build system type... i386-pc-linux-gnu
  532. checking host system type... arm-unknown-linux-gnu
  533. checking for arm-linux-gcc... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc
  534. checking whether the C compiler works... yes
  535. checking for C compiler default output file name... a.out
  536. checking for suffix of executables...
  537. checking whether we are cross compiling... yes
  538. checking for suffix of object files... o
  539. checking whether we are using the GNU C compiler... yes
  540. checking whether /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc accepts -g... yes
  541. checking for /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc option to accept ISO C89... none needed
  542. checking for style of include used by make... GNU
  543. checking dependency style of /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc... gcc3
  544. checking whether /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc and cc understand -c and -o together... yes
  545. checking whether make sets $(MAKE)... (cached) yes
  546. configure: **************************************** compiler/linker flags
  547. checking whether /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc accepts -pthread... yes
  548. checking whether /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc accepts -fstack-protector... yes
  549. checking whether /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc accepts -pie... yes
  550. checking whether /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc accepts -Wall... yes
  551. checking whether /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc accepts -Wextra... yes
  552. checking whether /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc accepts -Wno-long-long... yes
  553. checking whether /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc accepts -pedantic... yes
  554. configure: **************************************** libtool
  555. checking for a sed that does not truncate output... /bin/sed
  556. checking for grep that handles long lines and -e... /bin/grep
  557. checking for egrep... /bin/grep -E
  558. checking for fgrep... /bin/grep -F
  559. checking for ld used by /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld
  560. checking if the linker (/opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld) is GNU ld... yes
  561. checking for BSD- or MS-compatible name lister (nm)... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-nm
  562. checking the name lister (/opt/emlix/pnx8181/bin/arm-linux-gnueabi-nm) interface... BSD nm
  563. checking whether ln -s works... yes
  564. checking the maximum length of command line arguments... 1572864
  565. checking whether the shell understands some XSI constructs... yes
  566. checking whether the shell understands "+="... yes
  567. checking for /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld option to reload object files... -r
  568. checking for arm-linux-objdump... arm-linux-objdump
  569. checking how to recognize dependent libraries... pass_all
  570. checking for arm-linux-ar... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ar
  571. checking for arm-linux-strip... (cached) /opt/emlix/pnx8181/bin/arm-linux-gnueabi-strip
  572. checking for arm-linux-ranlib... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ranlib
  573. checking command to parse /opt/emlix/pnx8181/bin/arm-linux-gnueabi-nm output from /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc object... ok
  574. checking how to run the C preprocessor... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -E
  575. checking for ANSI C header files... yes
  576. checking for sys/types.h... yes
  577. checking for sys/stat.h... yes
  578. checking for stdlib.h... yes
  579. checking for string.h... yes
  580. checking for memory.h... yes
  581. checking for strings.h... yes
  582. checking for inttypes.h... yes
  583. checking for stdint.h... yes
  584. checking for unistd.h... yes
  585. checking for dlfcn.h... yes
  586. checking for objdir... .libs
  587. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no
  588. checking for /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc option to produce PIC... -fPIC -DPIC
  589. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc PIC flag -fPIC -DPIC works... yes
  590. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc static flag -static works... yes
  591. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc supports -c -o file.o... yes
  592. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc supports -c -o file.o... (cached) yes
  593. checking whether the /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc linker (/opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld) supports shared libraries... yes
  594. checking whether -lc should be explicitly linked in... no
  595. checking dynamic linker characteristics... GNU/Linux ld.so
  596. checking how to hardcode library paths into programs... immediate
  597. checking whether stripping libraries is possible... yes
  598. checking if libtool supports shared libraries... yes
  599. checking whether to build shared libraries... yes
  600. checking whether to build static libraries... no
  601. configure: **************************************** types
  602. checking size of unsigned char... 1
  603. checking size of unsigned short... 2
  604. checking size of unsigned int... 4
  605. checking size of unsigned long... 4
  606. checking for socklen_t... yes
  607. checking for struct sockaddr_un... yes
  608. checking for struct addrinfo... yes
  609. configure: **************************************** PTY device files
  610. configure: WARNING: cross-compilation: assuming /dev/ptmx and /dev/ptc are not available
  611. configure: **************************************** entropy sources
  612. configure: WARNING: cross-compilation: assuming entropy sources are not available
  613. configure: **************************************** default group
  614. configure: WARNING: cross-compilation: assuming nogroup is not available
  615. checking for default group... nobody
  616. configure: **************************************** header files
  617. checking malloc.h usability... yes
  618. checking malloc.h presence... yes
  619. checking for malloc.h... yes
  620. checking ucontext.h usability... yes
  621. checking ucontext.h presence... yes
  622. checking for ucontext.h... yes
  623. checking pthread.h usability... yes
  624. checking pthread.h presence... yes
  625. checking for pthread.h... yes
  626. checking poll.h usability... yes
  627. checking poll.h presence... yes
  628. checking for poll.h... yes
  629. checking tcpd.h usability... no
  630. checking tcpd.h presence... no
  631. checking for tcpd.h... no
  632. checking stropts.h usability... yes
  633. checking stropts.h presence... yes
  634. checking for stropts.h... yes
  635. checking grp.h usability... yes
  636. checking grp.h presence... yes
  637. checking for grp.h... yes
  638. checking for unistd.h... (cached) yes
  639. checking util.h usability... no
  640. checking util.h presence... no
  641. checking for util.h... no
  642. checking libutil.h usability... no
  643. checking libutil.h presence... no
  644. checking for libutil.h... no
  645. checking pty.h usability... yes
  646. checking pty.h presence... yes
  647. checking for pty.h... yes
  648. checking for sys/types.h... (cached) yes
  649. checking sys/select.h usability... yes
  650. checking sys/select.h presence... yes
  651. checking for sys/select.h... yes
  652. checking sys/poll.h usability... yes
  653. checking sys/poll.h presence... yes
  654. checking for sys/poll.h... yes
  655. checking sys/socket.h usability... yes
  656. checking sys/socket.h presence... yes
  657. checking for sys/socket.h... yes
  658. checking sys/un.h usability... yes
  659. checking sys/un.h presence... yes
  660. checking for sys/un.h... yes
  661. checking sys/ioctl.h usability... yes
  662. checking sys/ioctl.h presence... yes
  663. checking for sys/ioctl.h... yes
  664. checking sys/filio.h usability... no
  665. checking sys/filio.h presence... no
  666. checking for sys/filio.h... no
  667. checking sys/resource.h usability... yes
  668. checking sys/resource.h presence... yes
  669. checking for sys/resource.h... yes
  670. checking sys/uio.h usability... yes
  671. checking sys/uio.h presence... yes
  672. checking for sys/uio.h... yes
  673. checking for struct msghdr.msg_control... yes
  674. checking for linux/netfilter_ipv4.h... yes
  675. configure: **************************************** libraries
  676. checking for library containing gethostbyname... none required
  677. checking for library containing yp_get_default_domain... -lnsl
  678. checking for library containing socket... none required
  679. checking for library containing openpty... -lutil
  680. checking for library containing dlopen... -ldl
  681. checking for library containing shl_load... no
  682. checking for library containing inflateEnd... -lz
  683. configure: **************************************** thread model
  684. checking for pthread_create in -lc_r... no
  685. checking for pthread_create in -lc... no
  686. checking for pthread_create in -lpthread... yes
  687. configure: PTHREAD thread model detected
  688. configure: **************************************** library functions
  689. checking for snprintf... yes
  690. checking for vsnprintf... yes
  691. checking for openpty... yes
  692. checking for _getpty... no
  693. checking for daemon... yes
  694. checking for waitpid... yes
  695. checking for wait4... yes
  696. checking for setsid... yes
  697. checking for setgroups... yes
  698. checking for chroot... yes
  699. checking for sysconf... yes
  700. checking for getrlimit... yes
  701. checking for pthread_sigmask... yes
  702. checking for localtime_r... yes
  703. checking for getcontext... no
  704. checking for __makecontext_v2... no
  705. checking for poll... yes
  706. checking for gethostbyname2... yes
  707. checking for endhostent... yes
  708. checking for getnameinfo... yes
  709. checking for getaddrinfo... yes
  710. checking for broken poll() implementation... no
  711. checking for pipe2... no
  712. checking for accept4... no
  713. configure: **************************************** optional features
  714. checking whether to enable IPv6 support... yes
  715. checking whether to disable TCP wrappers library support... autodetecting
  716. checking for hosts_access in -lwrap... no
  717. checking whether to enable FIPS mode support... autodetecting
  718. configure: **************************************** SSL
  719. checking for SSL directory... /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/openssl
  720. checking /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/openssl/include/openssl/engine.h usability... yes
  721. checking /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/openssl/include/openssl/engine.h presence... yes
  722. checking for /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/openssl/include/openssl/engine.h... yes
  723. checking /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/openssl/include/openssl/ocsp.h usability... yes
  724. checking /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/openssl/include/openssl/ocsp.h presence... yes
  725. checking for /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/openssl/include/openssl/ocsp.h... yes
  726. checking /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/openssl/include/openssl/fips.h usability... no
  727. checking /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/openssl/include/openssl/fips.h presence... no
  728. checking for /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/openssl/include/openssl/fips.h... no
  729. configure: WARNING: OpenSSL fips header not found
  730. checking for FIPS_mode_set... no
  731. configure: FIPS mode not detected
  732. configure: **************************************** write the results
  733. configure: creating ./config.status
  734. configure: WARNING: unrecognized options: --with-pem-dir
  735. configure: **************************************** success
  736. /bin/bash ./config.status
  737. config.status: creating Makefile
  738. config.status: creating src/Makefile
  739. config.status: creating src/stunnel3
  740. config.status: creating doc/Makefile
  741. config.status: creating tools/Makefile
  742. config.status: creating tools/stunnel.conf-sample
  743. config.status: creating tools/stunnel.init
  744. config.status: creating tools/stunnel.service
  745. config.status: creating src/config.h
  746. config.status: executing depfiles commands
  747. config.status: executing libtool commands
  748. Making distclean in tools
  749. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56/tools'
  750. rm -rf .libs _libs
  751. rm -f stunnel.rnd
  752. rm -f *.lo
  753. test -z "stunnel.conf-sample stunnel.init stunnel.service" || rm -f stunnel.conf-sample stunnel.init stunnel.service
  754. test . = "." || test -z "" || rm -f
  755. rm -f Makefile
  756. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56/tools'
  757. Making distclean in doc
  758. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56/doc'
  759. rm -rf .libs _libs
  760. rm -f *.lo
  761. test -z "" || rm -f
  762. test . = "." || test -z "" || rm -f
  763. rm -f Makefile
  764. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56/doc'
  765. Making distclean in src
  766. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56/src'
  767. rm -f stunnel
  768. rm -rf .libs _libs
  769. test -z "libstunnel.la" || rm -f libstunnel.la
  770. rm -f "./so_locations"
  771. rm -f *.o
  772. rm -f *.lo
  773. rm -f *.obj
  774. rm -f *.tab.c
  775. test -z "stunnel3" || rm -f stunnel3
  776. test . = "." || test -z "" || rm -f
  777. rm -f config.h stamp-h1
  778. rm -f stunnel.exe tstunnel.exe
  779. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  780. rm -rf ./.deps
  781. rm -f Makefile
  782. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56/src'
  783. Making distclean in .
  784. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56'
  785. rm -rf .libs _libs
  786. rm -f *.lo
  787. test -z "" || rm -f
  788. test . = "." || test -z "" || rm -f
  789. rm -f libtool config.lt
  790. rm -rf autom4te.cache
  791. rm -f stunnel-4.56-installer.exe
  792. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  793. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56'
  794. rm -f config.status config.cache config.log configure.lineno config.status.lineno
  795. rm -f Makefile
  796. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56'
  797. rm -f -rf Makefile
  798. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56'
  799. if [ -e syslog-ng ]; then \
  800. if [ -f syslog-ng/Makefile.cyt ]; then \
  801. make -C syslog-ng -f Makefile.cyt \
  802. clean; \
  803. else \
  804. make -C syslog-ng clean; \
  805. fi; \
  806. fi
  807. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12'
  808. make -C libol-0.3.18 distclean
  809. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18'
  810. /bin/bash ./config.status --recheck
  811. running CONFIG_SHELL=/bin/bash /bin/bash ./configure --build=i386-pc-linux-gnu --host=arm-none-linux-gnueabi build_alias=i386-pc-linux-gnu host_alias=arm-none-linux-gnueabi CC=/opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc CXX=/opt/emlix/pnx8181/bin/arm-linux-gnueabi-g++ --no-create --no-recursion
  812. checking for a BSD-compatible install... /usr/bin/install -c
  813. checking whether build environment is sane... yes
  814. checking for gawk... no
  815. checking for mawk... mawk
  816. checking whether make sets $(MAKE)... yes
  817. checking for arm-none-linux-gnueabi-strip... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-strip
  818. checking whether build environment is sane... yes
  819. checking for arm-none-linux-gnueabi-gcc... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc
  820. checking whether the C compiler works... yes
  821. checking for C compiler default output file name... a.out
  822. checking for suffix of executables...
  823. checking whether we are cross compiling... yes
  824. checking for suffix of object files... o
  825. checking whether we are using the GNU C compiler... yes
  826. checking whether /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc accepts -g... yes
  827. checking for /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc option to accept ISO C89... none needed
  828. checking for style of include used by make... GNU
  829. checking dependency style of /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc... gcc3
  830. checking whether make sets $(MAKE)... (cached) yes
  831. checking for scsh... /usr/bin/scsh
  832. checking build system type... i386-pc-linux-gnu
  833. checking host system type... arm-none-linux-gnueabi
  834. checking for a sed that does not truncate output... /bin/sed
  835. checking for grep that handles long lines and -e... /bin/grep
  836. checking for egrep... /bin/grep -E
  837. checking for ld used by /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld
  838. checking if the linker (/opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld) is GNU ld... yes
  839. checking for /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld option to reload object files... -r
  840. checking for BSD-compatible nm... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-nm
  841. checking whether ln -s works... yes
  842. checking how to recognise dependent libraries... pass_all
  843. checking how to run the C preprocessor... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -E
  844. checking for ANSI C header files... yes
  845. checking for sys/types.h... yes
  846. checking for sys/stat.h... yes
  847. checking for stdlib.h... yes
  848. checking for string.h... yes
  849. checking for memory.h... yes
  850. checking for strings.h... yes
  851. checking for inttypes.h... yes
  852. checking for stdint.h... yes
  853. checking for unistd.h... yes
  854. checking dlfcn.h usability... yes
  855. checking dlfcn.h presence... yes
  856. checking for dlfcn.h... yes
  857. checking whether we are using the GNU C++ compiler... yes
  858. checking whether /opt/emlix/pnx8181/bin/arm-linux-gnueabi-g++ accepts -g... yes
  859. checking dependency style of /opt/emlix/pnx8181/bin/arm-linux-gnueabi-g++... gcc3
  860. checking how to run the C++ preprocessor... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-g++ -E
  861. checking for arm-none-linux-gnueabi-g77... no
  862. checking for arm-none-linux-gnueabi-xlf... no
  863. checking for arm-none-linux-gnueabi-f77... no
  864. checking for arm-none-linux-gnueabi-frt... no
  865. checking for arm-none-linux-gnueabi-pgf77... no
  866. checking for arm-none-linux-gnueabi-cf77... no
  867. checking for arm-none-linux-gnueabi-fort77... no
  868. checking for arm-none-linux-gnueabi-fl32... no
  869. checking for arm-none-linux-gnueabi-af77... no
  870. checking for arm-none-linux-gnueabi-xlf90... no
  871. checking for arm-none-linux-gnueabi-f90... no
  872. checking for arm-none-linux-gnueabi-pgf90... no
  873. checking for arm-none-linux-gnueabi-pghpf... no
  874. checking for arm-none-linux-gnueabi-epcf90... no
  875. checking for arm-none-linux-gnueabi-gfortran... no
  876. checking for arm-none-linux-gnueabi-g95... no
  877. checking for arm-none-linux-gnueabi-xlf95... no
  878. checking for arm-none-linux-gnueabi-f95... no
  879. checking for arm-none-linux-gnueabi-fort... no
  880. checking for arm-none-linux-gnueabi-ifort... no
  881. checking for arm-none-linux-gnueabi-ifc... no
  882. checking for arm-none-linux-gnueabi-efc... no
  883. checking for arm-none-linux-gnueabi-pgfortran... no
  884. checking for arm-none-linux-gnueabi-pgf95... no
  885. checking for arm-none-linux-gnueabi-lf95... no
  886. checking for arm-none-linux-gnueabi-ftn... no
  887. checking for g77... no
  888. checking for xlf... no
  889. checking for f77... no
  890. checking for frt... no
  891. checking for pgf77... no
  892. checking for cf77... no
  893. checking for fort77... no
  894. checking for fl32... no
  895. checking for af77... no
  896. checking for xlf90... no
  897. checking for f90... no
  898. checking for pgf90... no
  899. checking for pghpf... no
  900. checking for epcf90... no
  901. checking for gfortran... no
  902. checking for g95... no
  903. checking for xlf95... no
  904. checking for f95... no
  905. checking for fort... no
  906. checking for ifort... no
  907. checking for ifc... no
  908. checking for efc... no
  909. checking for pgfortran... no
  910. checking for pgf95... no
  911. checking for lf95... no
  912. checking for ftn... no
  913. checking whether we are using the GNU Fortran 77 compiler... no
  914. checking whether accepts -g... no
  915. checking the maximum length of command line arguments... 32768
  916. checking command to parse /opt/emlix/pnx8181/bin/arm-linux-gnueabi-nm output from /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc object... ok
  917. checking for objdir... .libs
  918. checking for arm-none-linux-gnueabi-ar... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ar
  919. checking for arm-none-linux-gnueabi-ranlib... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ranlib
  920. checking for arm-none-linux-gnueabi-strip... (cached) /opt/emlix/pnx8181/bin/arm-linux-gnueabi-strip
  921. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc static flag works... yes
  922. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no
  923. checking for /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc option to produce PIC... -fPIC
  924. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc PIC flag -fPIC works... yes
  925. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc supports -c -o file.o... yes
  926. checking whether the /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc linker (/opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld) supports shared libraries... yes
  927. checking whether -lc should be explicitly linked in... no
  928. checking dynamic linker characteristics... GNU/Linux ld.so
  929. checking how to hardcode library paths into programs... immediate
  930. checking whether stripping libraries is possible... yes
  931. checking if libtool supports shared libraries... yes
  932. checking whether to build shared libraries... yes
  933. checking whether to build static libraries... yes
  934. configure: creating libtool
  935. appending configuration tag "CXX" to libtool
  936. checking for ld used by /opt/emlix/pnx8181/bin/arm-linux-gnueabi-g++... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld
  937. checking if the linker (/opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld) is GNU ld... yes
  938. checking whether the /opt/emlix/pnx8181/bin/arm-linux-gnueabi-g++ linker (/opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld) supports shared libraries... yes
  939. checking for /opt/emlix/pnx8181/bin/arm-linux-gnueabi-g++ option to produce PIC... -fPIC
  940. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-g++ PIC flag -fPIC works... yes
  941. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-g++ supports -c -o file.o... yes
  942. checking whether the /opt/emlix/pnx8181/bin/arm-linux-gnueabi-g++ linker (/opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld) supports shared libraries... yes
  943. checking dynamic linker characteristics... GNU/Linux ld.so
  944. checking how to hardcode library paths into programs... immediate
  945. checking whether stripping libraries is possible... yes
  946. appending configuration tag "F77" to libtool
  947. checking for ANSI C header files... (cached) yes
  948. checking fcntl.h usability... yes
  949. checking fcntl.h presence... yes
  950. checking for fcntl.h... yes
  951. checking sys/time.h usability... yes
  952. checking sys/time.h presence... yes
  953. checking for sys/time.h... yes
  954. checking syslog.h usability... yes
  955. checking syslog.h presence... yes
  956. checking for syslog.h... yes
  957. checking for unistd.h... (cached) yes
  958. checking poll.h usability... yes
  959. checking poll.h presence... yes
  960. checking for poll.h... yes
  961. checking sys/poll.h usability... yes
  962. checking sys/poll.h presence... yes
  963. checking for sys/poll.h... yes
  964. checking sys/socket.h usability... yes
  965. checking sys/socket.h presence... yes
  966. checking for sys/socket.h... yes
  967. checking alloca.h usability... yes
  968. checking alloca.h presence... yes
  969. checking for alloca.h... yes
  970. checking for an ANSI C-conforming const... yes
  971. checking for size_t... yes
  972. checking whether time.h and sys/time.h may both be included... yes
  973. checking size of short... 2
  974. checking size of int... 4
  975. checking size of long... 4
  976. checking for socklen_t... yes
  977. checking for __attribute__... no
  978. checking for working alloca.h... yes
  979. checking for alloca... yes
  980. checking for inet_addr in -lxnet... no
  981. checking for gethostbyname in -lnsl... yes
  982. checking for setsockopt in -lsocket... no
  983. checking for select... yes
  984. checking for strerror... yes
  985. checking for syslog... yes
  986. checking for poll... yes
  987. configure: creating ./config.status
  988. cd . && /bin/bash ./config.status Makefile
  989. config.status: creating Makefile
  990. config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
  991. Making distclean in src
  992. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src'
  993. cd .. && /bin/bash ./config.status src/Makefile depfiles
  994. config.status: creating src/Makefile
  995. config.status: WARNING: 'src/Makefile.in' seems to ignore the --datarootdir setting
  996. config.status: executing depfiles commands
  997. test -z "libol.la" || rm -f libol.la
  998. rm -f "./so_locations"
  999. rm -rf .libs _libs
  1000. rm -f *.o core *.core
  1001. rm -f *.lo
  1002. rm -f *.tab.c
  1003. rm -f
  1004. rm -f olconfig.h stamp-h1
  1005. rm -f libtool
  1006. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  1007. rm -rf .deps ./.deps
  1008. rm -f Makefile
  1009. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src'
  1010. Making distclean in utils
  1011. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/utils'
  1012. cd .. && /bin/bash ./config.status utils/Makefile
  1013. config.status: creating utils/Makefile
  1014. config.status: WARNING: 'utils/Makefile.in' seems to ignore the --datarootdir setting
  1015. rm -rf .libs _libs
  1016. rm -f *.lo
  1017. rm -f
  1018. rm -f libtool
  1019. rm -f Makefile
  1020. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/utils'
  1021. Making distclean in .
  1022. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18'
  1023. rm -rf .libs _libs
  1024. rm -f *.lo
  1025. rm -f libol.spec libol-config
  1026. rm -f libtool
  1027. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  1028. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18'
  1029. rm -f config.status config.cache config.log configure.lineno
  1030. rm -f Makefile
  1031. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18'
  1032. make distclean
  1033. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12'
  1034. /bin/bash ./config.status --recheck
  1035. running CONFIG_SHELL=/bin/bash /bin/bash ./configure --prefix=/ --build=i386-pc-linux-gnu --host=arm-none-linux-gnueabi build_alias=i386-pc-linux-gnu host_alias=arm-none-linux-gnueabi CC=/opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc --no-create --no-recursion
  1036. checking for a BSD-compatible install... /usr/bin/install -c
  1037. checking whether build environment is sane... yes
  1038. checking for gawk... no
  1039. checking for mawk... mawk
  1040. checking whether make sets $(MAKE)... yes
  1041. checking for arm-none-linux-gnueabi-strip... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-strip
  1042. checking whether build environment is sane... yes
  1043. checking for arm-none-linux-gnueabi-gcc... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc
  1044. checking whether the C compiler works... yes
  1045. checking for C compiler default output file name... a.out
  1046. checking for suffix of executables...
  1047. checking whether we are cross compiling... yes
  1048. checking for suffix of object files... o
  1049. checking whether we are using the GNU C compiler... yes
  1050. checking whether /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc accepts -g... yes
  1051. checking for /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc option to accept ISO C89... none needed
  1052. checking for style of include used by make... GNU
  1053. checking dependency style of /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc... gcc3
  1054. checking for /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc option to accept ANSI C... none needed
  1055. checking for bison... no
  1056. checking for byacc... no
  1057. checking for flex... no
  1058. checking for lex... no
  1059. checking whether make sets $(MAKE)... (cached) yes
  1060. checking how to run the C preprocessor... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -E
  1061. checking for grep that handles long lines and -e... /bin/grep
  1062. checking for egrep... /bin/grep -E
  1063. checking for ANSI C header files... yes
  1064. checking for sys/types.h... yes
  1065. checking for sys/stat.h... yes
  1066. checking for stdlib.h... yes
  1067. checking for string.h... yes
  1068. checking for memory.h... yes
  1069. checking for strings.h... yes
  1070. checking for inttypes.h... yes
  1071. checking for stdint.h... yes
  1072. checking for unistd.h... yes
  1073. checking malloc.h usability... yes
  1074. checking malloc.h presence... yes
  1075. checking for malloc.h... yes
  1076. checking for unistd.h... (cached) yes
  1077. checking door.h usability... no
  1078. checking door.h presence... no
  1079. checking for door.h... no
  1080. checking stropts.h usability... yes
  1081. checking stropts.h presence... yes
  1082. checking for stropts.h... yes
  1083. checking sys/strlog.h usability... no
  1084. checking sys/strlog.h presence... no
  1085. checking for sys/strlog.h... no
  1086. checking stdarg.h usability... yes
  1087. checking stdarg.h presence... yes
  1088. checking for stdarg.h... yes
  1089. checking sys/klog.h usability... yes
  1090. checking sys/klog.h presence... yes
  1091. checking for sys/klog.h... yes
  1092. checking arpa/nameser.h usability... yes
  1093. checking arpa/nameser.h presence... yes
  1094. checking for arpa/nameser.h... yes
  1095. checking tcpd.h usability... no
  1096. checking tcpd.h presence... no
  1097. checking for tcpd.h... no
  1098. checking for an ANSI C-conforming const... yes
  1099. checking whether time.h and sys/time.h may both be included... yes
  1100. checking for modern utmp... yes
  1101. checking for global timezone variable... yes
  1102. checking size of short... 2
  1103. checking size of int... 4
  1104. checking size of long... 4
  1105. checking for I_CONSLOG... no
  1106. checking for O_LARGEFILE... yes
  1107. checking for res_init in <resolv.h>... yes
  1108. checking for size_t... yes
  1109. checking for working alloca.h... yes
  1110. checking for alloca... yes
  1111. checking for vprintf... yes
  1112. checking for _doprnt... no
  1113. checking for res_init in -lresolv... no
  1114. checking for __res_init in -lresolv... yes
  1115. checking for door_create in -ldoor... no
  1116. checking for socket in -lsocket... no
  1117. checking for gethostbyname in -lnsl... yes
  1118. checking for nanosleep in -lrt... yes
  1119. checking for select... yes
  1120. checking for snprintf... yes
  1121. checking for vsnprintf... yes
  1122. checking for strerror... yes
  1123. checking for inet_aton... yes
  1124. checking for strncpy... yes
  1125. checking for getutent... yes
  1126. checking for getopt_long... yes
  1127. checking for strcasecmp... yes
  1128. checking for strptime... yes
  1129. checking for strftime... yes
  1130. checking for TCP wrapper library...
  1131. checking for %z format string in strftime... no
  1132. checking whether to enable Sun STREAMS support... no
  1133. checking whether to enable Sun door support... no
  1134. checking whether to enable TCP wrapper support... no
  1135. checking whether to enable spoof_source support... no
  1136. checking how to enable static linking for certain libraries... GNU or Solaris
  1137. checking libol version >= 0.3.16... checking for a BSD-compatible install... /usr/bin/install -c
  1138. checking whether build environment is sane... yes
  1139. checking for gawk... no
  1140. checking for mawk... mawk
  1141. checking whether make sets $(MAKE)... yes
  1142. checking for arm-none-linux-gnueabi-strip... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-strip
  1143. checking whether build environment is sane... yes
  1144. checking for arm-none-linux-gnueabi-gcc... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc
  1145. checking whether the C compiler works... yes
  1146. checking for C compiler default output file name... a.out
  1147. checking for suffix of executables...
  1148. checking whether we are cross compiling... yes
  1149. checking for suffix of object files... o
  1150. checking whether we are using the GNU C compiler... yes
  1151. checking whether /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc accepts -g... yes
  1152. checking for /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc option to accept ISO C89... none needed
  1153. checking for style of include used by make... GNU
  1154. checking dependency style of /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc... gcc3
  1155. checking whether make sets $(MAKE)... (cached) yes
  1156. checking for scsh... /usr/bin/scsh
  1157. checking build system type... i386-pc-linux-gnu
  1158. checking host system type... arm-none-linux-gnueabi
  1159. checking for a sed that does not truncate output... /bin/sed
  1160. checking for grep that handles long lines and -e... /bin/grep
  1161. checking for egrep... /bin/grep -E
  1162. checking for ld used by /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld
  1163. checking if the linker (/opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld) is GNU ld... yes
  1164. checking for /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld option to reload object files... -r
  1165. checking for BSD-compatible nm... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-nm
  1166. checking whether ln -s works... yes
  1167. checking how to recognise dependent libraries... pass_all
  1168. checking how to run the C preprocessor... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -E
  1169. checking for ANSI C header files... yes
  1170. checking for sys/types.h... yes
  1171. checking for sys/stat.h... yes
  1172. checking for stdlib.h... yes
  1173. checking for string.h... yes
  1174. checking for memory.h... yes
  1175. checking for strings.h... yes
  1176. checking for inttypes.h... yes
  1177. checking for stdint.h... yes
  1178. checking for unistd.h... yes
  1179. checking dlfcn.h usability... yes
  1180. checking dlfcn.h presence... yes
  1181. checking for dlfcn.h... yes
  1182. checking whether we are using the GNU C++ compiler... yes
  1183. checking whether /opt/emlix/pnx8181/bin/arm-linux-gnueabi-g++ accepts -g... yes
  1184. checking dependency style of /opt/emlix/pnx8181/bin/arm-linux-gnueabi-g++... gcc3
  1185. checking how to run the C++ preprocessor... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-g++ -E
  1186. checking for arm-none-linux-gnueabi-g77... no
  1187. checking for arm-none-linux-gnueabi-xlf... no
  1188. checking for arm-none-linux-gnueabi-f77... no
  1189. checking for arm-none-linux-gnueabi-frt... no
  1190. checking for arm-none-linux-gnueabi-pgf77... no
  1191. checking for arm-none-linux-gnueabi-cf77... no
  1192. checking for arm-none-linux-gnueabi-fort77... no
  1193. checking for arm-none-linux-gnueabi-fl32... no
  1194. checking for arm-none-linux-gnueabi-af77... no
  1195. checking for arm-none-linux-gnueabi-xlf90... no
  1196. checking for arm-none-linux-gnueabi-f90... no
  1197. checking for arm-none-linux-gnueabi-pgf90... no
  1198. checking for arm-none-linux-gnueabi-pghpf... no
  1199. checking for arm-none-linux-gnueabi-epcf90... no
  1200. checking for arm-none-linux-gnueabi-gfortran... no
  1201. checking for arm-none-linux-gnueabi-g95... no
  1202. checking for arm-none-linux-gnueabi-xlf95... no
  1203. checking for arm-none-linux-gnueabi-f95... no
  1204. checking for arm-none-linux-gnueabi-fort... no
  1205. checking for arm-none-linux-gnueabi-ifort... no
  1206. checking for arm-none-linux-gnueabi-ifc... no
  1207. checking for arm-none-linux-gnueabi-efc... no
  1208. checking for arm-none-linux-gnueabi-pgfortran... no
  1209. checking for arm-none-linux-gnueabi-pgf95... no
  1210. checking for arm-none-linux-gnueabi-lf95... no
  1211. checking for arm-none-linux-gnueabi-ftn... no
  1212. checking for g77... no
  1213. checking for xlf... no
  1214. checking for f77... no
  1215. checking for frt... no
  1216. checking for pgf77... no
  1217. checking for cf77... no
  1218. checking for fort77... no
  1219. checking for fl32... no
  1220. checking for af77... no
  1221. checking for xlf90... no
  1222. checking for f90... no
  1223. checking for pgf90... no
  1224. checking for pghpf... no
  1225. checking for epcf90... no
  1226. checking for gfortran... no
  1227. checking for g95... no
  1228. checking for xlf95... no
  1229. checking for f95... no
  1230. checking for fort... no
  1231. checking for ifort... no
  1232. checking for ifc... no
  1233. checking for efc... no
  1234. checking for pgfortran... no
  1235. checking for pgf95... no
  1236. checking for lf95... no
  1237. checking for ftn... no
  1238. checking whether we are using the GNU Fortran 77 compiler... no
  1239. checking whether accepts -g... no
  1240. checking the maximum length of command line arguments... 32768
  1241. checking command to parse /opt/emlix/pnx8181/bin/arm-linux-gnueabi-nm output from /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc object... ok
  1242. checking for objdir... .libs
  1243. checking for arm-none-linux-gnueabi-ar... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ar
  1244. checking for arm-none-linux-gnueabi-ranlib... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ranlib
  1245. checking for arm-none-linux-gnueabi-strip... (cached) /opt/emlix/pnx8181/bin/arm-linux-gnueabi-strip
  1246. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc static flag works... yes
  1247. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no
  1248. checking for /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc option to produce PIC... -fPIC
  1249. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc PIC flag -fPIC works... yes
  1250. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc supports -c -o file.o... yes
  1251. checking whether the /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc linker (/opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld) supports shared libraries... yes
  1252. checking whether -lc should be explicitly linked in... no
  1253. checking dynamic linker characteristics... GNU/Linux ld.so
  1254. checking how to hardcode library paths into programs... immediate
  1255. checking whether stripping libraries is possible... yes
  1256. checking if libtool supports shared libraries... yes
  1257. checking whether to build shared libraries... yes
  1258. checking whether to build static libraries... yes
  1259. configure: creating libtool
  1260. appending configuration tag "CXX" to libtool
  1261. checking for ld used by /opt/emlix/pnx8181/bin/arm-linux-gnueabi-g++... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld
  1262. checking if the linker (/opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld) is GNU ld... yes
  1263. checking whether the /opt/emlix/pnx8181/bin/arm-linux-gnueabi-g++ linker (/opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld) supports shared libraries... yes
  1264. checking for /opt/emlix/pnx8181/bin/arm-linux-gnueabi-g++ option to produce PIC... -fPIC
  1265. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-g++ PIC flag -fPIC works... yes
  1266. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-g++ supports -c -o file.o... yes
  1267. checking whether the /opt/emlix/pnx8181/bin/arm-linux-gnueabi-g++ linker (/opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld) supports shared libraries... yes
  1268. checking dynamic linker characteristics... GNU/Linux ld.so
  1269. checking how to hardcode library paths into programs... immediate
  1270. checking whether stripping libraries is possible... yes
  1271. appending configuration tag "F77" to libtool
  1272. checking for ANSI C header files... (cached) yes
  1273. checking fcntl.h usability... yes
  1274. checking fcntl.h presence... yes
  1275. checking for fcntl.h... yes
  1276. checking sys/time.h usability... yes
  1277. checking sys/time.h presence... yes
  1278. checking for sys/time.h... yes
  1279. checking syslog.h usability... yes
  1280. checking syslog.h presence... yes
  1281. checking for syslog.h... yes
  1282. checking for unistd.h... (cached) yes
  1283. checking poll.h usability... yes
  1284. checking poll.h presence... yes
  1285. checking for poll.h... yes
  1286. checking sys/poll.h usability... yes
  1287. checking sys/poll.h presence... yes
  1288. checking for sys/poll.h... yes
  1289. checking sys/socket.h usability... yes
  1290. checking sys/socket.h presence... yes
  1291. checking for sys/socket.h... yes
  1292. checking alloca.h usability... yes
  1293. checking alloca.h presence... yes
  1294. checking for alloca.h... yes
  1295. checking for an ANSI C-conforming const... yes
  1296. checking for size_t... yes
  1297. checking whether time.h and sys/time.h may both be included... yes
  1298. checking size of short... 2
  1299. checking size of int... 4
  1300. checking size of long... 4
  1301. checking for socklen_t... yes
  1302. checking for __attribute__... no
  1303. checking for working alloca.h... yes
  1304. checking for alloca... yes
  1305. checking for inet_addr in -lxnet... no
  1306. checking for gethostbyname in -lnsl... yes
  1307. checking for setsockopt in -lsocket... no
  1308. checking for select... yes
  1309. checking for strerror... yes
  1310. checking for syslog... yes
  1311. checking for poll... yes
  1312. configure: creating ./config.status
  1313. config.status: creating libol.spec
  1314. config.status: creating Makefile
  1315. config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
  1316. config.status: creating src/Makefile
  1317. config.status: WARNING: 'src/Makefile.in' seems to ignore the --datarootdir setting
  1318. config.status: creating utils/Makefile
  1319. config.status: WARNING: 'utils/Makefile.in' seems to ignore the --datarootdir setting
  1320. config.status: creating libol-config
  1321. config.status: creating src/olconfig.h
  1322. config.status: executing depfiles commands
  1323. config.status: executing default commands
  1324. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18'
  1325. Making all in utils
  1326. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/utils'
  1327. sed -e "s,_SCSH_,/usr/bin/scsh," make_class.in >make_class
  1328. chmod +x make_class
  1329. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/utils'
  1330. Making all in src
  1331. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src'
  1332. make all-am
  1333. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src'
  1334. if /bin/bash ../libtool --mode=compile /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT format.lo -MD -MP -MF ".deps/format.Tpo" \
  1335. -c -o format.lo `test -f 'format.c' || echo '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src/'`format.c; \
  1336. then mv -f ".deps/format.Tpo" ".deps/format.Plo"; \
  1337. else rm -f ".deps/format.Tpo"; exit 1; \
  1338. fi
  1339. mkdir .libs
  1340. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c format.c -fPIC -DPIC -o .libs/format.o
  1341. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c format.c -o format.o >/dev/null 2>&1
  1342. if /bin/bash ../libtool --mode=compile /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT io.lo -MD -MP -MF ".deps/io.Tpo" \
  1343. -c -o io.lo `test -f 'io.c' || echo '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src/'`io.c; \
  1344. then mv -f ".deps/io.Tpo" ".deps/io.Plo"; \
  1345. else rm -f ".deps/io.Tpo"; exit 1; \
  1346. fi
  1347. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT io.lo -MD -MP -MF .deps/io.Tpo -c io.c -fPIC -DPIC -o .libs/io.o
  1348. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT io.lo -MD -MP -MF .deps/io.Tpo -c io.c -o io.o >/dev/null 2>&1
  1349. if /bin/bash ../libtool --mode=compile /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT werror.lo -MD -MP -MF ".deps/werror.Tpo" \
  1350. -c -o werror.lo `test -f 'werror.c' || echo '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src/'`werror.c; \
  1351. then mv -f ".deps/werror.Tpo" ".deps/werror.Plo"; \
  1352. else rm -f ".deps/werror.Tpo"; exit 1; \
  1353. fi
  1354. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT werror.lo -MD -MP -MF .deps/werror.Tpo -c werror.c -fPIC -DPIC -o .libs/werror.o
  1355. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT werror.lo -MD -MP -MF .deps/werror.Tpo -c werror.c -o werror.o >/dev/null 2>&1
  1356. if /bin/bash ../libtool --mode=compile /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT queue.lo -MD -MP -MF ".deps/queue.Tpo" \
  1357. -c -o queue.lo `test -f 'queue.c' || echo '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src/'`queue.c; \
  1358. then mv -f ".deps/queue.Tpo" ".deps/queue.Plo"; \
  1359. else rm -f ".deps/queue.Tpo"; exit 1; \
  1360. fi
  1361. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT queue.lo -MD -MP -MF .deps/queue.Tpo -c queue.c -fPIC -DPIC -o .libs/queue.o
  1362. queue.c: In function 'object_queue_is_empty':
  1363. queue.c:180: warning: dereferencing type-punned pointer will break strict-aliasing rules
  1364. queue.c: In function 'object_queue_peek_head':
  1365. queue.c:235: warning: dereferencing type-punned pointer will break strict-aliasing rules
  1366. queue.c: In function 'object_queue_peek_tail':
  1367. queue.c:240: warning: dereferencing type-punned pointer will break strict-aliasing rules
  1368. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT queue.lo -MD -MP -MF .deps/queue.Tpo -c queue.c -o queue.o >/dev/null 2>&1
  1369. if /bin/bash ../libtool --mode=compile /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT abstract_io.lo -MD -MP -MF ".deps/abstract_io.Tpo" \
  1370. -c -o abstract_io.lo `test -f 'abstract_io.c' || echo '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src/'`abstract_io.c; \
  1371. then mv -f ".deps/abstract_io.Tpo" ".deps/abstract_io.Plo"; \
  1372. else rm -f ".deps/abstract_io.Tpo"; exit 1; \
  1373. fi
  1374. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT abstract_io.lo -MD -MP -MF .deps/abstract_io.Tpo -c abstract_io.c -fPIC -DPIC -o .libs/abstract_io.o
  1375. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT abstract_io.lo -MD -MP -MF .deps/abstract_io.Tpo -c abstract_io.c -o abstract_io.o >/dev/null 2>&1
  1376. if /bin/bash ../libtool --mode=compile /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT gc.lo -MD -MP -MF ".deps/gc.Tpo" \
  1377. -c -o gc.lo `test -f 'gc.c' || echo '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src/'`gc.c; \
  1378. then mv -f ".deps/gc.Tpo" ".deps/gc.Plo"; \
  1379. else rm -f ".deps/gc.Tpo"; exit 1; \
  1380. fi
  1381. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT gc.lo -MD -MP -MF .deps/gc.Tpo -c gc.c -fPIC -DPIC -o .libs/gc.o
  1382. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT gc.lo -MD -MP -MF .deps/gc.Tpo -c gc.c -o gc.o >/dev/null 2>&1
  1383. if /bin/bash ../libtool --mode=compile /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT list.lo -MD -MP -MF ".deps/list.Tpo" \
  1384. -c -o list.lo `test -f 'list.c' || echo '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src/'`list.c; \
  1385. then mv -f ".deps/list.Tpo" ".deps/list.Plo"; \
  1386. else rm -f ".deps/list.Tpo"; exit 1; \
  1387. fi
  1388. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT list.lo -MD -MP -MF .deps/list.Tpo -c list.c -fPIC -DPIC -o .libs/list.o
  1389. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT list.lo -MD -MP -MF .deps/list.Tpo -c list.c -o list.o >/dev/null 2>&1
  1390. if /bin/bash ../libtool --mode=compile /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT read_line.lo -MD -MP -MF ".deps/read_line.Tpo" \
  1391. -c -o read_line.lo `test -f 'read_line.c' || echo '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src/'`read_line.c; \
  1392. then mv -f ".deps/read_line.Tpo" ".deps/read_line.Plo"; \
  1393. else rm -f ".deps/read_line.Tpo"; exit 1; \
  1394. fi
  1395. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT read_line.lo -MD -MP -MF .deps/read_line.Tpo -c read_line.c -fPIC -DPIC -o .libs/read_line.o
  1396. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT read_line.lo -MD -MP -MF .deps/read_line.Tpo -c read_line.c -o read_line.o >/dev/null 2>&1
  1397. if /bin/bash ../libtool --mode=compile /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT xalloc.lo -MD -MP -MF ".deps/xalloc.Tpo" \
  1398. -c -o xalloc.lo `test -f 'xalloc.c' || echo '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src/'`xalloc.c; \
  1399. then mv -f ".deps/xalloc.Tpo" ".deps/xalloc.Plo"; \
  1400. else rm -f ".deps/xalloc.Tpo"; exit 1; \
  1401. fi
  1402. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT xalloc.lo -MD -MP -MF .deps/xalloc.Tpo -c xalloc.c -fPIC -DPIC -o .libs/xalloc.o
  1403. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT xalloc.lo -MD -MP -MF .deps/xalloc.Tpo -c xalloc.c -o xalloc.o >/dev/null 2>&1
  1404. if /bin/bash ../libtool --mode=compile /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT alist.lo -MD -MP -MF ".deps/alist.Tpo" \
  1405. -c -o alist.lo `test -f 'alist.c' || echo '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src/'`alist.c; \
  1406. then mv -f ".deps/alist.Tpo" ".deps/alist.Plo"; \
  1407. else rm -f ".deps/alist.Tpo"; exit 1; \
  1408. fi
  1409. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT alist.lo -MD -MP -MF .deps/alist.Tpo -c alist.c -fPIC -DPIC -o .libs/alist.o
  1410. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT alist.lo -MD -MP -MF .deps/alist.Tpo -c alist.c -o alist.o >/dev/null 2>&1
  1411. if /bin/bash ../libtool --mode=compile /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT stream_buffer.lo -MD -MP -MF ".deps/stream_buffer.Tpo" \
  1412. -c -o stream_buffer.lo `test -f 'stream_buffer.c' || echo '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src/'`stream_buffer.c; \
  1413. then mv -f ".deps/stream_buffer.Tpo" ".deps/stream_buffer.Plo"; \
  1414. else rm -f ".deps/stream_buffer.Tpo"; exit 1; \
  1415. fi
  1416. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT stream_buffer.lo -MD -MP -MF .deps/stream_buffer.Tpo -c stream_buffer.c -fPIC -DPIC -o .libs/stream_buffer.o
  1417. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT stream_buffer.lo -MD -MP -MF .deps/stream_buffer.Tpo -c stream_buffer.c -o stream_buffer.o >/dev/null 2>&1
  1418. if /bin/bash ../libtool --mode=compile /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT pkt_buffer.lo -MD -MP -MF ".deps/pkt_buffer.Tpo" \
  1419. -c -o pkt_buffer.lo `test -f 'pkt_buffer.c' || echo '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src/'`pkt_buffer.c; \
  1420. then mv -f ".deps/pkt_buffer.Tpo" ".deps/pkt_buffer.Plo"; \
  1421. else rm -f ".deps/pkt_buffer.Tpo"; exit 1; \
  1422. fi
  1423. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT pkt_buffer.lo -MD -MP -MF .deps/pkt_buffer.Tpo -c pkt_buffer.c -fPIC -DPIC -o .libs/pkt_buffer.o
  1424. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT pkt_buffer.lo -MD -MP -MF .deps/pkt_buffer.Tpo -c pkt_buffer.c -o pkt_buffer.o >/dev/null 2>&1
  1425. if /bin/bash ../libtool --mode=compile /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT resource.lo -MD -MP -MF ".deps/resource.Tpo" \
  1426. -c -o resource.lo `test -f 'resource.c' || echo '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src/'`resource.c; \
  1427. then mv -f ".deps/resource.Tpo" ".deps/resource.Plo"; \
  1428. else rm -f ".deps/resource.Tpo"; exit 1; \
  1429. fi
  1430. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT resource.lo -MD -MP -MF .deps/resource.Tpo -c resource.c -fPIC -DPIC -o .libs/resource.o
  1431. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src -I. -D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -O2 -Wall -O2 -MT resource.lo -MD -MP -MF .deps/resource.Tpo -c resource.c -o resource.o >/dev/null 2>&1
  1432. /bin/bash ../libtool --mode=link /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -g -O2 -Wall -O2 -o libol.la -rpath /usr/local/lib format.lo io.lo werror.lo queue.lo abstract_io.lo gc.lo list.lo read_line.lo xalloc.lo alist.lo stream_buffer.lo pkt_buffer.lo resource.lo -lnsl
  1433. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -shared .libs/format.o .libs/io.o .libs/werror.o .libs/queue.o .libs/abstract_io.o .libs/gc.o .libs/list.o .libs/read_line.o .libs/xalloc.o .libs/alist.o .libs/stream_buffer.o .libs/pkt_buffer.o .libs/resource.o -lnsl -Wl,-soname -Wl,libol.so.0 -o .libs/libol.so.0.0.0
  1434. (cd .libs && rm -f libol.so.0 && ln -s libol.so.0.0.0 libol.so.0)
  1435. (cd .libs && rm -f libol.so && ln -s libol.so.0.0.0 libol.so)
  1436. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ar cru .libs/libol.a format.o io.o werror.o queue.o abstract_io.o gc.o list.o read_line.o xalloc.o alist.o stream_buffer.o pkt_buffer.o resource.o
  1437. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ranlib .libs/libol.a
  1438. creating libol.la
  1439. (cd .libs && rm -f libol.la && ln -s ../libol.la libol.la)
  1440. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/utils/make_class <pkt_buffer.c >pkt_buffer.c.xt
  1441. /bin/bash: /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/utils/make_class: /usr/bin/scsh: bad interpreter: No such file or directory
  1442. Makefile:542: recipe for target 'pkt_buffer.c.x' failed
  1443. make[7]: *** [pkt_buffer.c.x] Error 126
  1444. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src'
  1445. Makefile:220: recipe for target 'all' failed
  1446. make[6]: *** [all] Error 2
  1447. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src'
  1448. Makefile:221: recipe for target 'all-recursive' failed
  1449. make[5]: *** [all-recursive] Error 1
  1450. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18'
  1451. ok
  1452. configure: creating ./config.status
  1453. cd . && /bin/bash ./config.status Makefile
  1454. config.status: creating Makefile
  1455. Making distclean in contrib
  1456. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/contrib'
  1457. cd .. && /bin/bash ./config.status contrib/Makefile
  1458. config.status: creating contrib/Makefile
  1459. rm -f
  1460. rm -f Makefile
  1461. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/contrib'
  1462. Making distclean in doc
  1463. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/doc'
  1464. cd .. && /bin/bash ./config.status doc/Makefile
  1465. config.status: creating doc/Makefile
  1466. Making distclean in sgml
  1467. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/doc/sgml'
  1468. cd ../.. && /bin/bash ./config.status doc/sgml/Makefile
  1469. config.status: creating doc/sgml/Makefile
  1470. rm -f
  1471. rm -f Makefile
  1472. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/doc/sgml'
  1473. Making distclean in .
  1474. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/doc'
  1475. rm -f
  1476. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  1477. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/doc'
  1478. rm -f Makefile
  1479. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/doc'
  1480. Making distclean in src
  1481. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/src'
  1482. cd .. && /bin/bash ./config.status src/Makefile depfiles
  1483. config.status: creating src/Makefile
  1484. config.status: executing depfiles commands
  1485. Making distclean in tests
  1486. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/src/tests'
  1487. cd ../.. && /bin/bash ./config.status src/tests/Makefile depfiles
  1488. config.status: creating src/tests/Makefile
  1489. config.status: executing depfiles commands
  1490. test -z "test_nscache" || rm -f test_nscache
  1491. rm -f *.o core *.core
  1492. rm -f *.tab.c
  1493. rm -f
  1494. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  1495. rm -rf ./.deps
  1496. rm -f Makefile
  1497. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/src/tests'
  1498. Making distclean in .
  1499. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/src'
  1500. test -z "syslog-ng" || rm -f syslog-ng
  1501. rm -f *.o core *.core
  1502. rm -f *.tab.c
  1503. rm -f
  1504. rm -f config.h stamp-h1
  1505. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  1506. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/src'
  1507. rm -rf .deps ./.deps
  1508. rm -f Makefile
  1509. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/src'
  1510. Making distclean in .
  1511. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12'
  1512. rm -f dist.conf debian/changelog syslog-ng.spec syslog-ng.spec.bb
  1513. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  1514. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12'
  1515. rm -f config.status config.cache config.log configure.lineno
  1516. rm -f Makefile
  1517. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12'
  1518. rm -f -rf Makefile
  1519. rm -f -rf src/config.h
  1520. rm -f -rf lib-0.3.18/Makefile
  1521. rm -f -rf lib-0.3.18/config.h
  1522. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12'
  1523. if [ -e gsoap ]; then \
  1524. if [ -f gsoap/Makefile.cyt ]; then \
  1525. make -C gsoap -f Makefile.cyt \
  1526. clean; \
  1527. else \
  1528. make -C gsoap clean; \
  1529. fi; \
  1530. fi
  1531. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/gsoap-2.6.2'
  1532. rm -f *.o *.a *.so
  1533. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/gsoap-2.6.2'
  1534. if [ -e cy_linux_driver ]; then \
  1535. if [ -f cy_linux_driver/Makefile.cyt ]; then \
  1536. make -C cy_linux_driver -f Makefile.cyt \
  1537. clean; \
  1538. else \
  1539. make -C cy_linux_driver clean; \
  1540. fi; \
  1541. fi
  1542. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/cy_linux_driver'
  1543. Makefile:58: warning: overriding recipe for target 'install'
  1544. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:110: warning: ignoring old recipe for target 'install'
  1545. if [ -e clean_net_count ]; then \
  1546. if [ -f clean_net_count/Makefile.cyt ]; then \
  1547. make -C clean_net_count -f Makefile.cyt \
  1548. clean; \
  1549. else \
  1550. make -C clean_net_count clean; \
  1551. fi; \
  1552. fi
  1553. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/cy_linux_driver/clean_net_count'
  1554. rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions
  1555. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/cy_linux_driver/clean_net_count'
  1556. if [ -e sys_event ]; then \
  1557. if [ -f sys_event/Makefile.cyt ]; then \
  1558. make -C sys_event -f Makefile.cyt \
  1559. clean; \
  1560. else \
  1561. make -C sys_event clean; \
  1562. fi; \
  1563. fi
  1564. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/cy_linux_driver/sys_event'
  1565. rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions
  1566. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/cy_linux_driver/sys_event'
  1567. if [ -e led ]; then \
  1568. if [ -f led/Makefile.cyt ]; then \
  1569. make -C led -f Makefile.cyt \
  1570. clean; \
  1571. else \
  1572. make -C led clean; \
  1573. fi; \
  1574. fi
  1575. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/cy_linux_driver/led'
  1576. rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions
  1577. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/cy_linux_driver/led'
  1578. if [ -e netfilter ]; then \
  1579. if [ -f netfilter/Makefile.cyt ]; then \
  1580. make -C netfilter -f Makefile.cyt \
  1581. clean; \
  1582. else \
  1583. make -C netfilter clean; \
  1584. fi; \
  1585. fi
  1586. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/cy_linux_driver/netfilter'
  1587. rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions
  1588. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/cy_linux_driver/netfilter'
  1589. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/cy_linux_driver'
  1590. if [ -e expat ]; then \
  1591. if [ -f expat/Makefile.cyt ]; then \
  1592. make -C expat -f Makefile.cyt \
  1593. clean; \
  1594. else \
  1595. make -C expat clean; \
  1596. fi; \
  1597. fi
  1598. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/expat-2.1.0'
  1599. make clean
  1600. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/expat-2.1.0'
  1601. cd lib && rm -f libexpat.so *.o *.lo && rm -rf .libs _libs
  1602. cd xmlwf && rm -f xmlwf *.o *.lo && rm -rf .libs _libs
  1603. cd examples && rm -f elements outline *.o *.lo && rm -rf .libs _libs
  1604. cd tests && rm -rf .libs runtests runtests.o runtestspp runtestspp.o
  1605. cd tests && rm -f chardata.o minicheck.o
  1606. rm -rf .libs libexpat.so
  1607. rm -f examples/core tests/core xmlwf/core
  1608. rm -rf libexpat.a
  1609. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/expat-2.1.0'
  1610. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/expat-2.1.0'
  1611. if [ -e ebtables ]; then \
  1612. if [ -f ebtables/Makefile.cyt ]; then \
  1613. make -C ebtables -f Makefile.cyt \
  1614. clean; \
  1615. else \
  1616. make -C ebtables clean; \
  1617. fi; \
  1618. fi
  1619. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/ebtables-v2.0.8-2'
  1620. make clean
  1621. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/ebtables-v2.0.8-2'
  1622. rm -f ebtables ebtables-restore ebtablesd ebtablesu static
  1623. rm -f *.o *~ *.so
  1624. rm -f extensions/*.o extensions/*.c~ extensions/*.so include/*~
  1625. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/ebtables-v2.0.8-2'
  1626. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/ebtables-v2.0.8-2'
  1627. if [ -e net-snmp ]; then \
  1628. if [ -f net-snmp/Makefile.cyt ]; then \
  1629. make -C net-snmp -f Makefile.cyt \
  1630. clean; \
  1631. else \
  1632. make -C net-snmp clean; \
  1633. fi; \
  1634. fi
  1635. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3'
  1636. rm -f tmp_inst
  1637. rm: cannot remove 'tmp_inst': Is a directory
  1638. Makefile.cyt:57: recipe for target 'clean' failed
  1639. make[3]: [clean] Error 1 (ignored)
  1640. make -C apps clean
  1641. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/apps'
  1642. making clean in /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/apps/snmpnetstat
  1643. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/apps/snmpnetstat'
  1644. /bin/bash ../../libtool --mode=clean rm -f inet.o inet6.o inetx.o if.o main.o route.o routex.o winstub.o ffs.o inet.lo inet6.lo inetx.lo if.lo main.lo route.lo routex.lo winstub.lo ffs.lo inet.ft inet6.ft inetx.ft if.ft main.ft route.ft routex.ft winstub.ft ffs.ft core snmpnetstat
  1645. libtool: clean: rm -f inet.o
  1646. libtool: clean: rm -f inet6.o
  1647. libtool: clean: rm -f inetx.o
  1648. libtool: clean: rm -f if.o
  1649. libtool: clean: rm -f main.o
  1650. libtool: clean: rm -f route.o
  1651. libtool: clean: rm -f routex.o
  1652. libtool: clean: rm -f winstub.o
  1653. libtool: clean: rm -f ffs.o
  1654. libtool: clean: rm -f inet.lo ./.libs/inet.o ./inet.o
  1655. libtool: clean: rm -f inet6.lo ./.libs/inet6.o ./inet6.o
  1656. libtool: clean: rm -f inetx.lo ./.libs/inetx.o ./inetx.o
  1657. libtool: clean: rm -f if.lo ./.libs/if.o ./if.o
  1658. libtool: clean: rm -f main.lo ./.libs/main.o ./main.o
  1659. libtool: clean: rm -f route.lo ./.libs/route.o ./route.o
  1660. libtool: clean: rm -f routex.lo ./.libs/routex.o ./routex.o
  1661. libtool: clean: rm -f winstub.lo ./.libs/winstub.o ./winstub.o
  1662. libtool: clean: rm -f ffs.lo ./.libs/ffs.o ./ffs.o
  1663. libtool: clean: rm -f snmpnetstat .libs/snmpnetstat .libs/snmpnetstatS.o .libs/lt-snmpnetstat
  1664. libtool: clean: rmdir .libs >/dev/null 2>&1
  1665. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/apps/snmpnetstat'
  1666. /bin/bash ../libtool --mode=clean rm -f *.o *.lo snmptrapd_handlers.ft snmptrapd_log.ft snmptrapd_auth.ft snmptrapd_sql.ft snmpwalk.ft snmpbulkwalk.ft snmpbulkget.ft snmptranslate.ft snmpstatus.ft snmpget.ft snmpdelta.ft snmptable.ft snmptest.ft snmptrapd.ft snmptrap.ft snmpset.ft snmpvacm.ft snmpusm.ft agentxtrap.ft snmpgetnext.ft encode_keychange.ft snmpdf.ft core libnetsnmptrapd.la snmpget snmpgetnext snmpset snmpwalk snmpbulkwalk snmptable snmptrap snmpbulkget snmptranslate snmpstatus snmpdelta snmptest snmpdf agentxtrap snmpvacm snmpusm encode_keychange snmptrapd
  1667. libtool: clean: rm -f agentxtrap.o
  1668. libtool: clean: rm -f encode_keychange.o
  1669. libtool: clean: rm -f snmpbulkget.o
  1670. libtool: clean: rm -f snmpbulkwalk.o
  1671. libtool: clean: rm -f snmpdelta.o
  1672. libtool: clean: rm -f snmpdf.o
  1673. libtool: clean: rm -f snmpgetnext.o
  1674. libtool: clean: rm -f snmpget.o
  1675. libtool: clean: rm -f snmpset.o
  1676. libtool: clean: rm -f snmpstatus.o
  1677. libtool: clean: rm -f snmptable.o
  1678. libtool: clean: rm -f snmptest.o
  1679. libtool: clean: rm -f snmptranslate.o
  1680. libtool: clean: rm -f snmptrapd_auth.o
  1681. libtool: clean: rm -f snmptrapd_handlers.o
  1682. libtool: clean: rm -f snmptrapd_log.o
  1683. libtool: clean: rm -f snmptrapd.o
  1684. libtool: clean: rm -f snmptrapd_sql.o
  1685. libtool: clean: rm -f snmptrap.o
  1686. libtool: clean: rm -f snmpusm.o
  1687. libtool: clean: rm -f snmpvacm.o
  1688. libtool: clean: rm -f snmpwalk.o
  1689. libtool: clean: rm -f agentxtrap.lo ./.libs/agentxtrap.o ./agentxtrap.o
  1690. libtool: clean: rm -f encode_keychange.lo ./.libs/encode_keychange.o ./encode_keychange.o
  1691. libtool: clean: rm -f snmpbulkget.lo ./.libs/snmpbulkget.o ./snmpbulkget.o
  1692. libtool: clean: rm -f snmpbulkwalk.lo ./.libs/snmpbulkwalk.o ./snmpbulkwalk.o
  1693. libtool: clean: rm -f snmpdelta.lo ./.libs/snmpdelta.o ./snmpdelta.o
  1694. libtool: clean: rm -f snmpdf.lo ./.libs/snmpdf.o ./snmpdf.o
  1695. libtool: clean: rm -f snmpget.lo ./.libs/snmpget.o ./snmpget.o
  1696. libtool: clean: rm -f snmpgetnext.lo ./.libs/snmpgetnext.o ./snmpgetnext.o
  1697. libtool: clean: rm -f snmpset.lo ./.libs/snmpset.o ./snmpset.o
  1698. libtool: clean: rm -f snmpstatus.lo ./.libs/snmpstatus.o ./snmpstatus.o
  1699. libtool: clean: rm -f snmptable.lo ./.libs/snmptable.o ./snmptable.o
  1700. libtool: clean: rm -f snmptest.lo ./.libs/snmptest.o ./snmptest.o
  1701. libtool: clean: rm -f snmptranslate.lo ./.libs/snmptranslate.o ./snmptranslate.o
  1702. libtool: clean: rm -f snmptrapd_auth.lo ./.libs/snmptrapd_auth.o ./snmptrapd_auth.o
  1703. libtool: clean: rm -f snmptrapd_handlers.lo ./.libs/snmptrapd_handlers.o ./snmptrapd_handlers.o
  1704. libtool: clean: rm -f snmptrapd.lo ./.libs/snmptrapd.o ./snmptrapd.o
  1705. libtool: clean: rm -f snmptrapd_log.lo ./.libs/snmptrapd_log.o ./snmptrapd_log.o
  1706. libtool: clean: rm -f snmptrapd_sql.lo ./.libs/snmptrapd_sql.o ./snmptrapd_sql.o
  1707. libtool: clean: rm -f snmptrap.lo ./.libs/snmptrap.o ./snmptrap.o
  1708. libtool: clean: rm -f snmpusm.lo ./.libs/snmpusm.o ./snmpusm.o
  1709. libtool: clean: rm -f snmpvacm.lo ./.libs/snmpvacm.o ./snmpvacm.o
  1710. libtool: clean: rm -f snmpwalk.lo ./.libs/snmpwalk.o ./snmpwalk.o
  1711. libtool: clean: rm -f libnetsnmptrapd.la .libs/libnetsnmptrapd.so.30.0.3 .libs/libnetsnmptrapd.so.30 .libs/libnetsnmptrapd.so .libs/libnetsnmptrapd.a .libs/libnetsnmptrapd.la .libs/libnetsnmptrapd.lai
  1712. libtool: clean: rm -f snmpget .libs/snmpget .libs/snmpgetS.o .libs/lt-snmpget
  1713. libtool: clean: rm -f snmpgetnext .libs/snmpgetnext .libs/snmpgetnextS.o .libs/lt-snmpgetnext
  1714. libtool: clean: rm -f snmpset .libs/snmpset .libs/snmpsetS.o .libs/lt-snmpset
  1715. libtool: clean: rm -f snmpwalk .libs/snmpwalk .libs/snmpwalkS.o .libs/lt-snmpwalk
  1716. libtool: clean: rm -f snmpbulkwalk .libs/snmpbulkwalk .libs/snmpbulkwalkS.o .libs/lt-snmpbulkwalk
  1717. libtool: clean: rm -f snmptable .libs/snmptable .libs/snmptableS.o .libs/lt-snmptable
  1718. libtool: clean: rm -f snmptrap .libs/snmptrap .libs/snmptrapS.o .libs/lt-snmptrap
  1719. libtool: clean: rm -f snmpbulkget .libs/snmpbulkget .libs/snmpbulkgetS.o .libs/lt-snmpbulkget
  1720. libtool: clean: rm -f snmptranslate .libs/snmptranslate .libs/snmptranslateS.o .libs/lt-snmptranslate
  1721. libtool: clean: rm -f snmpstatus .libs/snmpstatus .libs/snmpstatusS.o .libs/lt-snmpstatus
  1722. libtool: clean: rm -f snmpdelta .libs/snmpdelta .libs/snmpdeltaS.o .libs/lt-snmpdelta
  1723. libtool: clean: rm -f snmptest .libs/snmptest .libs/snmptestS.o .libs/lt-snmptest
  1724. libtool: clean: rm -f snmpdf .libs/snmpdf .libs/snmpdfS.o .libs/lt-snmpdf
  1725. libtool: clean: rm -f agentxtrap .libs/agentxtrap .libs/agentxtrapS.o .libs/lt-agentxtrap
  1726. libtool: clean: rm -f snmpvacm .libs/snmpvacm .libs/snmpvacmS.o .libs/lt-snmpvacm
  1727. libtool: clean: rm -f snmpusm .libs/snmpusm .libs/snmpusmS.o .libs/lt-snmpusm
  1728. libtool: clean: rm -f encode_keychange .libs/encode_keychange .libs/encode_keychangeS.o .libs/lt-encode_keychange
  1729. libtool: clean: rm -f snmptrapd .libs/snmptrapd .libs/snmptrapdS.o .libs/lt-snmptrapd
  1730. libtool: clean: rmdir .libs >/dev/null 2>&1
  1731. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/apps'
  1732. make distclean
  1733. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3'
  1734. running config.status because configure changed
  1735. running CONFIG_SHELL=/bin/bash /bin/bash ./configure --build=i386-linux --host=arm-linux --with-endianness=little --enable-shared --with-default-snmp-version=3 --with-sys-contact=contact --with-sys-location=location --with-logfile=/var/log/snmpd.log --with-persistent-directory=/var/net-snmp --disable-embedded-perl --disable-applications --prefix=/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/tmp_inst --without-perl-modules --with-mib-modules= ucd_snmp --with-out-mib-modules=agent/extend --with-cflags=-O2 --with-ldflags= --with-openssl=/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/openssl --with-mibdirs=/usr/local/share/mibs --with-enterprise-oid=9 --with-enterprise-sysoid=1.3.6.1.4.1.9.6.1.23.1.1.1.3 build_alias=i386-linux host_alias=arm-linux CC=/opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc --no-create --no-recursion
  1736. checking what to build and install... agent man local mibs
  1737. using default persistent mask 077
  1738. using default temporary file pattern /tmp/snmpdXXXXXX
  1739. using default AgentX socket /var/agentx/master
  1740. using enterprise number 9
  1741. using enterprise sysOID 1.3.6.1.4.1.9.6.1.23.1.1.1.3 ....
  1742. using default notifications "NET-SNMP-MIB::netSnmpNotifications"
  1743. using OS default send buffer size for server sockets
  1744. using OS default recv buffer size for server sockets
  1745. using OS default send buffer size for client sockets
  1746. using OS default recv buffer size for client sockets
  1747. checking Default version of SNMP to use... (cached) 3
  1748. checking System Contact Information... (cached) contact
  1749. checking System Location... (cached) location
  1750. checking Location to write logfile... (cached) /var/log/snmpd.log
  1751. checking Location to write persistent information... (cached) /var/net-snmp
  1752. checking if I need to feed myself to ksh... no
  1753. checking for grep that handles long lines and -e... /bin/grep
  1754. checking for egrep... /bin/grep -E
  1755. checking for grep that handles long lines and -e... (cached) /bin/grep
  1756. checking for a BSD-compatible install... /usr/bin/install -c
  1757. checking whether ln -s works... yes
  1758. checking whether make sets $(MAKE)... yes
  1759. checking for a sed that does not truncate output... /bin/sed
  1760. checking for file... file
  1761. checking for find... find
  1762. checking for whoami... whoami
  1763. checking for autoconf... /usr/bin/autoconf
  1764. checking for autoheader... /usr/bin/autoheader
  1765. checking for perl... /usr/bin/perl
  1766. checking for ps... /bin/ps
  1767. checking for python... /usr/bin/python
  1768. checking for uname... /bin/uname
  1769. checking whether the Perl function system() invokes a POSIX shell... yes
  1770. checking for arm-linux-gcc... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc
  1771. checking whether the C compiler works... yes
  1772. checking for C compiler default output file name... a.out
  1773. checking for suffix of executables...
  1774. checking whether we are cross compiling... yes
  1775. checking for suffix of object files... o
  1776. checking whether we are using the GNU C compiler... yes
  1777. checking whether /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc accepts -g... yes
  1778. checking for /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc option to accept ISO C89... none needed
  1779. checking how to run the C preprocessor... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -E
  1780. checking for ANSI C header files... yes
  1781. checking for sys/types.h... yes
  1782. checking for sys/stat.h... yes
  1783. checking for stdlib.h... yes
  1784. checking for string.h... yes
  1785. checking for memory.h... yes
  1786. checking for strings.h... yes
  1787. checking for inttypes.h... yes
  1788. checking for stdint.h... yes
  1789. checking for unistd.h... yes
  1790. checking minix/config.h usability... no
  1791. checking minix/config.h presence... no
  1792. checking for minix/config.h... no
  1793. checking whether it is safe to define __EXTENSIONS__... yes
  1794. checking for an ANSI C-conforming const... yes
  1795. checking for inline... inline
  1796. checking build system type... i386-pc-linux-gnu
  1797. checking host system type... arm-unknown-linux-gnu
  1798. checking how to print strings... printf
  1799. checking for a sed that does not truncate output... (cached) /bin/sed
  1800. checking for fgrep... /bin/grep -F
  1801. checking for ld used by /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld
  1802. checking if the linker (/opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld) is GNU ld... yes
  1803. checking for BSD- or MS-compatible name lister (nm)... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-nm
  1804. checking the name lister (/opt/emlix/pnx8181/bin/arm-linux-gnueabi-nm) interface... BSD nm
  1805. checking the maximum length of command line arguments... 1572864
  1806. checking whether the shell understands some XSI constructs... yes
  1807. checking whether the shell understands "+="... yes
  1808. checking how to convert i386-pc-linux-gnu file names to arm-unknown-linux-gnu format... func_convert_file_noop
  1809. checking how to convert i386-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  1810. checking for /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld option to reload object files... -r
  1811. checking for arm-linux-objdump... arm-linux-objdump
  1812. checking how to recognize dependent libraries... pass_all
  1813. checking for arm-linux-dlltool... no
  1814. checking for dlltool... no
  1815. checking how to associate runtime and link libraries... printf %s\n
  1816. checking for arm-linux-ar... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ar
  1817. checking for archiver @FILE support... @
  1818. checking for arm-linux-strip... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-strip
  1819. checking for arm-linux-ranlib... :
  1820. checking for gawk... no
  1821. checking for mawk... mawk
  1822. checking command to parse /opt/emlix/pnx8181/bin/arm-linux-gnueabi-nm output from /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc object... ok
  1823. checking for sysroot... no
  1824. checking for arm-linux-mt... no
  1825. checking for mt... mt
  1826. configure: WARNING: using cross tools not prefixed with host triplet
  1827. checking if mt is a manifest tool... no
  1828. checking for dlfcn.h... yes
  1829. checking for objdir... .libs
  1830. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no
  1831. checking for /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc option to produce PIC... -fPIC -DPIC
  1832. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc PIC flag -fPIC -DPIC works... yes
  1833. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc static flag -static works... yes
  1834. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc supports -c -o file.o... yes
  1835. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc supports -c -o file.o... (cached) yes
  1836. checking whether the /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc linker (/opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld) supports shared libraries... yes
  1837. checking whether -lc should be explicitly linked in... no
  1838. checking dynamic linker characteristics... GNU/Linux ld.so
  1839. checking how to hardcode library paths into programs... immediate
  1840. checking whether stripping libraries is possible... yes
  1841. checking if libtool supports shared libraries... yes
  1842. checking whether to build shared libraries... yes
  1843. checking whether to build static libraries... yes
  1844. checking for developer gcc flags...
  1845. checking target system type... arm-unknown-linux-gnu
  1846. checking whether to un-define target system token (before redefining)... yes
  1847. checking for system include file... net-snmp/system/linux.h
  1848. checking for machine-type include file... net-snmp/machine/generic.h
  1849. checking for additional cpp flags... -x c
  1850. checking for /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc... no
  1851. checking whether the compiler supports -fno-strict-aliasing... yes
  1852. checking for dpkg-query... /usr/bin/dpkg-query
  1853. checking for ANSI C header files... (cached) yes
  1854. checking for dirent.h that defines DIR... yes
  1855. checking for library containing opendir... none required
  1856. checking for sys/wait.h that is POSIX.1 compatible... yes
  1857. checking getopt.h usability... yes
  1858. checking getopt.h presence... yes
  1859. checking for getopt.h... yes
  1860. checking pthread.h usability... yes
  1861. checking pthread.h presence... yes
  1862. checking for pthread.h... yes
  1863. checking regex.h usability... yes
  1864. checking regex.h presence... yes
  1865. checking for regex.h... yes
  1866. checking for string.h... (cached) yes
  1867. checking syslog.h usability... yes
  1868. checking syslog.h presence... yes
  1869. checking for syslog.h... yes
  1870. checking for unistd.h... (cached) yes
  1871. checking for stdint.h... (cached) yes
  1872. checking for inttypes.h... (cached) yes
  1873. checking sys/param.h usability... yes
  1874. checking sys/param.h presence... yes
  1875. checking for sys/param.h... yes
  1876. checking sys/select.h usability... yes
  1877. checking sys/select.h presence... yes
  1878. checking for sys/select.h... yes
  1879. checking sys/socket.h usability... yes
  1880. checking sys/socket.h presence... yes
  1881. checking for sys/socket.h... yes
  1882. checking sys/time.h usability... yes
  1883. checking sys/time.h presence... yes
  1884. checking for sys/time.h... yes
  1885. checking sys/timeb.h usability... yes
  1886. checking sys/timeb.h presence... yes
  1887. checking for sys/timeb.h... yes
  1888. checking sys/un.h usability... yes
  1889. checking sys/un.h presence... yes
  1890. checking for sys/un.h... yes
  1891. checking for nlist.h... no
  1892. checking fcntl.h usability... yes
  1893. checking fcntl.h presence... yes
  1894. checking for fcntl.h... yes
  1895. checking io.h usability... no
  1896. checking io.h presence... no
  1897. checking for io.h... no
  1898. checking kstat.h usability... no
  1899. checking kstat.h presence... no
  1900. checking for kstat.h... no
  1901. checking limits.h usability... yes
  1902. checking limits.h presence... yes
  1903. checking for limits.h... yes
  1904. checking locale.h usability... yes
  1905. checking locale.h presence... yes
  1906. checking for locale.h... yes
  1907. checking sys/file.h usability... yes
  1908. checking sys/file.h presence... yes
  1909. checking for sys/file.h... yes
  1910. checking sys/ioctl.h usability... yes
  1911. checking sys/ioctl.h presence... yes
  1912. checking for sys/ioctl.h... yes
  1913. checking sys/sockio.h usability... no
  1914. checking sys/sockio.h presence... no
  1915. checking for sys/sockio.h... no
  1916. checking for sys/stat.h... (cached) yes
  1917. checking sys/systemcfg.h usability... no
  1918. checking sys/systemcfg.h presence... no
  1919. checking for sys/systemcfg.h... no
  1920. checking sys/systeminfo.h usability... no
  1921. checking sys/systeminfo.h presence... no
  1922. checking for sys/systeminfo.h... no
  1923. checking sys/times.h usability... yes
  1924. checking sys/times.h presence... yes
  1925. checking for sys/times.h... yes
  1926. checking sys/uio.h usability... yes
  1927. checking sys/uio.h presence... yes
  1928. checking for sys/uio.h... yes
  1929. checking sys/utsname.h usability... yes
  1930. checking sys/utsname.h presence... yes
  1931. checking for sys/utsname.h... yes
  1932. checking netipx/ipx.h usability... yes
  1933. checking netipx/ipx.h presence... yes
  1934. checking for netipx/ipx.h... yes
  1935. checking for dlfcn.h... (cached) yes
  1936. checking err.h usability... yes
  1937. checking err.h presence... yes
  1938. checking for err.h... yes
  1939. checking for fcntl.h... (cached) yes
  1940. checking fstab.h usability... yes
  1941. checking fstab.h presence... yes
  1942. checking for fstab.h... yes
  1943. checking grp.h usability... yes
  1944. checking grp.h presence... yes
  1945. checking for grp.h... yes
  1946. checking for io.h... (cached) no
  1947. checking ioctls.h usability... no
  1948. checking ioctls.h presence... no
  1949. checking for ioctls.h... no
  1950. checking for kstat.h... (cached) no
  1951. checking kvm.h usability... no
  1952. checking kvm.h presence... no
  1953. checking for kvm.h... no
  1954. checking for limits.h... (cached) yes
  1955. checking mntent.h usability... yes
  1956. checking mntent.h presence... yes
  1957. checking for mntent.h... yes
  1958. checking mtab.h usability... no
  1959. checking mtab.h presence... no
  1960. checking for mtab.h... no
  1961. checking pkglocs.h usability... no
  1962. checking pkglocs.h presence... no
  1963. checking for pkglocs.h... no
  1964. checking pwd.h usability... yes
  1965. checking pwd.h presence... yes
  1966. checking for pwd.h... yes
  1967. checking com_err.h usability... no
  1968. checking com_err.h presence... no
  1969. checking for com_err.h... no
  1970. checking et/com_err.h usability... no
  1971. checking et/com_err.h presence... no
  1972. checking for et/com_err.h... no
  1973. checking utmpx.h usability... yes
  1974. checking utmpx.h presence... yes
  1975. checking for utmpx.h... yes
  1976. checking utsname.h usability... no
  1977. checking utsname.h presence... no
  1978. checking for utsname.h... no
  1979. checking sys/diskio.h usability... no
  1980. checking sys/diskio.h presence... no
  1981. checking for sys/diskio.h... no
  1982. checking sys/dkio.h usability... no
  1983. checking sys/dkio.h presence... no
  1984. checking for sys/dkio.h... no
  1985. checking for sys/file.h... (cached) yes
  1986. checking sys/filio.h usability... no
  1987. checking sys/filio.h presence... no
  1988. checking for sys/filio.h... no
  1989. checking sys/fixpoint.h usability... no
  1990. checking sys/fixpoint.h presence... no
  1991. checking for sys/fixpoint.h... no
  1992. checking sys/fs.h usability... no
  1993. checking sys/fs.h presence... no
  1994. checking for sys/fs.h... no
  1995. checking for sys/ioctl.h... (cached) yes
  1996. checking sys/loadavg.h usability... no
  1997. checking sys/loadavg.h presence... no
  1998. checking for sys/loadavg.h... no
  1999. checking sys/mntent.h usability... no
  2000. checking sys/mntent.h presence... no
  2001. checking for sys/mntent.h... no
  2002. checking sys/mnttab.h usability... no
  2003. checking sys/mnttab.h presence... no
  2004. checking for sys/mnttab.h... no
  2005. checking sys/pool.h usability... no
  2006. checking sys/pool.h presence... no
  2007. checking for sys/pool.h... no
  2008. checking sys/protosw.h usability... no
  2009. checking sys/protosw.h presence... no
  2010. checking for sys/protosw.h... no
  2011. checking sys/pstat.h usability... no
  2012. checking sys/pstat.h presence... no
  2013. checking for sys/pstat.h... no
  2014. checking for sys/sockio.h... (cached) no
  2015. checking for sys/stat.h... (cached) yes
  2016. checking sys/statfs.h usability... yes
  2017. checking sys/statfs.h presence... yes
  2018. checking for sys/statfs.h... yes
  2019. checking sys/statvfs.h usability... yes
  2020. checking sys/statvfs.h presence... yes
  2021. checking for sys/statvfs.h... yes
  2022. checking sys/stream.h usability... no
  2023. checking sys/stream.h presence... no
  2024. checking for sys/stream.h... no
  2025. checking sys/sysget.h usability... no
  2026. checking sys/sysget.h presence... no
  2027. checking for sys/sysget.h... no
  2028. checking sys/sysmp.h usability... no
  2029. checking sys/sysmp.h presence... no
  2030. checking for sys/sysmp.h... no
  2031. checking sys/tcpipstats.h usability... no
  2032. checking sys/tcpipstats.h presence... no
  2033. checking for sys/tcpipstats.h... no
  2034. checking for sys/utsname.h... (cached) yes
  2035. checking sys/vfs.h usability... yes
  2036. checking sys/vfs.h presence... yes
  2037. checking for sys/vfs.h... yes
  2038. checking sys/vm.h usability... no
  2039. checking sys/vm.h presence... no
  2040. checking for sys/vm.h... no
  2041. checking sys/vmmac.h usability... no
  2042. checking sys/vmmac.h presence... no
  2043. checking for sys/vmmac.h... no
  2044. checking sys/vmmeter.h usability... no
  2045. checking sys/vmmeter.h presence... no
  2046. checking for sys/vmmeter.h... no
  2047. checking sys/vmparam.h usability... no
  2048. checking sys/vmparam.h presence... no
  2049. checking for sys/vmparam.h... no
  2050. checking sys/vmsystm.h usability... no
  2051. checking sys/vmsystm.h presence... no
  2052. checking for sys/vmsystm.h... no
  2053. checking asm/page.h usability... no
  2054. checking asm/page.h presence... no
  2055. checking for asm/page.h... no
  2056. checking asm/types.h usability... yes
  2057. checking asm/types.h presence... yes
  2058. checking for asm/types.h... yes
  2059. checking inet/mib2.h usability... no
  2060. checking inet/mib2.h presence... no
  2061. checking for inet/mib2.h... no
  2062. checking linux/hdreg.h usability... yes
  2063. checking linux/hdreg.h presence... yes
  2064. checking for linux/hdreg.h... yes
  2065. checking linux/tasks.h usability... no
  2066. checking linux/tasks.h presence... no
  2067. checking for linux/tasks.h... no
  2068. checking machine/param.h usability... no
  2069. checking machine/param.h presence... no
  2070. checking for machine/param.h... no
  2071. checking netinet/tcp_fsm.h usability... no
  2072. checking netinet/tcp_fsm.h presence... no
  2073. checking for netinet/tcp_fsm.h... no
  2074. checking ufs/fs.h usability... no
  2075. checking ufs/fs.h presence... no
  2076. checking for ufs/fs.h... no
  2077. checking uvm/uvm_extern.h usability... no
  2078. checking uvm/uvm_extern.h presence... no
  2079. checking for uvm/uvm_extern.h... no
  2080. checking uvm/uvm_param.h usability... no
  2081. checking uvm/uvm_param.h presence... no
  2082. checking for uvm/uvm_param.h... no
  2083. checking vm/vm.h usability... no
  2084. checking vm/vm.h presence... no
  2085. checking for vm/vm.h... no
  2086. checking vm/vm_extern.h usability... no
  2087. checking vm/vm_extern.h presence... no
  2088. checking for vm/vm_extern.h... no
  2089. checking vm/vm_param.h usability... no
  2090. checking vm/vm_param.h presence... no
  2091. checking for vm/vm_param.h... no
  2092. checking for fcntl.h... (cached) yes
  2093. checking for grp.h... (cached) yes
  2094. checking for pwd.h... (cached) yes
  2095. checking sys/cdefs.h usability... yes
  2096. checking sys/cdefs.h presence... yes
  2097. checking for sys/cdefs.h... yes
  2098. checking for sys/ioctl.h... (cached) yes
  2099. checking for sys/socket.h... (cached) yes
  2100. checking for sys/sockio.h... (cached) no
  2101. checking for sys/time.h... (cached) yes
  2102. checking search.h usability... yes
  2103. checking search.h presence... yes
  2104. checking for search.h... yes
  2105. checking sgtty.h usability... yes
  2106. checking sgtty.h presence... yes
  2107. checking for sgtty.h... yes
  2108. checking xti.h usability... no
  2109. checking xti.h presence... no
  2110. checking for xti.h... no
  2111. checking sys/dmap.h usability... no
  2112. checking sys/dmap.h presence... no
  2113. checking for sys/dmap.h... no
  2114. checking sys/poll.h usability... yes
  2115. checking sys/poll.h presence... yes
  2116. checking for sys/poll.h... yes
  2117. checking sys/timeout.h usability... no
  2118. checking sys/timeout.h presence... no
  2119. checking for sys/timeout.h... no
  2120. checking machine/pte.h usability... no
  2121. checking machine/pte.h presence... no
  2122. checking for machine/pte.h... no
  2123. checking pci/pci.h usability... no
  2124. checking pci/pci.h presence... no
  2125. checking for pci/pci.h... no
  2126. checking valgrind/valgrind.h usability... no
  2127. checking valgrind/valgrind.h presence... no
  2128. checking for valgrind/valgrind.h... no
  2129. checking valgrind/memcheck.h usability... no
  2130. checking valgrind/memcheck.h presence... no
  2131. checking for valgrind/memcheck.h... no
  2132. checking openssl/aes.h usability... yes
  2133. checking openssl/aes.h presence... yes
  2134. checking for openssl/aes.h... yes
  2135. checking openssl/dh.h usability... yes
  2136. checking openssl/dh.h presence... yes
  2137. checking for openssl/dh.h... yes
  2138. checking openssl/des.h usability... yes
  2139. checking openssl/des.h presence... yes
  2140. checking for openssl/des.h... yes
  2141. checking openssl/hmac.h usability... yes
  2142. checking openssl/hmac.h presence... yes
  2143. checking for openssl/hmac.h... yes
  2144. checking openssl/evp.h usability... yes
  2145. checking openssl/evp.h presence... yes
  2146. checking for openssl/evp.h... yes
  2147. checking security/cryptoki.h usability... no
  2148. checking security/cryptoki.h presence... no
  2149. checking for security/cryptoki.h... no
  2150. checking for rpm/rpmts.h... no
  2151. checking for rpm/rpmfileutil.h... no
  2152. checking for sys/swap.h... yes
  2153. checking for stdlib.h... (cached) yes
  2154. checking for malloc.h... yes
  2155. checking for net/if_dl.h... no
  2156. checking for sys/sysctl.h... yes
  2157. checking for malloc.h... (cached) yes
  2158. checking for osreldate.h... no
  2159. checking for machine/types.h... no
  2160. checking for net/if_dl.h... (cached) no
  2161. checking for net/if_types.h... no
  2162. checking for sys/dkstat.h... no
  2163. checking for sys/conf.h... no
  2164. checking for sys/mbuf.h... no
  2165. checking for sys/mount.h... yes
  2166. checking for sys/proc.h... no
  2167. checking for sys/queue.h... yes
  2168. checking for sys/sysctl.h... (cached) yes
  2169. checking for sys/user.h... yes
  2170. checking sys/sema.h usability... no
  2171. checking sys/sema.h presence... no
  2172. checking for sys/sema.h... no
  2173. checking for sys/hashing.h... no
  2174. checking for sys/socketvar.h... yes
  2175. checking for sys/vnode.h... no
  2176. checking for sys/disklabel.h... no
  2177. checking nbutil.h usability... no
  2178. checking nbutil.h presence... no
  2179. checking for nbutil.h... no
  2180. checking for ufs/ufs/dinode.h... no
  2181. checking for ufs/ufs/quota.h... no
  2182. checking for ufs/ufs/inode.h... no
  2183. checking for ufs/ffs/fs.h... no
  2184. checking for vm/swap_pager.h... no
  2185. checking for linux/netlink.h... yes
  2186. checking for linux/rtnetlink.h... yes
  2187. checking for arpa/inet.h... yes
  2188. checking for net/if.h... yes
  2189. checking for netinet/in.h... yes
  2190. checking for netdb.h... yes
  2191. checking for net/if_arp.h... yes
  2192. checking for net/if_mib.h... no
  2193. checking for net/if_var.h... no
  2194. checking for netinet/if_ether.h... yes
  2195. checking for netinet/in_systm.h... yes
  2196. checking for netinet/in_var.h... no
  2197. checking for netinet/ip.h... yes
  2198. checking for netinet/ip_icmp.h... yes
  2199. checking for netinet/icmp_var.h... no
  2200. checking for netinet/ip_var.h... no
  2201. checking for netinet/tcp.h... yes
  2202. checking for netinet/tcp_timer.h... no
  2203. checking for netinet/tcp_var.h... no
  2204. checking for netinet/tcpip.h... no
  2205. checking for netinet/udp.h... yes
  2206. checking for netinet/udp_var.h... no
  2207. checking for net/route.h... yes
  2208. checking for netinet/icmp6.h... yes
  2209. checking for netinet/ip6.h... yes
  2210. checking for netinet6/in6_var.h... no
  2211. checking for netinet6/in6_pcb.h... no
  2212. checking for netinet6/ip6_var.h... no
  2213. checking for netinet6/nd6.h... no
  2214. checking for netinet6/tcp6.h... no
  2215. checking for netinet6/tcp6_fsm.h... no
  2216. checking for netinet6/tcp6_timer.h... no
  2217. checking for netinet6/tcp6_var.h... no
  2218. checking for netinet/in_pcb.h... no
  2219. checking for linux/ethtool.h... yes
  2220. checking pkginfo.h usability... no
  2221. checking pkginfo.h presence... no
  2222. checking for pkginfo.h... no
  2223. checking pkg.h usability... no
  2224. checking pkg.h presence... no
  2225. checking for pkg.h... no
  2226. checking pkg.h usability... no
  2227. checking pkg.h presence... no
  2228. checking for pkg.h... no
  2229. checking for windows.h... no
  2230. checking for iphlpapi.h... no
  2231. checking sensors/sensors.h usability... no
  2232. checking sensors/sensors.h presence... no
  2233. checking for sensors/sensors.h... no
  2234. checking picl.h usability... no
  2235. checking picl.h presence... no
  2236. checking for picl.h... no
  2237. checking for struct rtentry.rt_dst... yes
  2238. checking for struct rtentry.rt_hash... no
  2239. checking for struct rtentry.rt_next... no
  2240. checking for struct rtentry.rt_refcnt... no
  2241. checking for struct rtentry.rt_unit... no
  2242. checking for struct rtentry.rt_use... no
  2243. checking size of short... 2
  2244. checking size of int... 4
  2245. checking size of long... 4
  2246. checking size of long long... 8
  2247. checking size of intmax_t... 8
  2248. checking for int8_t... yes
  2249. checking for int16_t... yes
  2250. checking for int32_t... yes
  2251. checking for int64_t... yes
  2252. checking for long long int... yes
  2253. checking for intmax_t... yes
  2254. checking for uint8_t... yes
  2255. checking for uint16_t... yes
  2256. checking for uint32_t... yes
  2257. checking for uint64_t... yes
  2258. checking for unsigned long long int... yes
  2259. checking for uintmax_t... yes
  2260. checking for intptr_t... yes
  2261. checking for uintptr_t... yes
  2262. checking for off64_t... yes
  2263. checking for nfds_t... yes
  2264. checking for Counter64... no
  2265. checking for mib2_ipIfStatsEntry_t... no
  2266. checking for platform-specific source...
  2267.  
  2268. checking for and configuring transport modules to use... Callback Unix Alias TCP UDP IPv4Base SocketBase TCPBase UDPIPv4Base UDPBase.
  2269. checking for security modules to use... usm
  2270. checking rpm/rpmlib.h usability... no
  2271. checking rpm/rpmlib.h presence... no
  2272. checking for rpm/rpmlib.h... no
  2273. checking rpm/header.h usability... no
  2274. checking rpm/header.h presence... no
  2275. checking for rpm/header.h... no
  2276. checking for rpm/rpmlib.h... (cached) no
  2277. checking for rpm/header.h... (cached) no
  2278. checking for library containing getfsstat... no
  2279. checking for getfsstat... no
  2280. checking for getvfsstat... no
  2281. checking for library containing getmntent... none required
  2282. checking for library containing kinfo_get_cpus... no
  2283. checking for kinfo_get_cpus... no
  2284. checking for library containing exp... -lm
  2285. checking for library containing kvm_read... no
  2286. checking for library containing kvm_openfiles... no
  2287. checking for library containing kvm_getprocs... no
  2288. checking for library containing kvm_getproc2... no
  2289. checking for library containing kvm_getswapinfo... no
  2290. checking for kvm_openfiles... no
  2291. checking for kvm_getprocs... no
  2292. checking for kvm_getproc2... no
  2293. checking for kvm_getswapinfo... no
  2294. checking for library containing dlopen... -ldl
  2295. checking for dlopen... yes
  2296. checking for and configuring mib modules to use... default_modules ucd_snmp.
  2297. default_modulesconfigure: WARNING: mib module error
  2298. configure: WARNING: mib module 'ucd_snmp' requires module 'agent/extend' but someone told me to compile without it
  2299. ucd_snmp snmpv3mibs mibII notification notification-log-mib target agent_mibs agentx disman/event disman/schedule utilities host ucd-snmp/disk_hw ucd-snmp/proc ucd-snmp/versioninfo ucd-snmp/pass ucd-snmp/pass_persist ucd-snmp/loadave ucd-snmp/errormib ucd-snmp/file ucd-snmp/dlmod ucd-snmp/proxy ucd-snmp/logmatch ucd-snmp/memory ucd-snmp/vmstat snmpv3/snmpMPDStats_5_5 snmpv3/usmStats_5_5 snmpv3/snmpEngine snmpv3/usmConf snmpv3/usmUser mibII/snmp_mib_5_5 mibII/system_mib mibII/sysORTable mibII/vacm_vars mibII/setSerialNo mibII/at mibII/ifTable mibII/ip mibII/tcp mibII/icmp mibII/udp if-mib ip-mib ip-forward-mib tcp-mib udp-mib notification/snmpNotifyTable snmp-notification-mib/snmpNotifyFilterTable notification/snmpNotifyFilterProfileTable notification-log-mib/notification_log target/target_counters_5_5 target/snmpTargetAddrEntry target/snmpTargetParamsEntry target/target agent/nsTransactionTable agent/nsModuleTable agent/nsDebug agent/nsCache agent/nsLogging agent/nsVacmAccessTable agentx/master agentx/subagent disman/event/mteScalars disman/event/mteTrigger disman/event/mteTriggerTable disman/event/mteTriggerDeltaTable disman/event/mteTriggerExistenceTable disman/event/mteTriggerBooleanTable disman/event/mteTriggerThresholdTable disman/event/mteTriggerConf disman/event/mteEvent disman/event/mteEventTable disman/event/mteEventSetTable disman/event/mteEventNotificationTable disman/event/mteEventConf disman/event/mteObjects disman/event/mteObjectsTable disman/event/mteObjectsConf disman/schedule/schedCore disman/schedule/schedConf disman/schedule/schedTable utilities/override utilities/execute utilities/iquery host/hrh_storage host/hrh_filesys host/hrSWInstalledTable host/hrSWRunTable host/hr_system host/hr_device host/hr_other host/hr_proc host/hr_network host/hr_print host/hr_disk host/hr_partition util_funcs/header_simple_table hardware/fsys util_funcs util_funcs/header_generic util_funcs/restart ucd-snmp/pass_common hardware/memory hardware/cpu mibII/updates mibII/vacm_context mibII/vacm_conf if-mib/ifTable mibII/kernel_linux mibII/ipAddr mibII/var_route mibII/route_write mibII/tcpTable mibII/udpTable if-mib/ifXTable ip-mib/ipAddressTable ip-mib/ipAddressPrefixTable ip-mib/ipDefaultRouterTable ip-mib/inetNetToMediaTable ip-mib/ipSystemStatsTable ip-mib/ip_scalars ip-mib/ipv6ScopeZoneIndexTable ip-mib/ipIfStatsTable ip-forward-mib/ipCidrRouteTable ip-forward-mib/inetCidrRouteTable tcp-mib/tcpConnectionTable tcp-mib/tcpListenerTable udp-mib/udpEndpointTable header_complex snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable agentx/protocol agentx/client agentx/master_admin agentx/agentx_config host/data_access/swinst host/data_access/swrun host/hrSWRunPerfTable hardware/fsys/hw_fsys hardware/fsys/fsys_mntent hardware/memory/hw_mem hardware/memory/memory_linux hardware/cpu/cpu hardware/cpu/cpu_linux if-mib/ifTable/ifTable if-mib/ifXTable/ifXTable ip-mib/ipAddressTable/ipAddressTable ip-mib/ipAddressPrefixTable/ipAddressPrefixTable ip-mib/ipDefaultRouterTable/ipDefaultRouterTable ip-mib/data_access/arp ip-mib/inetNetToMediaTable/inetNetToMediaTable ip-mib/inetNetToMediaTable/inetNetToMediaTable_interface ip-mib/inetNetToMediaTable/inetNetToMediaTable_data_access ip-mib/data_access/systemstats ip-mib/ipSystemStatsTable/ipSystemStatsTable ip-mib/ipSystemStatsTable/ipSystemStatsTable_interface ip-mib/ipSystemStatsTable/ipSystemStatsTable_data_access ip-mib/data_access/scalars_common ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable ip-mib/ipIfStatsTable/ipIfStatsTable ip-mib/ipIfStatsTable/ipIfStatsTable_interface ip-mib/ipIfStatsTable/ipIfStatsTable_data_access ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable tcp-mib/data_access/tcpConn tcp-mib/tcpConnectionTable/tcpConnectionTable tcp-mib/tcpListenerTable/tcpListenerTable udp-mib/udpEndpointTable/udpEndpointTable snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_interface snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_data_access host/data_access/swinst_apt host/data_access/swrun_procfs_status if-mib/data_access/interface if-mib/ifTable/ifTable_interface if-mib/ifTable/ifTable_data_access if-mib/ifXTable/ifXTable_interface if-mib/ifXTable/ifXTable_data_access ip-mib/data_access/ipaddress ip-mib/ipAddressTable/ipAddressTable_interface ip-mib/ipAddressTable/ipAddressTable_data_access ip-mib/ipAddressPrefixTable/ipAddressPrefixTable_interface ip-mib/ipAddressPrefixTable/ipAddressPrefixTable_data_access ip-mib/data_access/defaultrouter ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_interface ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_data_access ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_data_get ip-mib/data_access/arp_common ip-mib/data_access/arp_netlink ip-mib/data_access/systemstats_common ip-mib/data_access/systemstats_linux ip-mib/data_access/scalars_linux ip-mib/data_access/ipv6scopezone ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable_interface ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable_data_access ip-mib/ipIfStatsTable/ipIfStatsTable_data_get ip-forward-mib/data_access/route ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable_interface ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable_data_access ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable_interface ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable_data_access tcp-mib/data_access/tcpConn_common tcp-mib/data_access/tcpConn_linux util_funcs/get_pid_from_inode tcp-mib/tcpConnectionTable/tcpConnectionTable_interface tcp-mib/tcpConnectionTable/tcpConnectionTable_data_access tcp-mib/tcpListenerTable/tcpListenerTable_interface tcp-mib/tcpListenerTable/tcpListenerTable_data_access udp-mib/data_access/udp_endpoint udp-mib/udpEndpointTable/udpEndpointTable_interface udp-mib/udpEndpointTable/udpEndpointTable_data_access if-mib/data_access/interface_linux if-mib/data_access/interface_ioctl ip-mib/data_access/ipaddress_common ip-mib/data_access/ipaddress_linux ip-mib/data_access/defaultrouter_common ip-mib/data_access/defaultrouter_linux ip-mib/data_access/ipv6scopezone_common ip-mib/data_access/ipv6scopezone_linux ip-forward-mib/data_access/route_common ip-forward-mib/data_access/route_linux ip-forward-mib/data_access/route_ioctl udp-mib/data_access/udp_endpoint_common udp-mib/data_access/udp_endpoint_linux ip-mib/data_access/ipaddress_ioctl
  2300. .
  2301. checking if directories need to be created... .
  2302. checking default mib files to read... :SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:HOST-RESOURCES-MIB:NOTIFICATION-LOG-MIB:DISMAN-EVENT-MIB:DISMAN-SCHEDULE-MIB:UCD-SNMP-MIB:UCD-DEMO-MIB:SNMP-TARGET-MIB:NET-SNMP-AGENT-MIB:HOST-RESOURCES-TYPES:NET-SNMP-PASS-MIB:UCD-DLMOD-MIB:SNMP-MPD-MIB:SNMP-USER-BASED-SM-MIB:SNMP-FRAMEWORK-MIB:SNMP-VIEW-BASED-ACM-MIB:SNMP-COMMUNITY-MIB:IP-FORWARD-MIB:SNMP-NOTIFICATION-MIB:SNMPv2-TM:NET-SNMP-VACM-MIB
  2303. checking whether we have to build PIC code... yes
  2304. checking for library containing socket... none required
  2305. checking for library containing gethostbyname... none required
  2306. checking for gethostbyname... yes
  2307. checking for library containing gethostbyaddr... none required
  2308. checking for gethostbyaddr... yes
  2309. checking for library containing kstat_lookup... no
  2310. checking for library containing clock_gettime... -lrt
  2311. checking for library containing pci_lookup_name... no
  2312. checking for library containing nl_connect... no
  2313. checking for library containing nl_connect... no
  2314. checking for -leay32... no
  2315. checking for EVP_md5 in -lcrypto... yes
  2316. checking for AES_cfb128_encrypt in -lcrypto... yes
  2317. checking for EVP_MD_CTX_create in -lcrypto... yes
  2318. usm
  2319. checking for nlist... no
  2320. checking for nlist64... no
  2321. checking for knlist... no
  2322. checking for potential embedded Perl support... disabled
  2323. checking if we can install the Perl modules... no
  2324. checking if we should install the python bindings... no
  2325. checking for authentication support... OpenSSL Support
  2326. checking for off_t... yes
  2327. checking for pid_t... yes
  2328. checking whether time.h and sys/time.h may both be included... yes
  2329. checking for socklen_t... yes
  2330. checking for in_addr_t... yes
  2331. checking for ssize_t... yes
  2332. checking whether byte ordering is bigendian... (cached) no
  2333. checking for size_t... yes
  2334. checking for working alloca.h... yes
  2335. checking for alloca... yes
  2336. checking whether /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc needs -traditional... no
  2337. checking return type of signal handlers... void
  2338. checking for lrand48... yes
  2339. checking for rand... yes
  2340. checking for random... yes
  2341. checking for signal... yes
  2342. checking for sigset... yes
  2343. checking for closedir... yes
  2344. checking for fgetc_unlocked... yes
  2345. checking for flockfile... yes
  2346. checking for fork... yes
  2347. checking for funlockfile... yes
  2348. checking for getipnodebyname... no
  2349. checking for gettimeofday... yes
  2350. checking for if_nametoindex... yes
  2351. checking for mkstemp... yes
  2352. checking for opendir... yes
  2353. checking for readdir... yes
  2354. checking for regcomp... yes
  2355. checking for setenv... yes
  2356. checking for setitimer... yes
  2357. checking for setlocale... yes
  2358. checking for setsid... yes
  2359. checking for snprintf... yes
  2360. checking for strcasestr... yes
  2361. checking for strdup... yes
  2362. checking for strerror... yes
  2363. checking for strncasecmp... yes
  2364. checking for sysconf... yes
  2365. checking for times... yes
  2366. checking for vsnprintf... yes
  2367. checking for gai_strerror... yes
  2368. checking for getaddrinfo... yes
  2369. checking for gethostbyname... (cached) yes
  2370. checking for gethostbyname2... yes
  2371. checking for gethostname... yes
  2372. checking for gethostbyaddr... (cached) yes
  2373. checking for getopt... yes
  2374. checking for inet_ntop... yes
  2375. checking for inet_pton... yes
  2376. checking for strlcat... no
  2377. checking for strlcpy... no
  2378. checking for strtok_r... yes
  2379. checking for strtol... yes
  2380. checking for strtoul... yes
  2381. checking for strtoull... yes
  2382. checking for cgetnext... no
  2383. checking for chown... yes
  2384. checking for execv... yes
  2385. checking for gai_strerror... (cached) yes
  2386. checking for getgrnam... yes
  2387. checking for gethostname... (cached) yes
  2388. checking for getloadavg... yes
  2389. checking for getpid... yes
  2390. checking for getpwnam... yes
  2391. checking for hasmntopt... yes
  2392. checking for initgroups... yes
  2393. checking for if_nameindex... yes
  2394. checking for if_indextoname... yes
  2395. checking for if_nametoindex... (cached) yes
  2396. checking for localtime_r... yes
  2397. checking for mkstemp... (cached) yes
  2398. checking for mktime... yes
  2399. checking for poll... yes
  2400. checking for regcomp... (cached) yes
  2401. checking for setgid... yes
  2402. checking for setgroups... yes
  2403. checking for setmntent... yes
  2404. checking for setuid... yes
  2405. checking for sigaction... yes
  2406. checking for sigblock... yes
  2407. checking for sighold... yes
  2408. checking for sigprocmask... yes
  2409. checking for statfs... yes
  2410. checking for statvfs... yes
  2411. checking for stime... yes
  2412. checking for strncasecmp... (cached) yes
  2413. checking for system... yes
  2414. checking for uname... yes
  2415. checking for usleep... yes
  2416. checking for getdtablesize... yes
  2417. checking for getgrnam... (cached) yes
  2418. checking for getpid... (cached) yes
  2419. checking for getpwnam... (cached) yes
  2420. checking for setgid... (cached) yes
  2421. checking for setgroups... (cached) yes
  2422. checking for setuid... (cached) yes
  2423. checking for tcgetattr... yes
  2424. checking for if_freenameindex... yes
  2425. checking for getpagesize... yes
  2426. checking for lseek64... yes
  2427. checking for pread64... yes
  2428. checking for select... yes
  2429. checking for sigalrm... no
  2430. checking for socket... yes
  2431. checking for two-argument statfs with struct fs_data (Ultrix)... no
  2432. checking how to get the name of the current function... __func__
  2433. checking whether static inline functions are broken (Unixware)...
  2434. checking for SIOCGIFADDR in sys/ioctl.h... yes
  2435. checking the underlying type of a size_t... int
  2436. checking how to printf a size_t...
  2437. checking the underlying type of an uint32_t... int
  2438. checking how to printf a uint32_t...
  2439. checking for struct arphd.at_next... no
  2440. checking for struct des_ks_struct.weak_key... no
  2441. checking for struct dirent.d_type... yes
  2442. checking for struct ethtool_cmd.speed_hi... no
  2443. checking for struct ipstat.ips_cantfrag... no
  2444. checking for struct ipstat.ips_delivered... no
  2445. checking for struct ipstat.ips_fragdropped... no
  2446. checking for struct ipstat.ips_fragmented... no
  2447. checking for struct ipstat.ips_localout... no
  2448. checking for struct ipstat.ips_noproto... no
  2449. checking for struct ipstat.ips_noroute... no
  2450. checking for struct ipstat.ips_odropped... no
  2451. checking for struct ipstat.ips_ofragments... no
  2452. checking for struct ipstat.ips_reassembled... no
  2453. checking for struct ip6stat.ip6s_exthdrtoolong ... no
  2454. checking for struct ipstat.ips_cantforward... no
  2455. checking for struct ipstat.ips_fragtimeout... no
  2456. checking for struct mbstat.m_clusters... no
  2457. checking for struct mbstat.m_clfree... no
  2458. checking for struct mbstat.m_mbufs... no
  2459. checking for struct uvmexp.pgswapin... no
  2460. checking for struct nlist.n_value... no
  2461. checking for struct nlist64.n_value... no
  2462. checking for struct sigaction.sa_sigaction... no
  2463. checking for struct sockaddr.sa_len... no
  2464. checking for struct sockaddr.sa_union.sa_generic.sa_family2... no
  2465. checking for struct sockaddr_storage.ss_family... yes
  2466. checking for struct sockaddr_storage.__ss_family... no
  2467. checking for struct sockaddr_in6.sin6_scope_id... yes
  2468. checking size of sockaddr_un.sun_path... 108
  2469. checking for struct statfs.f_favail... no
  2470. checking for struct statfs.f_ffree... yes
  2471. checking for struct statfs.f_files... yes
  2472. checking for struct statfs.f_flags... no
  2473. checking for struct statfs.f_frsize... yes
  2474. checking for struct statvfs.f_files... yes
  2475. checking for struct statvfs.f_frsize... yes
  2476. checking for struct statvfs.mnt_dir... no
  2477. checking for struct swdevt.sw_nblksenabled... no
  2478. checking for struct tcpstat.tcp_rcvmemdrop... no
  2479. checking for struct tm.tm_gmtoff... yes
  2480. checking extern timezone... yes
  2481. checking for struct timezone.tz_dsttime... yes
  2482. checking for struct udpstat.udps_discard... no
  2483. checking for struct udpstat.udps_fullsock... no
  2484. checking for struct udpstat.udps_noport... no
  2485. checking for struct udpstat.udps_noportbcast... no
  2486. checking for struct udpstat.udps_ipackets... no
  2487. checking for struct udpstat.udps_opackets... no
  2488. checking if _KERNEL needs to be defined for if_mtu... unknown
  2489. checking if _KERNEL_STRUCTURES needs to be defined for if_mtu... unknown
  2490. checking for struct ifaddr.ifa_next... yes
  2491. checking for struct ifnet.if_addrlist... no
  2492. checking for struct ifnet.if_addrhead.tqh_first... no
  2493. checking for struct ifnet.if_baudrate... no
  2494. checking for struct ifnet.if_baudrate.ifs_value... no
  2495. checking for struct ifnet.if_ibytes... yes
  2496. checking for struct ifnet.if_imcasts... no
  2497. checking for struct ifnet.if_iqdrops... yes
  2498. checking for struct ifnet.if_lastchange.tv_sec... no
  2499. checking for struct ifnet.if_lastchange.tv_nsec... no
  2500. checking for struct ifnet.if_mtu... yes
  2501. checking for struct ifnet.if_noproto... no
  2502. checking for struct ifnet.if_obytes... yes
  2503. checking for struct ifnet.if_omcasts... no
  2504. checking for struct ifnet.if_speed... yes
  2505. checking for struct ifnet.if_type... yes
  2506. checking for struct ifnet.if_xname... no
  2507. checking type of rtentry structure... unknown
  2508. checking for struct rtentry... rtentry
  2509. checking for location of system kernel... unknown
  2510. checking for /dev/kmem...
  2511. checking for location of swap device... none
  2512. checking for mount table location... /etc/mtab
  2513. checking for lpstat... no
  2514. checking for correct flags to ps... -e
  2515. checking for SIGHUP... yes
  2516. configure: WARNING: Can't check sysctl, manually define NETSNMP_CAN_USE_SYSCTL if platform support available
  2517. checking whether TCP timers depend on 'hz'... no
  2518. checking for IP_PKTINFO ... yes
  2519. checking for IP_RECVDSTADDR ... no
  2520. configure: creating ./config.status
  2521.  
  2522. ---------------------------------------------------------
  2523. Net-SNMP configuration summary:
  2524. ---------------------------------------------------------
  2525.  
  2526. SNMP Versions Supported: 1 2c 3
  2527. Building for: linux
  2528. Net-SNMP Version: 5.7.3
  2529. Network transport support: Callback Unix Alias TCP UDP IPv4Base SocketBase TCPBase UDPIPv4Base UDPBase
  2530. SNMPv3 Security Modules: usm
  2531. *** MIB Module warning *** mib module 'ucd_snmp' requires module 'agent/extend' but someone told me to compile without it
  2532. Agent MIB code: default_modules ucd_snmp => snmpv3mibs mibII ucd_snmp notification notification-log-mib target agent_mibs agentx disman/event disman/schedule utilities host ucd-snmp/disk_hw ucd-snmp/proc ucd-snmp/versioninfo ucd-snmp/pass ucd-snmp/pass_persist ucd-snmp/loadave ucd-snmp/errormib ucd-snmp/file ucd-snmp/dlmod ucd-snmp/proxy ucd-snmp/logmatch ucd-snmp/memory ucd-snmp/vmstat
  2533. MYSQL Trap Logging: unavailable
  2534. Embedded Perl support: disabled
  2535. SNMP Perl modules: disabled
  2536. SNMP Python modules: disabled
  2537. Crypto support from: crypto
  2538. Authentication support: MD5 SHA1
  2539. Encryption support: DES AES
  2540. Local DNSSEC validation: disabled
  2541.  
  2542. ---------------------------------------------------------
  2543.  
  2544. running config.status because the following file(s) changed:
  2545. Makefile.in config.status Makefile.rules
  2546. config.status: creating Makefile
  2547. config.status: creating snmplib/Makefile
  2548. config.status: creating apps/Makefile
  2549. config.status: creating apps/snmpnetstat/Makefile
  2550. config.status: creating agent/Makefile
  2551. config.status: creating agent/helpers/Makefile
  2552. config.status: creating agent/mibgroup/Makefile
  2553. config.status: creating local/Makefile
  2554. config.status: creating testing/Makefile
  2555. config.status: creating man/Makefile
  2556. config.status: creating mibs/Makefile
  2557. config.status: creating net-snmp-config
  2558. config.status: creating net-snmp-create-v3-user
  2559. config.status: creating dist/generation-scripts/gen-variables
  2560. config.status: creating local/snmpconf
  2561. config.status: creating include/net-snmp/net-snmp-config.h
  2562. config.status: executing libtool commands
  2563. config.status: executing default commands
  2564. making clean in /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/snmplib
  2565. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/snmplib'
  2566. /bin/bash ../libtool --mode=clean rm -f snmp_client.o mib.o parse.o snmp_api.o snmp.o snmp_auth.o asn1.o md5.o snmp_parse_args.o system.o vacm.o int64.o read_config.o pkcs.o snmp_debug.o tools.o snmp_logging.o text_utils.o large_fd_set.o cert_util.o snmp_openssl.o snmpv3.o lcd_time.o keytools.o scapi.o callback.o default_store.o snmp_alarm.o data_list.o oid_stash.o fd_event_manager.o check_varbind.o mt_support.o snmp_enum.o snmp-tc.o snmp_service.o snprintf.o snmp_transport.o transports/snmpUDPBaseDomain.o transports/snmpUDPIPv4BaseDomain.o transports/snmpTCPBaseDomain.o transports/snmpSocketBaseDomain.o transports/snmpIPv4BaseDomain.o transports/snmpUDPDomain.o transports/snmpTCPDomain.o transports/snmpAliasDomain.o transports/snmpUnixDomain.o transports/snmpCallbackDomain.o snmp_secmod.o snmpusm.o snmp_version.o container_null.o container_list_ssll.o container_iterator.o ucd_compat.o strlcat.o strlcpy.o dir_utils.o file_utils.o container.o container_binary_array.o snmp_client.lo mib.lo parse.lo snmp_api.lo snmp.lo snmp_auth.lo asn1.lo md5.lo snmp_parse_args.lo system.lo vacm.lo int64.lo read_config.lo pkcs.lo snmp_debug.lo tools.lo snmp_logging.lo text_utils.lo large_fd_set.lo cert_util.lo snmp_openssl.lo snmpv3.lo lcd_time.lo keytools.lo scapi.lo callback.lo default_store.lo snmp_alarm.lo data_list.lo oid_stash.lo fd_event_manager.lo check_varbind.lo mt_support.lo snmp_enum.lo snmp-tc.lo snmp_service.lo snprintf.lo snmp_transport.lo transports/snmpUDPBaseDomain.lo transports/snmpUDPIPv4BaseDomain.lo transports/snmpTCPBaseDomain.lo transports/snmpSocketBaseDomain.lo transports/snmpIPv4BaseDomain.lo transports/snmpUDPDomain.lo transports/snmpTCPDomain.lo transports/snmpAliasDomain.lo transports/snmpUnixDomain.lo transports/snmpCallbackDomain.lo snmp_secmod.lo snmpusm.lo snmp_version.lo container.lo container_binary_array.lo ucd_compat.lo strlcat.lo strlcpy.lo dir_utils.lo file_utils.lo container_null.lo container_list_ssll.lo container_iterator.lo snmp_client.ft mib.ft parse.ft snmp_api.ft snmp.ft snmp_auth.ft asn1.ft md5.ft snmp_parse_args.ft system.ft vacm.ft int64.ft read_config.ft pkcs.ft snmp_debug.ft tools.ft snmp_logging.ft text_utils.ft snmpv3.ft lcd_time.ft keytools.ft scapi.ft callback.ft default_store.ft snmp_alarm.ft data_list.ft oid_stash.ft fd_event_manager.ft check_varbind.ft mt_support.ft snmp_enum.ft snmp-tc.ft snmp_service.ft snprintf.ft snmp_transport.ft transports/snmpUDPBaseDomain.ft transports/snmpUDPIPv4BaseDomain.ft transports/snmpTCPBaseDomain.ft transports/snmpSocketBaseDomain.ft transports/snmpIPv4BaseDomain.ft transports/snmpUDPDomain.ft transports/snmpTCPDomain.ft transports/snmpAliasDomain.ft transports/snmpUnixDomain.ft transports/snmpCallbackDomain.ft snmp_secmod.ft snmpusm.ft snmp_version.ft container.ft container_binary_array.ft ucd_compat.ft large_fd_set.ft cert_util.ft snmp_openssl.ft dir_utils.ft file_utils.ft container_null.ft container_list_ssll.ft container_iterator.ft core libnetsnmp.la libsnmp.la
  2567. libtool: clean: rm -f snmp_client.o
  2568. libtool: clean: rm -f mib.o
  2569. libtool: clean: rm -f parse.o
  2570. libtool: clean: rm -f snmp_api.o
  2571. libtool: clean: rm -f snmp.o
  2572. libtool: clean: rm -f snmp_auth.o
  2573. libtool: clean: rm -f asn1.o
  2574. libtool: clean: rm -f md5.o
  2575. libtool: clean: rm -f snmp_parse_args.o
  2576. libtool: clean: rm -f system.o
  2577. libtool: clean: rm -f vacm.o
  2578. libtool: clean: rm -f int64.o
  2579. libtool: clean: rm -f read_config.o
  2580. libtool: clean: rm -f pkcs.o
  2581. libtool: clean: rm -f snmp_debug.o
  2582. libtool: clean: rm -f tools.o
  2583. libtool: clean: rm -f snmp_logging.o
  2584. libtool: clean: rm -f text_utils.o
  2585. libtool: clean: rm -f large_fd_set.o
  2586. libtool: clean: rm -f cert_util.o
  2587. libtool: clean: rm -f snmp_openssl.o
  2588. libtool: clean: rm -f snmpv3.o
  2589. libtool: clean: rm -f lcd_time.o
  2590. libtool: clean: rm -f keytools.o
  2591. libtool: clean: rm -f scapi.o
  2592. libtool: clean: rm -f callback.o
  2593. libtool: clean: rm -f default_store.o
  2594. libtool: clean: rm -f snmp_alarm.o
  2595. libtool: clean: rm -f data_list.o
  2596. libtool: clean: rm -f oid_stash.o
  2597. libtool: clean: rm -f fd_event_manager.o
  2598. libtool: clean: rm -f check_varbind.o
  2599. libtool: clean: rm -f mt_support.o
  2600. libtool: clean: rm -f snmp_enum.o
  2601. libtool: clean: rm -f snmp-tc.o
  2602. libtool: clean: rm -f snmp_service.o
  2603. libtool: clean: rm -f snprintf.o
  2604. libtool: clean: rm -f snmp_transport.o
  2605. libtool: clean: rm -f transports/snmpUDPBaseDomain.o
  2606. libtool: clean: rm -f transports/snmpUDPIPv4BaseDomain.o
  2607. libtool: clean: rm -f transports/snmpTCPBaseDomain.o
  2608. libtool: clean: rm -f transports/snmpSocketBaseDomain.o
  2609. libtool: clean: rm -f transports/snmpIPv4BaseDomain.o
  2610. libtool: clean: rm -f transports/snmpUDPDomain.o
  2611. libtool: clean: rm -f transports/snmpTCPDomain.o
  2612. libtool: clean: rm -f transports/snmpAliasDomain.o
  2613. libtool: clean: rm -f transports/snmpUnixDomain.o
  2614. libtool: clean: rm -f transports/snmpCallbackDomain.o
  2615. libtool: clean: rm -f snmp_secmod.o
  2616. libtool: clean: rm -f snmpusm.o
  2617. libtool: clean: rm -f snmp_version.o
  2618. libtool: clean: rm -f container_null.o
  2619. libtool: clean: rm -f container_list_ssll.o
  2620. libtool: clean: rm -f container_iterator.o
  2621. libtool: clean: rm -f ucd_compat.o
  2622. libtool: clean: rm -f strlcat.o
  2623. libtool: clean: rm -f strlcpy.o
  2624. libtool: clean: rm -f dir_utils.o
  2625. libtool: clean: rm -f file_utils.o
  2626. libtool: clean: rm -f container.o
  2627. libtool: clean: rm -f container_binary_array.o
  2628. libtool: clean: rm -f snmp_client.lo ./.libs/snmp_client.o ./snmp_client.o
  2629. libtool: clean: rm -f mib.lo ./.libs/mib.o ./mib.o
  2630. libtool: clean: rm -f parse.lo ./.libs/parse.o ./parse.o
  2631. libtool: clean: rm -f snmp_api.lo ./.libs/snmp_api.o ./snmp_api.o
  2632. libtool: clean: rm -f snmp.lo ./.libs/snmp.o ./snmp.o
  2633. libtool: clean: rm -f snmp_auth.lo ./.libs/snmp_auth.o ./snmp_auth.o
  2634. libtool: clean: rm -f asn1.lo ./.libs/asn1.o ./asn1.o
  2635. libtool: clean: rm -f md5.lo ./.libs/md5.o ./md5.o
  2636. libtool: clean: rm -f snmp_parse_args.lo ./.libs/snmp_parse_args.o ./snmp_parse_args.o
  2637. libtool: clean: rm -f system.lo ./.libs/system.o ./system.o
  2638. libtool: clean: rm -f vacm.lo ./.libs/vacm.o ./vacm.o
  2639. libtool: clean: rm -f int64.lo ./.libs/int64.o ./int64.o
  2640. libtool: clean: rm -f read_config.lo ./.libs/read_config.o ./read_config.o
  2641. libtool: clean: rm -f pkcs.lo ./.libs/pkcs.o ./pkcs.o
  2642. libtool: clean: rm -f snmp_debug.lo ./.libs/snmp_debug.o ./snmp_debug.o
  2643. libtool: clean: rm -f tools.lo ./.libs/tools.o ./tools.o
  2644. libtool: clean: rm -f snmp_logging.lo ./.libs/snmp_logging.o ./snmp_logging.o
  2645. libtool: clean: rm -f text_utils.lo ./.libs/text_utils.o ./text_utils.o
  2646. libtool: clean: rm -f large_fd_set.lo ./.libs/large_fd_set.o ./large_fd_set.o
  2647. libtool: clean: rm -f cert_util.lo ./.libs/cert_util.o ./cert_util.o
  2648. libtool: clean: rm -f snmp_openssl.lo ./.libs/snmp_openssl.o ./snmp_openssl.o
  2649. libtool: clean: rm -f snmpv3.lo ./.libs/snmpv3.o ./snmpv3.o
  2650. libtool: clean: rm -f lcd_time.lo ./.libs/lcd_time.o ./lcd_time.o
  2651. libtool: clean: rm -f keytools.lo ./.libs/keytools.o ./keytools.o
  2652. libtool: clean: rm -f scapi.lo ./.libs/scapi.o ./scapi.o
  2653. libtool: clean: rm -f callback.lo ./.libs/callback.o ./callback.o
  2654. libtool: clean: rm -f default_store.lo ./.libs/default_store.o ./default_store.o
  2655. libtool: clean: rm -f snmp_alarm.lo ./.libs/snmp_alarm.o ./snmp_alarm.o
  2656. libtool: clean: rm -f data_list.lo ./.libs/data_list.o ./data_list.o
  2657. libtool: clean: rm -f oid_stash.lo ./.libs/oid_stash.o ./oid_stash.o
  2658. libtool: clean: rm -f fd_event_manager.lo ./.libs/fd_event_manager.o ./fd_event_manager.o
  2659. libtool: clean: rm -f check_varbind.lo ./.libs/check_varbind.o ./check_varbind.o
  2660. libtool: clean: rm -f mt_support.lo ./.libs/mt_support.o ./mt_support.o
  2661. libtool: clean: rm -f snmp_enum.lo ./.libs/snmp_enum.o ./snmp_enum.o
  2662. libtool: clean: rm -f snmp-tc.lo ./.libs/snmp-tc.o ./snmp-tc.o
  2663. libtool: clean: rm -f snmp_service.lo ./.libs/snmp_service.o ./snmp_service.o
  2664. libtool: clean: rm -f snprintf.lo ./.libs/snprintf.o ./snprintf.o
  2665. libtool: clean: rm -f snmp_transport.lo ./.libs/snmp_transport.o ./snmp_transport.o
  2666. libtool: clean: rm -f transports/snmpUDPBaseDomain.lo transports/.libs/snmpUDPBaseDomain.o transports/snmpUDPBaseDomain.o
  2667. libtool: clean: rm -f transports/snmpUDPIPv4BaseDomain.lo transports/.libs/snmpUDPIPv4BaseDomain.o transports/snmpUDPIPv4BaseDomain.o
  2668. libtool: clean: rm -f transports/snmpTCPBaseDomain.lo transports/.libs/snmpTCPBaseDomain.o transports/snmpTCPBaseDomain.o
  2669. libtool: clean: rm -f transports/snmpSocketBaseDomain.lo transports/.libs/snmpSocketBaseDomain.o transports/snmpSocketBaseDomain.o
  2670. libtool: clean: rm -f transports/snmpIPv4BaseDomain.lo transports/.libs/snmpIPv4BaseDomain.o transports/snmpIPv4BaseDomain.o
  2671. libtool: clean: rm -f transports/snmpUDPDomain.lo transports/.libs/snmpUDPDomain.o transports/snmpUDPDomain.o
  2672. libtool: clean: rm -f transports/snmpTCPDomain.lo transports/.libs/snmpTCPDomain.o transports/snmpTCPDomain.o
  2673. libtool: clean: rm -f transports/snmpAliasDomain.lo transports/.libs/snmpAliasDomain.o transports/snmpAliasDomain.o
  2674. libtool: clean: rm -f transports/snmpUnixDomain.lo transports/.libs/snmpUnixDomain.o transports/snmpUnixDomain.o
  2675. libtool: clean: rm -f transports/snmpCallbackDomain.lo transports/.libs/snmpCallbackDomain.o transports/snmpCallbackDomain.o
  2676. libtool: clean: rm -f snmp_secmod.lo ./.libs/snmp_secmod.o ./snmp_secmod.o
  2677. libtool: clean: rm -f snmpusm.lo ./.libs/snmpusm.o ./snmpusm.o
  2678. libtool: clean: rm -f snmp_version.lo ./.libs/snmp_version.o ./snmp_version.o
  2679. libtool: clean: rm -f container.lo ./.libs/container.o ./container.o
  2680. libtool: clean: rm -f container_binary_array.lo ./.libs/container_binary_array.o ./container_binary_array.o
  2681. libtool: clean: rm -f ucd_compat.lo ./.libs/ucd_compat.o ./ucd_compat.o
  2682. libtool: clean: rm -f strlcat.lo ./.libs/strlcat.o ./strlcat.o
  2683. libtool: clean: rm -f strlcpy.lo ./.libs/strlcpy.o ./strlcpy.o
  2684. libtool: clean: rm -f dir_utils.lo ./.libs/dir_utils.o ./dir_utils.o
  2685. libtool: clean: rm -f file_utils.lo ./.libs/file_utils.o ./file_utils.o
  2686. libtool: clean: rm -f container_null.lo ./.libs/container_null.o ./container_null.o
  2687. libtool: clean: rm -f container_list_ssll.lo ./.libs/container_list_ssll.o ./container_list_ssll.o
  2688. libtool: clean: rm -f container_iterator.lo ./.libs/container_iterator.o ./container_iterator.o
  2689. libtool: clean: rm -f libnetsnmp.la .libs/libnetsnmp.so.30.0.3 .libs/libnetsnmp.so.30 .libs/libnetsnmp.so .libs/libnetsnmp.a .libs/libnetsnmp.la .libs/libnetsnmp.lai
  2690. libtool: clean: rmdir .libs >/dev/null 2>&1
  2691. libtool: clean: rmdir transports/.libs >/dev/null 2>&1
  2692. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/snmplib'
  2693. making clean in /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/agent
  2694. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/agent'
  2695. making clean in /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/agent/helpers
  2696. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/agent/helpers'
  2697. /bin/bash ../../libtool --mode=clean rm -f dummy.o dummy.lo core libnetsnmphelpers.la
  2698. libtool: clean: rm -f dummy.o
  2699. libtool: clean: rm -f dummy.lo ./.libs/dummy.o ./dummy.o
  2700. libtool: clean: rm -f libnetsnmphelpers.la .libs/libnetsnmphelpers.so.30.0.3 .libs/libnetsnmphelpers.so.30 .libs/libnetsnmphelpers.so .libs/libnetsnmphelpers.a .libs/libnetsnmphelpers.la .libs/libnetsnmphelpers.lai
  2701. libtool: clean: rmdir .libs >/dev/null 2>&1
  2702. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/agent/helpers'
  2703. making clean in /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/agent/mibgroup
  2704. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/agent/mibgroup'
  2705. /bin/bash ../../libtool --mode=clean rm -f ucd-snmp/disk_hw.o ucd-snmp/proc.o ucd-snmp/versioninfo.o ucd-snmp/pass.o ucd-snmp/pass_persist.o ucd-snmp/loadave.o ucd-snmp/errormib.o ucd-snmp/file.o ucd-snmp/dlmod.o ucd-snmp/proxy.o ucd-snmp/logmatch.o ucd-snmp/memory.o ucd-snmp/vmstat.o snmpv3/snmpMPDStats_5_5.o snmpv3/usmStats_5_5.o snmpv3/snmpEngine.o snmpv3/usmUser.o mibII/snmp_mib_5_5.o mibII/system_mib.o mibII/sysORTable.o mibII/vacm_vars.o mibII/setSerialNo.o mibII/at.o mibII/ip.o mibII/tcp.o mibII/icmp.o mibII/udp.o notification/snmpNotifyTable.o notification/snmpNotifyFilterProfileTable.o notification-log-mib/notification_log.o target/target_counters_5_5.o target/snmpTargetAddrEntry.o target/snmpTargetParamsEntry.o target/target.o agent/nsTransactionTable.o agent/nsModuleTable.o agent/nsDebug.o agent/nsCache.o agent/nsLogging.o agent/nsVacmAccessTable.o disman/event/mteScalars.o disman/event/mteTrigger.o disman/event/mteTriggerTable.o disman/event/mteTriggerDeltaTable.o disman/event/mteTriggerExistenceTable.o disman/event/mteTriggerBooleanTable.o disman/event/mteTriggerThresholdTable.o disman/event/mteTriggerConf.o disman/event/mteEvent.o disman/event/mteEventTable.o disman/event/mteEventSetTable.o disman/event/mteEventNotificationTable.o disman/event/mteEventConf.o disman/event/mteObjects.o disman/event/mteObjectsTable.o disman/event/mteObjectsConf.o disman/schedule/schedCore.o disman/schedule/schedConf.o disman/schedule/schedTable.o utilities/override.o host/hrh_storage.o host/hrh_filesys.o host/hrSWInstalledTable.o host/hrSWRunTable.o host/hr_system.o host/hr_device.o host/hr_other.o host/hr_proc.o host/hr_network.o host/hr_print.o host/hr_disk.o host/hr_partition.o util_funcs/header_simple_table.o util_funcs.o util_funcs/header_generic.o util_funcs/restart.o ucd-snmp/pass_common.o mibII/updates.o mibII/vacm_context.o mibII/kernel_linux.o mibII/ipAddr.o mibII/var_route.o mibII/route_write.o mibII/tcpTable.o mibII/udpTable.o ip-mib/ip_scalars.o header_complex.o snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable.o host/data_access/swinst.o host/data_access/swrun.o host/hrSWRunPerfTable.o hardware/fsys/hw_fsys.o hardware/fsys/fsys_mntent.o hardware/memory/hw_mem.o hardware/memory/memory_linux.o hardware/cpu/cpu.o hardware/cpu/cpu_linux.o if-mib/ifTable/ifTable.o if-mib/ifXTable/ifXTable.o ip-mib/ipAddressTable/ipAddressTable.o ip-mib/ipAddressPrefixTable/ipAddressPrefixTable.o ip-mib/ipDefaultRouterTable/ipDefaultRouterTable.o ip-mib/inetNetToMediaTable/inetNetToMediaTable.o ip-mib/inetNetToMediaTable/inetNetToMediaTable_interface.o ip-mib/inetNetToMediaTable/inetNetToMediaTable_data_access.o ip-mib/ipSystemStatsTable/ipSystemStatsTable.o ip-mib/ipSystemStatsTable/ipSystemStatsTable_interface.o ip-mib/ipSystemStatsTable/ipSystemStatsTable_data_access.o ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable.o ip-mib/ipIfStatsTable/ipIfStatsTable.o ip-mib/ipIfStatsTable/ipIfStatsTable_interface.o ip-mib/ipIfStatsTable/ipIfStatsTable_data_access.o ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable.o ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable.o tcp-mib/tcpConnectionTable/tcpConnectionTable.o tcp-mib/tcpListenerTable/tcpListenerTable.o udp-mib/udpEndpointTable/udpEndpointTable.o snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_interface.o snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_data_access.o host/data_access/swinst_apt.o host/data_access/swrun_procfs_status.o if-mib/data_access/interface.o if-mib/ifTable/ifTable_interface.o if-mib/ifTable/ifTable_data_access.o if-mib/ifXTable/ifXTable_interface.o if-mib/ifXTable/ifXTable_data_access.o ip-mib/ipAddressTable/ipAddressTable_interface.o ip-mib/ipAddressTable/ipAddressTable_data_access.o ip-mib/ipAddressPrefixTable/ipAddressPrefixTable_interface.o ip-mib/ipAddressPrefixTable/ipAddressPrefixTable_data_access.o ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_interface.o ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_data_access.o ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_data_get.o ip-mib/data_access/arp_common.o ip-mib/data_access/arp_netlink.o ip-mib/data_access/systemstats_common.o ip-mib/data_access/systemstats_linux.o ip-mib/data_access/scalars_linux.o ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable_interface.o ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable_data_access.o ip-mib/ipIfStatsTable/ipIfStatsTable_data_get.o ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable_interface.o ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable_data_access.o ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable_interface.o ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable_data_access.o tcp-mib/data_access/tcpConn_common.o tcp-mib/data_access/tcpConn_linux.o util_funcs/get_pid_from_inode.o tcp-mib/tcpConnectionTable/tcpConnectionTable_interface.o tcp-mib/tcpConnectionTable/tcpConnectionTable_data_access.o tcp-mib/tcpListenerTable/tcpListenerTable_interface.o tcp-mib/tcpListenerTable/tcpListenerTable_data_access.o udp-mib/udpEndpointTable/udpEndpointTable_interface.o udp-mib/udpEndpointTable/udpEndpointTable_data_access.o if-mib/data_access/interface_linux.o if-mib/data_access/interface_ioctl.o ip-mib/data_access/ipaddress_common.o ip-mib/data_access/ipaddress_linux.o ip-mib/data_access/defaultrouter_common.o ip-mib/data_access/defaultrouter_linux.o ip-mib/data_access/ipv6scopezone_common.o ip-mib/data_access/ipv6scopezone_linux.o ip-forward-mib/data_access/route_common.o ip-forward-mib/data_access/route_linux.o ip-forward-mib/data_access/route_ioctl.o udp-mib/data_access/udp_endpoint_common.o udp-mib/data_access/udp_endpoint_linux.o ip-mib/data_access/ipaddress_ioctl.o ucd-snmp/disk_hw.lo ucd-snmp/proc.lo ucd-snmp/versioninfo.lo ucd-snmp/pass.lo ucd-snmp/pass_persist.lo ucd-snmp/loadave.lo ucd-snmp/errormib.lo ucd-snmp/file.lo ucd-snmp/dlmod.lo ucd-snmp/proxy.lo ucd-snmp/logmatch.lo ucd-snmp/memory.lo ucd-snmp/vmstat.lo snmpv3/snmpMPDStats_5_5.lo snmpv3/usmStats_5_5.lo snmpv3/snmpEngine.lo snmpv3/usmUser.lo mibII/snmp_mib_5_5.lo mibII/system_mib.lo mibII/sysORTable.lo mibII/vacm_vars.lo mibII/setSerialNo.lo mibII/at.lo mibII/ip.lo mibII/tcp.lo mibII/icmp.lo mibII/udp.lo notification/snmpNotifyTable.lo notification/snmpNotifyFilterProfileTable.lo notification-log-mib/notification_log.lo target/target_counters_5_5.lo target/snmpTargetAddrEntry.lo target/snmpTargetParamsEntry.lo target/target.lo agent/nsTransactionTable.lo agent/nsModuleTable.lo agent/nsDebug.lo agent/nsCache.lo agent/nsLogging.lo agent/nsVacmAccessTable.lo disman/event/mteScalars.lo disman/event/mteTrigger.lo disman/event/mteTriggerTable.lo disman/event/mteTriggerDeltaTable.lo disman/event/mteTriggerExistenceTable.lo disman/event/mteTriggerBooleanTable.lo disman/event/mteTriggerThresholdTable.lo disman/event/mteTriggerConf.lo disman/event/mteEvent.lo disman/event/mteEventTable.lo disman/event/mteEventSetTable.lo disman/event/mteEventNotificationTable.lo disman/event/mteEventConf.lo disman/event/mteObjects.lo disman/event/mteObjectsTable.lo disman/event/mteObjectsConf.lo disman/schedule/schedCore.lo disman/schedule/schedConf.lo disman/schedule/schedTable.lo utilities/override.lo host/hrh_storage.lo host/hrh_filesys.lo host/hrSWInstalledTable.lo host/hrSWRunTable.lo host/hr_system.lo host/hr_device.lo host/hr_other.lo host/hr_proc.lo host/hr_network.lo host/hr_print.lo host/hr_disk.lo host/hr_partition.lo util_funcs/header_simple_table.lo util_funcs.lo util_funcs/header_generic.lo util_funcs/restart.lo ucd-snmp/pass_common.lo mibII/updates.lo mibII/vacm_context.lo mibII/kernel_linux.lo mibII/ipAddr.lo mibII/var_route.lo mibII/route_write.lo mibII/tcpTable.lo mibII/udpTable.lo ip-mib/ip_scalars.lo header_complex.lo snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable.lo host/data_access/swinst.lo host/data_access/swrun.lo host/hrSWRunPerfTable.lo hardware/fsys/hw_fsys.lo hardware/fsys/fsys_mntent.lo hardware/memory/hw_mem.lo hardware/memory/memory_linux.lo hardware/cpu/cpu.lo hardware/cpu/cpu_linux.lo if-mib/ifTable/ifTable.lo if-mib/ifXTable/ifXTable.lo ip-mib/ipAddressTable/ipAddressTable.lo ip-mib/ipAddressPrefixTable/ipAddressPrefixTable.lo ip-mib/ipDefaultRouterTable/ipDefaultRouterTable.lo ip-mib/inetNetToMediaTable/inetNetToMediaTable.lo ip-mib/inetNetToMediaTable/inetNetToMediaTable_interface.lo ip-mib/inetNetToMediaTable/inetNetToMediaTable_data_access.lo ip-mib/ipSystemStatsTable/ipSystemStatsTable.lo ip-mib/ipSystemStatsTable/ipSystemStatsTable_interface.lo ip-mib/ipSystemStatsTable/ipSystemStatsTable_data_access.lo ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable.lo ip-mib/ipIfStatsTable/ipIfStatsTable.lo ip-mib/ipIfStatsTable/ipIfStatsTable_interface.lo ip-mib/ipIfStatsTable/ipIfStatsTable_data_access.lo ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable.lo ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable.lo tcp-mib/tcpConnectionTable/tcpConnectionTable.lo tcp-mib/tcpListenerTable/tcpListenerTable.lo udp-mib/udpEndpointTable/udpEndpointTable.lo snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_interface.lo snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_data_access.lo host/data_access/swinst_apt.lo host/data_access/swrun_procfs_status.lo if-mib/data_access/interface.lo if-mib/ifTable/ifTable_interface.lo if-mib/ifTable/ifTable_data_access.lo if-mib/ifXTable/ifXTable_interface.lo if-mib/ifXTable/ifXTable_data_access.lo ip-mib/ipAddressTable/ipAddressTable_interface.lo ip-mib/ipAddressTable/ipAddressTable_data_access.lo ip-mib/ipAddressPrefixTable/ipAddressPrefixTable_interface.lo ip-mib/ipAddressPrefixTable/ipAddressPrefixTable_data_access.lo ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_interface.lo ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_data_access.lo ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_data_get.lo ip-mib/data_access/arp_common.lo ip-mib/data_access/arp_netlink.lo ip-mib/data_access/systemstats_common.lo ip-mib/data_access/systemstats_linux.lo ip-mib/data_access/scalars_linux.lo ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable_interface.lo ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable_data_access.lo ip-mib/ipIfStatsTable/ipIfStatsTable_data_get.lo ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable_interface.lo ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable_data_access.lo ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable_interface.lo ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable_data_access.lo tcp-mib/data_access/tcpConn_common.lo tcp-mib/data_access/tcpConn_linux.lo util_funcs/get_pid_from_inode.lo tcp-mib/tcpConnectionTable/tcpConnectionTable_interface.lo tcp-mib/tcpConnectionTable/tcpConnectionTable_data_access.lo tcp-mib/tcpListenerTable/tcpListenerTable_interface.lo tcp-mib/tcpListenerTable/tcpListenerTable_data_access.lo udp-mib/udpEndpointTable/udpEndpointTable_interface.lo udp-mib/udpEndpointTable/udpEndpointTable_data_access.lo if-mib/data_access/interface_linux.lo if-mib/data_access/interface_ioctl.lo ip-mib/data_access/ipaddress_common.lo ip-mib/data_access/ipaddress_linux.lo ip-mib/data_access/defaultrouter_common.lo ip-mib/data_access/defaultrouter_linux.lo ip-mib/data_access/ipv6scopezone_common.lo ip-mib/data_access/ipv6scopezone_linux.lo ip-forward-mib/data_access/route_common.lo ip-forward-mib/data_access/route_linux.lo ip-forward-mib/data_access/route_ioctl.lo udp-mib/data_access/udp_endpoint_common.lo udp-mib/data_access/udp_endpoint_linux.lo ip-mib/data_access/ipaddress_ioctl.lo ucd-snmp/disk_hw.ft ucd-snmp/proc.ft ucd-snmp/versioninfo.ft ucd-snmp/pass.ft ucd-snmp/pass_persist.ft ucd-snmp/loadave.ft ucd-snmp/errormib.ft ucd-snmp/file.ft ucd-snmp/dlmod.ft ucd-snmp/proxy.ft ucd-snmp/logmatch.ft ucd-snmp/memory.ft ucd-snmp/vmstat.ft snmpv3/snmpMPDStats_5_5.ft snmpv3/usmStats_5_5.ft snmpv3/snmpEngine.ft snmpv3/usmUser.ft mibII/snmp_mib_5_5.ft mibII/system_mib.ft mibII/sysORTable.ft mibII/vacm_vars.ft mibII/setSerialNo.ft mibII/at.ft mibII/ip.ft mibII/tcp.ft mibII/icmp.ft mibII/udp.ft notification/snmpNotifyTable.ft notification/snmpNotifyFilterProfileTable.ft notification-log-mib/notification_log.ft target/target_counters_5_5.ft target/snmpTargetAddrEntry.ft target/snmpTargetParamsEntry.ft target/target.ft agent/nsTransactionTable.ft agent/nsModuleTable.ft agent/nsDebug.ft agent/nsCache.ft agent/nsLogging.ft agent/nsVacmAccessTable.ft disman/event/mteScalars.ft disman/event/mteTrigger.ft disman/event/mteTriggerTable.ft disman/event/mteTriggerDeltaTable.ft disman/event/mteTriggerExistenceTable.ft disman/event/mteTriggerBooleanTable.ft disman/event/mteTriggerThresholdTable.ft disman/event/mteTriggerConf.ft disman/event/mteEvent.ft disman/event/mteEventTable.ft disman/event/mteEventSetTable.ft disman/event/mteEventNotificationTable.ft disman/event/mteEventConf.ft disman/event/mteObjects.ft disman/event/mteObjectsTable.ft disman/event/mteObjectsConf.ft disman/schedule/schedCore.ft disman/schedule/schedConf.ft disman/schedule/schedTable.ft utilities/override.ft host/hrh_storage.ft host/hrh_filesys.ft host/hrSWInstalledTable.ft host/hrSWRunTable.ft host/hr_system.ft host/hr_device.ft host/hr_other.ft host/hr_proc.ft host/hr_network.ft host/hr_print.ft host/hr_disk.ft host/hr_partition.ft util_funcs/header_simple_table.ft util_funcs.ft util_funcs/header_generic.ft util_funcs/restart.ft ucd-snmp/pass_common.ft mibII/updates.ft mibII/vacm_context.ft mibII/kernel_linux.ft mibII/ipAddr.ft mibII/var_route.ft mibII/route_write.ft mibII/tcpTable.ft mibII/udpTable.ft ip-mib/ip_scalars.ft header_complex.ft snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable.ft host/data_access/swinst.ft host/data_access/swrun.ft host/hrSWRunPerfTable.ft hardware/fsys/hw_fsys.ft hardware/fsys/fsys_mntent.ft hardware/memory/hw_mem.ft hardware/memory/memory_linux.ft hardware/cpu/cpu.ft hardware/cpu/cpu_linux.ft if-mib/ifTable/ifTable.ft if-mib/ifXTable/ifXTable.ft ip-mib/ipAddressTable/ipAddressTable.ft ip-mib/ipAddressPrefixTable/ipAddressPrefixTable.ft ip-mib/ipDefaultRouterTable/ipDefaultRouterTable.ft ip-mib/inetNetToMediaTable/inetNetToMediaTable.ft ip-mib/inetNetToMediaTable/inetNetToMediaTable_interface.ft ip-mib/inetNetToMediaTable/inetNetToMediaTable_data_access.ft ip-mib/ipSystemStatsTable/ipSystemStatsTable.ft ip-mib/ipSystemStatsTable/ipSystemStatsTable_interface.ft ip-mib/ipSystemStatsTable/ipSystemStatsTable_data_access.ft ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable.ft ip-mib/ipIfStatsTable/ipIfStatsTable.ft ip-mib/ipIfStatsTable/ipIfStatsTable_interface.ft ip-mib/ipIfStatsTable/ipIfStatsTable_data_access.ft ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable.ft ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable.ft tcp-mib/tcpConnectionTable/tcpConnectionTable.ft tcp-mib/tcpListenerTable/tcpListenerTable.ft udp-mib/udpEndpointTable/udpEndpointTable.ft snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_interface.ft snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_data_access.ft host/data_access/swinst_apt.ft host/data_access/swrun_procfs_status.ft if-mib/data_access/interface.ft if-mib/ifTable/ifTable_interface.ft if-mib/ifTable/ifTable_data_access.ft if-mib/ifXTable/ifXTable_interface.ft if-mib/ifXTable/ifXTable_data_access.ft ip-mib/ipAddressTable/ipAddressTable_interface.ft ip-mib/ipAddressTable/ipAddressTable_data_access.ft ip-mib/ipAddressPrefixTable/ipAddressPrefixTable_interface.ft ip-mib/ipAddressPrefixTable/ipAddressPrefixTable_data_access.ft ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_interface.ft ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_data_access.ft ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_data_get.ft ip-mib/data_access/arp_common.ft ip-mib/data_access/arp_netlink.ft ip-mib/data_access/systemstats_common.ft ip-mib/data_access/systemstats_linux.ft ip-mib/data_access/scalars_linux.ft ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable_interface.ft ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable_data_access.ft ip-mib/ipIfStatsTable/ipIfStatsTable_data_get.ft ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable_interface.ft ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable_data_access.ft ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable_interface.ft ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable_data_access.ft tcp-mib/data_access/tcpConn_common.ft tcp-mib/data_access/tcpConn_linux.ft util_funcs/get_pid_from_inode.ft tcp-mib/tcpConnectionTable/tcpConnectionTable_interface.ft tcp-mib/tcpConnectionTable/tcpConnectionTable_data_access.ft tcp-mib/tcpListenerTable/tcpListenerTable_interface.ft tcp-mib/tcpListenerTable/tcpListenerTable_data_access.ft udp-mib/udpEndpointTable/udpEndpointTable_interface.ft udp-mib/udpEndpointTable/udpEndpointTable_data_access.ft if-mib/data_access/interface_linux.ft if-mib/data_access/interface_ioctl.ft ip-mib/data_access/ipaddress_common.ft ip-mib/data_access/ipaddress_linux.ft ip-mib/data_access/defaultrouter_common.ft ip-mib/data_access/defaultrouter_linux.ft ip-mib/data_access/ipv6scopezone_common.ft ip-mib/data_access/ipv6scopezone_linux.ft ip-forward-mib/data_access/route_common.ft ip-forward-mib/data_access/route_linux.ft ip-forward-mib/data_access/route_ioctl.ft udp-mib/data_access/udp_endpoint_common.ft udp-mib/data_access/udp_endpoint_linux.ft ip-mib/data_access/ipaddress_ioctl.ft core
  2706. libtool: clean: rm -f ucd-snmp/disk_hw.o
  2707. libtool: clean: rm -f ucd-snmp/proc.o
  2708. libtool: clean: rm -f ucd-snmp/versioninfo.o
  2709. libtool: clean: rm -f ucd-snmp/pass.o
  2710. libtool: clean: rm -f ucd-snmp/pass_persist.o
  2711. libtool: clean: rm -f ucd-snmp/loadave.o
  2712. libtool: clean: rm -f ucd-snmp/errormib.o
  2713. libtool: clean: rm -f ucd-snmp/file.o
  2714. libtool: clean: rm -f ucd-snmp/dlmod.o
  2715. libtool: clean: rm -f ucd-snmp/proxy.o
  2716. libtool: clean: rm -f ucd-snmp/logmatch.o
  2717. libtool: clean: rm -f ucd-snmp/memory.o
  2718. libtool: clean: rm -f ucd-snmp/vmstat.o
  2719. libtool: clean: rm -f snmpv3/snmpMPDStats_5_5.o
  2720. libtool: clean: rm -f snmpv3/usmStats_5_5.o
  2721. libtool: clean: rm -f snmpv3/snmpEngine.o
  2722. libtool: clean: rm -f snmpv3/usmUser.o
  2723. libtool: clean: rm -f mibII/snmp_mib_5_5.o
  2724. libtool: clean: rm -f mibII/system_mib.o
  2725. libtool: clean: rm -f mibII/sysORTable.o
  2726. libtool: clean: rm -f mibII/vacm_vars.o
  2727. libtool: clean: rm -f mibII/setSerialNo.o
  2728. libtool: clean: rm -f mibII/at.o
  2729. libtool: clean: rm -f mibII/ip.o
  2730. libtool: clean: rm -f mibII/tcp.o
  2731. libtool: clean: rm -f mibII/icmp.o
  2732. libtool: clean: rm -f mibII/udp.o
  2733. libtool: clean: rm -f notification/snmpNotifyTable.o
  2734. libtool: clean: rm -f notification/snmpNotifyFilterProfileTable.o
  2735. libtool: clean: rm -f notification-log-mib/notification_log.o
  2736. libtool: clean: rm -f target/target_counters_5_5.o
  2737. libtool: clean: rm -f target/snmpTargetAddrEntry.o
  2738. libtool: clean: rm -f target/snmpTargetParamsEntry.o
  2739. libtool: clean: rm -f target/target.o
  2740. libtool: clean: rm -f agent/nsTransactionTable.o
  2741. libtool: clean: rm -f agent/nsModuleTable.o
  2742. libtool: clean: rm -f agent/nsDebug.o
  2743. libtool: clean: rm -f agent/nsCache.o
  2744. libtool: clean: rm -f agent/nsLogging.o
  2745. libtool: clean: rm -f agent/nsVacmAccessTable.o
  2746. libtool: clean: rm -f disman/event/mteScalars.o
  2747. libtool: clean: rm -f disman/event/mteTrigger.o
  2748. libtool: clean: rm -f disman/event/mteTriggerTable.o
  2749. libtool: clean: rm -f disman/event/mteTriggerDeltaTable.o
  2750. libtool: clean: rm -f disman/event/mteTriggerExistenceTable.o
  2751. libtool: clean: rm -f disman/event/mteTriggerBooleanTable.o
  2752. libtool: clean: rm -f disman/event/mteTriggerThresholdTable.o
  2753. libtool: clean: rm -f disman/event/mteTriggerConf.o
  2754. libtool: clean: rm -f disman/event/mteEvent.o
  2755. libtool: clean: rm -f disman/event/mteEventTable.o
  2756. libtool: clean: rm -f disman/event/mteEventSetTable.o
  2757. libtool: clean: rm -f disman/event/mteEventNotificationTable.o
  2758. libtool: clean: rm -f disman/event/mteEventConf.o
  2759. libtool: clean: rm -f disman/event/mteObjects.o
  2760. libtool: clean: rm -f disman/event/mteObjectsTable.o
  2761. libtool: clean: rm -f disman/event/mteObjectsConf.o
  2762. libtool: clean: rm -f disman/schedule/schedCore.o
  2763. libtool: clean: rm -f disman/schedule/schedConf.o
  2764. libtool: clean: rm -f disman/schedule/schedTable.o
  2765. libtool: clean: rm -f utilities/override.o
  2766. libtool: clean: rm -f host/hrh_storage.o
  2767. libtool: clean: rm -f host/hrh_filesys.o
  2768. libtool: clean: rm -f host/hrSWInstalledTable.o
  2769. libtool: clean: rm -f host/hrSWRunTable.o
  2770. libtool: clean: rm -f host/hr_system.o
  2771. libtool: clean: rm -f host/hr_device.o
  2772. libtool: clean: rm -f host/hr_other.o
  2773. libtool: clean: rm -f host/hr_proc.o
  2774. libtool: clean: rm -f host/hr_network.o
  2775. libtool: clean: rm -f host/hr_print.o
  2776. libtool: clean: rm -f host/hr_disk.o
  2777. libtool: clean: rm -f host/hr_partition.o
  2778. libtool: clean: rm -f util_funcs/header_simple_table.o
  2779. libtool: clean: rm -f util_funcs.o
  2780. libtool: clean: rm -f util_funcs/header_generic.o
  2781. libtool: clean: rm -f util_funcs/restart.o
  2782. libtool: clean: rm -f ucd-snmp/pass_common.o
  2783. libtool: clean: rm -f mibII/updates.o
  2784. libtool: clean: rm -f mibII/vacm_context.o
  2785. libtool: clean: rm -f mibII/kernel_linux.o
  2786. libtool: clean: rm -f mibII/ipAddr.o
  2787. libtool: clean: rm -f mibII/var_route.o
  2788. libtool: clean: rm -f mibII/route_write.o
  2789. libtool: clean: rm -f mibII/tcpTable.o
  2790. libtool: clean: rm -f mibII/udpTable.o
  2791. libtool: clean: rm -f ip-mib/ip_scalars.o
  2792. libtool: clean: rm -f header_complex.o
  2793. libtool: clean: rm -f snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable.o
  2794. libtool: clean: rm -f host/data_access/swinst.o
  2795. libtool: clean: rm -f host/data_access/swrun.o
  2796. libtool: clean: rm -f host/hrSWRunPerfTable.o
  2797. libtool: clean: rm -f hardware/fsys/hw_fsys.o
  2798. libtool: clean: rm -f hardware/fsys/fsys_mntent.o
  2799. libtool: clean: rm -f hardware/memory/hw_mem.o
  2800. libtool: clean: rm -f hardware/memory/memory_linux.o
  2801. libtool: clean: rm -f hardware/cpu/cpu.o
  2802. libtool: clean: rm -f hardware/cpu/cpu_linux.o
  2803. libtool: clean: rm -f if-mib/ifTable/ifTable.o
  2804. libtool: clean: rm -f if-mib/ifXTable/ifXTable.o
  2805. libtool: clean: rm -f ip-mib/ipAddressTable/ipAddressTable.o
  2806. libtool: clean: rm -f ip-mib/ipAddressPrefixTable/ipAddressPrefixTable.o
  2807. libtool: clean: rm -f ip-mib/ipDefaultRouterTable/ipDefaultRouterTable.o
  2808. libtool: clean: rm -f ip-mib/inetNetToMediaTable/inetNetToMediaTable.o
  2809. libtool: clean: rm -f ip-mib/inetNetToMediaTable/inetNetToMediaTable_interface.o
  2810. libtool: clean: rm -f ip-mib/inetNetToMediaTable/inetNetToMediaTable_data_access.o
  2811. libtool: clean: rm -f ip-mib/ipSystemStatsTable/ipSystemStatsTable.o
  2812. libtool: clean: rm -f ip-mib/ipSystemStatsTable/ipSystemStatsTable_interface.o
  2813. libtool: clean: rm -f ip-mib/ipSystemStatsTable/ipSystemStatsTable_data_access.o
  2814. libtool: clean: rm -f ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable.o
  2815. libtool: clean: rm -f ip-mib/ipIfStatsTable/ipIfStatsTable.o
  2816. libtool: clean: rm -f ip-mib/ipIfStatsTable/ipIfStatsTable_interface.o
  2817. libtool: clean: rm -f ip-mib/ipIfStatsTable/ipIfStatsTable_data_access.o
  2818. libtool: clean: rm -f ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable.o
  2819. libtool: clean: rm -f ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable.o
  2820. libtool: clean: rm -f tcp-mib/tcpConnectionTable/tcpConnectionTable.o
  2821. libtool: clean: rm -f tcp-mib/tcpListenerTable/tcpListenerTable.o
  2822. libtool: clean: rm -f udp-mib/udpEndpointTable/udpEndpointTable.o
  2823. libtool: clean: rm -f snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_interface.o
  2824. libtool: clean: rm -f snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_data_access.o
  2825. libtool: clean: rm -f host/data_access/swinst_apt.o
  2826. libtool: clean: rm -f host/data_access/swrun_procfs_status.o
  2827. libtool: clean: rm -f if-mib/data_access/interface.o
  2828. libtool: clean: rm -f if-mib/ifTable/ifTable_interface.o
  2829. libtool: clean: rm -f if-mib/ifTable/ifTable_data_access.o
  2830. libtool: clean: rm -f if-mib/ifXTable/ifXTable_interface.o
  2831. libtool: clean: rm -f if-mib/ifXTable/ifXTable_data_access.o
  2832. libtool: clean: rm -f ip-mib/ipAddressTable/ipAddressTable_interface.o
  2833. libtool: clean: rm -f ip-mib/ipAddressTable/ipAddressTable_data_access.o
  2834. libtool: clean: rm -f ip-mib/ipAddressPrefixTable/ipAddressPrefixTable_interface.o
  2835. libtool: clean: rm -f ip-mib/ipAddressPrefixTable/ipAddressPrefixTable_data_access.o
  2836. libtool: clean: rm -f ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_interface.o
  2837. libtool: clean: rm -f ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_data_access.o
  2838. libtool: clean: rm -f ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_data_get.o
  2839. libtool: clean: rm -f ip-mib/data_access/arp_common.o
  2840. libtool: clean: rm -f ip-mib/data_access/arp_netlink.o
  2841. libtool: clean: rm -f ip-mib/data_access/systemstats_common.o
  2842. libtool: clean: rm -f ip-mib/data_access/systemstats_linux.o
  2843. libtool: clean: rm -f ip-mib/data_access/scalars_linux.o
  2844. libtool: clean: rm -f ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable_interface.o
  2845. libtool: clean: rm -f ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable_data_access.o
  2846. libtool: clean: rm -f ip-mib/ipIfStatsTable/ipIfStatsTable_data_get.o
  2847. libtool: clean: rm -f ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable_interface.o
  2848. libtool: clean: rm -f ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable_data_access.o
  2849. libtool: clean: rm -f ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable_interface.o
  2850. libtool: clean: rm -f ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable_data_access.o
  2851. libtool: clean: rm -f tcp-mib/data_access/tcpConn_common.o
  2852. libtool: clean: rm -f tcp-mib/data_access/tcpConn_linux.o
  2853. libtool: clean: rm -f util_funcs/get_pid_from_inode.o
  2854. libtool: clean: rm -f tcp-mib/tcpConnectionTable/tcpConnectionTable_interface.o
  2855. libtool: clean: rm -f tcp-mib/tcpConnectionTable/tcpConnectionTable_data_access.o
  2856. libtool: clean: rm -f tcp-mib/tcpListenerTable/tcpListenerTable_interface.o
  2857. libtool: clean: rm -f tcp-mib/tcpListenerTable/tcpListenerTable_data_access.o
  2858. libtool: clean: rm -f udp-mib/udpEndpointTable/udpEndpointTable_interface.o
  2859. libtool: clean: rm -f udp-mib/udpEndpointTable/udpEndpointTable_data_access.o
  2860. libtool: clean: rm -f if-mib/data_access/interface_linux.o
  2861. libtool: clean: rm -f if-mib/data_access/interface_ioctl.o
  2862. libtool: clean: rm -f ip-mib/data_access/ipaddress_common.o
  2863. libtool: clean: rm -f ip-mib/data_access/ipaddress_linux.o
  2864. libtool: clean: rm -f ip-mib/data_access/defaultrouter_common.o
  2865. libtool: clean: rm -f ip-mib/data_access/defaultrouter_linux.o
  2866. libtool: clean: rm -f ip-mib/data_access/ipv6scopezone_common.o
  2867. libtool: clean: rm -f ip-mib/data_access/ipv6scopezone_linux.o
  2868. libtool: clean: rm -f ip-forward-mib/data_access/route_common.o
  2869. libtool: clean: rm -f ip-forward-mib/data_access/route_linux.o
  2870. libtool: clean: rm -f ip-forward-mib/data_access/route_ioctl.o
  2871. libtool: clean: rm -f udp-mib/data_access/udp_endpoint_common.o
  2872. libtool: clean: rm -f udp-mib/data_access/udp_endpoint_linux.o
  2873. libtool: clean: rm -f ip-mib/data_access/ipaddress_ioctl.o
  2874. libtool: clean: rm -f ucd-snmp/disk_hw.lo ucd-snmp/.libs/disk_hw.o ucd-snmp/disk_hw.o
  2875. libtool: clean: rm -f ucd-snmp/proc.lo ucd-snmp/.libs/proc.o ucd-snmp/proc.o
  2876. libtool: clean: rm -f ucd-snmp/versioninfo.lo ucd-snmp/.libs/versioninfo.o ucd-snmp/versioninfo.o
  2877. libtool: clean: rm -f ucd-snmp/pass.lo ucd-snmp/.libs/pass.o ucd-snmp/pass.o
  2878. libtool: clean: rm -f ucd-snmp/pass_persist.lo ucd-snmp/.libs/pass_persist.o ucd-snmp/pass_persist.o
  2879. libtool: clean: rm -f ucd-snmp/loadave.lo ucd-snmp/.libs/loadave.o ucd-snmp/loadave.o
  2880. libtool: clean: rm -f ucd-snmp/errormib.lo ucd-snmp/.libs/errormib.o ucd-snmp/errormib.o
  2881. libtool: clean: rm -f ucd-snmp/file.lo ucd-snmp/.libs/file.o ucd-snmp/file.o
  2882. libtool: clean: rm -f ucd-snmp/dlmod.lo ucd-snmp/.libs/dlmod.o ucd-snmp/dlmod.o
  2883. libtool: clean: rm -f ucd-snmp/proxy.lo ucd-snmp/.libs/proxy.o ucd-snmp/proxy.o
  2884. libtool: clean: rm -f ucd-snmp/logmatch.lo ucd-snmp/.libs/logmatch.o ucd-snmp/logmatch.o
  2885. libtool: clean: rm -f ucd-snmp/memory.lo ucd-snmp/.libs/memory.o ucd-snmp/memory.o
  2886. libtool: clean: rm -f ucd-snmp/vmstat.lo ucd-snmp/.libs/vmstat.o ucd-snmp/vmstat.o
  2887. libtool: clean: rm -f snmpv3/snmpMPDStats_5_5.lo snmpv3/.libs/snmpMPDStats_5_5.o snmpv3/snmpMPDStats_5_5.o
  2888. libtool: clean: rm -f snmpv3/usmStats_5_5.lo snmpv3/.libs/usmStats_5_5.o snmpv3/usmStats_5_5.o
  2889. libtool: clean: rm -f snmpv3/snmpEngine.lo snmpv3/.libs/snmpEngine.o snmpv3/snmpEngine.o
  2890. libtool: clean: rm -f snmpv3/usmUser.lo snmpv3/.libs/usmUser.o snmpv3/usmUser.o
  2891. libtool: clean: rm -f mibII/snmp_mib_5_5.lo mibII/.libs/snmp_mib_5_5.o mibII/snmp_mib_5_5.o
  2892. libtool: clean: rm -f mibII/system_mib.lo mibII/.libs/system_mib.o mibII/system_mib.o
  2893. libtool: clean: rm -f mibII/sysORTable.lo mibII/.libs/sysORTable.o mibII/sysORTable.o
  2894. libtool: clean: rm -f mibII/vacm_vars.lo mibII/.libs/vacm_vars.o mibII/vacm_vars.o
  2895. libtool: clean: rm -f mibII/setSerialNo.lo mibII/.libs/setSerialNo.o mibII/setSerialNo.o
  2896. libtool: clean: rm -f mibII/at.lo mibII/.libs/at.o mibII/at.o
  2897. libtool: clean: rm -f mibII/ip.lo mibII/.libs/ip.o mibII/ip.o
  2898. libtool: clean: rm -f mibII/tcp.lo mibII/.libs/tcp.o mibII/tcp.o
  2899. libtool: clean: rm -f mibII/icmp.lo mibII/.libs/icmp.o mibII/icmp.o
  2900. libtool: clean: rm -f mibII/udp.lo mibII/.libs/udp.o mibII/udp.o
  2901. libtool: clean: rm -f notification/snmpNotifyTable.lo notification/.libs/snmpNotifyTable.o notification/snmpNotifyTable.o
  2902. libtool: clean: rm -f notification/snmpNotifyFilterProfileTable.lo notification/.libs/snmpNotifyFilterProfileTable.o notification/snmpNotifyFilterProfileTable.o
  2903. libtool: clean: rm -f notification-log-mib/notification_log.lo notification-log-mib/.libs/notification_log.o notification-log-mib/notification_log.o
  2904. libtool: clean: rm -f target/target_counters_5_5.lo target/.libs/target_counters_5_5.o target/target_counters_5_5.o
  2905. libtool: clean: rm -f target/snmpTargetAddrEntry.lo target/.libs/snmpTargetAddrEntry.o target/snmpTargetAddrEntry.o
  2906. libtool: clean: rm -f target/snmpTargetParamsEntry.lo target/.libs/snmpTargetParamsEntry.o target/snmpTargetParamsEntry.o
  2907. libtool: clean: rm -f target/target.lo target/.libs/target.o target/target.o
  2908. libtool: clean: rm -f agent/nsTransactionTable.lo agent/.libs/nsTransactionTable.o agent/nsTransactionTable.o
  2909. libtool: clean: rm -f agent/nsModuleTable.lo agent/.libs/nsModuleTable.o agent/nsModuleTable.o
  2910. libtool: clean: rm -f agent/nsDebug.lo agent/.libs/nsDebug.o agent/nsDebug.o
  2911. libtool: clean: rm -f agent/nsCache.lo agent/.libs/nsCache.o agent/nsCache.o
  2912. libtool: clean: rm -f agent/nsLogging.lo agent/.libs/nsLogging.o agent/nsLogging.o
  2913. libtool: clean: rm -f agent/nsVacmAccessTable.lo agent/.libs/nsVacmAccessTable.o agent/nsVacmAccessTable.o
  2914. libtool: clean: rm -f disman/event/mteScalars.lo disman/event/.libs/mteScalars.o disman/event/mteScalars.o
  2915. libtool: clean: rm -f disman/event/mteTrigger.lo disman/event/.libs/mteTrigger.o disman/event/mteTrigger.o
  2916. libtool: clean: rm -f disman/event/mteTriggerTable.lo disman/event/.libs/mteTriggerTable.o disman/event/mteTriggerTable.o
  2917. libtool: clean: rm -f disman/event/mteTriggerDeltaTable.lo disman/event/.libs/mteTriggerDeltaTable.o disman/event/mteTriggerDeltaTable.o
  2918. libtool: clean: rm -f disman/event/mteTriggerExistenceTable.lo disman/event/.libs/mteTriggerExistenceTable.o disman/event/mteTriggerExistenceTable.o
  2919. libtool: clean: rm -f disman/event/mteTriggerBooleanTable.lo disman/event/.libs/mteTriggerBooleanTable.o disman/event/mteTriggerBooleanTable.o
  2920. libtool: clean: rm -f disman/event/mteTriggerThresholdTable.lo disman/event/.libs/mteTriggerThresholdTable.o disman/event/mteTriggerThresholdTable.o
  2921. libtool: clean: rm -f disman/event/mteTriggerConf.lo disman/event/.libs/mteTriggerConf.o disman/event/mteTriggerConf.o
  2922. libtool: clean: rm -f disman/event/mteEvent.lo disman/event/.libs/mteEvent.o disman/event/mteEvent.o
  2923. libtool: clean: rm -f disman/event/mteEventTable.lo disman/event/.libs/mteEventTable.o disman/event/mteEventTable.o
  2924. libtool: clean: rm -f disman/event/mteEventSetTable.lo disman/event/.libs/mteEventSetTable.o disman/event/mteEventSetTable.o
  2925. libtool: clean: rm -f disman/event/mteEventNotificationTable.lo disman/event/.libs/mteEventNotificationTable.o disman/event/mteEventNotificationTable.o
  2926. libtool: clean: rm -f disman/event/mteEventConf.lo disman/event/.libs/mteEventConf.o disman/event/mteEventConf.o
  2927. libtool: clean: rm -f disman/event/mteObjects.lo disman/event/.libs/mteObjects.o disman/event/mteObjects.o
  2928. libtool: clean: rm -f disman/event/mteObjectsTable.lo disman/event/.libs/mteObjectsTable.o disman/event/mteObjectsTable.o
  2929. libtool: clean: rm -f disman/event/mteObjectsConf.lo disman/event/.libs/mteObjectsConf.o disman/event/mteObjectsConf.o
  2930. libtool: clean: rm -f disman/schedule/schedCore.lo disman/schedule/.libs/schedCore.o disman/schedule/schedCore.o
  2931. libtool: clean: rm -f disman/schedule/schedConf.lo disman/schedule/.libs/schedConf.o disman/schedule/schedConf.o
  2932. libtool: clean: rm -f disman/schedule/schedTable.lo disman/schedule/.libs/schedTable.o disman/schedule/schedTable.o
  2933. libtool: clean: rm -f utilities/override.lo utilities/.libs/override.o utilities/override.o
  2934. libtool: clean: rm -f host/hrh_storage.lo host/.libs/hrh_storage.o host/hrh_storage.o
  2935. libtool: clean: rm -f host/hrh_filesys.lo host/.libs/hrh_filesys.o host/hrh_filesys.o
  2936. libtool: clean: rm -f host/hrSWInstalledTable.lo host/.libs/hrSWInstalledTable.o host/hrSWInstalledTable.o
  2937. libtool: clean: rm -f host/hrSWRunTable.lo host/.libs/hrSWRunTable.o host/hrSWRunTable.o
  2938. libtool: clean: rm -f host/hr_system.lo host/.libs/hr_system.o host/hr_system.o
  2939. libtool: clean: rm -f host/hr_device.lo host/.libs/hr_device.o host/hr_device.o
  2940. libtool: clean: rm -f host/hr_other.lo host/.libs/hr_other.o host/hr_other.o
  2941. libtool: clean: rm -f host/hr_proc.lo host/.libs/hr_proc.o host/hr_proc.o
  2942. libtool: clean: rm -f host/hr_network.lo host/.libs/hr_network.o host/hr_network.o
  2943. libtool: clean: rm -f host/hr_print.lo host/.libs/hr_print.o host/hr_print.o
  2944. libtool: clean: rm -f host/hr_disk.lo host/.libs/hr_disk.o host/hr_disk.o
  2945. libtool: clean: rm -f host/hr_partition.lo host/.libs/hr_partition.o host/hr_partition.o
  2946. libtool: clean: rm -f util_funcs/header_simple_table.lo util_funcs/.libs/header_simple_table.o util_funcs/header_simple_table.o
  2947. libtool: clean: rm -f util_funcs.lo ./.libs/util_funcs.o ./util_funcs.o
  2948. libtool: clean: rm -f util_funcs/header_generic.lo util_funcs/.libs/header_generic.o util_funcs/header_generic.o
  2949. libtool: clean: rm -f util_funcs/restart.lo util_funcs/.libs/restart.o util_funcs/restart.o
  2950. libtool: clean: rm -f ucd-snmp/pass_common.lo ucd-snmp/.libs/pass_common.o ucd-snmp/pass_common.o
  2951. libtool: clean: rm -f mibII/updates.lo mibII/.libs/updates.o mibII/updates.o
  2952. libtool: clean: rm -f mibII/vacm_context.lo mibII/.libs/vacm_context.o mibII/vacm_context.o
  2953. libtool: clean: rm -f mibII/kernel_linux.lo mibII/.libs/kernel_linux.o mibII/kernel_linux.o
  2954. libtool: clean: rm -f mibII/ipAddr.lo mibII/.libs/ipAddr.o mibII/ipAddr.o
  2955. libtool: clean: rm -f mibII/var_route.lo mibII/.libs/var_route.o mibII/var_route.o
  2956. libtool: clean: rm -f mibII/route_write.lo mibII/.libs/route_write.o mibII/route_write.o
  2957. libtool: clean: rm -f mibII/tcpTable.lo mibII/.libs/tcpTable.o mibII/tcpTable.o
  2958. libtool: clean: rm -f mibII/udpTable.lo mibII/.libs/udpTable.o mibII/udpTable.o
  2959. libtool: clean: rm -f ip-mib/ip_scalars.lo ip-mib/.libs/ip_scalars.o ip-mib/ip_scalars.o
  2960. libtool: clean: rm -f header_complex.lo ./.libs/header_complex.o ./header_complex.o
  2961. libtool: clean: rm -f snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable.lo snmp-notification-mib/snmpNotifyFilterTable/.libs/snmpNotifyFilterTable.o snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable.o
  2962. libtool: clean: rm -f host/data_access/swinst.lo host/data_access/.libs/swinst.o host/data_access/swinst.o
  2963. libtool: clean: rm -f host/data_access/swrun.lo host/data_access/.libs/swrun.o host/data_access/swrun.o
  2964. libtool: clean: rm -f host/hrSWRunPerfTable.lo host/.libs/hrSWRunPerfTable.o host/hrSWRunPerfTable.o
  2965. libtool: clean: rm -f hardware/fsys/hw_fsys.lo hardware/fsys/.libs/hw_fsys.o hardware/fsys/hw_fsys.o
  2966. libtool: clean: rm -f hardware/fsys/fsys_mntent.lo hardware/fsys/.libs/fsys_mntent.o hardware/fsys/fsys_mntent.o
  2967. libtool: clean: rm -f hardware/memory/hw_mem.lo hardware/memory/.libs/hw_mem.o hardware/memory/hw_mem.o
  2968. libtool: clean: rm -f hardware/memory/memory_linux.lo hardware/memory/.libs/memory_linux.o hardware/memory/memory_linux.o
  2969. libtool: clean: rm -f hardware/cpu/cpu.lo hardware/cpu/.libs/cpu.o hardware/cpu/cpu.o
  2970. libtool: clean: rm -f hardware/cpu/cpu_linux.lo hardware/cpu/.libs/cpu_linux.o hardware/cpu/cpu_linux.o
  2971. libtool: clean: rm -f if-mib/ifTable/ifTable.lo if-mib/ifTable/.libs/ifTable.o if-mib/ifTable/ifTable.o
  2972. libtool: clean: rm -f if-mib/ifXTable/ifXTable.lo if-mib/ifXTable/.libs/ifXTable.o if-mib/ifXTable/ifXTable.o
  2973. libtool: clean: rm -f ip-mib/ipAddressTable/ipAddressTable.lo ip-mib/ipAddressTable/.libs/ipAddressTable.o ip-mib/ipAddressTable/ipAddressTable.o
  2974. libtool: clean: rm -f ip-mib/ipAddressPrefixTable/ipAddressPrefixTable.lo ip-mib/ipAddressPrefixTable/.libs/ipAddressPrefixTable.o ip-mib/ipAddressPrefixTable/ipAddressPrefixTable.o
  2975. libtool: clean: rm -f ip-mib/ipDefaultRouterTable/ipDefaultRouterTable.lo ip-mib/ipDefaultRouterTable/.libs/ipDefaultRouterTable.o ip-mib/ipDefaultRouterTable/ipDefaultRouterTable.o
  2976. libtool: clean: rm -f ip-mib/inetNetToMediaTable/inetNetToMediaTable.lo ip-mib/inetNetToMediaTable/.libs/inetNetToMediaTable.o ip-mib/inetNetToMediaTable/inetNetToMediaTable.o
  2977. libtool: clean: rm -f ip-mib/inetNetToMediaTable/inetNetToMediaTable_interface.lo ip-mib/inetNetToMediaTable/.libs/inetNetToMediaTable_interface.o ip-mib/inetNetToMediaTable/inetNetToMediaTable_interface.o
  2978. libtool: clean: rm -f ip-mib/inetNetToMediaTable/inetNetToMediaTable_data_access.lo ip-mib/inetNetToMediaTable/.libs/inetNetToMediaTable_data_access.o ip-mib/inetNetToMediaTable/inetNetToMediaTable_data_access.o
  2979. libtool: clean: rm -f ip-mib/ipSystemStatsTable/ipSystemStatsTable.lo ip-mib/ipSystemStatsTable/.libs/ipSystemStatsTable.o ip-mib/ipSystemStatsTable/ipSystemStatsTable.o
  2980. libtool: clean: rm -f ip-mib/ipSystemStatsTable/ipSystemStatsTable_interface.lo ip-mib/ipSystemStatsTable/.libs/ipSystemStatsTable_interface.o ip-mib/ipSystemStatsTable/ipSystemStatsTable_interface.o
  2981. libtool: clean: rm -f ip-mib/ipSystemStatsTable/ipSystemStatsTable_data_access.lo ip-mib/ipSystemStatsTable/.libs/ipSystemStatsTable_data_access.o ip-mib/ipSystemStatsTable/ipSystemStatsTable_data_access.o
  2982. libtool: clean: rm -f ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable.lo ip-mib/ipv6ScopeZoneIndexTable/.libs/ipv6ScopeZoneIndexTable.o ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable.o
  2983. libtool: clean: rm -f ip-mib/ipIfStatsTable/ipIfStatsTable.lo ip-mib/ipIfStatsTable/.libs/ipIfStatsTable.o ip-mib/ipIfStatsTable/ipIfStatsTable.o
  2984. libtool: clean: rm -f ip-mib/ipIfStatsTable/ipIfStatsTable_interface.lo ip-mib/ipIfStatsTable/.libs/ipIfStatsTable_interface.o ip-mib/ipIfStatsTable/ipIfStatsTable_interface.o
  2985. libtool: clean: rm -f ip-mib/ipIfStatsTable/ipIfStatsTable_data_access.lo ip-mib/ipIfStatsTable/.libs/ipIfStatsTable_data_access.o ip-mib/ipIfStatsTable/ipIfStatsTable_data_access.o
  2986. libtool: clean: rm -f ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable.lo ip-forward-mib/ipCidrRouteTable/.libs/ipCidrRouteTable.o ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable.o
  2987. libtool: clean: rm -f ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable.lo ip-forward-mib/inetCidrRouteTable/.libs/inetCidrRouteTable.o ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable.o
  2988. libtool: clean: rm -f tcp-mib/tcpConnectionTable/tcpConnectionTable.lo tcp-mib/tcpConnectionTable/.libs/tcpConnectionTable.o tcp-mib/tcpConnectionTable/tcpConnectionTable.o
  2989. libtool: clean: rm -f tcp-mib/tcpListenerTable/tcpListenerTable.lo tcp-mib/tcpListenerTable/.libs/tcpListenerTable.o tcp-mib/tcpListenerTable/tcpListenerTable.o
  2990. libtool: clean: rm -f udp-mib/udpEndpointTable/udpEndpointTable.lo udp-mib/udpEndpointTable/.libs/udpEndpointTable.o udp-mib/udpEndpointTable/udpEndpointTable.o
  2991. libtool: clean: rm -f snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_interface.lo snmp-notification-mib/snmpNotifyFilterTable/.libs/snmpNotifyFilterTable_interface.o snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_interface.o
  2992. libtool: clean: rm -f snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_data_access.lo snmp-notification-mib/snmpNotifyFilterTable/.libs/snmpNotifyFilterTable_data_access.o snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_data_access.o
  2993. libtool: clean: rm -f host/data_access/swinst_apt.lo host/data_access/.libs/swinst_apt.o host/data_access/swinst_apt.o
  2994. libtool: clean: rm -f host/data_access/swrun_procfs_status.lo host/data_access/.libs/swrun_procfs_status.o host/data_access/swrun_procfs_status.o
  2995. libtool: clean: rm -f if-mib/data_access/interface.lo if-mib/data_access/.libs/interface.o if-mib/data_access/interface.o
  2996. libtool: clean: rm -f if-mib/ifTable/ifTable_interface.lo if-mib/ifTable/.libs/ifTable_interface.o if-mib/ifTable/ifTable_interface.o
  2997. libtool: clean: rm -f if-mib/ifTable/ifTable_data_access.lo if-mib/ifTable/.libs/ifTable_data_access.o if-mib/ifTable/ifTable_data_access.o
  2998. libtool: clean: rm -f if-mib/ifXTable/ifXTable_interface.lo if-mib/ifXTable/.libs/ifXTable_interface.o if-mib/ifXTable/ifXTable_interface.o
  2999. libtool: clean: rm -f if-mib/ifXTable/ifXTable_data_access.lo if-mib/ifXTable/.libs/ifXTable_data_access.o if-mib/ifXTable/ifXTable_data_access.o
  3000. libtool: clean: rm -f ip-mib/ipAddressTable/ipAddressTable_interface.lo ip-mib/ipAddressTable/.libs/ipAddressTable_interface.o ip-mib/ipAddressTable/ipAddressTable_interface.o
  3001. libtool: clean: rm -f ip-mib/ipAddressTable/ipAddressTable_data_access.lo ip-mib/ipAddressTable/.libs/ipAddressTable_data_access.o ip-mib/ipAddressTable/ipAddressTable_data_access.o
  3002. libtool: clean: rm -f ip-mib/ipAddressPrefixTable/ipAddressPrefixTable_interface.lo ip-mib/ipAddressPrefixTable/.libs/ipAddressPrefixTable_interface.o ip-mib/ipAddressPrefixTable/ipAddressPrefixTable_interface.o
  3003. libtool: clean: rm -f ip-mib/ipAddressPrefixTable/ipAddressPrefixTable_data_access.lo ip-mib/ipAddressPrefixTable/.libs/ipAddressPrefixTable_data_access.o ip-mib/ipAddressPrefixTable/ipAddressPrefixTable_data_access.o
  3004. libtool: clean: rm -f ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_interface.lo ip-mib/ipDefaultRouterTable/.libs/ipDefaultRouterTable_interface.o ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_interface.o
  3005. libtool: clean: rm -f ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_data_access.lo ip-mib/ipDefaultRouterTable/.libs/ipDefaultRouterTable_data_access.o ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_data_access.o
  3006. libtool: clean: rm -f ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_data_get.lo ip-mib/ipDefaultRouterTable/.libs/ipDefaultRouterTable_data_get.o ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_data_get.o
  3007. libtool: clean: rm -f ip-mib/data_access/arp_common.lo ip-mib/data_access/.libs/arp_common.o ip-mib/data_access/arp_common.o
  3008. libtool: clean: rm -f ip-mib/data_access/arp_netlink.lo ip-mib/data_access/.libs/arp_netlink.o ip-mib/data_access/arp_netlink.o
  3009. libtool: clean: rm -f ip-mib/data_access/systemstats_common.lo ip-mib/data_access/.libs/systemstats_common.o ip-mib/data_access/systemstats_common.o
  3010. libtool: clean: rm -f ip-mib/data_access/systemstats_linux.lo ip-mib/data_access/.libs/systemstats_linux.o ip-mib/data_access/systemstats_linux.o
  3011. libtool: clean: rm -f ip-mib/data_access/scalars_linux.lo ip-mib/data_access/.libs/scalars_linux.o ip-mib/data_access/scalars_linux.o
  3012. libtool: clean: rm -f ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable_interface.lo ip-mib/ipv6ScopeZoneIndexTable/.libs/ipv6ScopeZoneIndexTable_interface.o ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable_interface.o
  3013. libtool: clean: rm -f ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable_data_access.lo ip-mib/ipv6ScopeZoneIndexTable/.libs/ipv6ScopeZoneIndexTable_data_access.o ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable_data_access.o
  3014. libtool: clean: rm -f ip-mib/ipIfStatsTable/ipIfStatsTable_data_get.lo ip-mib/ipIfStatsTable/.libs/ipIfStatsTable_data_get.o ip-mib/ipIfStatsTable/ipIfStatsTable_data_get.o
  3015. libtool: clean: rm -f ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable_interface.lo ip-forward-mib/ipCidrRouteTable/.libs/ipCidrRouteTable_interface.o ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable_interface.o
  3016. libtool: clean: rm -f ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable_data_access.lo ip-forward-mib/ipCidrRouteTable/.libs/ipCidrRouteTable_data_access.o ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable_data_access.o
  3017. libtool: clean: rm -f ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable_interface.lo ip-forward-mib/inetCidrRouteTable/.libs/inetCidrRouteTable_interface.o ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable_interface.o
  3018. libtool: clean: rm -f ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable_data_access.lo ip-forward-mib/inetCidrRouteTable/.libs/inetCidrRouteTable_data_access.o ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable_data_access.o
  3019. libtool: clean: rm -f tcp-mib/data_access/tcpConn_common.lo tcp-mib/data_access/.libs/tcpConn_common.o tcp-mib/data_access/tcpConn_common.o
  3020. libtool: clean: rm -f tcp-mib/data_access/tcpConn_linux.lo tcp-mib/data_access/.libs/tcpConn_linux.o tcp-mib/data_access/tcpConn_linux.o
  3021. libtool: clean: rm -f util_funcs/get_pid_from_inode.lo util_funcs/.libs/get_pid_from_inode.o util_funcs/get_pid_from_inode.o
  3022. libtool: clean: rm -f tcp-mib/tcpConnectionTable/tcpConnectionTable_interface.lo tcp-mib/tcpConnectionTable/.libs/tcpConnectionTable_interface.o tcp-mib/tcpConnectionTable/tcpConnectionTable_interface.o
  3023. libtool: clean: rm -f tcp-mib/tcpConnectionTable/tcpConnectionTable_data_access.lo tcp-mib/tcpConnectionTable/.libs/tcpConnectionTable_data_access.o tcp-mib/tcpConnectionTable/tcpConnectionTable_data_access.o
  3024. libtool: clean: rm -f tcp-mib/tcpListenerTable/tcpListenerTable_interface.lo tcp-mib/tcpListenerTable/.libs/tcpListenerTable_interface.o tcp-mib/tcpListenerTable/tcpListenerTable_interface.o
  3025. libtool: clean: rm -f tcp-mib/tcpListenerTable/tcpListenerTable_data_access.lo tcp-mib/tcpListenerTable/.libs/tcpListenerTable_data_access.o tcp-mib/tcpListenerTable/tcpListenerTable_data_access.o
  3026. libtool: clean: rm -f udp-mib/udpEndpointTable/udpEndpointTable_interface.lo udp-mib/udpEndpointTable/.libs/udpEndpointTable_interface.o udp-mib/udpEndpointTable/udpEndpointTable_interface.o
  3027. libtool: clean: rm -f udp-mib/udpEndpointTable/udpEndpointTable_data_access.lo udp-mib/udpEndpointTable/.libs/udpEndpointTable_data_access.o udp-mib/udpEndpointTable/udpEndpointTable_data_access.o
  3028. libtool: clean: rm -f if-mib/data_access/interface_linux.lo if-mib/data_access/.libs/interface_linux.o if-mib/data_access/interface_linux.o
  3029. libtool: clean: rm -f if-mib/data_access/interface_ioctl.lo if-mib/data_access/.libs/interface_ioctl.o if-mib/data_access/interface_ioctl.o
  3030. libtool: clean: rm -f ip-mib/data_access/ipaddress_common.lo ip-mib/data_access/.libs/ipaddress_common.o ip-mib/data_access/ipaddress_common.o
  3031. libtool: clean: rm -f ip-mib/data_access/ipaddress_linux.lo ip-mib/data_access/.libs/ipaddress_linux.o ip-mib/data_access/ipaddress_linux.o
  3032. libtool: clean: rm -f ip-mib/data_access/defaultrouter_common.lo ip-mib/data_access/.libs/defaultrouter_common.o ip-mib/data_access/defaultrouter_common.o
  3033. libtool: clean: rm -f ip-mib/data_access/defaultrouter_linux.lo ip-mib/data_access/.libs/defaultrouter_linux.o ip-mib/data_access/defaultrouter_linux.o
  3034. libtool: clean: rm -f ip-mib/data_access/ipv6scopezone_common.lo ip-mib/data_access/.libs/ipv6scopezone_common.o ip-mib/data_access/ipv6scopezone_common.o
  3035. libtool: clean: rm -f ip-mib/data_access/ipv6scopezone_linux.lo ip-mib/data_access/.libs/ipv6scopezone_linux.o ip-mib/data_access/ipv6scopezone_linux.o
  3036. libtool: clean: rm -f ip-forward-mib/data_access/route_common.lo ip-forward-mib/data_access/.libs/route_common.o ip-forward-mib/data_access/route_common.o
  3037. libtool: clean: rm -f ip-forward-mib/data_access/route_linux.lo ip-forward-mib/data_access/.libs/route_linux.o ip-forward-mib/data_access/route_linux.o
  3038. libtool: clean: rm -f ip-forward-mib/data_access/route_ioctl.lo ip-forward-mib/data_access/.libs/route_ioctl.o ip-forward-mib/data_access/route_ioctl.o
  3039. libtool: clean: rm -f udp-mib/data_access/udp_endpoint_common.lo udp-mib/data_access/.libs/udp_endpoint_common.o udp-mib/data_access/udp_endpoint_common.o
  3040. libtool: clean: rm -f udp-mib/data_access/udp_endpoint_linux.lo udp-mib/data_access/.libs/udp_endpoint_linux.o udp-mib/data_access/udp_endpoint_linux.o
  3041. libtool: clean: rm -f ip-mib/data_access/ipaddress_ioctl.lo ip-mib/data_access/.libs/ipaddress_ioctl.o ip-mib/data_access/ipaddress_ioctl.o
  3042. libtool: clean: rmdir ucd-snmp/.libs >/dev/null 2>&1
  3043. libtool: clean: rmdir snmpv3/.libs >/dev/null 2>&1
  3044. libtool: clean: rmdir mibII/.libs >/dev/null 2>&1
  3045. libtool: clean: rmdir notification/.libs >/dev/null 2>&1
  3046. libtool: clean: rmdir notification-log-mib/.libs >/dev/null 2>&1
  3047. libtool: clean: rmdir target/.libs >/dev/null 2>&1
  3048. libtool: clean: rmdir agent/.libs >/dev/null 2>&1
  3049. libtool: clean: rmdir disman/event/.libs >/dev/null 2>&1
  3050. libtool: clean: rmdir disman/schedule/.libs >/dev/null 2>&1
  3051. libtool: clean: rmdir utilities/.libs >/dev/null 2>&1
  3052. libtool: clean: rmdir host/.libs >/dev/null 2>&1
  3053. libtool: clean: rmdir util_funcs/.libs >/dev/null 2>&1
  3054. libtool: clean: rmdir .libs >/dev/null 2>&1
  3055. libtool: clean: rmdir ip-mib/.libs >/dev/null 2>&1
  3056. libtool: clean: rmdir snmp-notification-mib/snmpNotifyFilterTable/.libs >/dev/null 2>&1
  3057. libtool: clean: rmdir host/data_access/.libs >/dev/null 2>&1
  3058. libtool: clean: rmdir hardware/fsys/.libs >/dev/null 2>&1
  3059. libtool: clean: rmdir hardware/memory/.libs >/dev/null 2>&1
  3060. libtool: clean: rmdir hardware/cpu/.libs >/dev/null 2>&1
  3061. libtool: clean: rmdir if-mib/ifTable/.libs >/dev/null 2>&1
  3062. libtool: clean: rmdir if-mib/ifXTable/.libs >/dev/null 2>&1
  3063. libtool: clean: rmdir ip-mib/ipAddressTable/.libs >/dev/null 2>&1
  3064. libtool: clean: rmdir ip-mib/ipAddressPrefixTable/.libs >/dev/null 2>&1
  3065. libtool: clean: rmdir ip-mib/ipDefaultRouterTable/.libs >/dev/null 2>&1
  3066. libtool: clean: rmdir ip-mib/inetNetToMediaTable/.libs >/dev/null 2>&1
  3067. libtool: clean: rmdir ip-mib/ipSystemStatsTable/.libs >/dev/null 2>&1
  3068. libtool: clean: rmdir ip-mib/ipv6ScopeZoneIndexTable/.libs >/dev/null 2>&1
  3069. libtool: clean: rmdir ip-mib/ipIfStatsTable/.libs >/dev/null 2>&1
  3070. libtool: clean: rmdir ip-forward-mib/ipCidrRouteTable/.libs >/dev/null 2>&1
  3071. libtool: clean: rmdir ip-forward-mib/inetCidrRouteTable/.libs >/dev/null 2>&1
  3072. libtool: clean: rmdir tcp-mib/tcpConnectionTable/.libs >/dev/null 2>&1
  3073. libtool: clean: rmdir tcp-mib/tcpListenerTable/.libs >/dev/null 2>&1
  3074. libtool: clean: rmdir udp-mib/udpEndpointTable/.libs >/dev/null 2>&1
  3075. libtool: clean: rmdir if-mib/data_access/.libs >/dev/null 2>&1
  3076. libtool: clean: rmdir ip-mib/data_access/.libs >/dev/null 2>&1
  3077. libtool: clean: rmdir tcp-mib/data_access/.libs >/dev/null 2>&1
  3078. libtool: clean: rmdir ip-forward-mib/data_access/.libs >/dev/null 2>&1
  3079. libtool: clean: rmdir udp-mib/data_access/.libs >/dev/null 2>&1
  3080. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/agent/mibgroup'
  3081. /bin/bash ../libtool --mode=clean rm -f helpers/all_helpers.o helpers/baby_steps.o helpers/bulk_to_next.o helpers/cache_handler.o helpers/debug_handler.o helpers/instance.o helpers/mode_end_call.o helpers/multiplexer.o helpers/null.o helpers/old_api.o helpers/read_only.o helpers/row_merge.o helpers/scalar.o helpers/scalar_group.o helpers/serialize.o helpers/snmp_get_statistic.o helpers/stash_cache.o helpers/stash_to_next.o helpers/table.o helpers/table_array.o helpers/table_container.o helpers/table_data.o helpers/table_dataset.o helpers/table_iterator.o helpers/table_row.o helpers/table_tdata.o helpers/watcher.o agent_handler.o agent_index.o agent_read_config.o agent_registry.o agent_sysORTable.o agent_trap.o kernel.o snmp_agent.o snmp_vars.o mibgroup/snmpv3/usmConf.o mibgroup/agentx/master.o mibgroup/agentx/subagent.o mibgroup/utilities/execute.o mibgroup/utilities/iquery.o mibgroup/mibII/vacm_conf.o mibgroup/agentx/protocol.o mibgroup/agentx/client.o mibgroup/agentx/master_admin.o mibgroup/agentx/agentx_config.o snmpd.o mib_modules.o auto_nlist.o helpers/all_helpers.lo helpers/baby_steps.lo helpers/bulk_to_next.lo helpers/cache_handler.lo helpers/debug_handler.lo helpers/instance.lo helpers/mode_end_call.lo helpers/multiplexer.lo helpers/null.lo helpers/old_api.lo helpers/read_only.lo helpers/row_merge.lo helpers/scalar.lo helpers/scalar_group.lo helpers/serialize.lo helpers/snmp_get_statistic.lo helpers/stash_cache.lo helpers/stash_to_next.lo helpers/table.lo helpers/table_array.lo helpers/table_container.lo helpers/table_data.lo helpers/table_dataset.lo helpers/table_iterator.lo helpers/table_row.lo helpers/table_tdata.lo helpers/watcher.lo agent_handler.lo agent_index.lo agent_read_config.lo agent_registry.lo agent_sysORTable.lo agent_trap.lo kernel.lo snmp_agent.lo snmp_vars.lo mibgroup/snmpv3/usmConf.lo mibgroup/agentx/master.lo mibgroup/agentx/subagent.lo mibgroup/utilities/execute.lo mibgroup/utilities/iquery.lo mibgroup/mibII/vacm_conf.lo mibgroup/agentx/protocol.lo mibgroup/agentx/client.lo mibgroup/agentx/master_admin.lo mibgroup/agentx/agentx_config.lo snmpd.lo mib_modules.lo auto_nlist.lo helpers/all_helpers.ft helpers/baby_steps.ft helpers/bulk_to_next.ft helpers/cache_handler.ft helpers/debug_handler.ft helpers/instance.ft helpers/mode_end_call.ft helpers/multiplexer.ft helpers/null.ft helpers/old_api.ft helpers/read_only.ft helpers/row_merge.ft helpers/scalar.ft helpers/scalar_group.ft helpers/serialize.ft helpers/snmp_get_statistic.ft helpers/stash_cache.ft helpers/stash_to_next.ft helpers/table.ft helpers/table_array.ft helpers/table_container.ft helpers/table_data.ft helpers/table_dataset.ft helpers/table_iterator.ft helpers/table_row.ft helpers/table_tdata.ft helpers/watcher.ft agent_handler.ft agent_index.ft agent_read_config.ft agent_registry.ft agent_sysORTable.ft agent_trap.ft kernel.ft snmp_agent.ft snmp_vars.ft mibgroup/snmpv3/usmConf.ft mibgroup/agentx/master.ft mibgroup/agentx/subagent.ft mibgroup/utilities/execute.ft mibgroup/utilities/iquery.ft mibgroup/mibII/vacm_conf.ft mibgroup/agentx/protocol.ft mibgroup/agentx/client.ft mibgroup/agentx/master_admin.ft mibgroup/agentx/agentx_config.ft snmpd.ft mib_modules.ft auto_nlist.ft core libnetsnmpagent.la libnetsnmpmibs.la snmpd
  3082. libtool: clean: rm -f helpers/all_helpers.o
  3083. libtool: clean: rm -f helpers/baby_steps.o
  3084. libtool: clean: rm -f helpers/bulk_to_next.o
  3085. libtool: clean: rm -f helpers/cache_handler.o
  3086. libtool: clean: rm -f helpers/debug_handler.o
  3087. libtool: clean: rm -f helpers/instance.o
  3088. libtool: clean: rm -f helpers/mode_end_call.o
  3089. libtool: clean: rm -f helpers/multiplexer.o
  3090. libtool: clean: rm -f helpers/null.o
  3091. libtool: clean: rm -f helpers/old_api.o
  3092. libtool: clean: rm -f helpers/read_only.o
  3093. libtool: clean: rm -f helpers/row_merge.o
  3094. libtool: clean: rm -f helpers/scalar.o
  3095. libtool: clean: rm -f helpers/scalar_group.o
  3096. libtool: clean: rm -f helpers/serialize.o
  3097. libtool: clean: rm -f helpers/snmp_get_statistic.o
  3098. libtool: clean: rm -f helpers/stash_cache.o
  3099. libtool: clean: rm -f helpers/stash_to_next.o
  3100. libtool: clean: rm -f helpers/table.o
  3101. libtool: clean: rm -f helpers/table_array.o
  3102. libtool: clean: rm -f helpers/table_container.o
  3103. libtool: clean: rm -f helpers/table_data.o
  3104. libtool: clean: rm -f helpers/table_dataset.o
  3105. libtool: clean: rm -f helpers/table_iterator.o
  3106. libtool: clean: rm -f helpers/table_row.o
  3107. libtool: clean: rm -f helpers/table_tdata.o
  3108. libtool: clean: rm -f helpers/watcher.o
  3109. libtool: clean: rm -f agent_handler.o
  3110. libtool: clean: rm -f agent_index.o
  3111. libtool: clean: rm -f agent_read_config.o
  3112. libtool: clean: rm -f agent_registry.o
  3113. libtool: clean: rm -f agent_sysORTable.o
  3114. libtool: clean: rm -f agent_trap.o
  3115. libtool: clean: rm -f kernel.o
  3116. libtool: clean: rm -f snmp_agent.o
  3117. libtool: clean: rm -f snmp_vars.o
  3118. libtool: clean: rm -f mibgroup/snmpv3/usmConf.o
  3119. libtool: clean: rm -f mibgroup/agentx/master.o
  3120. libtool: clean: rm -f mibgroup/agentx/subagent.o
  3121. libtool: clean: rm -f mibgroup/utilities/execute.o
  3122. libtool: clean: rm -f mibgroup/utilities/iquery.o
  3123. libtool: clean: rm -f mibgroup/mibII/vacm_conf.o
  3124. libtool: clean: rm -f mibgroup/agentx/protocol.o
  3125. libtool: clean: rm -f mibgroup/agentx/client.o
  3126. libtool: clean: rm -f mibgroup/agentx/master_admin.o
  3127. libtool: clean: rm -f mibgroup/agentx/agentx_config.o
  3128. libtool: clean: rm -f snmpd.o
  3129. libtool: clean: rm -f mib_modules.o
  3130. libtool: clean: rm -f auto_nlist.o
  3131. libtool: clean: rm -f helpers/all_helpers.lo helpers/.libs/all_helpers.o helpers/all_helpers.o
  3132. libtool: clean: rm -f helpers/baby_steps.lo helpers/.libs/baby_steps.o helpers/baby_steps.o
  3133. libtool: clean: rm -f helpers/bulk_to_next.lo helpers/.libs/bulk_to_next.o helpers/bulk_to_next.o
  3134. libtool: clean: rm -f helpers/cache_handler.lo helpers/.libs/cache_handler.o helpers/cache_handler.o
  3135. libtool: clean: rm -f helpers/debug_handler.lo helpers/.libs/debug_handler.o helpers/debug_handler.o
  3136. libtool: clean: rm -f helpers/instance.lo helpers/.libs/instance.o helpers/instance.o
  3137. libtool: clean: rm -f helpers/mode_end_call.lo helpers/.libs/mode_end_call.o helpers/mode_end_call.o
  3138. libtool: clean: rm -f helpers/multiplexer.lo helpers/.libs/multiplexer.o helpers/multiplexer.o
  3139. libtool: clean: rm -f helpers/null.lo helpers/.libs/null.o helpers/null.o
  3140. libtool: clean: rm -f helpers/old_api.lo helpers/.libs/old_api.o helpers/old_api.o
  3141. libtool: clean: rm -f helpers/read_only.lo helpers/.libs/read_only.o helpers/read_only.o
  3142. libtool: clean: rm -f helpers/row_merge.lo helpers/.libs/row_merge.o helpers/row_merge.o
  3143. libtool: clean: rm -f helpers/scalar.lo helpers/.libs/scalar.o helpers/scalar.o
  3144. libtool: clean: rm -f helpers/scalar_group.lo helpers/.libs/scalar_group.o helpers/scalar_group.o
  3145. libtool: clean: rm -f helpers/serialize.lo helpers/.libs/serialize.o helpers/serialize.o
  3146. libtool: clean: rm -f helpers/snmp_get_statistic.lo helpers/.libs/snmp_get_statistic.o helpers/snmp_get_statistic.o
  3147. libtool: clean: rm -f helpers/stash_cache.lo helpers/.libs/stash_cache.o helpers/stash_cache.o
  3148. libtool: clean: rm -f helpers/stash_to_next.lo helpers/.libs/stash_to_next.o helpers/stash_to_next.o
  3149. libtool: clean: rm -f helpers/table.lo helpers/.libs/table.o helpers/table.o
  3150. libtool: clean: rm -f helpers/table_array.lo helpers/.libs/table_array.o helpers/table_array.o
  3151. libtool: clean: rm -f helpers/table_container.lo helpers/.libs/table_container.o helpers/table_container.o
  3152. libtool: clean: rm -f helpers/table_data.lo helpers/.libs/table_data.o helpers/table_data.o
  3153. libtool: clean: rm -f helpers/table_dataset.lo helpers/.libs/table_dataset.o helpers/table_dataset.o
  3154. libtool: clean: rm -f helpers/table_iterator.lo helpers/.libs/table_iterator.o helpers/table_iterator.o
  3155. libtool: clean: rm -f helpers/table_row.lo helpers/.libs/table_row.o helpers/table_row.o
  3156. libtool: clean: rm -f helpers/table_tdata.lo helpers/.libs/table_tdata.o helpers/table_tdata.o
  3157. libtool: clean: rm -f helpers/watcher.lo helpers/.libs/watcher.o helpers/watcher.o
  3158. libtool: clean: rm -f agent_handler.lo ./.libs/agent_handler.o ./agent_handler.o
  3159. libtool: clean: rm -f agent_index.lo ./.libs/agent_index.o ./agent_index.o
  3160. libtool: clean: rm -f agent_read_config.lo ./.libs/agent_read_config.o ./agent_read_config.o
  3161. libtool: clean: rm -f agent_registry.lo ./.libs/agent_registry.o ./agent_registry.o
  3162. libtool: clean: rm -f agent_sysORTable.lo ./.libs/agent_sysORTable.o ./agent_sysORTable.o
  3163. libtool: clean: rm -f agent_trap.lo ./.libs/agent_trap.o ./agent_trap.o
  3164. libtool: clean: rm -f kernel.lo ./.libs/kernel.o ./kernel.o
  3165. libtool: clean: rm -f snmp_agent.lo ./.libs/snmp_agent.o ./snmp_agent.o
  3166. libtool: clean: rm -f snmp_vars.lo ./.libs/snmp_vars.o ./snmp_vars.o
  3167. libtool: clean: rm -f mibgroup/snmpv3/usmConf.lo mibgroup/snmpv3/.libs/usmConf.o mibgroup/snmpv3/usmConf.o
  3168. libtool: clean: rm -f mibgroup/agentx/master.lo mibgroup/agentx/.libs/master.o mibgroup/agentx/master.o
  3169. libtool: clean: rm -f mibgroup/agentx/subagent.lo mibgroup/agentx/.libs/subagent.o mibgroup/agentx/subagent.o
  3170. libtool: clean: rm -f mibgroup/utilities/execute.lo mibgroup/utilities/.libs/execute.o mibgroup/utilities/execute.o
  3171. libtool: clean: rm -f mibgroup/utilities/iquery.lo mibgroup/utilities/.libs/iquery.o mibgroup/utilities/iquery.o
  3172. libtool: clean: rm -f mibgroup/mibII/vacm_conf.lo mibgroup/mibII/.libs/vacm_conf.o mibgroup/mibII/vacm_conf.o
  3173. libtool: clean: rm -f mibgroup/agentx/protocol.lo mibgroup/agentx/.libs/protocol.o mibgroup/agentx/protocol.o
  3174. libtool: clean: rm -f mibgroup/agentx/client.lo mibgroup/agentx/.libs/client.o mibgroup/agentx/client.o
  3175. libtool: clean: rm -f mibgroup/agentx/master_admin.lo mibgroup/agentx/.libs/master_admin.o mibgroup/agentx/master_admin.o
  3176. libtool: clean: rm -f mibgroup/agentx/agentx_config.lo mibgroup/agentx/.libs/agentx_config.o mibgroup/agentx/agentx_config.o
  3177. libtool: clean: rm -f snmpd.lo ./.libs/snmpd.o ./snmpd.o
  3178. libtool: clean: rm -f mib_modules.lo ./.libs/mib_modules.o ./mib_modules.o
  3179. libtool: clean: rm -f auto_nlist.lo ./.libs/auto_nlist.o ./auto_nlist.o
  3180. libtool: clean: rm -f libnetsnmpagent.la .libs/libnetsnmpagent.so.30.0.3 .libs/libnetsnmpagent.so.30 .libs/libnetsnmpagent.so .libs/libnetsnmpagent.a .libs/libnetsnmpagent.la .libs/libnetsnmpagent.lai
  3181. libtool: clean: rm -f libnetsnmpmibs.la .libs/libnetsnmpmibs.so.30.0.3 .libs/libnetsnmpmibs.so.30 .libs/libnetsnmpmibs.so .libs/libnetsnmpmibs.a .libs/libnetsnmpmibs.la .libs/libnetsnmpmibs.lai
  3182. libtool: clean: rm -f snmpd .libs/snmpd .libs/snmpdS.o .libs/lt-snmpd
  3183. libtool: clean: rmdir helpers/.libs >/dev/null 2>&1
  3184. libtool: clean: rmdir .libs >/dev/null 2>&1
  3185. libtool: clean: rmdir mibgroup/snmpv3/.libs >/dev/null 2>&1
  3186. libtool: clean: rmdir mibgroup/agentx/.libs >/dev/null 2>&1
  3187. libtool: clean: rmdir mibgroup/utilities/.libs >/dev/null 2>&1
  3188. libtool: clean: rmdir mibgroup/mibII/.libs >/dev/null 2>&1
  3189. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/agent'
  3190. making clean in /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/man
  3191. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/man'
  3192. /bin/bash ../libtool --mode=clean rm -f core snmpd.conf.5 snmptrapd.conf.5 snmp.conf.5 snmp_config.5 variables.5 mib2c.conf.5 snmpd.examples.5 snmpd.internal.5 agentxtrap.1 snmpbulkget.1 snmpcmd.1 snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 snmpgetnext.1 snmptest.1 snmptranslate.1 snmptrap.1 snmpusm.1 snmpvacm.1 snmptable.1 snmpstatus.1 snmpconf.1 mib2c.1 snmpnetstat.1 snmpdelta.1 snmpdf.1 encode_keychange.1 fixproc.1 net-snmp-config.1 mib2c-update.1 tkmib.1 traptoemail.1 net-snmp-create-v3-user.1 default_store.3 netsnmp_agent_api.3 netsnmp_mib_api.3 netsnmp_config_api.3 snmp_alarm.3 netsnmp_session_api.3 netsnmp_sess_api.3 netsnmp_trap_api.3 netsnmp_varbind_api.3 netsnmp_pdu_api.3 snmptrapd.8 snmpd.8 default_store.3.h add_mibdir.3 add_module_replacement.3 fprint_description.3 fprint_objid.3 get_module_node.3 netsnmp_init_mib.3 netsnmp_read_module.3 print_description.3 print_mib.3 print_objid.3 read_all_mibs.3 read_mib.3 read_objid.3 shutdown_mib.3 snmp_parse_oid.3 snmp_set_mib_errors.3 snmp_set_mib_warnings.3 snmp_set_save_descriptions.3 snprint_description.3 snprint_objid.3 config_perror.3 config_pwarn.3 read_config_print_usage.3 read_configs.3 read_premib_configs.3 register_app_config_handler.3 register_app_prenetsnmp_mib_handler.3 register_config_handler.3 register_const_config_handler.3 register_mib_handlers.3 register_prenetsnmp_mib_handler.3 unregister_all_config_handlers.3 unregister_app_config_handler.3 unregister_config_handler.3 snmp_alarm_register.3 snmp_alarm_register_hr.3 snmp_alarm_unregister.3 snmp_api_errstring.3 snmp_close.3 snmp_error.3 snmp_open.3 snmp_perror.3 snmp_read.3 snmp_select_info.3 snmp_send.3 snmp_sess_perror.3 snmp_timeout.3 snmp_async_send.3 snmp_synch_response.3 snmp_sess_async_send.3 snmp_sess_close.3 snmp_sess_error.3 snmp_sess_init.3 snmp_sess_open.3 snmp_sess_read.3 snmp_sess_select_info.3 snmp_sess_send.3 snmp_sess_session.3 snmp_sess_timeout.3 snmp_sess_synch_response.3 send_easy_trap.3 send_trap_vars.3 send_v2trap.3 fprint_value.3 fprint_variable.3 print_value.3 print_variable.3 snmp_add_null_var.3 snmp_clone_varbind.3 snmp_free_var.3 snmp_free_varbind.3 snmp_pdu_add_variable.3 snmp_set_var_objid.3 snmp_set_var_typed_integer.3 snmp_set_var_typed_value.3 snmp_set_var_value.3 snmp_varlist_add_variable.3 snprint_value.3 snprint_variable.3 snmp_clone_pdu.3 snmp_fix_pdu.3 snmp_free_pdu.3 snmp_pdu_create.3 manaliases
  3193. libtool: clean: rm -f snmpd.conf.5
  3194. libtool: clean: rm -f snmptrapd.conf.5
  3195. libtool: clean: rm -f snmp.conf.5
  3196. libtool: clean: rm -f snmp_config.5
  3197. libtool: clean: rm -f variables.5
  3198. libtool: clean: rm -f mib2c.conf.5
  3199. libtool: clean: rm -f snmpd.examples.5
  3200. libtool: clean: rm -f snmpd.internal.5
  3201. libtool: clean: rm -f agentxtrap.1
  3202. libtool: clean: rm -f snmpbulkget.1
  3203. libtool: clean: rm -f snmpcmd.1
  3204. libtool: clean: rm -f snmpget.1
  3205. libtool: clean: rm -f snmpset.1
  3206. libtool: clean: rm -f snmpwalk.1
  3207. libtool: clean: rm -f snmpbulkwalk.1
  3208. libtool: clean: rm -f snmpgetnext.1
  3209. libtool: clean: rm -f snmptest.1
  3210. libtool: clean: rm -f snmptranslate.1
  3211. libtool: clean: rm -f snmptrap.1
  3212. libtool: clean: rm -f snmpusm.1
  3213. libtool: clean: rm -f snmpvacm.1
  3214. libtool: clean: rm -f snmptable.1
  3215. libtool: clean: rm -f snmpstatus.1
  3216. libtool: clean: rm -f snmpconf.1
  3217. libtool: clean: rm -f mib2c.1
  3218. libtool: clean: rm -f snmpnetstat.1
  3219. libtool: clean: rm -f snmpdelta.1
  3220. libtool: clean: rm -f snmpdf.1
  3221. libtool: clean: rm -f encode_keychange.1
  3222. libtool: clean: rm -f fixproc.1
  3223. libtool: clean: rm -f net-snmp-config.1
  3224. libtool: clean: rm -f mib2c-update.1
  3225. libtool: clean: rm -f tkmib.1
  3226. libtool: clean: rm -f traptoemail.1
  3227. libtool: clean: rm -f net-snmp-create-v3-user.1
  3228. libtool: clean: rm -f default_store.3
  3229. libtool: clean: rm -f netsnmp_agent_api.3
  3230. libtool: clean: rm -f netsnmp_mib_api.3
  3231. libtool: clean: rm -f netsnmp_config_api.3
  3232. libtool: clean: rm -f snmp_alarm.3
  3233. libtool: clean: rm -f netsnmp_session_api.3
  3234. libtool: clean: rm -f netsnmp_sess_api.3
  3235. libtool: clean: rm -f netsnmp_trap_api.3
  3236. libtool: clean: rm -f netsnmp_varbind_api.3
  3237. libtool: clean: rm -f netsnmp_pdu_api.3
  3238. libtool: clean: rm -f snmptrapd.8
  3239. libtool: clean: rm -f snmpd.8
  3240. libtool: clean: rm -f default_store.3.h
  3241. libtool: clean: rm -f add_mibdir.3
  3242. libtool: clean: rm -f add_module_replacement.3
  3243. libtool: clean: rm -f fprint_description.3
  3244. libtool: clean: rm -f fprint_objid.3
  3245. libtool: clean: rm -f get_module_node.3
  3246. libtool: clean: rm -f netsnmp_init_mib.3
  3247. libtool: clean: rm -f netsnmp_read_module.3
  3248. libtool: clean: rm -f print_description.3
  3249. libtool: clean: rm -f print_mib.3
  3250. libtool: clean: rm -f print_objid.3
  3251. libtool: clean: rm -f read_all_mibs.3
  3252. libtool: clean: rm -f read_mib.3
  3253. libtool: clean: rm -f read_objid.3
  3254. libtool: clean: rm -f shutdown_mib.3
  3255. libtool: clean: rm -f snmp_parse_oid.3
  3256. libtool: clean: rm -f snmp_set_mib_errors.3
  3257. libtool: clean: rm -f snmp_set_mib_warnings.3
  3258. libtool: clean: rm -f snmp_set_save_descriptions.3
  3259. libtool: clean: rm -f snprint_description.3
  3260. libtool: clean: rm -f snprint_objid.3
  3261. libtool: clean: rm -f config_perror.3
  3262. libtool: clean: rm -f config_pwarn.3
  3263. libtool: clean: rm -f read_config_print_usage.3
  3264. libtool: clean: rm -f read_configs.3
  3265. libtool: clean: rm -f read_premib_configs.3
  3266. libtool: clean: rm -f register_app_config_handler.3
  3267. libtool: clean: rm -f register_app_prenetsnmp_mib_handler.3
  3268. libtool: clean: rm -f register_config_handler.3
  3269. libtool: clean: rm -f register_const_config_handler.3
  3270. libtool: clean: rm -f register_mib_handlers.3
  3271. libtool: clean: rm -f register_prenetsnmp_mib_handler.3
  3272. libtool: clean: rm -f unregister_all_config_handlers.3
  3273. libtool: clean: rm -f unregister_app_config_handler.3
  3274. libtool: clean: rm -f unregister_config_handler.3
  3275. libtool: clean: rm -f snmp_alarm_register.3
  3276. libtool: clean: rm -f snmp_alarm_register_hr.3
  3277. libtool: clean: rm -f snmp_alarm_unregister.3
  3278. libtool: clean: rm -f snmp_api_errstring.3
  3279. libtool: clean: rm -f snmp_close.3
  3280. libtool: clean: rm -f snmp_error.3
  3281. libtool: clean: rm -f snmp_open.3
  3282. libtool: clean: rm -f snmp_perror.3
  3283. libtool: clean: rm -f snmp_read.3
  3284. libtool: clean: rm -f snmp_select_info.3
  3285. libtool: clean: rm -f snmp_send.3
  3286. libtool: clean: rm -f snmp_sess_perror.3
  3287. libtool: clean: rm -f snmp_timeout.3
  3288. libtool: clean: rm -f snmp_async_send.3
  3289. libtool: clean: rm -f snmp_synch_response.3
  3290. libtool: clean: rm -f snmp_sess_async_send.3
  3291. libtool: clean: rm -f snmp_sess_close.3
  3292. libtool: clean: rm -f snmp_sess_error.3
  3293. libtool: clean: rm -f snmp_sess_init.3
  3294. libtool: clean: rm -f snmp_sess_open.3
  3295. libtool: clean: rm -f snmp_sess_read.3
  3296. libtool: clean: rm -f snmp_sess_select_info.3
  3297. libtool: clean: rm -f snmp_sess_send.3
  3298. libtool: clean: rm -f snmp_sess_session.3
  3299. libtool: clean: rm -f snmp_sess_timeout.3
  3300. libtool: clean: rm -f snmp_sess_synch_response.3
  3301. libtool: clean: rm -f send_easy_trap.3
  3302. libtool: clean: rm -f send_trap_vars.3
  3303. libtool: clean: rm -f send_v2trap.3
  3304. libtool: clean: rm -f fprint_value.3
  3305. libtool: clean: rm -f fprint_variable.3
  3306. libtool: clean: rm -f print_value.3
  3307. libtool: clean: rm -f print_variable.3
  3308. libtool: clean: rm -f snmp_add_null_var.3
  3309. libtool: clean: rm -f snmp_clone_varbind.3
  3310. libtool: clean: rm -f snmp_free_var.3
  3311. libtool: clean: rm -f snmp_free_varbind.3
  3312. libtool: clean: rm -f snmp_pdu_add_variable.3
  3313. libtool: clean: rm -f snmp_set_var_objid.3
  3314. libtool: clean: rm -f snmp_set_var_typed_integer.3
  3315. libtool: clean: rm -f snmp_set_var_typed_value.3
  3316. libtool: clean: rm -f snmp_set_var_value.3
  3317. libtool: clean: rm -f snmp_varlist_add_variable.3
  3318. libtool: clean: rm -f snprint_value.3
  3319. libtool: clean: rm -f snprint_variable.3
  3320. libtool: clean: rm -f snmp_clone_pdu.3
  3321. libtool: clean: rm -f snmp_fix_pdu.3
  3322. libtool: clean: rm -f snmp_free_pdu.3
  3323. libtool: clean: rm -f snmp_pdu_create.3
  3324. libtool: clean: rm -f manaliases
  3325. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/man'
  3326. making clean in /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/local
  3327. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/local'
  3328. /bin/bash ../libtool --mode=clean rm -f core snmpcheck snmpcheck.made tkmib.made mib2c.made fixproc.made ipf-mod.pl.made snmpconf.made traptoemail.made snmp-bridge-mib.made net-snmp-cert.made
  3329. libtool: clean: rm -f snmpcheck
  3330. libtool: clean: rm -f snmpcheck.made
  3331. libtool: clean: rm -f tkmib.made
  3332. libtool: clean: rm -f mib2c.made
  3333. libtool: clean: rm -f fixproc.made
  3334. libtool: clean: rm -f ipf-mod.pl.made
  3335. libtool: clean: rm -f snmpconf.made
  3336. libtool: clean: rm -f traptoemail.made
  3337. libtool: clean: rm -f snmp-bridge-mib.made
  3338. libtool: clean: rm -f net-snmp-cert.made
  3339. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/local'
  3340. making clean in /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/mibs
  3341. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/mibs'
  3342. /bin/bash ../libtool --mode=clean rm -f core
  3343. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/mibs'
  3344. making cleanfeatures in /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/agent
  3345. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/agent'
  3346. making cleanfeatures in /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/agent/mibgroup
  3347. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/agent/mibgroup'
  3348. rm -f ucd-snmp/disk_hw.ft ucd-snmp/proc.ft ucd-snmp/versioninfo.ft ucd-snmp/pass.ft ucd-snmp/pass_persist.ft ucd-snmp/loadave.ft ucd-snmp/errormib.ft ucd-snmp/file.ft ucd-snmp/dlmod.ft ucd-snmp/proxy.ft ucd-snmp/logmatch.ft ucd-snmp/memory.ft ucd-snmp/vmstat.ft snmpv3/snmpMPDStats_5_5.ft snmpv3/usmStats_5_5.ft snmpv3/snmpEngine.ft snmpv3/usmUser.ft mibII/snmp_mib_5_5.ft mibII/system_mib.ft mibII/sysORTable.ft mibII/vacm_vars.ft mibII/setSerialNo.ft mibII/at.ft mibII/ip.ft mibII/tcp.ft mibII/icmp.ft mibII/udp.ft notification/snmpNotifyTable.ft notification/snmpNotifyFilterProfileTable.ft notification-log-mib/notification_log.ft target/target_counters_5_5.ft target/snmpTargetAddrEntry.ft target/snmpTargetParamsEntry.ft target/target.ft agent/nsTransactionTable.ft agent/nsModuleTable.ft agent/nsDebug.ft agent/nsCache.ft agent/nsLogging.ft agent/nsVacmAccessTable.ft disman/event/mteScalars.ft disman/event/mteTrigger.ft disman/event/mteTriggerTable.ft disman/event/mteTriggerDeltaTable.ft disman/event/mteTriggerExistenceTable.ft disman/event/mteTriggerBooleanTable.ft disman/event/mteTriggerThresholdTable.ft disman/event/mteTriggerConf.ft disman/event/mteEvent.ft disman/event/mteEventTable.ft disman/event/mteEventSetTable.ft disman/event/mteEventNotificationTable.ft disman/event/mteEventConf.ft disman/event/mteObjects.ft disman/event/mteObjectsTable.ft disman/event/mteObjectsConf.ft disman/schedule/schedCore.ft disman/schedule/schedConf.ft disman/schedule/schedTable.ft utilities/override.ft host/hrh_storage.ft host/hrh_filesys.ft host/hrSWInstalledTable.ft host/hrSWRunTable.ft host/hr_system.ft host/hr_device.ft host/hr_other.ft host/hr_proc.ft host/hr_network.ft host/hr_print.ft host/hr_disk.ft host/hr_partition.ft util_funcs/header_simple_table.ft util_funcs.ft util_funcs/header_generic.ft util_funcs/restart.ft ucd-snmp/pass_common.ft mibII/updates.ft mibII/vacm_context.ft mibII/kernel_linux.ft mibII/ipAddr.ft mibII/var_route.ft mibII/route_write.ft mibII/tcpTable.ft mibII/udpTable.ft ip-mib/ip_scalars.ft header_complex.ft snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable.ft host/data_access/swinst.ft host/data_access/swrun.ft host/hrSWRunPerfTable.ft hardware/fsys/hw_fsys.ft hardware/fsys/fsys_mntent.ft hardware/memory/hw_mem.ft hardware/memory/memory_linux.ft hardware/cpu/cpu.ft hardware/cpu/cpu_linux.ft if-mib/ifTable/ifTable.ft if-mib/ifXTable/ifXTable.ft ip-mib/ipAddressTable/ipAddressTable.ft ip-mib/ipAddressPrefixTable/ipAddressPrefixTable.ft ip-mib/ipDefaultRouterTable/ipDefaultRouterTable.ft ip-mib/inetNetToMediaTable/inetNetToMediaTable.ft ip-mib/inetNetToMediaTable/inetNetToMediaTable_interface.ft ip-mib/inetNetToMediaTable/inetNetToMediaTable_data_access.ft ip-mib/ipSystemStatsTable/ipSystemStatsTable.ft ip-mib/ipSystemStatsTable/ipSystemStatsTable_interface.ft ip-mib/ipSystemStatsTable/ipSystemStatsTable_data_access.ft ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable.ft ip-mib/ipIfStatsTable/ipIfStatsTable.ft ip-mib/ipIfStatsTable/ipIfStatsTable_interface.ft ip-mib/ipIfStatsTable/ipIfStatsTable_data_access.ft ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable.ft ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable.ft tcp-mib/tcpConnectionTable/tcpConnectionTable.ft tcp-mib/tcpListenerTable/tcpListenerTable.ft udp-mib/udpEndpointTable/udpEndpointTable.ft snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_interface.ft snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_data_access.ft host/data_access/swinst_apt.ft host/data_access/swrun_procfs_status.ft if-mib/data_access/interface.ft if-mib/ifTable/ifTable_interface.ft if-mib/ifTable/ifTable_data_access.ft if-mib/ifXTable/ifXTable_interface.ft if-mib/ifXTable/ifXTable_data_access.ft ip-mib/ipAddressTable/ipAddressTable_interface.ft ip-mib/ipAddressTable/ipAddressTable_data_access.ft ip-mib/ipAddressPrefixTable/ipAddressPrefixTable_interface.ft ip-mib/ipAddressPrefixTable/ipAddressPrefixTable_data_access.ft ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_interface.ft ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_data_access.ft ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_data_get.ft ip-mib/data_access/arp_common.ft ip-mib/data_access/arp_netlink.ft ip-mib/data_access/systemstats_common.ft ip-mib/data_access/systemstats_linux.ft ip-mib/data_access/scalars_linux.ft ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable_interface.ft ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable_data_access.ft ip-mib/ipIfStatsTable/ipIfStatsTable_data_get.ft ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable_interface.ft ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable_data_access.ft ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable_interface.ft ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable_data_access.ft tcp-mib/data_access/tcpConn_common.ft tcp-mib/data_access/tcpConn_linux.ft util_funcs/get_pid_from_inode.ft tcp-mib/tcpConnectionTable/tcpConnectionTable_interface.ft tcp-mib/tcpConnectionTable/tcpConnectionTable_data_access.ft tcp-mib/tcpListenerTable/tcpListenerTable_interface.ft tcp-mib/tcpListenerTable/tcpListenerTable_data_access.ft udp-mib/udpEndpointTable/udpEndpointTable_interface.ft udp-mib/udpEndpointTable/udpEndpointTable_data_access.ft if-mib/data_access/interface_linux.ft if-mib/data_access/interface_ioctl.ft ip-mib/data_access/ipaddress_common.ft ip-mib/data_access/ipaddress_linux.ft ip-mib/data_access/defaultrouter_common.ft ip-mib/data_access/defaultrouter_linux.ft ip-mib/data_access/ipv6scopezone_common.ft ip-mib/data_access/ipv6scopezone_linux.ft ip-forward-mib/data_access/route_common.ft ip-forward-mib/data_access/route_linux.ft ip-forward-mib/data_access/route_ioctl.ft udp-mib/data_access/udp_endpoint_common.ft udp-mib/data_access/udp_endpoint_linux.ft ip-mib/data_access/ipaddress_ioctl.ft
  3349. rm -f ../../include/net-snmp/agent/features-mibgroups.h
  3350. rm -f ../../include/net-snmp/feature-details.h
  3351. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/agent/mibgroup'
  3352. making cleanfeatures in /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/agent/helpers
  3353. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/agent/helpers'
  3354. rm -f
  3355. rm -f
  3356. rm -f ../../include/net-snmp/feature-details.h
  3357. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/agent/helpers'
  3358. rm -f helpers/all_helpers.ft helpers/baby_steps.ft helpers/bulk_to_next.ft helpers/cache_handler.ft helpers/debug_handler.ft helpers/instance.ft helpers/mode_end_call.ft helpers/multiplexer.ft helpers/null.ft helpers/old_api.ft helpers/read_only.ft helpers/row_merge.ft helpers/scalar.ft helpers/scalar_group.ft helpers/serialize.ft helpers/snmp_get_statistic.ft helpers/stash_cache.ft helpers/stash_to_next.ft helpers/table.ft helpers/table_array.ft helpers/table_container.ft helpers/table_data.ft helpers/table_dataset.ft helpers/table_iterator.ft helpers/table_row.ft helpers/table_tdata.ft helpers/watcher.ft agent_handler.ft agent_index.ft agent_read_config.ft agent_registry.ft agent_sysORTable.ft agent_trap.ft kernel.ft snmp_agent.ft snmp_vars.ft mibgroup/snmpv3/usmConf.ft mibgroup/agentx/master.ft mibgroup/agentx/subagent.ft mibgroup/utilities/execute.ft mibgroup/utilities/iquery.ft mibgroup/mibII/vacm_conf.ft mibgroup/agentx/protocol.ft mibgroup/agentx/client.ft mibgroup/agentx/master_admin.ft mibgroup/agentx/agentx_config.ft snmpd.ft mib_modules.ft auto_nlist.ft
  3359. rm -f ../include/net-snmp/agent/features.h
  3360. rm -f ../include/net-snmp/feature-details.h
  3361. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/agent'
  3362. making cleanfeatures in /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/snmplib
  3363. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/snmplib'
  3364. rm -f snmp_client.ft mib.ft parse.ft snmp_api.ft snmp.ft snmp_auth.ft asn1.ft md5.ft snmp_parse_args.ft system.ft vacm.ft int64.ft read_config.ft pkcs.ft snmp_debug.ft tools.ft snmp_logging.ft text_utils.ft snmpv3.ft lcd_time.ft keytools.ft scapi.ft callback.ft default_store.ft snmp_alarm.ft data_list.ft oid_stash.ft fd_event_manager.ft check_varbind.ft mt_support.ft snmp_enum.ft snmp-tc.ft snmp_service.ft snprintf.ft snmp_transport.ft transports/snmpUDPBaseDomain.ft transports/snmpUDPIPv4BaseDomain.ft transports/snmpTCPBaseDomain.ft transports/snmpSocketBaseDomain.ft transports/snmpIPv4BaseDomain.ft transports/snmpUDPDomain.ft transports/snmpTCPDomain.ft transports/snmpAliasDomain.ft transports/snmpUnixDomain.ft transports/snmpCallbackDomain.ft snmp_secmod.ft snmpusm.ft snmp_version.ft container.ft container_binary_array.ft ucd_compat.ft large_fd_set.ft cert_util.ft snmp_openssl.ft dir_utils.ft file_utils.ft container_null.ft container_list_ssll.ft container_iterator.ft
  3365. rm -f ../include/net-snmp/library/features.h
  3366. rm -f ../include/net-snmp/feature-details.h
  3367. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/snmplib'
  3368. rm -f
  3369. rm -f
  3370. rm -f ./include/net-snmp/feature-details.h
  3371. rm -f perl/default_store/netsnmp-feature-definitions.ft perl/SNMP/netsnmp-feature-definitions.ft perl/ASN/netsnmp-feature-definitions.ft perl/OID/netsnmp-feature-definitions.ft perl/agent/netsnmp-feature-definitions.ft perl/TrapReceiver/netsnmp-feature-definitions.ft
  3372. rm -f python/netsnmp/netsnmp-feature-definitions.ft
  3373. /bin/bash ./libtool --mode=clean rm -f core EXAMPLE.conf sedscript
  3374. libtool: clean: rm -f EXAMPLE.conf
  3375. libtool: clean: rm -f sedscript
  3376. rm -f Makefile snmplib/Makefile \
  3377. agent/Makefile agent/mibgroup/Makefile \
  3378. agent/helpers/Makefile \
  3379. apps/Makefile apps/snmpnetstat/Makefile \
  3380. man/Makefile mibs/Makefile ov/Makefile \
  3381. local/Makefile testing/Makefile
  3382. rm -f config.cache config.status config.log \
  3383. libtool include/net-snmp/net-snmp-config.h \
  3384. net-snmp-config net-snmp-config-x configure-summary \
  3385. net-snmp-create-v3-user net-snmp-create-v3-user-x
  3386. rm -f mibs/.index
  3387. rm -f include/net-snmp/agent/mib_module_config.h \
  3388. include/net-snmp/agent/agent_module_config.h \
  3389. include/net-snmp/library/snmpv3-security-includes.h \
  3390. include/net-snmp/feature-details.h \
  3391. snmplib/snmpsm_init.h snmplib/snmpsm_shutdown.h \
  3392. snmplib/transports/snmp_transport_inits.h \
  3393. agent/mibgroup/agent_module_includes.h \
  3394. agent/mibgroup/agent_module_inits.h \
  3395. agent/mibgroup/agent_module_shutdown.h \
  3396. agent/mibgroup/agent_module_dot_conf.h \
  3397. agent/mibgroup/mib_module_includes.h \
  3398. agent/mibgroup/mib_module_inits.h \
  3399. agent/mibgroup/mib_module_shutdown.h \
  3400. agent/mibgroup/mib_module_dot_conf.h \
  3401. local/snmpconf
  3402. rm -rf mk
  3403. rm -f *.core
  3404. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3'
  3405. rm -rf /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/openssl/lib
  3406. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3'
  3407. if [ -e c-ares ]; then \
  3408. if [ -f c-ares/Makefile.cyt ]; then \
  3409. make -C c-ares -f Makefile.cyt \
  3410. clean; \
  3411. else \
  3412. make -C c-ares clean; \
  3413. fi; \
  3414. fi
  3415. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/c-ares-1.6.0'
  3416. make distclean
  3417. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/c-ares-1.6.0'
  3418. /bin/bash ./config.status --recheck
  3419. running CONFIG_SHELL=/bin/bash /bin/bash ./configure --build=i386-linux --host=arm-linux --enable-shared build_alias=i386-linux host_alias=arm-linux CC=/opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc --no-create --no-recursion
  3420. checking whether to enable maintainer-specific portions of Makefiles... no
  3421. checking whether to enable debug build options... no
  3422. checking whether to enable compiler optimizer... not specified (assuming yes)
  3423. checking whether to enable strict compiler warnings... no
  3424. checking for sed... /bin/sed
  3425. checking for grep... /bin/grep
  3426. checking for egrep... /bin/grep -E
  3427. checking for arm-linux-ar... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ar
  3428. checking for a BSD-compatible install... /usr/bin/install -c
  3429. checking whether build environment is sane... yes
  3430. checking for gawk... no
  3431. checking for mawk... mawk
  3432. checking whether make sets $(MAKE)... yes
  3433. checking for arm-linux-strip... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-strip
  3434. checking c-ares version... 1.6.0
  3435. checking build system type... i386-pc-linux-gnu
  3436. checking host system type... arm-unknown-linux-gnu
  3437. checking for style of include used by make... GNU
  3438. checking for arm-linux-gcc... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc
  3439. checking for C compiler default output file name... a.out
  3440. checking whether the C compiler works... yes
  3441. checking whether we are cross compiling... yes
  3442. checking for suffix of executables...
  3443. checking for suffix of object files... o
  3444. checking whether we are using the GNU C compiler... yes
  3445. checking whether /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc accepts -g... yes
  3446. checking for /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc option to accept ISO C89... none needed
  3447. checking dependency style of /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc... gcc3
  3448. checking whether /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc and cc understand -c and -o together... yes
  3449. checking for a BSD-compatible install... /usr/bin/install -c
  3450. checking how to run the C preprocessor... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -E
  3451. checking for grep that handles long lines and -e... (cached) /bin/grep
  3452. checking for egrep... /bin/grep -E
  3453. checking if OS is AIX (to define _ALL_SOURCE)... no
  3454. checking if _REENTRANT is already defined... no
  3455. checking if _REENTRANT is actually needed... no
  3456. checking if _REENTRANT is onwards defined... no
  3457. checking for special C compiler options needed for large files... no
  3458. checking for _FILE_OFFSET_BITS value needed for large files... 64
  3459. checking if arch-OS host is AMD64-Linux/FreeBSD (to build static libraries with PIC)... no
  3460. checking for a sed that does not truncate output... /bin/sed
  3461. checking for ld used by /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld
  3462. checking if the linker (/opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld) is GNU ld... yes
  3463. checking for /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld option to reload object files... -r
  3464. checking for BSD-compatible nm... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-nm
  3465. checking whether ln -s works... yes
  3466. checking how to recognize dependent libraries... pass_all
  3467. checking for ANSI C header files... yes
  3468. checking for sys/types.h... yes
  3469. checking for sys/stat.h... yes
  3470. checking for stdlib.h... yes
  3471. checking for string.h... yes
  3472. checking for memory.h... yes
  3473. checking for strings.h... yes
  3474. checking for inttypes.h... yes
  3475. checking for stdint.h... yes
  3476. checking for unistd.h... yes
  3477. checking dlfcn.h usability... yes
  3478. checking dlfcn.h presence... yes
  3479. checking for dlfcn.h... yes
  3480. checking the maximum length of command line arguments... 1572864
  3481. checking command to parse /opt/emlix/pnx8181/bin/arm-linux-gnueabi-nm output from /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc object... ok
  3482. checking for objdir... .libs
  3483. checking for arm-linux-ar... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ar
  3484. checking for arm-linux-ranlib... /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ranlib
  3485. checking for arm-linux-strip... (cached) /opt/emlix/pnx8181/bin/arm-linux-gnueabi-strip
  3486. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no
  3487. checking for /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc option to produce PIC... -fPIC
  3488. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc PIC flag -fPIC works... yes
  3489. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc static flag -static works... yes
  3490. checking if /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc supports -c -o file.o... yes
  3491. checking whether the /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc linker (/opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld) supports shared libraries... yes
  3492. checking whether -lc should be explicitly linked in... no
  3493. checking dynamic linker characteristics... GNU/Linux ld.so
  3494. checking how to hardcode library paths into programs... immediate
  3495. checking whether stripping libraries is possible... yes
  3496. checking if libtool supports shared libraries... yes
  3497. checking whether to build shared libraries... yes
  3498. checking whether to build static libraries... yes
  3499. configure: creating libtool
  3500. checking if we need -no-undefined... no
  3501. checking if compiler is DEC/Compaq/HP C... no
  3502. checking if compiler is HP-UX C... no
  3503. checking if compiler is IBM C... no
  3504. checking if compiler is Intel C... no
  3505. checking if compiler is GNU C... yes
  3506. checking if compiler is LCC... no
  3507. checking if compiler is SGI MIPSpro C... no
  3508. checking if compiler is SGI MIPS C... no
  3509. checking if compiler is SunPro C... no
  3510. checking if compiler is Tiny C... no
  3511. checking if compiler is Watcom C... no
  3512. checking if compiler accepts debug disabling options... yes
  3513. configure: compiler options added: -g0
  3514. checking if compiler optimizer assumed setting might be used... yes
  3515. checking if compiler accepts optimizer enabling options... yes
  3516. configure: compiler options added: -O2
  3517. checking if compiler accepts strict warning options... yes
  3518. configure: compiler options added: -Wno-system-headers
  3519. checking if compiler halts on compilation errors... yes
  3520. checking if compiler halts on negative sized arrays... yes
  3521. checking for windows.h... no
  3522. checking whether build target is a native Windows one... no
  3523. checking for gethostbyname... yes
  3524. checking for strcasecmp... yes
  3525. checking for connect... yes
  3526. checking whether time.h and sys/time.h may both be included... yes
  3527. checking for sys/types.h... (cached) yes
  3528. checking sys/time.h usability... yes
  3529. checking sys/time.h presence... yes
  3530. checking for sys/time.h... yes
  3531. checking time.h usability... yes
  3532. checking time.h presence... yes
  3533. checking for time.h... yes
  3534. checking for monotonic clock_gettime... yes
  3535. checking for clock_gettime in libraries... -lrt
  3536. checking whether to use libgcc... no
  3537. checking AIX 4.3 or later... no
  3538. checking for ANSI C header files... (cached) yes
  3539. checking for malloc.h... yes
  3540. checking for sys/types.h... (cached) yes
  3541. checking for sys/time.h... (cached) yes
  3542. checking for sys/select.h... yes
  3543. checking for sys/socket.h... yes
  3544. checking for sys/ioctl.h... yes
  3545. checking for sys/param.h... yes
  3546. checking for sys/uio.h... yes
  3547. checking for netdb.h... yes
  3548. checking for netinet/in.h... yes
  3549. checking for netinet/tcp.h... yes
  3550. checking for net/if.h... yes
  3551. checking for errno.h... yes
  3552. checking for strings.h... (cached) yes
  3553. checking for stdbool.h... yes
  3554. checking for time.h... (cached) yes
  3555. checking for arpa/nameser.h... yes
  3556. checking for arpa/nameser_compat.h... yes
  3557. checking for arpa/inet.h... yes
  3558. checking for an ANSI C-conforming const... yes
  3559. checking for size_t... yes
  3560. checking whether time.h and sys/time.h may both be included... (cached) yes
  3561. checking for sys/types.h... (cached) yes
  3562. checking for sys/time.h... (cached) yes
  3563. checking for time.h... (cached) yes
  3564. checking for struct timeval... yes
  3565. checking for size_t... (cached) yes
  3566. checking size of size_t... 4
  3567. checking for long... yes
  3568. checking size of long... 4
  3569. checking for time_t... yes
  3570. checking size of time_t... 4
  3571. checking for long long... yes
  3572. checking if numberLL works... yes
  3573. checking for ssize_t... yes
  3574. checking for bool... yes
  3575. checking for socklen_t... yes
  3576. checking for in_addr_t... yes
  3577. checking for struct sockaddr_storage... yes
  3578. checking signal.h usability... yes
  3579. checking signal.h presence... yes
  3580. checking for signal.h... yes
  3581. checking for sig_atomic_t... yes
  3582. checking if sig_atomic_t is already defined as volatile... no
  3583. checking return type of signal handlers... void
  3584. checking for sys/types.h... (cached) yes
  3585. checking for sys/socket.h... (cached) yes
  3586. checking for recv... yes
  3587. checking types of args and return type for recv... int,void *,size_t,int,int
  3588. checking for sys/types.h... (cached) yes
  3589. checking for sys/socket.h... (cached) yes
  3590. checking for recvfrom... yes
  3591. checking types of args and return type for recvfrom... int,void *,size_t,int,struct sockaddr *,socklen_t *,int
  3592. checking for sys/types.h... (cached) yes
  3593. checking for sys/socket.h... (cached) yes
  3594. checking for send... yes
  3595. checking types of args and return type for send... int,const void *,size_t,int,int
  3596. checking for sys/types.h... (cached) yes
  3597. checking for sys/socket.h... (cached) yes
  3598. checking for MSG_NOSIGNAL... yes
  3599. checking for sys/types.h... (cached) yes
  3600. checking for unistd.h... (cached) yes
  3601. checking for fcntl.h... yes
  3602. checking if fcntl can be linked... yes
  3603. checking if fcntl is prototyped... yes
  3604. checking if fcntl is compilable... yes
  3605. checking if fcntl usage allowed... yes
  3606. checking if fcntl might be used... yes
  3607. checking if fcntl O_NONBLOCK is compilable... yes
  3608. checking if fcntl O_NONBLOCK usage allowed... yes
  3609. checking if fcntl O_NONBLOCK might be used... yes
  3610. checking for windows.h... (cached) no
  3611. checking for winsock2.h... (cached) no
  3612. checking for ws2tcpip.h... (cached) no
  3613. checking for sys/types.h... (cached) yes
  3614. checking for sys/socket.h... (cached) yes
  3615. checking for sys/types.h... (cached) yes
  3616. checking for netdb.h... (cached) yes
  3617. checking if freeaddrinfo can be linked... yes
  3618. checking if freeaddrinfo is prototyped... yes
  3619. checking if freeaddrinfo is compilable... yes
  3620. checking if freeaddrinfo usage allowed... yes
  3621. checking if freeaddrinfo might be used... yes
  3622. checking for sys/types.h... (cached) yes
  3623. checking for stdlib.h... (cached) yes
  3624. checking for sys/types.h... (cached) yes
  3625. checking for string.h... (cached) yes
  3626. checking for strings.h... (cached) yes
  3627. checking if getaddrinfo can be linked... yes
  3628. checking if getaddrinfo is prototyped... yes
  3629. checking if getaddrinfo is compilable... yes
  3630. checking if getaddrinfo usage allowed... yes
  3631. checking if getaddrinfo might be used... yes
  3632. checking for windows.h... (cached) no
  3633. checking for winsock.h... (cached) no
  3634. checking for winsock2.h... (cached) no
  3635. checking if gethostbyaddr can be linked... yes
  3636. checking if gethostbyaddr is prototyped... yes
  3637. checking if gethostbyaddr is compilable... yes
  3638. checking if gethostbyaddr usage allowed... yes
  3639. checking if gethostbyaddr might be used... yes
  3640. checking if gethostbyname can be linked... yes
  3641. checking if gethostbyname is prototyped... yes
  3642. checking if gethostbyname is compilable... yes
  3643. checking if gethostbyname usage allowed... yes
  3644. checking if gethostbyname might be used... yes
  3645. checking for sys/types.h... (cached) yes
  3646. checking for unistd.h... (cached) yes
  3647. checking if gethostname can be linked... yes
  3648. checking if gethostname is prototyped... yes
  3649. checking if gethostname is compilable... yes
  3650. checking if gethostname usage allowed... yes
  3651. checking if gethostname might be used... yes
  3652. checking if getservbyport_r can be linked... yes
  3653. checking if getservbyport_r is prototyped... yes
  3654. checking if getservbyport_r takes 4 args.... no
  3655. checking if getservbyport_r takes 5 args.... no
  3656. checking if getservbyport_r takes 6 args.... yes
  3657. checking if getservbyport_r is compilable... yes
  3658. checking if getservbyport_r usage allowed... yes
  3659. checking if getservbyport_r might be used... yes
  3660. checking for sys/types.h... (cached) yes
  3661. checking for sys/socket.h... (cached) yes
  3662. checking for netinet/in.h... (cached) yes
  3663. checking for arpa/inet.h... (cached) yes
  3664. checking if inet_ntop can be linked... yes
  3665. checking if inet_ntop is prototyped... yes
  3666. checking if inet_ntop is compilable... yes
  3667. checking if inet_ntop usage allowed... yes
  3668. checking if inet_ntop might be used... yes
  3669. checking if inet_pton can be linked... yes
  3670. checking if inet_pton is prototyped... yes
  3671. checking if inet_pton is compilable... yes
  3672. checking if inet_pton usage allowed... yes
  3673. checking if inet_pton might be used... yes
  3674. checking for sys/types.h... (cached) yes
  3675. checking for unistd.h... (cached) yes
  3676. checking for sys/socket.h... (cached) yes
  3677. checking for sys/ioctl.h... (cached) yes
  3678. checking for stropts.h... yes
  3679. checking if ioctl can be linked... yes
  3680. checking if ioctl is prototyped... yes
  3681. checking if ioctl is compilable... yes
  3682. checking if ioctl usage allowed... yes
  3683. checking if ioctl might be used... yes
  3684. checking if ioctl FIONBIO is compilable... yes
  3685. checking if ioctl FIONBIO usage allowed... yes
  3686. checking if ioctl FIONBIO might be used... yes
  3687. checking if ioctl SIOCGIFADDR is compilable... yes
  3688. checking if ioctl SIOCGIFADDR usage allowed... yes
  3689. checking if ioctl SIOCGIFADDR might be used... yes
  3690. checking if ioctlsocket can be linked... no
  3691. checking if ioctlsocket might be used... no
  3692. checking if IoctlSocket can be linked... no
  3693. checking if IoctlSocket might be used... no
  3694. checking if setsockopt can be linked... yes
  3695. checking if setsockopt is prototyped... yes
  3696. checking if setsockopt is compilable... yes
  3697. checking if setsockopt usage allowed... yes
  3698. checking if setsockopt might be used... yes
  3699. checking if setsockopt SO_NONBLOCK is compilable... no
  3700. checking if setsockopt SO_NONBLOCK might be used... no
  3701. checking if strcasecmp can be linked... yes
  3702. checking if strcasecmp is prototyped... yes
  3703. checking if strcasecmp is compilable... yes
  3704. checking if strcasecmp usage allowed... yes
  3705. checking if strcasecmp might be used... yes
  3706. checking if strcmpi can be linked... no
  3707. checking if strcmpi might be used... no
  3708. checking if strdup can be linked... yes
  3709. checking if strdup is prototyped... yes
  3710. checking if strdup is compilable... yes
  3711. checking if strdup usage allowed... yes
  3712. checking if strdup might be used... yes
  3713. checking if stricmp can be linked... no
  3714. checking if stricmp might be used... no
  3715. checking if strncasecmp can be linked... yes
  3716. checking if strncasecmp is prototyped... yes
  3717. checking if strncasecmp is compilable... yes
  3718. checking if strncasecmp usage allowed... yes
  3719. checking if strncasecmp might be used... yes
  3720. checking if strncmpi can be linked... no
  3721. checking if strncmpi might be used... no
  3722. checking if strnicmp can be linked... no
  3723. checking if strnicmp might be used... no
  3724. checking for sys/types.h... (cached) yes
  3725. checking for sys/uio.h... (cached) yes
  3726. checking if writev can be linked... yes
  3727. checking if writev is prototyped... yes
  3728. checking if writev is compilable... yes
  3729. checking if writev usage allowed... yes
  3730. checking if writev might be used... yes
  3731. checking for PF_INET6... yes
  3732. checking for AF_INET6... yes
  3733. checking for struct in6_addr... yes
  3734. checking for struct sockaddr_in6... yes
  3735. checking for struct sockaddr_in6.sin6_scope_id... yes
  3736. checking for struct addrinfo.ai_flags... yes
  3737. checking for bitncmp... no
  3738. checking deeper for bitncmp... but still no
  3739. checking for gettimeofday... yes
  3740. checking for if_indextoname... yes
  3741. checking for inet_net_pton... no
  3742. checking for struct in6_addr... yes
  3743. checking size of struct in6_addr... 16
  3744. checking for struct in_addr... yes
  3745. checking size of struct in_addr... 4
  3746. checking for sys/types.h... (cached) yes
  3747. checking for sys/socket.h... (cached) yes
  3748. checking for netdb.h... (cached) yes
  3749. checking for getnameinfo... yes
  3750. checking types of arguments for getnameinfo... const struct sockaddr *,socklen_t,size_t,unsigned int
  3751. checking whether byte ordering is bigendian... no
  3752. configure: WARNING: cannot check for /dev/urandom while cross compiling; assuming none
  3753. checking whether to enable non-blocking communications... yes
  3754. checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
  3755. configure: creating ./config.status
  3756. /bin/bash ./config.status
  3757. config.status: creating Makefile
  3758. config.status: creating libcares.pc
  3759. config.status: creating config.h
  3760. config.status: config.h is unchanged
  3761. config.status: executing depfiles commands
  3762. test -z "libcares.la" || rm -f libcares.la
  3763. rm -f "./so_locations"
  3764. rm -rf .libs _libs
  3765. rm -f ahost ahost
  3766. rm -f adig adig
  3767. rm -f acountry acountry
  3768. rm -f *.o
  3769. rm -f *.lo
  3770. rm -f *.tab.c
  3771. test -z "libcares.pc" || rm -f libcares.pc
  3772. rm -f config.h stamp-h1
  3773. rm -f libtool
  3774. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  3775. rm -f config.status config.cache config.log configure.lineno configure.status.lineno
  3776. rm -rf ./.deps
  3777. rm -f Makefile
  3778. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/c-ares-1.6.0'
  3779. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/c-ares-1.6.0'
  3780. if [ -e mtd-utils ]; then \
  3781. if [ -f mtd-utils/Makefile.cyt ]; then \
  3782. make -C mtd-utils -f Makefile.cyt \
  3783. clean; \
  3784. else \
  3785. make -C mtd-utils clean; \
  3786. fi; \
  3787. fi
  3788. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mtd-utils-1.2.0'
  3789. make clean
  3790. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mtd-utils-1.2.0'
  3791. rm -f ./*.o ./ftl_format ./flash_erase ./flash_eraseall ./nanddump ./doc_loadbios ./ftl_check ./flash_lock ./flash_unlock ./flash_info ./flash_otp_info ./flash_otp_dump ./mtd_debug ./flashcp ./nandwrite ./nandwrite2 ./nandtest ./nandtest2 ./jffs2dump ./nftldump ./nftl_format ./docfdisk ./rfddump ./rfdformat ./sumtool ./.*.c.dep
  3792. if [ ".x" != ".x" ]; then rm -rf .; fi
  3793. make -C ./ubi-utils clean
  3794. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mtd-utils-1.2.0/ubi-utils'
  3795. rm -rf *.o pfiflash pddcustomize ubimirror bin2nand nand2bin ubigen mkbootenv unubi pfi2bin ubiattach ubicrc32 ubidetach ubimkvol ubinfo ubinize ubirmvol ubiupdatevol ubiformat .*.c.dep
  3796. make -C new-utils clean
  3797. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mtd-utils-1.2.0/ubi-utils/new-utils'
  3798. rm -rf *.o libubi.a libmtd.a libubigen.a libiniparser.a libscan.a ubiupdatevol ubimkvol ubirmvol ubicrc32 ubinfo ubiattach ubidetach ubinize ubiformat .*.c.dep
  3799. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mtd-utils-1.2.0/ubi-utils/new-utils'
  3800. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mtd-utils-1.2.0/ubi-utils'
  3801. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mtd-utils-1.2.0'
  3802. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mtd-utils-1.2.0'
  3803. if [ -e bridge ]; then \
  3804. if [ -f bridge/Makefile.cyt ]; then \
  3805. make -C bridge -f Makefile.cyt \
  3806. clean; \
  3807. else \
  3808. make -C bridge clean; \
  3809. fi; \
  3810. fi
  3811. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/bridge-1.1'
  3812. if test -f Makefile; then \
  3813. make maintainer-clean; \
  3814. fi;
  3815. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/bridge-1.1'
  3816. for x in libbridge brctl doc; do make -w -C $x clean ; done
  3817. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/bridge-1.1/libbridge'
  3818. rm -f *.o libbridge.a
  3819. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/bridge-1.1/libbridge'
  3820. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/bridge-1.1/brctl'
  3821. rm -f *.o brctl core
  3822. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/bridge-1.1/brctl'
  3823. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/bridge-1.1/doc'
  3824. make[5]: Nothing to be done for 'clean'.
  3825. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/bridge-1.1/doc'
  3826. rm -f config.log
  3827. rm -f config.cache
  3828. rm -f config.status
  3829. rm -f Makefile
  3830. rm -f brctl/Makefile
  3831. rm -f libbridge/Makefile
  3832. rm -f doc/Makefile
  3833. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/bridge-1.1'
  3834. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/bridge-1.1'
  3835. if [ -e iproute2 ]; then \
  3836. if [ -f iproute2/Makefile.cyt ]; then \
  3837. make -C iproute2 -f Makefile.cyt \
  3838. clean; \
  3839. else \
  3840. make -C iproute2 clean; \
  3841. fi; \
  3842. fi
  3843. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710'
  3844. make clean
  3845. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710'
  3846. rm -f cscope.*
  3847. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/lib'
  3848. rm -f ll_map.o libnetlink.o utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o dnet_ntop.o dnet_pton.o ipx_ntop.o ipx_pton.o libnetlink.a libutil.a
  3849. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/lib'
  3850. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/ip'
  3851. rm -f ip.o ipaddress.o iproute.o iprule.o rtm_map.o iptunnel.o ip6tunnel.o tunnel.o ipneigh.o ipntable.o iplink.o ipmaddr.o ipmonitor.o ipmroute.o ipprefix.o ipxfrm.o xfrm_state.o xfrm_policy.o xfrm_monitor.o rtmon.o ip rtmon
  3852. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/ip'
  3853. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/tc'
  3854. rm -f tc.o tc_qdisc.o tc_class.o tc_filter.o tc_util.o tc_monitor.o m_police.o m_estimator.o m_action.o m_ematch.o emp_ematch.yacc.o emp_ematch.lex.o q_fifo.o q_sfq.o q_red.o q_prio.o q_tbf.o q_cbq.o q_netem.o f_rsvp.o f_u32.o f_route.o f_fw.o f_basic.o q_dsmark.o q_gred.o f_tcindex.o q_ingress.o q_hfsc.o q_htb.o m_gact.o m_mirred.o m_ipt.o m_pedit.o p_ip.o p_icmp.o p_tcp.o p_udp.o em_nbyte.o em_cmp.o em_u32.o em_meta.o tc_core.o tc_red.o tc_cbq.o tc_estimator.o libtc.a tc *.so emp_ematch.yacc.h; \
  3855. rm -f emp_ematch.yacc.output
  3856. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/tc'
  3857. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/misc'
  3858. rm -f *.o ss nstat ifstat rtacct lnstat ssfilter.c
  3859. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/misc'
  3860. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/netem'
  3861. rm -f normal.dist pareto.dist paretonormal.dist experimental.dist maketable normal pareto paretonormal
  3862. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/netem'
  3863. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/genl'
  3864. rm -f genl.o ctrl.o genl
  3865. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/genl'
  3866. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/doc'
  3867. rm -f *.aux *.log *.toc ip-cref.ps ip-tunnels.ps api-ip6-flowlabels.ps ss.ps nstat.ps arpd.ps rtstat.ps ip-cref.dvi ip-tunnels.dvi api-ip6-flowlabels.dvi ss.dvi nstat.dvi arpd.dvi rtstat.dvi *.html
  3868. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/doc'
  3869. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710'
  3870. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710'
  3871. if [ -e traceroute ]; then \
  3872. if [ -f traceroute/Makefile.cyt ]; then \
  3873. make -C traceroute -f Makefile.cyt \
  3874. clean; \
  3875. else \
  3876. make -C traceroute clean; \
  3877. fi; \
  3878. fi
  3879. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/traceroute-1.4a12'
  3880. make clean
  3881. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/traceroute-1.4a12'
  3882. rm -f traceroute.o ifaddrlist.o findsaddr-linux.o version.o traceroute version.c
  3883. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/traceroute-1.4a12'
  3884. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/traceroute-1.4a12'
  3885. if [ -e pppd ]; then \
  3886. if [ -f pppd/Makefile.cyt ]; then \
  3887. make -C pppd -f Makefile.cyt \
  3888. clean; \
  3889. else \
  3890. make -C pppd clean; \
  3891. fi; \
  3892. fi
  3893. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/pppd-2.4.1'
  3894. make -C pppd clean
  3895. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/pppd-2.4.1/pppd'
  3896. rm -f main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o md5.o ccp.o ecp.o auth.o options.o demand.o utils.o sys-linux.o ipxcp.o tty.o eap.o chap-md5.o md4.o chap_ms.o sha1.o pppcrypt.o multilink.o tdb.o spinlock.o pppd *~ #* core
  3897. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/pppd-2.4.1/pppd'
  3898. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/pppd-2.4.1'
  3899. if [ -e udhcpd ]; then \
  3900. if [ -f udhcpd/Makefile.cyt ]; then \
  3901. make -C udhcpd -f Makefile.cyt \
  3902. clean; \
  3903. else \
  3904. make -C udhcpd clean; \
  3905. fi; \
  3906. fi
  3907. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/udhcpd-0.9.8'
  3908. make clean
  3909. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/udhcpd-0.9.8'
  3910. rm -f udhcpd udhcpc dumpleases *.o core
  3911. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/udhcpd-0.9.8'
  3912. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/udhcpd-0.9.8'
  3913. if [ -e ntpclient ]; then \
  3914. if [ -f ntpclient/Makefile.cyt ]; then \
  3915. make -C ntpclient -f Makefile.cyt \
  3916. clean; \
  3917. else \
  3918. make -C ntpclient clean; \
  3919. fi; \
  3920. fi
  3921. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/ntpclient-345'
  3922. Makefile:21: warning: overriding recipe for target 'install'
  3923. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:110: warning: ignoring old recipe for target 'install'
  3924. find . \( -name '*.[oas]' -o -name core -o -name '*~' -o -name '.*~' -o -name '.#*' -o -name '*.so' \) -type f -print | xargs rm -f
  3925. find . \( -name '*.depend' \) -type f -print | xargs rm -f
  3926. /bin/rm -rf ntpclient
  3927. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/ntpclient-345'
  3928. if [ -e iptables ]; then \
  3929. if [ -f iptables/Makefile.cyt ]; then \
  3930. make -C iptables -f Makefile.cyt \
  3931. clean; \
  3932. else \
  3933. make -C iptables clean; \
  3934. fi; \
  3935. fi
  3936. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iptables-1.3.8'
  3937. make distclean
  3938. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iptables-1.3.8'
  3939. rm -f extensions/libipt_tcp.so extensions/libipt_udp.so extensions/libipt_mac.so extensions/libipt_standard.so extensions/libipt_state.so extensions/libipt_DNAT.so extensions/libipt_SNAT.so extensions/libipt_MASQUERADE.so extensions/libipt_LOG.so extensions/libipt_mark.so extensions/libipt_MARK.so extensions/libipt_webstr.so extensions/libipt_REJECT.so extensions/libipt_icmp.so extensions/libipt_limit.so extensions/libipt_REDIRECT.so extensions/libipt_TRIGGER.so extensions/libipt_TOS.so extensions/libipt_DSCP.so extensions/libipt_CLASSIFY.so extensions/libipt_CLASSIFYMARK.so extensions/libipt_mvpack.so extensions/libipt_ROUTE.so extensions/libipt_time.so extensions/libipt_iprange.so extensions/libipt_CYLOG.so extensions/libipt_conntrack.so extensions/libipt_comment.so extensions/libipt_TCPMSS.so extensions/libipt_tcpmss.so extensions/libipt_physdev.so extensions/libipt_CYMASQUERADE.so extensions/libipt_CYDNAT.so iptables iptables.o iptables.8 iptables-save iptables-restore iptables-xml extensions/libipt_targets.man extensions/libipt_matches.man extensions/libip6t_targets.man extensions/libip6t_matches.man libipq/libipq.a libiptc/libiptc.a extensions/libipt_tcp_sh.o extensions/libipt_udp_sh.o extensions/libipt_mac_sh.o extensions/libipt_standard_sh.o extensions/libipt_state_sh.o extensions/libipt_DNAT_sh.o extensions/libipt_SNAT_sh.o extensions/libipt_MASQUERADE_sh.o extensions/libipt_LOG_sh.o extensions/libipt_mark_sh.o extensions/libipt_MARK_sh.o extensions/libipt_webstr_sh.o extensions/libipt_REJECT_sh.o extensions/libipt_icmp_sh.o extensions/libipt_limit_sh.o extensions/libipt_REDIRECT_sh.o extensions/libipt_TRIGGER_sh.o extensions/libipt_TOS_sh.o extensions/libipt_DSCP_sh.o extensions/libipt_CLASSIFY_sh.o extensions/libipt_CLASSIFYMARK_sh.o extensions/libipt_mvpack_sh.o extensions/libipt_ROUTE_sh.o extensions/libipt_time_sh.o extensions/libipt_iprange_sh.o extensions/libipt_CYLOG_sh.o extensions/libipt_conntrack_sh.o extensions/libipt_comment_sh.o extensions/libipt_TCPMSS_sh.o extensions/libipt_tcpmss_sh.o extensions/libipt_physdev_sh.o extensions/libipt_CYMASQUERADE_sh.o extensions/libipt_CYDNAT_sh.o
  3940. rm -f extensions/initext.c extensions/initext6.c
  3941. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iptables-1.3.8'
  3942. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iptables-1.3.8'
  3943. if [ -e dnsmasq ]; then \
  3944. if [ -f dnsmasq/Makefile.cyt ]; then \
  3945. make -C dnsmasq -f Makefile.cyt \
  3946. clean; \
  3947. else \
  3948. make -C dnsmasq clean; \
  3949. fi; \
  3950. fi
  3951. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/dnsmasq-2.78'
  3952. make clean
  3953. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/dnsmasq-2.78'
  3954. rm -f src/*.mo src/*.pot
  3955. rm -f src/.copts_* src/*.o src/dnsmasq.a src/dnsmasq
  3956. rm -f src/dnsmasq_baseline
  3957. rm -f core */core
  3958. rm -f *~ contrib/*/*~ */*~
  3959. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/dnsmasq-2.78'
  3960. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/dnsmasq-2.78'
  3961. if [ -e net-tools ]; then \
  3962. if [ -f net-tools/Makefile.cyt ]; then \
  3963. make -C net-tools -f Makefile.cyt \
  3964. clean; \
  3965. else \
  3966. make -C net-tools clean; \
  3967. fi; \
  3968. fi
  3969. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-tools-1.60'
  3970. make clean
  3971. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-tools-1.60'
  3972. rm -f *.o DEADJOE config.new *~ *.orig lib/*.o
  3973. rm -f ifconfig hostname arp netstat route rarp slattach plipconfig nameif
  3974. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-tools-1.60/man'
  3975. rm -f DEADJOE *~ *.orig
  3976. rm -f */DEADJOE */*~ */*.orig
  3977. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-tools-1.60/man'
  3978. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-tools-1.60/lib'
  3979. rm -f *.o *~ *.orig libnet-tools.a libnet-tools.so
  3980. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-tools-1.60/lib'
  3981. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-tools-1.60/po'
  3982. rm -f *mo
  3983. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-tools-1.60/po'
  3984. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-tools-1.60'
  3985. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-tools-1.60'
  3986. if [ -e busybox-modify ]; then \
  3987. if [ -f busybox-modify/Makefile.cyt ]; then \
  3988. make -C busybox-modify -f Makefile.cyt \
  3989. clean; \
  3990. else \
  3991. make -C busybox-modify clean; \
  3992. fi; \
  3993. fi
  3994. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/busybox-modify'
  3995. Makefile:28: warning: overriding recipe for target 'install'
  3996. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:110: warning: ignoring old recipe for target 'install'
  3997. find . \( -name '*.[oas]' -o -name core -o -name '*~' -o -name '.*~' -o -name '.#*' -o -name '*.so' \) -type f -print | xargs rm -f
  3998. find . \( -name '*.depend' \) -type f -print | xargs rm -f
  3999. /bin/rm -rf bb_modify
  4000. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/busybox-modify'
  4001. if [ -e busybox ]; then \
  4002. if [ -f busybox/Makefile.cyt ]; then \
  4003. make -C busybox -f Makefile.cyt \
  4004. clean; \
  4005. else \
  4006. make -C busybox clean; \
  4007. fi; \
  4008. fi
  4009. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/busybox-1.10.2'
  4010. make mrproper
  4011. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/busybox-1.10.2'
  4012. CLEAN applets
  4013. CLEAN .tmp_versions
  4014. CLEAN busybox_unstripped.map busybox_unstripped.out busybox busybox_unstripped busybox.links .kernelrelease
  4015. CLEAN scripts/basic
  4016. CLEAN scripts/kconfig
  4017. CLEAN include/config
  4018. CLEAN .config .config.old include/autoconf.h include/bbconfigopts.h include/usage_compressed.h include/applet_tables.h
  4019. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/busybox-1.10.2'
  4020. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/busybox-1.10.2'
  4021. if [ -e curl ]; then \
  4022. if [ -f curl/Makefile.cyt ]; then \
  4023. make -C curl -f Makefile.cyt \
  4024. clean; \
  4025. else \
  4026. make -C curl clean; \
  4027. fi; \
  4028. fi
  4029. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4'
  4030. make distclean
  4031. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4'
  4032. Making distclean in docs
  4033. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/docs'
  4034. Making distclean in libcurl
  4035. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/docs/libcurl'
  4036. test -z "curl_easy_cleanup.html curl_easy_getinfo.html curl_easy_init.html curl_easy_perform.html curl_easy_setopt.html curl_easy_duphandle.html curl_formadd.html curl_formfree.html curl_getdate.html curl_getenv.html curl_slist_append.html curl_slist_free_all.html curl_version.html curl_version_info.html curl_escape.html curl_unescape.html curl_free.html curl_strequal.html curl_mprintf.html curl_global_init.html curl_global_cleanup.html curl_multi_add_handle.html curl_multi_cleanup.html curl_multi_fdset.html curl_multi_info_read.html curl_multi_init.html curl_multi_perform.html curl_multi_remove_handle.html curl_share_cleanup.html curl_share_init.html curl_share_setopt.html libcurl.html libcurl-multi.html libcurl-easy.html libcurl-share.html libcurl-errors.html curl_easy_strerror.html curl_multi_strerror.html curl_share_strerror.html curl_global_init_mem.html libcurl-tutorial.html curl_easy_reset.html curl_easy_escape.html curl_easy_unescape.html curl_multi_setopt.html curl_multi_socket.html curl_multi_timeout.html curl_formget.html curl_multi_assign.html curl_easy_pause.html curl_easy_recv.html curl_easy_send.html curl_easy_cleanup.pdf curl_easy_getinfo.pdf curl_easy_init.pdf curl_easy_perform.pdf curl_easy_setopt.pdf curl_easy_duphandle.pdf curl_formadd.pdf curl_formfree.pdf curl_getdate.pdf curl_getenv.pdf curl_slist_append.pdf curl_slist_free_all.pdf curl_version.pdf curl_version_info.pdf curl_escape.pdf curl_unescape.pdf curl_free.pdf curl_strequal.pdf curl_mprintf.pdf curl_global_init.pdf curl_global_cleanup.pdf curl_multi_add_handle.pdf curl_multi_cleanup.pdf curl_multi_fdset.pdf curl_multi_info_read.pdf curl_multi_init.pdf curl_multi_perform.pdf curl_multi_remove_handle.pdf curl_share_cleanup.pdf curl_share_init.pdf curl_share_setopt.pdf libcurl.pdf libcurl-multi.pdf libcurl-easy.pdf libcurl-share.pdf libcurl-errors.pdf curl_easy_strerror.pdf curl_multi_strerror.pdf curl_share_strerror.pdf curl_global_init_mem.pdf libcurl-tutorial.pdf curl_easy_reset.pdf curl_easy_escape.pdf curl_easy_unescape.pdf curl_multi_setopt.pdf curl_multi_socket.pdf curl_multi_timeout.pdf curl_formget.pdf curl_multi_assign.pdf curl_easy_pause.pdf curl_easy_recv.pdf curl_easy_send.pdf" || rm -f curl_easy_cleanup.html curl_easy_getinfo.html curl_easy_init.html curl_easy_perform.html curl_easy_setopt.html curl_easy_duphandle.html curl_formadd.html curl_formfree.html curl_getdate.html curl_getenv.html curl_slist_append.html curl_slist_free_all.html curl_version.html curl_version_info.html curl_escape.html curl_unescape.html curl_free.html curl_strequal.html curl_mprintf.html curl_global_init.html curl_global_cleanup.html curl_multi_add_handle.html curl_multi_cleanup.html curl_multi_fdset.html curl_multi_info_read.html curl_multi_init.html curl_multi_perform.html curl_multi_remove_handle.html curl_share_cleanup.html curl_share_init.html curl_share_setopt.html libcurl.html libcurl-multi.html libcurl-easy.html libcurl-share.html libcurl-errors.html curl_easy_strerror.html curl_multi_strerror.html curl_share_strerror.html curl_global_init_mem.html libcurl-tutorial.html curl_easy_reset.html curl_easy_escape.html curl_easy_unescape.html curl_multi_setopt.html curl_multi_socket.html curl_multi_timeout.html curl_formget.html curl_multi_assign.html curl_easy_pause.html curl_easy_recv.html curl_easy_send.html curl_easy_cleanup.pdf curl_easy_getinfo.pdf curl_easy_init.pdf curl_easy_perform.pdf curl_easy_setopt.pdf curl_easy_duphandle.pdf curl_formadd.pdf curl_formfree.pdf curl_getdate.pdf curl_getenv.pdf curl_slist_append.pdf curl_slist_free_all.pdf curl_version.pdf curl_version_info.pdf curl_escape.pdf curl_unescape.pdf curl_free.pdf curl_strequal.pdf curl_mprintf.pdf curl_global_init.pdf curl_global_cleanup.pdf curl_multi_add_handle.pdf curl_multi_cleanup.pdf curl_multi_fdset.pdf curl_multi_info_read.pdf curl_multi_init.pdf curl_multi_perform.pdf curl_multi_remove_handle.pdf curl_share_cleanup.pdf curl_share_init.pdf curl_share_setopt.pdf libcurl.pdf libcurl-multi.pdf libcurl-easy.pdf libcurl-share.pdf libcurl-errors.pdf curl_easy_strerror.pdf curl_multi_strerror.pdf curl_share_strerror.pdf curl_global_init_mem.pdf libcurl-tutorial.pdf curl_easy_reset.pdf curl_easy_escape.pdf curl_easy_unescape.pdf curl_multi_setopt.pdf curl_multi_socket.pdf curl_multi_timeout.pdf curl_formget.pdf curl_multi_assign.pdf curl_easy_pause.pdf curl_easy_recv.pdf curl_easy_send.pdf
  4037. rm -rf .libs _libs
  4038. rm -f *.lo
  4039. test -z "" || rm -f
  4040. rm -f libtool
  4041. rm -f Makefile
  4042. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/docs/libcurl'
  4043. Making distclean in examples
  4044. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/docs/examples'
  4045. rm -f 10-at-a-time 10-at-a-time
  4046. rm -f anyauthput anyauthput
  4047. rm -f cookie_interface cookie_interface
  4048. rm -f debug debug
  4049. rm -f fileupload fileupload
  4050. rm -f fopen fopen
  4051. rm -f ftpget ftpget
  4052. rm -f ftpgetresp ftpgetresp
  4053. rm -f ftpupload ftpupload
  4054. rm -f getinfo getinfo
  4055. rm -f getinmemory getinmemory
  4056. rm -f http-post http-post
  4057. rm -f httpput httpput
  4058. rm -f https https
  4059. rm -f multi-app multi-app
  4060. rm -f multi-debugcallback multi-debugcallback
  4061. rm -f multi-double multi-double
  4062. rm -f multi-post multi-post
  4063. rm -f multi-single multi-single
  4064. rm -f persistant persistant
  4065. rm -f post-callback post-callback
  4066. rm -f postit2 postit2
  4067. rm -f sepheaders sepheaders
  4068. rm -f simple simple
  4069. rm -f simplepost simplepost
  4070. rm -f simplessl simplessl
  4071. rm -f sendrecv sendrecv
  4072. rm -f httpcustomheader httpcustomheader
  4073. rm -f certinfo certinfo
  4074. rm -rf .libs _libs
  4075. rm -f *.o
  4076. rm -f *.lo
  4077. rm -f *.tab.c
  4078. test -z "" || rm -f
  4079. rm -f libtool
  4080. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  4081. rm -rf ./.deps
  4082. rm -f Makefile
  4083. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/docs/examples'
  4084. Making distclean in .
  4085. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/docs'
  4086. test -z "curl.html curl-config.html curl.pdf curl-config.pdf" || rm -f curl.html curl-config.html curl.pdf curl-config.pdf
  4087. rm -rf .libs _libs
  4088. rm -f *.lo
  4089. test -z "" || rm -f
  4090. rm -f libtool
  4091. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  4092. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/docs'
  4093. rm -f Makefile
  4094. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/docs'
  4095. Making distclean in packages
  4096. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages'
  4097. Making distclean in vms
  4098. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/vms'
  4099. rm -rf .libs _libs
  4100. rm -f *.lo
  4101. test -z "" || rm -f
  4102. rm -f libtool
  4103. rm -f Makefile
  4104. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/vms'
  4105. Making distclean in AIX
  4106. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/AIX'
  4107. Making distclean in RPM
  4108. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/AIX/RPM'
  4109. rm -rf .libs _libs
  4110. rm -f *.lo
  4111. test -z "curl.spec" || rm -f curl.spec
  4112. rm -f libtool
  4113. rm -f Makefile
  4114. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/AIX/RPM'
  4115. Making distclean in .
  4116. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/AIX'
  4117. rm -rf .libs _libs
  4118. rm -f *.lo
  4119. test -z "" || rm -f
  4120. rm -f libtool
  4121. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  4122. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/AIX'
  4123. rm -f Makefile
  4124. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/AIX'
  4125. Making distclean in DOS
  4126. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/DOS'
  4127. rm -rf .libs _libs
  4128. rm -f *.lo
  4129. test -z "" || rm -f
  4130. rm -f libtool
  4131. rm -f Makefile
  4132. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/DOS'
  4133. Making distclean in EPM
  4134. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/EPM'
  4135. rm -rf .libs _libs
  4136. rm -f *.lo
  4137. test -z "curl.list" || rm -f curl.list
  4138. rm -f libtool
  4139. rm -f Makefile
  4140. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/EPM'
  4141. Making distclean in Solaris
  4142. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/Solaris'
  4143. rm -rf .libs _libs
  4144. rm -f *.lo
  4145. test -z "" || rm -f
  4146. rm -f libtool
  4147. rm -f Makefile
  4148. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/Solaris'
  4149. Making distclean in Linux
  4150. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/Linux'
  4151. Making distclean in RPM
  4152. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/Linux/RPM'
  4153. rm -rf .libs _libs
  4154. rm -f *.lo
  4155. test -z "curl.spec curl-ssl.spec" || rm -f curl.spec curl-ssl.spec
  4156. rm -f libtool
  4157. rm -f Makefile
  4158. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/Linux/RPM'
  4159. Making distclean in .
  4160. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/Linux'
  4161. rm -rf .libs _libs
  4162. rm -f *.lo
  4163. test -z "" || rm -f
  4164. rm -f libtool
  4165. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  4166. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/Linux'
  4167. rm -f Makefile
  4168. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/Linux'
  4169. Making distclean in Win32
  4170. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/Win32'
  4171. Making distclean in cygwin
  4172. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/Win32/cygwin'
  4173. rm -rf .libs _libs
  4174. rm -f *.lo
  4175. test -z "" || rm -f
  4176. rm -f libtool
  4177. rm -f Makefile
  4178. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/Win32/cygwin'
  4179. Making distclean in .
  4180. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/Win32'
  4181. rm -rf .libs _libs
  4182. rm -f *.lo
  4183. test -z "" || rm -f
  4184. rm -f libtool
  4185. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  4186. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/Win32'
  4187. rm -f Makefile
  4188. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages/Win32'
  4189. Making distclean in .
  4190. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages'
  4191. rm -rf .libs _libs
  4192. rm -f *.lo
  4193. test -z "" || rm -f
  4194. rm -f libtool
  4195. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  4196. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages'
  4197. rm -f Makefile
  4198. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/packages'
  4199. Making distclean in include
  4200. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/include'
  4201. Making distclean in curl
  4202. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/include/curl'
  4203. rm -rf .libs _libs
  4204. rm -f *.lo
  4205. test -z "" || rm -f
  4206. test -z "curlbuild.h" || rm -f curlbuild.h
  4207. rm -f curlbuild.h stamp-h3
  4208. rm -f libtool
  4209. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  4210. rm -f Makefile
  4211. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/include/curl'
  4212. Making distclean in .
  4213. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/include'
  4214. rm -rf .libs _libs
  4215. rm -f *.lo
  4216. test -z "" || rm -f
  4217. rm -f libtool
  4218. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  4219. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/include'
  4220. rm -f Makefile
  4221. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/include'
  4222. Making distclean in tests
  4223. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/tests'
  4224. Making distclean in libtest
  4225. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/tests/libtest'
  4226. rm -rf .libs _libs
  4227. rm -f lib500 lib500
  4228. rm -f lib501 lib501
  4229. rm -f lib502 lib502
  4230. rm -f lib503 lib503
  4231. rm -f lib504 lib504
  4232. rm -f lib505 lib505
  4233. rm -f lib506 lib506
  4234. rm -f lib507 lib507
  4235. rm -f lib508 lib508
  4236. rm -f lib510 lib510
  4237. rm -f lib511 lib511
  4238. rm -f lib512 lib512
  4239. rm -f lib513 lib513
  4240. rm -f lib514 lib514
  4241. rm -f lib515 lib515
  4242. rm -f lib516 lib516
  4243. rm -f lib517 lib517
  4244. rm -f lib518 lib518
  4245. rm -f lib519 lib519
  4246. rm -f lib520 lib520
  4247. rm -f lib521 lib521
  4248. rm -f lib523 lib523
  4249. rm -f lib524 lib524
  4250. rm -f lib525 lib525
  4251. rm -f lib526 lib526
  4252. rm -f lib527 lib527
  4253. rm -f lib529 lib529
  4254. rm -f lib530 lib530
  4255. rm -f lib532 lib532
  4256. rm -f lib533 lib533
  4257. rm -f lib536 lib536
  4258. rm -f lib537 lib537
  4259. rm -f lib540 lib540
  4260. rm -f lib541 lib541
  4261. rm -f lib542 lib542
  4262. rm -f lib543 lib543
  4263. rm -f lib544 lib544
  4264. rm -f lib545 lib545
  4265. rm -f lib547 lib547
  4266. rm -f lib548 lib548
  4267. rm -f lib549 lib549
  4268. rm -f lib552 lib552
  4269. rm -f lib553 lib553
  4270. rm -f lib554 lib554
  4271. rm -f lib555 lib555
  4272. rm -f lib556 lib556
  4273. rm -f lib539 lib539
  4274. rm -f lib557 lib557
  4275. rm -f lib558 lib558
  4276. rm -f lib559 lib559
  4277. rm -f lib560 lib560
  4278. rm -f *.o
  4279. rm -f *.lo
  4280. rm -f *.tab.c
  4281. test -z "" || rm -f
  4282. rm -f libtool
  4283. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  4284. rm -rf ./.deps
  4285. rm -f Makefile
  4286. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/tests/libtest'
  4287. Making distclean in server
  4288. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/tests/server'
  4289. rm -rf .libs _libs
  4290. rm -f sws sws
  4291. rm -f getpart getpart
  4292. rm -f sockfilt sockfilt
  4293. rm -f resolve resolve
  4294. rm -f tftpd tftpd
  4295. rm -f *.o
  4296. rm -f *.lo
  4297. rm -f *.tab.c
  4298. test -z "" || rm -f
  4299. rm -f libtool
  4300. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  4301. rm -rf ./.deps
  4302. rm -f Makefile
  4303. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/tests/server'
  4304. Making distclean in data
  4305. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/tests/data'
  4306. rm -rf .libs _libs
  4307. rm -f *.lo
  4308. test -z "" || rm -f
  4309. rm -f libtool
  4310. rm -f Makefile
  4311. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/tests/data'
  4312. Making distclean in .
  4313. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/tests'
  4314. test -z ".http.pid .https.pid .ftp.pid .ftps.pid" || rm -f .http.pid .https.pid .ftp.pid .ftps.pid
  4315. rm -rf .libs _libs
  4316. rm -f *.lo
  4317. test -z "" || rm -f
  4318. rm -f libtool
  4319. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  4320. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/tests'
  4321. rm -f Makefile
  4322. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/tests'
  4323. Making distclean in src
  4324. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/src'
  4325. rm -f curl curl
  4326. test -z "hugehelp.c" || rm -f hugehelp.c
  4327. rm -rf .libs _libs
  4328. rm -f *.o
  4329. rm -f *.lo
  4330. rm -f *.tab.c
  4331. test -z "" || rm -f
  4332. rm -f config.h stamp-h2
  4333. rm -f libtool
  4334. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  4335. rm -rf ./.deps
  4336. rm -f Makefile
  4337. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/src'
  4338. Making distclean in lib
  4339. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/lib'
  4340. test -z "libcurl.dsp libcurl.vcproj" || rm -f libcurl.dsp libcurl.vcproj
  4341. test -z "libcurl.la" || rm -f libcurl.la
  4342. rm -f "./so_locations"
  4343. rm -rf .libs _libs
  4344. rm -f *.o
  4345. rm -f *.lo
  4346. rm -f *.tab.c
  4347. test -z "" || rm -f
  4348. rm -f config.h stamp-h1
  4349. rm -f libtool
  4350. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  4351. rm -rf ./.deps
  4352. rm -f Makefile
  4353. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/lib'
  4354. Making distclean in .
  4355. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4'
  4356. rm -rf .libs _libs
  4357. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/tests'
  4358. make[6]: *** No rule to make target 'clean'. Stop.
  4359. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/tests'
  4360. Makefile:797: recipe for target 'clean-local' failed
  4361. make[5]: [clean-local] Error 2 (ignored)
  4362. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/docs'
  4363. make[6]: *** No rule to make target 'clean'. Stop.
  4364. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4/docs'
  4365. Makefile:797: recipe for target 'clean-local' failed
  4366. make[5]: [clean-local] Error 2 (ignored)
  4367. rm -f *.lo
  4368. test -z "curl-config libcurl.pc" || rm -f curl-config libcurl.pc
  4369. rm -f libtool
  4370. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  4371. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4'
  4372. rm -f config.status config.cache config.log configure.lineno configure.status.lineno
  4373. rm -f Makefile
  4374. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4'
  4375. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4'
  4376. if [ -e openssl ]; then \
  4377. if [ -f openssl/Makefile.cyt ]; then \
  4378. make -C openssl -f Makefile.cyt \
  4379. clean; \
  4380. else \
  4381. make -C openssl clean; \
  4382. fi; \
  4383. fi
  4384. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l'
  4385. touch Makefile
  4386. make clean
  4387. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l'
  4388. rm -f *.map *.so *.so.* *.dylib *.dll engines/*.so engines/*.dll engines/*.dylib *.a engines/*.a */lib */*/lib
  4389. rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
  4390. making clean in crypto...
  4391. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto'
  4392. rm -f buildinf.h *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4393. making clean in crypto/objects...
  4394. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/objects'
  4395. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4396. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/objects'
  4397. making clean in crypto/md4...
  4398. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/md4'
  4399. rm -f asm/mx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4400. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/md4'
  4401. making clean in crypto/md5...
  4402. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/md5'
  4403. rm -f *.s *.S *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4404. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/md5'
  4405. making clean in crypto/sha...
  4406. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/sha'
  4407. rm -f *.s *.S *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4408. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/sha'
  4409. making clean in crypto/mdc2...
  4410. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/mdc2'
  4411. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4412. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/mdc2'
  4413. making clean in crypto/hmac...
  4414. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/hmac'
  4415. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4416. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/hmac'
  4417. making clean in crypto/ripemd...
  4418. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/ripemd'
  4419. rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4420. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/ripemd'
  4421. making clean in crypto/whrlpool...
  4422. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/whrlpool'
  4423. rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4424. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/whrlpool'
  4425. making clean in crypto/des...
  4426. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/des'
  4427. rm -f *.s *.S *.o *.obj des lib tags core .pure .nfs* *.old *.bak fluff
  4428. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/des'
  4429. making clean in crypto/aes...
  4430. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/aes'
  4431. rm -f *.s *.S *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4432. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/aes'
  4433. making clean in crypto/rc2...
  4434. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/rc2'
  4435. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4436. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/rc2'
  4437. making clean in crypto/rc4...
  4438. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/rc4'
  4439. rm -f *.s *.S *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4440. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/rc4'
  4441. making clean in crypto/idea...
  4442. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/idea'
  4443. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4444. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/idea'
  4445. making clean in crypto/bf...
  4446. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/bf'
  4447. rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4448. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/bf'
  4449. making clean in crypto/cast...
  4450. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/cast'
  4451. rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4452. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/cast'
  4453. making clean in crypto/camellia...
  4454. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/camellia'
  4455. rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4456. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/camellia'
  4457. making clean in crypto/seed...
  4458. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/seed'
  4459. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4460. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/seed'
  4461. making clean in crypto/modes...
  4462. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/modes'
  4463. rm -f *.s *.S *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4464. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/modes'
  4465. making clean in crypto/bn...
  4466. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/bn'
  4467. rm -f *.s *.S *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4468. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/bn'
  4469. making clean in crypto/ec...
  4470. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/ec'
  4471. rm -f *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4472. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/ec'
  4473. making clean in crypto/rsa...
  4474. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/rsa'
  4475. rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4476. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/rsa'
  4477. making clean in crypto/dsa...
  4478. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/dsa'
  4479. rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4480. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/dsa'
  4481. making clean in crypto/ecdsa...
  4482. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/ecdsa'
  4483. rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4484. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/ecdsa'
  4485. making clean in crypto/dh...
  4486. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/dh'
  4487. rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4488. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/dh'
  4489. making clean in crypto/ecdh...
  4490. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/ecdh'
  4491. rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4492. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/ecdh'
  4493. making clean in crypto/dso...
  4494. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/dso'
  4495. rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4496. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/dso'
  4497. making clean in crypto/engine...
  4498. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/engine'
  4499. rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4500. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/engine'
  4501. making clean in crypto/buffer...
  4502. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/buffer'
  4503. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4504. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/buffer'
  4505. making clean in crypto/bio...
  4506. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/bio'
  4507. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4508. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/bio'
  4509. making clean in crypto/stack...
  4510. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/stack'
  4511. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4512. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/stack'
  4513. making clean in crypto/lhash...
  4514. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/lhash'
  4515. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4516. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/lhash'
  4517. making clean in crypto/rand...
  4518. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/rand'
  4519. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4520. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/rand'
  4521. making clean in crypto/err...
  4522. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/err'
  4523. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4524. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/err'
  4525. making clean in crypto/evp...
  4526. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/evp'
  4527. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4528. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/evp'
  4529. making clean in crypto/asn1...
  4530. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/asn1'
  4531. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4532. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/asn1'
  4533. making clean in crypto/pem...
  4534. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/pem'
  4535. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4536. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/pem'
  4537. making clean in crypto/x509...
  4538. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/x509'
  4539. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4540. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/x509'
  4541. making clean in crypto/x509v3...
  4542. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/x509v3'
  4543. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4544. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/x509v3'
  4545. making clean in crypto/conf...
  4546. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/conf'
  4547. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4548. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/conf'
  4549. making clean in crypto/txt_db...
  4550. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/txt_db'
  4551. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4552. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/txt_db'
  4553. making clean in crypto/pkcs7...
  4554. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/pkcs7'
  4555. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify
  4556. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/pkcs7'
  4557. making clean in crypto/pkcs12...
  4558. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/pkcs12'
  4559. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4560. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/pkcs12'
  4561. making clean in crypto/comp...
  4562. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/comp'
  4563. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4564. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/comp'
  4565. making clean in crypto/ocsp...
  4566. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/ocsp'
  4567. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4568. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/ocsp'
  4569. making clean in crypto/ui...
  4570. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/ui'
  4571. rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4572. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/ui'
  4573. making clean in crypto/krb5...
  4574. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/krb5'
  4575. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4576. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/krb5'
  4577. making clean in crypto/cms...
  4578. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/cms'
  4579. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4580. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/cms'
  4581. making clean in crypto/pqueue...
  4582. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/pqueue'
  4583. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4584. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/pqueue'
  4585. making clean in crypto/ts...
  4586. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/ts'
  4587. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify
  4588. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/ts'
  4589. making clean in crypto/srp...
  4590. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/srp'
  4591. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4592. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/srp'
  4593. making clean in crypto/cmac...
  4594. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/cmac'
  4595. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4596. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto/cmac'
  4597. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/crypto'
  4598. making clean in ssl...
  4599. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/ssl'
  4600. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4601. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/ssl'
  4602. making clean in engines...
  4603. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/engines'
  4604. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4605. making clean in engines/ccgost...
  4606. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/engines/ccgost'
  4607. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff *.so *.sl *.dll
  4608. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/engines/ccgost'
  4609. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/engines'
  4610. making clean in apps...
  4611. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/apps'
  4612. rm -f *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff openssl
  4613. rm -f req
  4614. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/apps'
  4615. making clean in test...
  4616. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/test'
  4617. rm -f .rnd tmp.bntest tmp.bctest *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff bntest ectest ecdsatest ecdhtest ideatest md2test md4test md5test hmactest wp_test rc2test rc4test rc5test destest shatest sha1test sha256t sha512t mdc2test rmdtest randtest dhtest enginetest bftest casttest ssltest exptest dsatest rsa_test evp_test evp_extra_test igetest jpaketest srptest asn1test v3nametest heartbeat_test constant_time_test verify_extra_test clienthellotest sslv2conftest dtlstest bad_dtls_test *.ss *.srl log dummytest
  4618. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/test'
  4619. making clean in tools...
  4620. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/tools'
  4621. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  4622. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l/tools'
  4623. rm -f libcrypto.a libssl.a
  4624. rm -f openssl.pc libssl.pc libcrypto.pc
  4625. rm -f speed.* .pure
  4626. rm -f ../openssl-1.0.2l.tar
  4627. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l'
  4628. rm Makefile
  4629. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l'
  4630. if [ -e u-boot_env ]; then \
  4631. if [ -f u-boot_env/Makefile.cyt ]; then \
  4632. make -C u-boot_env -f Makefile.cyt \
  4633. clean; \
  4634. else \
  4635. make -C u-boot_env clean; \
  4636. fi; \
  4637. fi
  4638. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/u-boot_env-1.1.4'
  4639. make clean
  4640. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/u-boot_env-1.1.4'
  4641. rm -f uboot_env
  4642. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/u-boot_env-1.1.4'
  4643. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/u-boot_env-1.1.4'
  4644. if [ -e u-boot ]; then \
  4645. if [ -f u-boot/Makefile.cyt ]; then \
  4646. make -C u-boot -f Makefile.cyt \
  4647. clean; \
  4648. else \
  4649. make -C u-boot clean; \
  4650. fi; \
  4651. fi
  4652. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/u-boot-1.3.3-pnx8181'
  4653. make mrproper
  4654. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/u-boot-1.3.3-pnx8181'
  4655. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/u-boot-1.3.3-pnx8181'
  4656. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/u-boot-1.3.3-pnx8181'
  4657. make[2]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source'
  4658. if [ -e ../linux ]; then \
  4659. if [ -f ../linux/Makefile.cyt ]; then \
  4660. make -C ../linux -f Makefile.cyt \
  4661. clean; \
  4662. else \
  4663. make -C ../linux clean; \
  4664. fi; \
  4665. fi
  4666. make[2]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux'
  4667. if [ -e linux ]; then \
  4668. if [ -f linux/Makefile.cyt ]; then \
  4669. make -C linux -f Makefile.cyt \
  4670. clean; \
  4671. else \
  4672. make -C linux clean; \
  4673. fi; \
  4674. fi
  4675. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5'
  4676. #cp .config .config.cyt
  4677. make mrproper
  4678. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5'
  4679. CLEAN arch/arm/boot/compressed
  4680. CLEAN arch/arm/boot
  4681. CLEAN /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5
  4682. CLEAN arch/arm/kernel
  4683. CLEAN drivers/char
  4684. CLEAN init
  4685. CLEAN kernel
  4686. CLEAN lib
  4687. CLEAN .tmp_versions
  4688. CLEAN include/asm-arm/mach-types.h include/asm-arm/arch include/asm-arm/.arch vmlinux System.map .tmp_kallsyms3.o .tmp_kallsyms3.S .tmp_kallsyms2.S .tmp_kallsyms1.o .tmp_kallsyms2.o .tmp_kallsyms1.S .tmp_vmlinux1 .tmp_vmlinux2 .tmp_vmlinux3 .tmp_System.map
  4689. CLEAN scripts/basic
  4690. CLEAN scripts/kconfig
  4691. CLEAN scripts/mod
  4692. CLEAN scripts
  4693. CLEAN include/config
  4694. CLEAN .config include/asm .version include/linux/autoconf.h include/linux/version.h include/linux/utsrelease.h Module.symvers
  4695. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5'
  4696. #rm -f include/linux/cy_conf.h
  4697. #sed '/cy_conf\.h/ d' -i include/linux/config.h; \
  4698. #cp .config.cyt .config
  4699. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5'
  4700. make[2]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux'
  4701. make[1]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router'
  4702. if [ -e host_tools ]; then \
  4703. if [ -f host_tools/Makefile.cyt ]; then \
  4704. make -C host_tools -f Makefile.cyt \
  4705. clean; \
  4706. else \
  4707. make -C host_tools clean; \
  4708. fi; \
  4709. fi
  4710. make[1]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools'
  4711. Makefile:24: warning: overriding recipe for target 'install'
  4712. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:110: warning: ignoring old recipe for target 'install'
  4713. if [ -e gpl_src ]; then \
  4714. if [ -f gpl_src/Makefile.cyt ]; then \
  4715. make -C gpl_src -f Makefile.cyt \
  4716. clean; \
  4717. else \
  4718. make -C gpl_src clean; \
  4719. fi; \
  4720. fi
  4721. make[2]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src'
  4722. Makefile:40: warning: overriding recipe for target '_subdir_installfakeroot'
  4723. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installfakeroot'
  4724. Makefile:40: warning: overriding recipe for target '_subdir_installmakedevs'
  4725. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installmakedevs'
  4726. Makefile:40: warning: overriding recipe for target '_subdir_installsqlzma'
  4727. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installsqlzma'
  4728. Makefile:40: warning: overriding recipe for target '_subdir_installsquashfs3.4'
  4729. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installsquashfs3.4'
  4730. Makefile:40: warning: overriding recipe for target '_subdir_installuboot-mkimage'
  4731. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installuboot-mkimage'
  4732. if [ -e uboot-mkimage ]; then \
  4733. if [ -f uboot-mkimage/Makefile.cyt ]; then \
  4734. make -C uboot-mkimage -f Makefile.cyt \
  4735. clean; \
  4736. else \
  4737. make -C uboot-mkimage clean; \
  4738. fi; \
  4739. fi
  4740. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/uboot-mkimage-0.4'
  4741. rm -f *.o
  4742. /bin/rm -f /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/mkimage
  4743. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/uboot-mkimage-0.4'
  4744. if [ -e squashfs3.4 ]; then \
  4745. if [ -f squashfs3.4/Makefile.cyt ]; then \
  4746. make -C squashfs3.4 -f Makefile.cyt \
  4747. clean; \
  4748. else \
  4749. make -C squashfs3.4 clean; \
  4750. fi; \
  4751. fi
  4752. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/squashfs3.4'
  4753. make -C squashfs-tools clean Sqlzma=/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma
  4754. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/squashfs3.4/squashfs-tools'
  4755. rm -f *.o mksquashfs unsquashfs
  4756. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/squashfs3.4/squashfs-tools'
  4757. rm /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/mksquashfs
  4758. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/squashfs3.4'
  4759. if [ -e sqlzma ]; then \
  4760. if [ -f sqlzma/Makefile.cyt ]; then \
  4761. make -C sqlzma -f Makefile.cyt \
  4762. clean; \
  4763. else \
  4764. make -C sqlzma clean; \
  4765. fi; \
  4766. fi
  4767. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457'
  4768. make clean
  4769. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457'
  4770. make -C /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/C/Compress/Lzma -f sqlzma.mk clean
  4771. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/C/Compress/Lzma'
  4772. rm -f libunlzma.a libunlzma_r.a uncomp.o uncomp_r.o LzmaDecode_r.o LzmaDecode.o *~
  4773. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/C/Compress/Lzma'
  4774. make -C /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/CPP/7zip/Compress/LZMA_Alone -f sqlzma.mk clean
  4775. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/CPP/7zip/Compress/LZMA_Alone'
  4776. rm -f comp.o *_r.o liblzma_r.a *~
  4777. rm -f lzma LzmaAlone.o LzmaBench.o LzmaBenchCon.o LzmaRam.o LZMADecoder.o LZMAEncoder.o LZOutWindow.o RangeCoderBit.o InBuffer.o OutBuffer.o FileStreams.o StreamUtils.o C_FileIO.o CommandLineParser.o CRC.o IntToString.o MyString.o StringConvert.o StringToInt.o MyVector.o 7zCrc.o Alloc.o BranchX86.o MatchFinder.o LzmaDecode.o LzmaRamDecode.o
  4778. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/CPP/7zip/Compress/LZMA_Alone'
  4779. #make -C /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/squashfs3.4/squashfs-tools clean
  4780. rm -f *~
  4781. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457'
  4782. #rm -rf ../../mksquashfs
  4783. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457'
  4784. if [ -e makedevs ]; then \
  4785. if [ -f makedevs/Makefile.cyt ]; then \
  4786. make -C makedevs -f Makefile.cyt \
  4787. clean; \
  4788. else \
  4789. make -C makedevs clean; \
  4790. fi; \
  4791. fi
  4792. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/makedevs-0.0.01b'
  4793. rm -rf makedevs
  4794. rm -rf /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/makedevs
  4795. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/makedevs-0.0.01b'
  4796. if [ -e fakeroot ]; then \
  4797. if [ -f fakeroot/Makefile.cyt ]; then \
  4798. make -C fakeroot -f Makefile.cyt \
  4799. clean; \
  4800. else \
  4801. make -C fakeroot clean; \
  4802. fi; \
  4803. fi
  4804. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  4805. /bin/rm -rf /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/fakeroot
  4806. /bin/rm -rf /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/faked
  4807. /bin/rm -rf /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/fakeroot_misc
  4808. make distclean
  4809. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  4810. /bin/bash ./config.status --recheck
  4811. running CONFIG_SHELL=/bin/bash /bin/bash ./configure --prefix=/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc --bindir=/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools CC=gcc --no-create --no-recursion
  4812. checking build system type... i686-pc-linux-gnu
  4813. checking host system type... i686-pc-linux-gnu
  4814. checking target system type... i686-pc-linux-gnu
  4815. checking for a BSD-compatible install... /usr/bin/install -c
  4816. checking whether build environment is sane... yes
  4817. checking for a thread-safe mkdir -p... /bin/mkdir -p
  4818. checking for gawk... no
  4819. checking for mawk... mawk
  4820. checking whether make sets $(MAKE)... yes
  4821. checking whether to enable maintainer-specific portions of Makefiles... no
  4822. checking whether make sets $(MAKE)... (cached) yes
  4823. checking for style of include used by make... GNU
  4824. checking for gcc... gcc
  4825. checking for C compiler default output file name... a.out
  4826. checking whether the C compiler works... yes
  4827. checking whether we are cross compiling... no
  4828. checking for suffix of executables...
  4829. checking for suffix of object files... o
  4830. checking whether we are using the GNU C compiler... yes
  4831. checking whether gcc accepts -g... yes
  4832. checking for gcc option to accept ISO C89... none needed
  4833. checking dependency style of gcc... gcc3
  4834. checking for a sed that does not truncate output... /bin/sed
  4835. checking for grep that handles long lines and -e... /bin/grep
  4836. checking for egrep... /bin/grep -E
  4837. checking for fgrep... /bin/grep -F
  4838. checking for ld used by gcc... ld
  4839. checking if the linker (ld) is GNU ld... yes
  4840. checking for BSD- or MS-compatible name lister (nm)... nm
  4841. checking the name lister (nm) interface... BSD nm
  4842. checking whether ln -s works... yes
  4843. checking the maximum length of command line arguments... 1572864
  4844. checking whether the shell understands some XSI constructs... yes
  4845. checking whether the shell understands "+="... yes
  4846. checking for ld option to reload object files... -r
  4847. checking how to recognize dependent libraries... pass_all
  4848. checking for ar... ar
  4849. checking for strip... strip
  4850. checking for ranlib... ranlib
  4851. checking command to parse nm output from gcc object... ok
  4852. checking how to run the C preprocessor... gcc -E
  4853. checking for ANSI C header files... yes
  4854. checking for sys/types.h... yes
  4855. checking for sys/stat.h... yes
  4856. checking for stdlib.h... yes
  4857. checking for string.h... yes
  4858. checking for memory.h... yes
  4859. checking for strings.h... yes
  4860. checking for inttypes.h... yes
  4861. checking for stdint.h... yes
  4862. checking for unistd.h... yes
  4863. checking for dlfcn.h... yes
  4864. checking for objdir... .libs
  4865. checking if gcc supports -fno-rtti -fno-exceptions... no
  4866. checking for gcc option to produce PIC... -fPIC -DPIC
  4867. checking if gcc PIC flag -fPIC -DPIC works... yes
  4868. checking if gcc static flag -static works... yes
  4869. checking if gcc supports -c -o file.o... yes
  4870. checking if gcc supports -c -o file.o... (cached) yes
  4871. checking whether the gcc linker (ld) supports shared libraries... yes
  4872. checking whether -lc should be explicitly linked in... no
  4873. checking dynamic linker characteristics... GNU/Linux ld.so
  4874. checking how to hardcode library paths into programs... immediate
  4875. checking whether stripping libraries is possible... yes
  4876. checking if libtool supports shared libraries... yes
  4877. checking whether to build shared libraries... yes
  4878. checking whether to build static libraries... yes
  4879. checking which IPC method to use... (cached) sysv
  4880. checking which database format to use... (cached) inode
  4881. checking for dlopen in -ldl... yes
  4882. checking for dirent.h that defines DIR... yes
  4883. checking for library containing opendir... none required
  4884. checking for ANSI C header files... (cached) yes
  4885. checking fcntl.h usability... yes
  4886. checking fcntl.h presence... yes
  4887. checking for fcntl.h... yes
  4888. checking for unistd.h... (cached) yes
  4889. checking features.h usability... yes
  4890. checking features.h presence... yes
  4891. checking for features.h... yes
  4892. checking sys/feature_tests.h usability... no
  4893. checking sys/feature_tests.h presence... no
  4894. checking for sys/feature_tests.h... no
  4895. checking pthread.h usability... yes
  4896. checking pthread.h presence... yes
  4897. checking for pthread.h... yes
  4898. checking for stdint.h... (cached) yes
  4899. checking for inttypes.h... (cached) yes
  4900. checking grp.h usability... yes
  4901. checking grp.h presence... yes
  4902. checking for grp.h... yes
  4903. checking endian.h usability... yes
  4904. checking endian.h presence... yes
  4905. checking for endian.h... yes
  4906. checking sys/sysmacros.h usability... yes
  4907. checking sys/sysmacros.h presence... yes
  4908. checking for sys/sysmacros.h... yes
  4909. checking sys/socket.h usability... yes
  4910. checking sys/socket.h presence... yes
  4911. checking for sys/socket.h... yes
  4912. checking sys/acl.h usability... no
  4913. checking sys/acl.h presence... no
  4914. checking for sys/acl.h... no
  4915. checking for an ANSI C-conforming const... yes
  4916. checking for mode_t... yes
  4917. checking for off_t... yes
  4918. checking for size_t... yes
  4919. checking for return value and second and third argument of readlink... int, char, size_t
  4920. checking for first argument of setgroups... size_t
  4921. checking for union semun... no
  4922. checking for type of arg of __xmknod... needs *
  4923. checking for type of arg of __xmknodat... needs *
  4924. checking for type of arg of initgroups... gid_t
  4925. checking for type of arg of setreuid... gid_t
  4926. checking for type of arg of setregid... gid_t
  4927. checking for type of second arg to stat... struct stat *
  4928. checking for d_off in struct dirent... yes
  4929. checking for d_type in struct dirent... yes
  4930. checking for fchmodat... yes
  4931. checking for fchownat... yes
  4932. checking for fstatat... yes
  4933. checking for mkdirat... yes
  4934. checking for mknodat... yes
  4935. checking for openat... yes
  4936. checking for renameat... yes
  4937. checking for unlinkat... yes
  4938. checking for __xstat... yes
  4939. checking for __fxstat... yes
  4940. checking for __lxstat... yes
  4941. checking for __fxstatat... yes
  4942. checking for __xstat64... yes
  4943. checking for __fxstat64... yes
  4944. checking for __lxstat64... yes
  4945. checking for __fxstatat64... yes
  4946. checking for __xmknod... yes
  4947. checking for __xmknodat... yes
  4948. fakerootconfig.h not changed
  4949. checking for strdup... yes
  4950. checking for strstr... yes
  4951. checking for getresuid... yes
  4952. checking for setresuid... yes
  4953. checking for getresgid... yes
  4954. checking for setresgid... yes
  4955. checking for setfsuid... yes
  4956. checking for setfsgid... yes
  4957. checking whether setenv is declared... yes
  4958. checking whether unsetenv is declared... yes
  4959. checking for setenv... yes
  4960. configure: creating ./config.status
  4961. /bin/bash ./config.status
  4962. config.status: creating Makefile
  4963. config.status: creating scripts/Makefile
  4964. config.status: creating doc/Makefile
  4965. config.status: creating doc/es/Makefile
  4966. config.status: creating doc/fr/Makefile
  4967. config.status: creating doc/nl/Makefile
  4968. config.status: creating doc/sv/Makefile
  4969. config.status: creating test/Makefile
  4970. config.status: creating config.h
  4971. config.status: config.h is unchanged
  4972. config.status: executing depfiles commands
  4973. config.status: executing libtool commands
  4974. Making distclean in test
  4975. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/test'
  4976. test -z "tmp* tartest.tar.gz hda3" || rm -f tmp* tartest.tar.gz hda3
  4977. rm -rf .libs _libs
  4978. rm -f *.lo
  4979. test -z "" || rm -f
  4980. rm -f Makefile
  4981. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/test'
  4982. Making distclean in doc
  4983. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  4984. Making distclean in nl
  4985. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/nl'
  4986. rm -rf .libs _libs
  4987. rm -f *.lo
  4988. test -z "" || rm -f
  4989. rm -f Makefile
  4990. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/nl'
  4991. Making distclean in sv
  4992. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/sv'
  4993. rm -rf .libs _libs
  4994. rm -f *.lo
  4995. test -z "" || rm -f
  4996. rm -f Makefile
  4997. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/sv'
  4998. Making distclean in fr
  4999. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/fr'
  5000. rm -rf .libs _libs
  5001. rm -f *.lo
  5002. test -z "" || rm -f
  5003. rm -f Makefile
  5004. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/fr'
  5005. Making distclean in es
  5006. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/es'
  5007. rm -rf .libs _libs
  5008. rm -f *.lo
  5009. test -z "" || rm -f
  5010. rm -f Makefile
  5011. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/es'
  5012. Making distclean in .
  5013. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  5014. rm -rf .libs _libs
  5015. rm -f *.lo
  5016. test -z "" || rm -f
  5017. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  5018. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  5019. rm -f Makefile
  5020. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  5021. Making distclean in scripts
  5022. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/scripts'
  5023. test -z "fakeroot" || rm -f fakeroot
  5024. rm -rf .libs _libs
  5025. rm -f *.lo
  5026. test -z "" || rm -f
  5027. rm -f Makefile
  5028. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/scripts'
  5029. Making distclean in .
  5030. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  5031. rm -f faked faked
  5032. test -z "wrapdef.h wrapstruct.h wrapped.h wraptmpf.h" || rm -f wrapdef.h wrapstruct.h wrapped.h wraptmpf.h
  5033. test -z "libfakeroot.la" || rm -f libfakeroot.la
  5034. rm -f "./so_locations"
  5035. rm -rf .libs _libs
  5036. test -z "libcommunicate.la" || rm -f libcommunicate.la
  5037. rm -f "./so_locations"
  5038. rm -f simple simple
  5039. rm -f *.o
  5040. rm -f *.lo
  5041. rm -f *.tab.c
  5042. test -z "" || rm -f
  5043. test -z "fakerootconfig.h" || rm -f fakerootconfig.h
  5044. rm -f config.h stamp-h1
  5045. rm -f libtool
  5046. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  5047. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  5048. rm -f config.status config.cache config.log configure.lineno config.status.lineno
  5049. rm -rf .deps ./.deps
  5050. rm -f Makefile
  5051. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  5052. /bin/rm -rf .configured
  5053. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  5054. make[2]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src'
  5055. find . \( -name '*.[oas]' -o -name core -o -name '*~' -o -name '.*~' -o -name '.#*' -o -name '*.so' \) -type f -print | xargs rm -f
  5056. find . \( -name '*.depend' \) -type f -print | xargs rm -f
  5057. make[1]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools'
  5058. root@debian:/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src# sudo make
  5059. Makefile:34: warning: overriding recipe for target 'pre_install'
  5060. Rules.mk:102: warning: ignoring old recipe for target 'pre_install'
  5061. echo "PWD = "
  5062. PWD =
  5063. echo "NOW = "
  5064. NOW =
  5065. if [ -f host_tools/Makefile.cyt ]; then \
  5066. make -C host_tools -f Makefile.cyt; \
  5067. else \
  5068. make -C host_tools; \
  5069. fi
  5070. make[1]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools'
  5071. Makefile:24: warning: overriding recipe for target 'install'
  5072. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:110: warning: ignoring old recipe for target 'install'
  5073. echo "PWD = /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src"
  5074. PWD = /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src
  5075. echo "NOW = "
  5076. NOW =
  5077. if [ -f gpl_src/Makefile.cyt ]; then \
  5078. make -C gpl_src -f Makefile.cyt; \
  5079. else \
  5080. make -C gpl_src; \
  5081. fi
  5082. make[2]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src'
  5083. Makefile:40: warning: overriding recipe for target '_subdir_installfakeroot'
  5084. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installfakeroot'
  5085. Makefile:40: warning: overriding recipe for target '_subdir_installmakedevs'
  5086. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installmakedevs'
  5087. Makefile:40: warning: overriding recipe for target '_subdir_installsqlzma'
  5088. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installsqlzma'
  5089. Makefile:40: warning: overriding recipe for target '_subdir_installsquashfs3.4'
  5090. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installsquashfs3.4'
  5091. Makefile:40: warning: overriding recipe for target '_subdir_installuboot-mkimage'
  5092. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installuboot-mkimage'
  5093. echo "PWD = /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools"
  5094. PWD = /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools
  5095. echo "NOW = host_tools"
  5096. NOW = host_tools
  5097. if [ -f fakeroot/Makefile.cyt ]; then \
  5098. make -C fakeroot -f Makefile.cyt; \
  5099. else \
  5100. make -C fakeroot; \
  5101. fi
  5102. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  5103. (rm -rf config.cache; \
  5104. ./configure \
  5105. --prefix=`pwd`/fakeroot_misc \
  5106. --bindir=/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools \
  5107. )
  5108. checking build system type... i686-pc-linux-gnu
  5109. checking host system type... i686-pc-linux-gnu
  5110. checking target system type... i686-pc-linux-gnu
  5111. checking for a BSD-compatible install... /usr/bin/install -c
  5112. checking whether build environment is sane... yes
  5113. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5114. checking for gawk... no
  5115. checking for mawk... mawk
  5116. checking whether make sets $(MAKE)... yes
  5117. checking whether to enable maintainer-specific portions of Makefiles... no
  5118. checking whether make sets $(MAKE)... (cached) yes
  5119. checking for style of include used by make... GNU
  5120. checking for gcc... gcc
  5121. checking for C compiler default output file name... a.out
  5122. checking whether the C compiler works... yes
  5123. checking whether we are cross compiling... no
  5124. checking for suffix of executables...
  5125. checking for suffix of object files... o
  5126. checking whether we are using the GNU C compiler... yes
  5127. checking whether gcc accepts -g... yes
  5128. checking for gcc option to accept ISO C89... none needed
  5129. checking dependency style of gcc... gcc3
  5130. checking for a sed that does not truncate output... /bin/sed
  5131. checking for grep that handles long lines and -e... /bin/grep
  5132. checking for egrep... /bin/grep -E
  5133. checking for fgrep... /bin/grep -F
  5134. checking for ld used by gcc... ld
  5135. checking if the linker (ld) is GNU ld... yes
  5136. checking for BSD- or MS-compatible name lister (nm)... nm
  5137. checking the name lister (nm) interface... BSD nm
  5138. checking whether ln -s works... yes
  5139. checking the maximum length of command line arguments... 1572864
  5140. checking whether the shell understands some XSI constructs... yes
  5141. checking whether the shell understands "+="... yes
  5142. checking for ld option to reload object files... -r
  5143. checking how to recognize dependent libraries... pass_all
  5144. checking for ar... ar
  5145. checking for strip... strip
  5146. checking for ranlib... ranlib
  5147. checking command to parse nm output from gcc object... ok
  5148. checking how to run the C preprocessor... gcc -E
  5149. checking for ANSI C header files... yes
  5150. checking for sys/types.h... yes
  5151. checking for sys/stat.h... yes
  5152. checking for stdlib.h... yes
  5153. checking for string.h... yes
  5154. checking for memory.h... yes
  5155. checking for strings.h... yes
  5156. checking for inttypes.h... yes
  5157. checking for stdint.h... yes
  5158. checking for unistd.h... yes
  5159. checking for dlfcn.h... yes
  5160. checking for objdir... .libs
  5161. checking if gcc supports -fno-rtti -fno-exceptions... no
  5162. checking for gcc option to produce PIC... -fPIC -DPIC
  5163. checking if gcc PIC flag -fPIC -DPIC works... yes
  5164. checking if gcc static flag -static works... yes
  5165. checking if gcc supports -c -o file.o... yes
  5166. checking if gcc supports -c -o file.o... (cached) yes
  5167. checking whether the gcc linker (ld) supports shared libraries... yes
  5168. checking whether -lc should be explicitly linked in... no
  5169. checking dynamic linker characteristics... GNU/Linux ld.so
  5170. checking how to hardcode library paths into programs... immediate
  5171. checking whether stripping libraries is possible... yes
  5172. checking if libtool supports shared libraries... yes
  5173. checking whether to build shared libraries... yes
  5174. checking whether to build static libraries... yes
  5175. checking which IPC method to use... (cached) sysv
  5176. checking which database format to use... (cached) inode
  5177. checking for dlopen in -ldl... yes
  5178. checking for dirent.h that defines DIR... yes
  5179. checking for library containing opendir... none required
  5180. checking for ANSI C header files... (cached) yes
  5181. checking fcntl.h usability... yes
  5182. checking fcntl.h presence... yes
  5183. checking for fcntl.h... yes
  5184. checking for unistd.h... (cached) yes
  5185. checking features.h usability... yes
  5186. checking features.h presence... yes
  5187. checking for features.h... yes
  5188. checking sys/feature_tests.h usability... no
  5189. checking sys/feature_tests.h presence... no
  5190. checking for sys/feature_tests.h... no
  5191. checking pthread.h usability... yes
  5192. checking pthread.h presence... yes
  5193. checking for pthread.h... yes
  5194. checking for stdint.h... (cached) yes
  5195. checking for inttypes.h... (cached) yes
  5196. checking grp.h usability... yes
  5197. checking grp.h presence... yes
  5198. checking for grp.h... yes
  5199. checking endian.h usability... yes
  5200. checking endian.h presence... yes
  5201. checking for endian.h... yes
  5202. checking sys/sysmacros.h usability... yes
  5203. checking sys/sysmacros.h presence... yes
  5204. checking for sys/sysmacros.h... yes
  5205. checking sys/socket.h usability... yes
  5206. checking sys/socket.h presence... yes
  5207. checking for sys/socket.h... yes
  5208. checking sys/acl.h usability... no
  5209. checking sys/acl.h presence... no
  5210. checking for sys/acl.h... no
  5211. checking for an ANSI C-conforming const... yes
  5212. checking for mode_t... yes
  5213. checking for off_t... yes
  5214. checking for size_t... yes
  5215. checking for return value and second and third argument of readlink... int, char, size_t
  5216. checking for first argument of setgroups... size_t
  5217. checking for union semun... no
  5218. checking for type of arg of __xmknod... needs *
  5219. checking for type of arg of __xmknodat... needs *
  5220. checking for type of arg of initgroups... gid_t
  5221. checking for type of arg of setreuid... gid_t
  5222. checking for type of arg of setregid... gid_t
  5223. checking for type of second arg to stat... struct stat *
  5224. checking for d_off in struct dirent... yes
  5225. checking for d_type in struct dirent... yes
  5226. checking for fchmodat... yes
  5227. checking for fchownat... yes
  5228. checking for fstatat... yes
  5229. checking for mkdirat... yes
  5230. checking for mknodat... yes
  5231. checking for openat... yes
  5232. checking for renameat... yes
  5233. checking for unlinkat... yes
  5234. checking for __xstat... yes
  5235. checking for __fxstat... yes
  5236. checking for __lxstat... yes
  5237. checking for __fxstatat... yes
  5238. checking for __xstat64... yes
  5239. checking for __fxstat64... yes
  5240. checking for __lxstat64... yes
  5241. checking for __fxstatat64... yes
  5242. checking for __xmknod... yes
  5243. checking for __xmknodat... yes
  5244. created fakerootconfig.h
  5245. checking for strdup... yes
  5246. checking for strstr... yes
  5247. checking for getresuid... yes
  5248. checking for setresuid... yes
  5249. checking for getresgid... yes
  5250. checking for setresgid... yes
  5251. checking for setfsuid... yes
  5252. checking for setfsgid... yes
  5253. checking whether setenv is declared... yes
  5254. checking whether unsetenv is declared... yes
  5255. checking for setenv... yes
  5256. configure: creating ./config.status
  5257. config.status: creating Makefile
  5258. config.status: creating scripts/Makefile
  5259. config.status: creating doc/Makefile
  5260. config.status: creating doc/es/Makefile
  5261. config.status: creating doc/fr/Makefile
  5262. config.status: creating doc/nl/Makefile
  5263. config.status: creating doc/sv/Makefile
  5264. config.status: creating test/Makefile
  5265. config.status: creating config.h
  5266. config.status: executing depfiles commands
  5267. config.status: executing libtool commands
  5268. touch .configured
  5269. make
  5270. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  5271. make all-recursive
  5272. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  5273. Making all in scripts
  5274. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/scripts'
  5275. sed -e 's,[@]prefix[@],/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc,g' -e 's,[@]bindir[@],/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools,g' -e 's,[@]libdir[@],/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib,g' -e 's,[@]fakeroot_transformed[@],'`echo fakeroot | sed -e 's,x,x,'`',g' -e 's,[@]faked_transformed[@],'`echo faked | sed -e 's,x,x,'`',g' -e 's,[@]signal[@],TERM,g' -e 's,[@]SHELL[@],/bin/bash,g' -e 's,[@]VERSION[@],1.9.5,g' -e 's,[@]DLSUFFIX[@],.so,g' -e 's,[@]LDLIBPATHVAR[@],LD_LIBRARY_PATH,g' -e 's,[@]LDPRELOADVAR[@],LD_PRELOAD,g' -e 's,[@]LDPRELOADABS[@],0,g' -e 's,[@]LDEXTRAVAR[@],,g' < ./fakeroot.in > fakeroot
  5276. chmod +x fakeroot
  5277. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/scripts'
  5278. Making all in doc
  5279. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  5280. Making all in es
  5281. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/es'
  5282. make[7]: Nothing to be done for 'all'.
  5283. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/es'
  5284. Making all in fr
  5285. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/fr'
  5286. make[7]: Nothing to be done for 'all'.
  5287. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/fr'
  5288. Making all in sv
  5289. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/sv'
  5290. make[7]: Nothing to be done for 'all'.
  5291. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/sv'
  5292. Making all in nl
  5293. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/nl'
  5294. make[7]: Nothing to be done for 'all'.
  5295. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/nl'
  5296. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  5297. make[7]: Nothing to be done for 'all-am'.
  5298. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  5299. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  5300. Making all in test
  5301. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/test'
  5302. make[6]: Nothing to be done for 'all'.
  5303. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/test'
  5304. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  5305. awk -f ./wrapawk < ./wrapfunc.inp
  5306. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT libfakeroot.lo -MD -MP -MF .deps/libfakeroot.Tpo -c -o libfakeroot.lo libfakeroot.c
  5307. libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT libfakeroot.lo -MD -MP -MF .deps/libfakeroot.Tpo -c libfakeroot.c -fPIC -DPIC -o .libs/libfakeroot.o
  5308. libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT libfakeroot.lo -MD -MP -MF .deps/libfakeroot.Tpo -c libfakeroot.c -o libfakeroot.o >/dev/null 2>&1
  5309. mv -f .deps/libfakeroot.Tpo .deps/libfakeroot.Plo
  5310. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT communicate.lo -MD -MP -MF .deps/communicate.Tpo -c -o communicate.lo communicate.c
  5311. libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT communicate.lo -MD -MP -MF .deps/communicate.Tpo -c communicate.c -fPIC -DPIC -o .libs/communicate.o
  5312. libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT communicate.lo -MD -MP -MF .deps/communicate.Tpo -c communicate.c -o communicate.o >/dev/null 2>&1
  5313. mv -f .deps/communicate.Tpo .deps/communicate.Plo
  5314. /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o libcommunicate.la communicate.lo -ldl
  5315. libtool: link: ar cru .libs/libcommunicate.a .libs/communicate.o
  5316. ar: `u' modifier ignored since `D' is the default (see `U')
  5317. libtool: link: ranlib .libs/libcommunicate.a
  5318. libtool: link: ( cd ".libs" && rm -f "libcommunicate.la" && ln -s "../libcommunicate.la" "libcommunicate.la" )
  5319. /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -release 0 -o libfakeroot.la -rpath /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib libfakeroot.lo libcommunicate.la -ldl
  5320. libtool: link: gcc -shared .libs/libfakeroot.o -Wl,--whole-archive ./.libs/libcommunicate.a -Wl,--no-whole-archive -ldl -Wl,-soname -Wl,libfakeroot-0.so -o .libs/libfakeroot-0.so
  5321. libtool: link: (cd ".libs" && rm -f "libfakeroot.so" && ln -s "libfakeroot-0.so" "libfakeroot.so")
  5322. libtool: link: (cd .libs/libfakeroot.lax/libcommunicate.a && ar x "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/./.libs/libcommunicate.a")
  5323. libtool: link: ar cru .libs/libfakeroot.a libfakeroot.o .libs/libfakeroot.lax/libcommunicate.a/communicate.o
  5324. ar: `u' modifier ignored since `D' is the default (see `U')
  5325. libtool: link: ranlib .libs/libfakeroot.a
  5326. libtool: link: rm -fr .libs/libfakeroot.lax
  5327. libtool: link: ( cd ".libs" && rm -f "libfakeroot.la" && ln -s "../libfakeroot.la" "libfakeroot.la" )
  5328. gcc -DHAVE_CONFIG_H -I. -g -O2 -MT faked.o -MD -MP -MF .deps/faked.Tpo -c -o faked.o faked.c
  5329. mv -f .deps/faked.Tpo .deps/faked.Po
  5330. /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o faked faked.o libcommunicate.la -ldl
  5331. libtool: link: gcc -g -O2 -o faked faked.o ./.libs/libcommunicate.a -ldl
  5332. gcc -DHAVE_CONFIG_H -I. -g -O2 -MT simple.o -MD -MP -MF .deps/simple.Tpo -c -o simple.o simple.c
  5333. mv -f .deps/simple.Tpo .deps/simple.Po
  5334. /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o simple simple.o -ldl
  5335. libtool: link: gcc -g -O2 -o simple simple.o -ldl
  5336. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  5337. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  5338. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  5339. touch -c faked
  5340. make install
  5341. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  5342. Making install in scripts
  5343. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/scripts'
  5344. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/scripts'
  5345. test -z "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools" || /bin/mkdir -p "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools"
  5346. /usr/bin/install -c 'fakeroot' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/fakeroot'
  5347. make[6]: Nothing to be done for 'install-data-am'.
  5348. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/scripts'
  5349. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/scripts'
  5350. Making install in doc
  5351. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  5352. Making install in es
  5353. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/es'
  5354. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/es'
  5355. make[7]: Nothing to be done for 'install-exec-am'.
  5356. test -z "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/es/man1" || /bin/mkdir -p "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/es/man1"
  5357. /usr/bin/install -c -m 644 './faked.1' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/es/man1/faked.1'
  5358. /usr/bin/install -c -m 644 './fakeroot.1' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/es/man1/fakeroot.1'
  5359. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/es'
  5360. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/es'
  5361. Making install in fr
  5362. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/fr'
  5363. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/fr'
  5364. make[7]: Nothing to be done for 'install-exec-am'.
  5365. test -z "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/fr/man1" || /bin/mkdir -p "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/fr/man1"
  5366. /usr/bin/install -c -m 644 './fakeroot.1' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/fr/man1/fakeroot.1'
  5367. /usr/bin/install -c -m 644 './faked.1' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/fr/man1/faked.1'
  5368. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/fr'
  5369. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/fr'
  5370. Making install in sv
  5371. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/sv'
  5372. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/sv'
  5373. make[7]: Nothing to be done for 'install-exec-am'.
  5374. test -z "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/sv/man1" || /bin/mkdir -p "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/sv/man1"
  5375. /usr/bin/install -c -m 644 './faked.1' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/sv/man1/faked.1'
  5376. /usr/bin/install -c -m 644 './fakeroot.1' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/sv/man1/fakeroot.1'
  5377. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/sv'
  5378. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/sv'
  5379. Making install in nl
  5380. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/nl'
  5381. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/nl'
  5382. make[7]: Nothing to be done for 'install-exec-am'.
  5383. test -z "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/nl/man1" || /bin/mkdir -p "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/nl/man1"
  5384. /usr/bin/install -c -m 644 './fakeroot.1' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/nl/man1/fakeroot.1'
  5385. /usr/bin/install -c -m 644 './faked.1' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/nl/man1/faked.1'
  5386. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/nl'
  5387. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/nl'
  5388. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  5389. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  5390. make[7]: Nothing to be done for 'install-exec-am'.
  5391. test -z "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/man1" || /bin/mkdir -p "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/man1"
  5392. /usr/bin/install -c -m 644 './faked.1' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/man1/faked.1'
  5393. /usr/bin/install -c -m 644 './fakeroot.1' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/man1/fakeroot.1'
  5394. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  5395. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  5396. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  5397. Making install in test
  5398. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/test'
  5399. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/test'
  5400. make[6]: Nothing to be done for 'install-exec-am'.
  5401. make[6]: Nothing to be done for 'install-data-am'.
  5402. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/test'
  5403. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/test'
  5404. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  5405. CONFIG_FILES= CONFIG_HEADERS= /bin/sh ./config.status
  5406. config.status: executing depfiles commands
  5407. config.status: executing libtool commands
  5408. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  5409. CONFIG_FILES= CONFIG_HEADERS= /bin/sh ./config.status
  5410. config.status: executing depfiles commands
  5411. config.status: executing libtool commands
  5412. test -z "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib" || /bin/mkdir -p "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib"
  5413. /bin/bash ./libtool --mode=install /usr/bin/install -c 'libfakeroot.la' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib/libfakeroot.la'
  5414. libtool: install: /usr/bin/install -c .libs/libfakeroot-0.so /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib/libfakeroot-0.so
  5415. libtool: install: (cd /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib && { ln -s -f libfakeroot-0.so libfakeroot.so || { rm -f libfakeroot.so && ln -s libfakeroot-0.so libfakeroot.so; }; })
  5416. libtool: install: /usr/bin/install -c .libs/libfakeroot.lai /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib/libfakeroot.la
  5417. libtool: install: /usr/bin/install -c .libs/libfakeroot.a /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib/libfakeroot.a
  5418. libtool: install: chmod 644 /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib/libfakeroot.a
  5419. libtool: install: ranlib /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib/libfakeroot.a
  5420. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib
  5421. ----------------------------------------------------------------------
  5422. Libraries have been installed in:
  5423. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib
  5424.  
  5425. If you ever happen to want to link against installed libraries
  5426. in a given directory, LIBDIR, you must either use libtool, and
  5427. specify the full pathname of the library, or use the `-LLIBDIR'
  5428. flag during linking and do at least one of the following:
  5429. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  5430. during execution
  5431. - add LIBDIR to the `LD_RUN_PATH' environment variable
  5432. during linking
  5433. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  5434. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  5435.  
  5436. See any operating system documentation about shared libraries for
  5437. more information, such as the ld(1) and ld.so(8) manual pages.
  5438. ----------------------------------------------------------------------
  5439. test -z "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools" || /bin/mkdir -p "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools"
  5440. /bin/bash ./libtool --mode=install /usr/bin/install -c 'faked' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/faked'
  5441. libtool: install: /usr/bin/install -c faked /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/faked
  5442. make[6]: Nothing to be done for 'install-data-am'.
  5443. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  5444. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  5445. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  5446. touch -c /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/fakeroot
  5447. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  5448. if [ -f makedevs/Makefile.cyt ]; then \
  5449. make -C makedevs -f Makefile.cyt; \
  5450. else \
  5451. make -C makedevs; \
  5452. fi
  5453. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/makedevs-0.0.01b'
  5454. gcc -Wall -O2 makedevs.c -o makedevs
  5455. makedevs.c: In function ‘main’:
  5456. makedevs.c:366:6: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
  5457. int ret = EXIT_SUCCESS;
  5458. ^~~
  5459. touch -c makedevs
  5460. if [ -e /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/makedevs ]; then \
  5461. /bin/rm -f /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/makedevs; \
  5462. fi
  5463. install -m 755 makedevs /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/makedevs
  5464. touch -c /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/makedevs
  5465. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/makedevs-0.0.01b'
  5466. if [ -f sqlzma/Makefile.cyt ]; then \
  5467. make -C sqlzma -f Makefile.cyt; \
  5468. else \
  5469. make -C sqlzma; \
  5470. fi
  5471. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457'
  5472. make all
  5473. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457'
  5474. make -C /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/C/Compress/Lzma -f sqlzma.mk all
  5475. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/C/Compress/Lzma'
  5476. cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457 -c -o uncomp.o uncomp.c
  5477. cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -c -o LzmaDecode.o LzmaDecode.c
  5478. ar cr libunlzma.a uncomp.o LzmaDecode.o
  5479. ln uncomp.c uncomp_r.c
  5480. cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -D_REENTRANT -include pthread.h -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457 -c -o uncomp_r.o uncomp_r.c
  5481. ln LzmaDecode.c LzmaDecode_r.c
  5482. cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -D_REENTRANT -include pthread.h -c -o LzmaDecode_r.o LzmaDecode_r.c
  5483. ar cr libunlzma_r.a uncomp_r.o LzmaDecode_r.o
  5484. rm LzmaDecode_r.c uncomp_r.c
  5485. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/C/Compress/Lzma'
  5486. make -C /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/CPP/7zip/Compress/LZMA_Alone -f sqlzma.mk all
  5487. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/CPP/7zip/Compress/LZMA_Alone'
  5488. g++ -O2 -Wall -c LzmaAlone.cpp
  5489. In file included from ../../../Common/MyString.h:9:0,
  5490. from ../../../Common/CommandLineParser.h:6,
  5491. from LzmaAlone.cpp:18:
  5492. ../../../Common/MyVector.h: In member function ‘int CObjectVector<T>::Find(const T&) const’:
  5493. ../../../Common/MyVector.h:204:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  5494. for(int i = 0; i < Size(); i++)
  5495.  
  5496. ^~~
  5497. ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  5498. return -1;
  5499.  
  5500. ^~~~~~
  5501. In file included from ../../../Common/CommandLineParser.h:6:0,
  5502. from LzmaAlone.cpp:18:
  5503. ../../../Common/MyString.h: In member function ‘int CStringBase<T>::FindOneOf(const CStringBase<T>&) const’:
  5504. ../../../Common/MyString.h:422:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  5505. for(int i = 0; i < _length; i++)
  5506.  
  5507. ^~~
  5508. ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  5509. return -1;
  5510.  
  5511. ^~~~~~
  5512. g++ -O2 -Wall -c LzmaBench.cpp
  5513. g++ -O2 -Wall -c LzmaBenchCon.cpp
  5514. g++ -O2 -Wall -c LzmaRam.cpp
  5515. g++ -O2 -Wall -c ../LZMA/LZMADecoder.cpp
  5516. g++ -O2 -Wall -c ../LZMA/LZMAEncoder.cpp
  5517. ../LZMA/LZMAEncoder.cpp: In member function ‘UInt32 NCompress::NLZMA::CEncoder::GetOptimumFast(UInt32&)’:
  5518. ../LZMA/LZMAEncoder.cpp:1185:45: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  5519. repLens[repMaxIndex] + 2 >= lenMain && (backMain > (1 << 9)) ||
  5520.  
  5521. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
  5522. ../LZMA/LZMAEncoder.cpp:1186:45: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  5523. repLens[repMaxIndex] + 3 >= lenMain && (backMain > (1 << 15)))
  5524.  
  5525. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
  5526. ../LZMA/LZMAEncoder.cpp:1202:42: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  5527. if (_longestMatchLength >= lenMain && newDistance < backMain ||
  5528.  
  5529. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
  5530. ../LZMA/LZMAEncoder.cpp:1205:62: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  5531. _longestMatchLength + 1 >= lenMain && lenMain >= 3 && ChangePair(newDistance, backMain))
  5532.  
  5533. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5534. ../LZMA/LZMAEncoder.cpp: In member function ‘LONG NCompress::NLZMA::CEncoder::CodeOneBlock(UInt64*, UInt64*, Int32*)’:
  5535. ../LZMA/LZMAEncoder.cpp:1350:12: warning: variable ‘len’ set but not used [-Wunused-but-set-variable]
  5536. UInt32 len, numDistancePairs;
  5537.  
  5538. ^~~
  5539. g++ -O2 -Wall -c ../LZ/LZOutWindow.cpp
  5540. g++ -O2 -Wall -c ../RangeCoder/RangeCoderBit.cpp
  5541. g++ -O2 -Wall -c ../../Common/InBuffer.cpp
  5542. g++ -O2 -Wall -c ../../Common/OutBuffer.cpp
  5543. g++ -O2 -Wall -c ../../Common/FileStreams.cpp
  5544. g++ -O2 -Wall -c ../../Common/StreamUtils.cpp
  5545. g++ -O2 -Wall -c ../../../Common/C_FileIO.cpp
  5546. g++ -O2 -Wall -c ../../../Common/CommandLineParser.cpp
  5547. In file included from ../../../Common/MyString.h:9:0,
  5548. from ../../../Common/CommandLineParser.h:6,
  5549. from ../../../Common/CommandLineParser.cpp:5:
  5550. ../../../Common/MyVector.h: In member function ‘int CObjectVector<T>::Find(const T&) const’:
  5551. ../../../Common/MyVector.h:204:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  5552. for(int i = 0; i < Size(); i++)
  5553.  
  5554. ^~~
  5555. ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  5556. return -1;
  5557.  
  5558. ^~~~~~
  5559. In file included from ../../../Common/CommandLineParser.h:6:0,
  5560. from ../../../Common/CommandLineParser.cpp:5:
  5561. ../../../Common/MyString.h: In member function ‘int CStringBase<T>::FindOneOf(const CStringBase<T>&) const’:
  5562. ../../../Common/MyString.h:422:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  5563. for(int i = 0; i < _length; i++)
  5564.  
  5565. ^~~
  5566. ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  5567. return -1;
  5568.  
  5569. ^~~~~~
  5570. g++ -O2 -Wall -c ../../../Common/CRC.cpp
  5571. g++ -O2 -Wall -c ../../../Common/IntToString.cpp
  5572. g++ -O2 -Wall -c ../../../Common/MyString.cpp
  5573. In file included from ../../../Common/MyString.h:9:0,
  5574. from ../../../Common/MyString.cpp:11:
  5575. ../../../Common/MyVector.h: In member function ‘int CObjectVector<T>::Find(const T&) const’:
  5576. ../../../Common/MyVector.h:204:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  5577. for(int i = 0; i < Size(); i++)
  5578.  
  5579. ^~~
  5580. ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  5581. return -1;
  5582.  
  5583. ^~~~~~
  5584. In file included from ../../../Common/MyString.cpp:11:0:
  5585. ../../../Common/MyString.h: In member function ‘int CStringBase<T>::FindOneOf(const CStringBase<T>&) const’:
  5586. ../../../Common/MyString.h:422:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  5587. for(int i = 0; i < _length; i++)
  5588.  
  5589. ^~~
  5590. ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  5591. return -1;
  5592.  
  5593. ^~~~~~
  5594. g++ -O2 -Wall -c ../../../Common/StringConvert.cpp
  5595. In file included from ../../../Common/MyString.h:9:0,
  5596. from ../../../Common/StringConvert.h:7,
  5597. from ../../../Common/StringConvert.cpp:5:
  5598. ../../../Common/MyVector.h: In member function ‘int CObjectVector<T>::Find(const T&) const’:
  5599. ../../../Common/MyVector.h:204:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  5600. for(int i = 0; i < Size(); i++)
  5601.  
  5602. ^~~
  5603. ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  5604. return -1;
  5605.  
  5606. ^~~~~~
  5607. In file included from ../../../Common/StringConvert.h:7:0,
  5608. from ../../../Common/StringConvert.cpp:5:
  5609. ../../../Common/MyString.h: In member function ‘int CStringBase<T>::FindOneOf(const CStringBase<T>&) const’:
  5610. ../../../Common/MyString.h:422:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  5611. for(int i = 0; i < _length; i++)
  5612.  
  5613. ^~~
  5614. ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  5615. return -1;
  5616.  
  5617. ^~~~~~
  5618. g++ -O2 -Wall -c ../../../Common/StringToInt.cpp
  5619. g++ -O2 -Wall -c ../../../Common/MyVector.cpp
  5620. In file included from ../../../Common/MyVector.cpp:7:0:
  5621. ../../../Common/MyVector.h: In member function ‘int CObjectVector<T>::Find(const T&) const’:
  5622. ../../../Common/MyVector.h:204:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  5623. for(int i = 0; i < Size(); i++)
  5624.  
  5625. ^~~
  5626. ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  5627. return -1;
  5628.  
  5629. ^~~~~~
  5630. gcc -O2 -Wall -c ../../../../C/7zCrc.c
  5631. gcc -O2 -Wall -c ../../../../C/Alloc.c
  5632. gcc -O2 -Wall -c ../../../../C/Compress/Branch/BranchX86.c
  5633. gcc -O2 -Wall -c ../../../../C/Compress/Lz/MatchFinder.c
  5634. gcc -O2 -Wall -c ../../../../C/Compress/Lzma/LzmaDecode.c
  5635. gcc -O2 -Wall -c LzmaRamDecode.c
  5636. g++ -O2 -Wall -o lzma LzmaAlone.o LzmaBench.o LzmaBenchCon.o LzmaRam.o LZMADecoder.o LZMAEncoder.o LZOutWindow.o RangeCoderBit.o InBuffer.o OutBuffer.o FileStreams.o StreamUtils.o C_FileIO.o CommandLineParser.o CRC.o IntToString.o MyString.o StringConvert.o StringToInt.o MyVector.o 7zCrc.o Alloc.o BranchX86.o MatchFinder.o LzmaDecode.o LzmaRamDecode.o -lm
  5637. ln ../LZMA/LZMAEncoder.cpp LZMAEncoder_r.cc
  5638. g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../LZMA -c -o LZMAEncoder_r.o LZMAEncoder_r.cc
  5639. LZMAEncoder_r.cc: In member function ‘UInt32 NCompress::NLZMA::CEncoder::GetOptimumFast(UInt32&)’:
  5640. LZMAEncoder_r.cc:1185:45: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  5641. repLens[repMaxIndex] + 2 >= lenMain && (backMain > (1 << 9)) ||
  5642.  
  5643. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
  5644. LZMAEncoder_r.cc:1186:45: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  5645. repLens[repMaxIndex] + 3 >= lenMain && (backMain > (1 << 15)))
  5646.  
  5647. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
  5648. LZMAEncoder_r.cc:1202:42: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  5649. if (_longestMatchLength >= lenMain && newDistance < backMain ||
  5650.  
  5651. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
  5652. LZMAEncoder_r.cc:1205:62: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  5653. _longestMatchLength + 1 >= lenMain && lenMain >= 3 && ChangePair(newDistance, backMain))
  5654.  
  5655. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5656. LZMAEncoder_r.cc: In member function ‘LONG NCompress::NLZMA::CEncoder::CodeOneBlock(UInt64*, UInt64*, Int32*)’:
  5657. LZMAEncoder_r.cc:1350:12: warning: variable ‘len’ set but not used [-Wunused-but-set-variable]
  5658. UInt32 len, numDistancePairs;
  5659.  
  5660. ^~~
  5661. ln ../../../../C/Alloc.c Alloc_r.c
  5662. cc -c -I../../../../C -c -o Alloc_r.o Alloc_r.c
  5663. ln ../../Common/StreamUtils.cpp StreamUtils_r.cc
  5664. g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../../Common -c -o StreamUtils_r.o StreamUtils_r.cc
  5665. ln ../../../../C/Compress/Lz/MatchFinder.c MatchFinder_r.c
  5666. cc -c -I../../../../C/Compress/Lz -c -o MatchFinder_r.o MatchFinder_r.c
  5667. ln ../RangeCoder/RangeCoderBit.cpp RangeCoderBit_r.cc
  5668. g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../RangeCoder -c -o RangeCoderBit_r.o RangeCoderBit_r.cc
  5669. ln ../../Common/OutBuffer.cpp OutBuffer_r.cc
  5670. g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../../Common -c -o OutBuffer_r.o OutBuffer_r.cc
  5671. ln ../../../../C/7zCrc.c 7zCrc_r.c
  5672. cc -c -I../../../../C -c -o 7zCrc_r.o 7zCrc_r.c
  5673. g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457 -c -o comp.o comp.cc
  5674. In file included from ../../../Common/MyString.h:9:0,
  5675. from ../../../Common/StringConvert.h:7,
  5676. from comp.cc:20:
  5677. ../../../Common/MyVector.h: In member function ‘int CObjectVector<T>::Find(const T&) const’:
  5678. ../../../Common/MyVector.h:204:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  5679. for(int i = 0; i < Size(); i++)
  5680.  
  5681. ^~~
  5682. ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  5683. return -1;
  5684.  
  5685. ^~~~~~
  5686. In file included from ../../../Common/StringConvert.h:7:0,
  5687. from comp.cc:20:
  5688. ../../../Common/MyString.h: In member function ‘int CStringBase<T>::FindOneOf(const CStringBase<T>&) const’:
  5689. ../../../Common/MyString.h:422:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  5690. for(int i = 0; i < _length; i++)
  5691.  
  5692. ^~~
  5693. ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  5694. return -1;
  5695.  
  5696. ^~~~~~
  5697. comp.cc: In function ‘int LzmaCompress(Bytef*, uInt, Bytef*, uInt, sqlzma_opts*, uLong*)’:
  5698. comp.cc:125:2: warning: narrowing conversion of ‘avail_in’ from ‘uInt {aka unsigned int}’ to ‘Byte {aka unsigned char}’ inside { } [-Wnarrowing]
  5699. };
  5700. ^
  5701. comp.cc:123:22: warning: narrowing conversion of ‘(avail_in >> 8)’ from ‘uInt {aka unsigned int}’ to ‘Byte {aka unsigned char}’ inside { } [-Wnarrowing]
  5702. avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24,
  5703. ~~~~~~~~~^~~~
  5704. comp.cc:123:37: warning: narrowing conversion of ‘(avail_in >> 16)’ from ‘uInt {aka unsigned int}’ to ‘Byte {aka unsigned char}’ inside { } [-Wnarrowing]
  5705. avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24,
  5706. ~~~~~~~~~^~~~~
  5707. comp.cc:123:53: warning: narrowing conversion of ‘(avail_in >> 24)’ from ‘uInt {aka unsigned int}’ to ‘Byte {aka unsigned char}’ inside { } [-Wnarrowing]
  5708. avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24,
  5709. ~~~~~~~~~^~~~~
  5710. ar cr liblzma_r.a LZMAEncoder_r.o Alloc_r.o StreamUtils_r.o MatchFinder_r.o RangeCoderBit_r.o OutBuffer_r.o 7zCrc_r.o comp.o
  5711. rm OutBuffer_r.cc StreamUtils_r.cc Alloc_r.c RangeCoderBit_r.cc MatchFinder_r.c LZMAEncoder_r.cc 7zCrc_r.c
  5712. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/CPP/7zip/Compress/LZMA_Alone'
  5713. #make -C /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/squashfs3.4/squashfs-tools all
  5714. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457'
  5715. #install -m 755 squashfs3.4/squashfs-tools/mksquashfs ../../..
  5716. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457'
  5717. if [ -f squashfs3.4/Makefile.cyt ]; then \
  5718. make -C squashfs3.4 -f Makefile.cyt; \
  5719. else \
  5720. make -C squashfs3.4; \
  5721. fi
  5722. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/squashfs3.4'
  5723. make -C squashfs-tools all Sqlzma=/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma
  5724. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/squashfs3.4/squashfs-tools'
  5725. cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma -D_REENTRANT -DNDEBUG -c -o mksquashfs.o mksquashfs.c
  5726. mksquashfs.c: In function ‘reader_scan’:
  5727. mksquashfs.c:1999:9: warning: ‘return’ with a value, in function returning void
  5728. return NULL;
  5729. ^~~~
  5730. mksquashfs.c:1981:6: note: declared here
  5731. void reader_scan(struct dir_info *dir) {
  5732. ^~~~~~~~~~~
  5733. cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma -D_REENTRANT -DNDEBUG -c -o read_fs.o read_fs.c
  5734. cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma -D_REENTRANT -DNDEBUG -c -o sort.o sort.c
  5735. #cc -L/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma/lzma457/CPP/7zip/Compress/LZMA_Alone -L/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma/lzma457/C/Compress/Lzma mksquashfs.o read_fs.o sort.o -lz -lpthread -lm -lunlzma_r -llzma_r -lstdc++ -o mksquashfs
  5736. g++ -L/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma/lzma457/CPP/7zip/Compress/LZMA_Alone -L/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma/lzma457/C/Compress/Lzma mksquashfs.o read_fs.o sort.o -lz -lpthread -lm -lunlzma_r -llzma_r -lstdc++ -o mksquashfs
  5737. cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma -D_REENTRANT -DNDEBUG -c -o unsquashfs.o unsquashfs.c
  5738. unsquashfs.c: In function ‘initialise_threads’:
  5739. unsquashfs.c:2442:16: warning: implicit declaration of function ‘get_nprocs’ [-Wimplicit-function-declaration]
  5740. processors = get_nprocs();
  5741. ^~~~~~~~~~
  5742. cc -L/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma/lzma457/CPP/7zip/Compress/LZMA_Alone -L/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma/lzma457/C/Compress/Lzma unsquashfs.o -lpthread -lm -lunlzma -lz -o unsquashfs
  5743. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/squashfs3.4/squashfs-tools'
  5744. install -m 755 squashfs-tools/mksquashfs /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/
  5745. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/squashfs3.4'
  5746. if [ -f uboot-mkimage/Makefile.cyt ]; then \
  5747. make -C uboot-mkimage -f Makefile.cyt; \
  5748. else \
  5749. make -C uboot-mkimage; \
  5750. fi
  5751. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/uboot-mkimage-0.4'
  5752. gcc -M -I. -DTEXT_BASE=0x00F00000 -DUSE_HOSTCC mkimage.c crc32.c > .depend
  5753. gcc -O -I. -DTEXT_BASE=0x00F00000 -DUSE_HOSTCC -I. -DTEXT_BASE=0x00F00000 -DUSE_HOSTCC -c -o mkimage.o mkimage.c
  5754. mkimage.c: In function ‘main’:
  5755. mkimage.c:547:30: warning: passing argument 1 of ‘do_xor_checksum’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  5756. checksum = do_xor_checksum((const char *)(ptr + sizeof(image_header_t)), sbuf.st_size - sizeof(image_header_t));
  5757. ^
  5758. mkimage.c:214:10: note: expected ‘unsigned char *’ but argument is of type ‘const char *’
  5759. uint32_t do_xor_checksum(unsigned char *ptr, uint32_t len)
  5760. ^~~~~~~~~~~~~~~
  5761. mkimage.c:551:26: warning: passing argument 2 of ‘adler32’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  5762. checksum = adler32(1L, (const char *)(ptr + sizeof(image_header_t)), sbuf.st_size - sizeof(image_header_t));
  5763. ^
  5764. mkimage.c:186:10: note: expected ‘unsigned char *’ but argument is of type ‘const char *’
  5765. uint32_t adler32(uint32_t adler, unsigned char * buf, int len)
  5766. ^~~~~~~
  5767. gcc -O -I. -DTEXT_BASE=0x00F00000 -DUSE_HOSTCC -I. -DTEXT_BASE=0x00F00000 -DUSE_HOSTCC -c -o crc32.o crc32.c
  5768. gcc -O -I. -DTEXT_BASE=0x00F00000 -DUSE_HOSTCC -o /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/mkimage mkimage.o crc32.o
  5769. strip /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/mkimage
  5770. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/uboot-mkimage-0.4'
  5771. make[2]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src'
  5772. make[1]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools'
  5773. if [ -f router/Makefile.cyt ]; then \
  5774. make -C router -f Makefile.cyt; \
  5775. else \
  5776. make -C router; \
  5777. fi
  5778. make[1]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router'
  5779. echo "PWD = /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src"
  5780. PWD = /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src
  5781. echo "NOW = "
  5782. NOW =
  5783. if [ -f ../linux/Makefile.cyt ]; then \
  5784. make -C ../linux -f Makefile.cyt; \
  5785. else \
  5786. make -C ../linux; \
  5787. fi
  5788. make[2]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux'
  5789. echo "PWD = /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router"
  5790. PWD = /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router
  5791. echo "NOW = linux"
  5792. NOW = linux
  5793. if [ -f linux/Makefile.cyt ]; then \
  5794. make -C linux -f Makefile.cyt; \
  5795. else \
  5796. make -C linux; \
  5797. fi
  5798. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5'
  5799. cp -f /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/cy_profile/config-linux .config
  5800. make -f Makefile.cyt CONFIG_GENERIC_TIME CONFIG_GENERIC_CLOCKEVENTS CONFIG_NO_IOPORT CONFIG_ARCH_HAS_ILOG2_U32 CONFIG_ARCH_HAS_ILOG2_U64 CONFIG_LOCALVERSION_AUTO CONFIG_BSD_PROCESS_ACCT CONFIG_TASKSTATS CONFIG_AUDIT CONFIG_IKCONFIG CONFIG_CGROUPS CONFIG_GROUP_SCHED CONFIG_RELAY CONFIG_NAMESPACES CONFIG_BLK_DEV_INITRD CONFIG_SYSCTL_SYSCALL_CHECK CONFIG_HOTPLUG CONFIG_ELF_CORE CONFIG_BASE_FULL CONFIG_VM_EVENT_COUNTERS CONFIG_SLUB CONFIG_SLOB CONFIG_MARKERS CONFIG_KPROBES CONFIG_HAVE_DMA_ATTRS CONFIG_TINY_SHMEM CONFIG_MODULE_FORCE_LOAD CONFIG_MODULE_FORCE_UNLOAD CONFIG_MODVERSIONS CONFIG_MODULE_SRCVERSION_ALL CONFIG_KMOD CONFIG_LBD CONFIG_BLK_DEV_IO_TRACE CONFIG_LSF CONFIG_BLK_DEV_BSG CONFIG_IOSCHED_AS CONFIG_IOSCHED_DEADLINE CONFIG_IOSCHED_CFQ CONFIG_DEFAULT_AS CONFIG_DEFAULT_DEADLINE CONFIG_DEFAULT_CFQ CONFIG_ARCH_AAEC2000 CONFIG_ARCH_INTEGRATOR CONFIG_ARCH_REALVIEW CONFIG_ARCH_VERSATILE CONFIG_ARCH_AT91 CONFIG_ARCH_CLPS7500 CONFIG_ARCH_CLPS711X CONFIG_ARCH_CO285 CONFIG_ARCH_EBSA110 CONFIG_ARCH_EP93XX CONFIG_ARCH_FOOTBRIDGE CONFIG_ARCH_NETX CONFIG_ARCH_H720X CONFIG_ARCH_IMX CONFIG_ARCH_IOP13XX CONFIG_ARCH_IOP32X CONFIG_ARCH_IOP33X CONFIG_ARCH_IXP23XX CONFIG_ARCH_IXP2000 CONFIG_ARCH_IXP4XX CONFIG_ARCH_L7200 CONFIG_ARCH_KS8695 CONFIG_ARCH_NS9XXX CONFIG_ARCH_MXC CONFIG_ARCH_ORION5X CONFIG_ARCH_PNX4008 CONFIG_ARCH_PXA CONFIG_ARCH_RPC CONFIG_ARCH_SA1100 CONFIG_ARCH_S3C2410 CONFIG_ARCH_SHARK CONFIG_ARCH_LH7A40X CONFIG_ARCH_DAVINCI CONFIG_ARCH_OMAP CONFIG_ARCH_MSM7X00A CONFIG_ARCH_PNX8181_DBGPRINTK CONFIG_ARCH_PNX8181_LOADSIM CONFIG_ARCH_PNX8181_EXTINT_IRQ1 CONFIG_ARCH_PNX8181_EXTINT_IRQ2 CONFIG_ARCH_PNX8181_CRASH_LOG_ON_FLASH CONFIG_ARCH_PNX8181_KERNEL_WATCHDOG CONFIG_CPU_ICACHE_DISABLE CONFIG_CPU_DCACHE_DISABLE CONFIG_CPU_DCACHE_WRITETHROUGH CONFIG_CPU_CACHE_ROUND_ROBIN CONFIG_OUTER_CACHE CONFIG_PCI_SYSCALL CONFIG_ARCH_SUPPORTS_MSI CONFIG_TICK_ONESHOT CONFIG_NO_IDLE_HZ CONFIG_ARCH_DISCONTIGMEM_ENABLE CONFIG_DISCONTIGMEM_MANUAL CONFIG_SPARSEMEM_MANUAL CONFIG_SPARSEMEM_STATIC CONFIG_SPARSEMEM_VMEMMAP_ENABLE CONFIG_RESOURCES_64BIT CONFIG_XIP_KERNEL CONFIG_KEXEC CONFIG_FPE_NWFPE CONFIG_FPE_FASTFPE CONFIG_VFP CONFIG_BINFMT_AOUT CONFIG_BINFMT_MISC CONFIG_PM CONFIG_XFRM_USER CONFIG_XFRM_SUB_POLICY CONFIG_XFRM_MIGRATE CONFIG_XFRM_STATISTICS CONFIG_NET_KEY_MIGRATE CONFIG_IP_FIB_TRIE CONFIG_IP_ROUTE_MULTIPATH CONFIG_IP_ROUTE_VERBOSE CONFIG_NET_IPGRE CONFIG_IP_PIMSM_V1 CONFIG_IP_PIMSM_V2 CONFIG_ARPD CONFIG_INET_AH CONFIG_INET_ESP CONFIG_INET_IPCOMP CONFIG_INET_XFRM_TUNNEL CONFIG_INET_XFRM_MODE_TRANSPORT CONFIG_INET_XFRM_MODE_TUNNEL CONFIG_INET_XFRM_MODE_BEET CONFIG_INET_LRO CONFIG_INET_DIAG CONFIG_TCP_CONG_ADVANCED CONFIG_TCP_MD5SIG CONFIG_IP_VS CONFIG_IPV6 CONFIG_NETWORK_SECMARK CONFIG_NETFILTER_DEBUG CONFIG_NETFILTER_NETLINK_LOG CONFIG_NF_CONNTRACK_EVENTS CONFIG_NF_CT_PROTO_DCCP CONFIG_NF_CT_PROTO_SCTP CONFIG_NF_CT_PROTO_UDPLITE CONFIG_NF_CONNTRACK_AMANDA CONFIG_NF_CONNTRACK_NETBIOS_NS CONFIG_NF_CONNTRACK_SANE CONFIG_NF_CT_NETLINK CONFIG_NETFILTER_XT_TARGET_CONNMARK CONFIG_NETFILTER_XT_TARGET_NFQUEUE CONFIG_NETFILTER_XT_TARGET_NFLOG CONFIG_NETFILTER_XT_TARGET_RATEEST CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP CONFIG_NETFILTER_XT_MATCH_COMMENT CONFIG_NETFILTER_XT_MATCH_CONNLIMIT CONFIG_NETFILTER_XT_MATCH_DCCP CONFIG_NETFILTER_XT_MATCH_DSCP CONFIG_NETFILTER_XT_MATCH_ESP CONFIG_NETFILTER_XT_MATCH_HELPER CONFIG_NETFILTER_XT_MATCH_IPRANGE CONFIG_NETFILTER_XT_MATCH_OWNER CONFIG_NETFILTER_XT_MATCH_POLICY CONFIG_NETFILTER_XT_MATCH_PKTTYPE CONFIG_NETFILTER_XT_MATCH_QUOTA CONFIG_NETFILTER_XT_MATCH_RATEEST CONFIG_NETFILTER_XT_MATCH_REALM CONFIG_NETFILTER_XT_MATCH_SCTP CONFIG_NETFILTER_XT_MATCH_STATISTIC CONFIG_NETFILTER_XT_MATCH_STRING CONFIG_NETFILTER_XT_MATCH_TIME CONFIG_NETFILTER_XT_MATCH_U32 CONFIG_NETFILTER_XT_MATCH_HASHLIMIT CONFIG_IP_NF_MATCH_RECENT CONFIG_IP_NF_MATCH_ECN CONFIG_IP_NF_MATCH_AH CONFIG_IP_NF_TARGET_ULOG CONFIG_IP_NF_TARGET_NETMAP CONFIG_NF_NAT_SNMP_BASIC CONFIG_NF_NAT_AMANDA CONFIG_IP_NF_TARGET_CLUSTERIP CONFIG_IP_NF_RAW CONFIG_IP_NF_ARPTABLES CONFIG_BRIDGE_EBT_ULOG CONFIG_BRIDGE_EBT_NFLOG CONFIG_IP_DCCP CONFIG_IP_SCTP CONFIG_TIPC CONFIG_ATM CONFIG_DECNET CONFIG_LLC2 CONFIG_IPX CONFIG_ATALK CONFIG_X25 CONFIG_LAPB CONFIG_ECONET CONFIG_WAN_ROUTER CONFIG_NET_SCH_HFSC CONFIG_NET_SCH_RED CONFIG_NET_SCH_TEQL CONFIG_NET_SCH_GRED CONFIG_NET_SCH_DSMARK CONFIG_NET_SCH_NETEM CONFIG_NET_CLS_RSVP CONFIG_NET_CLS_RSVP6 CONFIG_NET_CLS_FLOW CONFIG_NET_EMATCH CONFIG_NET_ACT_NAT CONFIG_NET_ACT_SIMP CONFIG_NET_PKTGEN CONFIG_HAMRADIO CONFIG_CAN CONFIG_IRDA CONFIG_BT CONFIG_AF_RXRPC CONFIG_CFG80211 CONFIG_WIRELESS_EXT CONFIG_MAC80211 CONFIG_IEEE80211 CONFIG_RFKILL CONFIG_NET_9P CONFIG_SYS_HYPERVISOR CONFIG_MTD_DEBUG CONFIG_MTD_CONCAT CONFIG_MTD_REDBOOT_PARTS CONFIG_MTD_AFS_PARTS CONFIG_MTD_AR7_PARTS CONFIG_FTL CONFIG_INFTL CONFIG_RFD_FTL CONFIG_SSFDC CONFIG_MTD_OOPS CONFIG_MTD_JEDECPROBE CONFIG_MTD_CFI_BE_BYTE_SWAP CONFIG_MTD_CFI_LE_BYTE_SWAP CONFIG_MTD_CFI_GEOMETRY CONFIG_MTD_MAP_BANK_WIDTH_8 CONFIG_MTD_MAP_BANK_WIDTH_16 CONFIG_MTD_MAP_BANK_WIDTH_32 CONFIG_MTD_CFI_I4 CONFIG_MTD_CFI_I8 CONFIG_MTD_OTP CONFIG_MTD_CFI_INTELEXT CONFIG_MTD_CFI_STAA CONFIG_MTD_RAM CONFIG_MTD_ROM CONFIG_MTD_ABSENT CONFIG_MTD_ARM_INTEGRATOR CONFIG_MTD_PLATRAM CONFIG_MTD_DATAFLASH CONFIG_MTD_M25P80 CONFIG_MTD_SLRAM CONFIG_MTD_PHRAM CONFIG_MTD_MTDRAM CONFIG_MTD_BLOCK2MTD CONFIG_MTD_DOC2000 CONFIG_MTD_DOC2001 CONFIG_MTD_DOC2001PLUS CONFIG_MTD_NAND_VERIFY_WRITE CONFIG_MTD_NAND_ECC_SMC CONFIG_MTD_NAND_MUSEUM_IDS CONFIG_MTD_NAND_DISKONCHIP CONFIG_MTD_NAND_NANDSIM CONFIG_MTD_ONENAND CONFIG_MTD_UBI CONFIG_PARPORT CONFIG_BLK_DEV_COW_COMMON CONFIG_BLK_DEV_XIP CONFIG_CDROM_PKTCDVD CONFIG_ATA_OVER_ETH CONFIG_EEPROM_93CX6 CONFIG_ENCLOSURE_SERVICES CONFIG_IDE CONFIG_RAID_ATTRS CONFIG_SCSI CONFIG_SCSI_DMA CONFIG_SCSI_NETLINK CONFIG_ATA CONFIG_MD CONFIG_NETDEVICES_MULTIQUEUE CONFIG_IFB CONFIG_DUMMY CONFIG_BONDING CONFIG_MACVLAN CONFIG_EQUALIZER CONFIG_TUN CONFIG_VETH CONFIG_MARVELL_PHY CONFIG_DAVICOM_PHY CONFIG_QSEMI_PHY CONFIG_LXT_PHY CONFIG_CICADA_PHY CONFIG_VITESSE_PHY CONFIG_BROADCOM_PHY CONFIG_ICPLUS_PHY CONFIG_REALTEK_PHY CONFIG_FIXED_PHY CONFIG_MDIO_BITBANG CONFIG_AX88796 CONFIG_SMC91X CONFIG_DM9000 CONFIG_ENC28J60 CONFIG_IBM_NEW_EMAC_ZMII CONFIG_IBM_NEW_EMAC_RGMII CONFIG_IBM_NEW_EMAC_TAH CONFIG_IBM_NEW_EMAC_EMAC4 CONFIG_B44 CONFIG_IP3912_ETN2 CONFIG_IP3912_USE_SCRAM CONFIG_IP3912_USE_SCRAM_FOR_DATA CONFIG_IP3912_DEBUG CONFIG_NETDEV_1000 CONFIG_NETDEV_10000 CONFIG_WLAN_PRE80211 CONFIG_WLAN_80211 CONFIG_IWLWIFI_LEDS CONFIG_WAN CONFIG_PPP_FILTER CONFIG_PPP_DEFLATE CONFIG_PPP_BSDCOMP CONFIG_SLIP CONFIG_NETCONSOLE CONFIG_NETPOLL CONFIG_NET_POLL_CONTROLLER CONFIG_ISDN CONFIG_INPUT_FF_MEMLESS CONFIG_INPUT_POLLDEV CONFIG_INPUT_MOUSEDEV CONFIG_INPUT_JOYDEV CONFIG_INPUT_EVBUG CONFIG_INPUT_KEYBOARD CONFIG_INPUT_MOUSE CONFIG_INPUT_JOYSTICK CONFIG_INPUT_TABLET CONFIG_INPUT_TOUCHSCREEN CONFIG_INPUT_MISC CONFIG_SERIO CONFIG_GAMEPORT CONFIG_VT_HW_CONSOLE_BINDING CONFIG_RISCOM8 CONFIG_SPECIALIX CONFIG_RIO CONFIG_STALDRV CONFIG_SERIAL_8250_EXTENDED CONFIG_IPMI_HANDLER CONFIG_R3964 CONFIG_RAW_DRIVER CONFIG_TCG_TPM CONFIG_I2C_GPIO CONFIG_I2C_OCORES CONFIG_I2C_PARPORT_LIGHT CONFIG_I2C_SIMTEC CONFIG_I2C_TAOS_EVM CONFIG_I2C_STUB CONFIG_I2C_PCA_PLATFORM CONFIG_DS1682 CONFIG_SENSORS_EEPROM CONFIG_SENSORS_PCF8574 CONFIG_PCF8575 CONFIG_SENSORS_PCF8591 CONFIG_SENSORS_MAX6875 CONFIG_SENSORS_TSL2550 CONFIG_I2C_DEBUG_CORE CONFIG_I2C_DEBUG_ALGO CONFIG_I2C_DEBUG_BUS CONFIG_I2C_DEBUG_CHIP CONFIG_SPI_BITBANG CONFIG_SPI_AT25 CONFIG_SPI_TLE62X0 CONFIG_W1 CONFIG_POWER_SUPPLY CONFIG_HWMON CONFIG_WATCHDOG_NOWAYOUT CONFIG_SOFT_WATCHDOG CONFIG_SSB CONFIG_MFD_SM501 CONFIG_MFD_ASIC3 CONFIG_HTC_PASIC3 CONFIG_VIDEO_DEV CONFIG_DVB_CORE CONFIG_VIDEO_MEDIA CONFIG_DAB CONFIG_VGASTATE CONFIG_VIDEO_OUTPUT_CONTROL CONFIG_FB CONFIG_BACKLIGHT_LCD_SUPPORT CONFIG_DISPLAY_SUPPORT CONFIG_VGA_CONSOLE CONFIG_SOUND CONFIG_HID_DEBUG CONFIG_HIDRAW CONFIG_USB_SUPPORT CONFIG_MMC CONFIG_LEDS_TRIGGER_TIMER CONFIG_LEDS_TRIGGER_DEFAULT_ON CONFIG_RTC_CLASS CONFIG_UIO CONFIG_EXT2_FS CONFIG_EXT3_FS CONFIG_EXT4DEV_FS CONFIG_REISERFS_FS CONFIG_JFS_FS CONFIG_FS_POSIX_ACL CONFIG_XFS_FS CONFIG_OCFS2_FS CONFIG_QUOTA CONFIG_AUTOFS_FS CONFIG_AUTOFS4_FS CONFIG_FUSE_FS CONFIG_ISO9660_FS CONFIG_UDF_FS CONFIG_MSDOS_FS CONFIG_VFAT_FS CONFIG_NTFS_FS CONFIG_TMPFS_POSIX_ACL CONFIG_HUGETLB_PAGE CONFIG_ADFS_FS CONFIG_AFFS_FS CONFIG_HFS_FS CONFIG_HFSPLUS_FS CONFIG_BEFS_FS CONFIG_BFS_FS CONFIG_EFS_FS CONFIG_JFFS2_SUMMARY CONFIG_JFFS2_FS_XATTR CONFIG_JFFS2_COMPRESSION_OPTIONS CONFIG_JFFS2_LZO CONFIG_JFFS2_RUBIN CONFIG_CRAMFS CONFIG_VXFS_FS CONFIG_MINIX_FS CONFIG_HPFS_FS CONFIG_QNX4FS_FS CONFIG_ROMFS_FS CONFIG_SYSV_FS CONFIG_UFS_FS CONFIG_NFS_V3_ACL CONFIG_NFS_V4 CONFIG_NFSD CONFIG_SUNRPC_BIND34 CONFIG_RPCSEC_GSS_KRB5 CONFIG_RPCSEC_GSS_SPKM3 CONFIG_SMB_FS CONFIG_CIFS CONFIG_NCP_FS CONFIG_CODA_FS CONFIG_AFS_FS CONFIG_PARTITION_ADVANCED CONFIG_NLS_CODEPAGE_737 CONFIG_NLS_CODEPAGE_775 CONFIG_NLS_CODEPAGE_852 CONFIG_NLS_CODEPAGE_855 CONFIG_NLS_CODEPAGE_857 CONFIG_NLS_CODEPAGE_860 CONFIG_NLS_CODEPAGE_861 CONFIG_NLS_CODEPAGE_862 CONFIG_NLS_CODEPAGE_863 CONFIG_NLS_CODEPAGE_864 CONFIG_NLS_CODEPAGE_865 CONFIG_NLS_CODEPAGE_866 CONFIG_NLS_CODEPAGE_869 CONFIG_NLS_CODEPAGE_936 CONFIG_NLS_CODEPAGE_950 CONFIG_NLS_CODEPAGE_932 CONFIG_NLS_CODEPAGE_949 CONFIG_NLS_CODEPAGE_874 CONFIG_NLS_ISO8859_8 CONFIG_NLS_CODEPAGE_1250 CONFIG_NLS_CODEPAGE_1251 CONFIG_NLS_ASCII CONFIG_NLS_ISO8859_3 CONFIG_NLS_ISO8859_4 CONFIG_NLS_ISO8859_5 CONFIG_NLS_ISO8859_6 CONFIG_NLS_ISO8859_7 CONFIG_NLS_ISO8859_9 CONFIG_NLS_ISO8859_13 CONFIG_NLS_ISO8859_14 CONFIG_NLS_ISO8859_15 CONFIG_NLS_KOI8_R CONFIG_NLS_KOI8_U CONFIG_NLS_UTF8 CONFIG_DLM CONFIG_MAGIC_SYSRQ CONFIG_UNUSED_SYMBOLS CONFIG_HEADERS_CHECK CONFIG_DEBUG_KERNEL CONFIG_DEBUG_BUGVERBOSE CONFIG_SAMPLES CONFIG_KEYS CONFIG_SECURITY CONFIG_SECURITY_FILE_CAPABILITIES CONFIG_CRYPTO_GF128MUL CONFIG_CRYPTO_NULL CONFIG_CRYPTO_CRYPTD CONFIG_CRYPTO_AUTHENC CONFIG_CRYPTO_TEST CONFIG_CRYPTO_CCM CONFIG_CRYPTO_GCM CONFIG_CRYPTO_SEQIV CONFIG_CRYPTO_CTR CONFIG_CRYPTO_CTS CONFIG_CRYPTO_LRW CONFIG_CRYPTO_XTS CONFIG_CRYPTO_XCBC CONFIG_CRYPTO_MICHAEL_MIC CONFIG_CRYPTO_TGR192 CONFIG_CRYPTO_WP512 CONFIG_CRYPTO_ANUBIS CONFIG_CRYPTO_CAMELLIA CONFIG_CRYPTO_CAST5 CONFIG_CRYPTO_FCRYPT CONFIG_CRYPTO_KHAZAD CONFIG_CRYPTO_SALSA20 CONFIG_CRYPTO_SEED CONFIG_CRYPTO_SERPENT CONFIG_CRYPTO_LZO CONFIG_GENERIC_FIND_FIRST_BIT CONFIG_GENERIC_FIND_NEXT_BIT CONFIG_CRC_ITU_T CONFIG_CRC7
  5801. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5'
  5802. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5'
  5803. PATH=/opt/emlix/pnx8181/bin:/opt/emlix/pnx8181/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin make zImage modules V=1 CONFIG_LOCALVERSION_AUTO=n
  5804. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5'
  5805. make -f /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5/Makefile silentoldconfig
  5806. make -f scripts/Makefile.build obj=scripts/basic
  5807. gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/fixdep scripts/basic/fixdep.c
  5808. scripts/basic/fixdep.c: In function ‘traps’:
  5809. scripts/basic/fixdep.c:377:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  5810. if (*(int *)test != INT_CONF) {
  5811. ^~
  5812. scripts/basic/fixdep.c:379:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  5813. *(int *)test);
  5814. ^
  5815. gcc -Wp,-MD,scripts/basic/.docproc.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/docproc scripts/basic/docproc.c
  5816. mkdir -p include/linux include/config
  5817. make -f scripts/Makefile.build obj=scripts/kconfig silentoldconfig
  5818. gcc -Wp,-MD,scripts/kconfig/.conf.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<curses.h>" -DLOCALE -c -o scripts/kconfig/conf.o scripts/kconfig/conf.c
  5819. scripts/kconfig/conf.c: In function ‘conf_sym’:
  5820. scripts/kconfig/conf.c:216:6: warning: variable ‘type’ set but not used [-Wunused-but-set-variable]
  5821. int type;
  5822. ^~~~
  5823. scripts/kconfig/conf.c: In function ‘conf_choice’:
  5824. scripts/kconfig/conf.c:288:6: warning: variable ‘type’ set but not used [-Wunused-but-set-variable]
  5825. int type;
  5826. ^~~~
  5827. gcc -Wp,-MD,scripts/kconfig/.kxgettext.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<curses.h>" -DLOCALE -c -o scripts/kconfig/kxgettext.o scripts/kconfig/kxgettext.c
  5828. cat scripts/kconfig/zconf.tab.c_shipped > scripts/kconfig/zconf.tab.c
  5829. cat scripts/kconfig/lex.zconf.c_shipped > scripts/kconfig/lex.zconf.c
  5830. cat scripts/kconfig/zconf.hash.c_shipped > scripts/kconfig/zconf.hash.c
  5831. gcc -Wp,-MD,scripts/kconfig/.zconf.tab.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<curses.h>" -DLOCALE -Iscripts/kconfig -c -o scripts/kconfig/zconf.tab.o scripts/kconfig/zconf.tab.c
  5832. In file included from scripts/kconfig/zconf.tab.c:2484:0:
  5833. scripts/kconfig/lex.zconf.c:1625:16: warning: ‘input’ defined but not used [-Wunused-function]
  5834. static int input (void)
  5835. ^~~~~
  5836. gcc -o scripts/kconfig/conf scripts/kconfig/conf.o scripts/kconfig/zconf.tab.o
  5837. scripts/kconfig/conf -s arch/arm/Kconfig
  5838. set -e; :; mkdir -p include/linux/; (echo \#define LINUX_VERSION_CODE 132634; echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))';) < /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5/Makefile > include/linux/version.h.tmp; if [ -r include/linux/version.h ] && cmp -s include/linux/version.h include/linux/version.h.tmp; then rm -f include/linux/version.h.tmp; else :; mv -f include/linux/version.h.tmp include/linux/version.h; fi
  5839. SYMLINK include/asm-arm/arch -> include/asm-arm/arch-pnx8181
  5840. ln -fsn arch-pnx8181 include/asm-arm/arch
  5841. make -f scripts/Makefile.build obj=arch/arm/tools include/asm-arm/mach-types.h
  5842. Generating include/asm-arm/mach-types.h
  5843. awk -f arch/arm/tools/gen-mach-types arch/arm/tools/mach-types > include/asm-arm/mach-types.h || { rm -f include/asm-arm/mach-types.h; /bin/false; }
  5844. rm -f include/config/kernel.release
  5845. echo 2.6.26.5 > include/config/kernel.release
  5846. set -e; :; mkdir -p include/linux/; if [ `echo -n "2.6.26.5" | wc -c ` -gt 64 ]; then echo '"2.6.26.5" exceeds 64 characters' >&2; exit 1; fi; (echo \#define UTS_RELEASE \"2.6.26.5\";) < include/config/kernel.release > include/linux/utsrelease.h.tmp; if [ -r include/linux/utsrelease.h ] && cmp -s include/linux/utsrelease.h include/linux/utsrelease.h.tmp; then rm -f include/linux/utsrelease.h.tmp; else :; mv -f include/linux/utsrelease.h.tmp include/linux/utsrelease.h; fi
  5847. set -e; asmlink=`readlink include/asm | cut -d '-' -f 2`; \
  5848. if [ -L include/asm ]; then \
  5849. if [ "$asmlink" != "arm" ]; then \
  5850. echo "ERROR: the symlink include/asm points to asm-$asmlink but asm-arm was expected"; \
  5851. echo " set ARCH or save .config and run 'make mrproper' to fix it"; \
  5852. exit 1; \
  5853. fi; \
  5854. else \
  5855. echo ' SYMLINK include/asm -> include/asm-arm'; \
  5856. if [ ! -d include ]; then \
  5857. mkdir -p include; \
  5858. fi; \
  5859. ln -fsn asm-arm include/asm; \
  5860. fi
  5861. SYMLINK include/asm -> include/asm-arm
  5862. mkdir -p .tmp_versions ; rm -f .tmp_versions/*
  5863. make -f scripts/Makefile.build obj=scripts/basic
  5864. (cat /dev/null; ) > scripts/basic/modules.order
  5865. make -f scripts/Makefile.build obj=.
  5866. (cat /dev/null; ) > modules.order
  5867. mkdir -p kernel/
  5868. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,kernel/.bounds.s.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(bounds)" -D"KBUILD_MODNAME=KBUILD_STR(bounds)" -fverbose-asm -S -o kernel/bounds.s kernel/bounds.c
  5869. mkdir -p include/linux/
  5870. (set -e; echo "#ifndef __LINUX_BOUNDS_H__"; echo "#define __LINUX_BOUNDS_H__"; echo "/*"; echo " * DO NOT MODIFY."; echo " *"; echo " * This file was generated by Kbuild"; echo " *"; echo " */"; echo ""; sed -ne "/^->/{s:->#\(.*\):/*  */:; s:^->\([^ ]*\) [\$#]*\([^ ]*\) \(.*\):#define   /*  */:; s:->::; p;}" kernel/bounds.s; echo ""; echo "#endif" ) > include/linux/bounds.h
  5871. mkdir -p arch/arm/kernel/
  5872. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.asm-offsets.s.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(asm_offsets)" -D"KBUILD_MODNAME=KBUILD_STR(asm_offsets)" -fverbose-asm -S -o arch/arm/kernel/asm-offsets.s arch/arm/kernel/asm-offsets.c
  5873. mkdir -p include/asm-arm/
  5874. (set -e; echo "#ifndef __ASM_OFFSETS_H__"; echo "#define __ASM_OFFSETS_H__"; echo "/*"; echo " * DO NOT MODIFY."; echo " *"; echo " * This file was generated by Kbuild"; echo " *"; echo " */"; echo ""; sed -ne "/^->/{s:->#\(.*\):/*  */:; s:^->\([^ ]*\) [\$#]*\([^ ]*\) \(.*\):#define   /*  */:; s:->::; p;}" arch/arm/kernel/asm-offsets.s; echo ""; echo "#endif" ) > include/asm-arm/asm-offsets.h
  5875. make -f scripts/Makefile.build obj=. missing-syscalls
  5876. /bin/bash scripts/checksyscalls.sh /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,./.missing-syscalls.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(missing_syscalls)" -D"KBUILD_MODNAME=KBUILD_STR(missing_syscalls)"
  5877. <stdin>:1097:2: warning: #warning syscall fadvise64 not implemented
  5878. <stdin>:1265:2: warning: #warning syscall migrate_pages not implemented
  5879. <stdin>:1321:2: warning: #warning syscall pselect6 not implemented
  5880. <stdin>:1325:2: warning: #warning syscall ppoll not implemented
  5881. <stdin>:1365:2: warning: #warning syscall epoll_pwait not implemented
  5882. make -f scripts/Makefile.build obj=scripts
  5883. make -f scripts/Makefile.build obj=scripts/mod
  5884. (cat /dev/null; ) > scripts/mod/modules.order
  5885. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,scripts/mod/.empty.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(empty)" -D"KBUILD_MODNAME=KBUILD_STR(empty)" -c -o scripts/mod/empty.o scripts/mod/empty.c
  5886. gcc -Wp,-MD,scripts/mod/.mk_elfconfig.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mod/mk_elfconfig scripts/mod/mk_elfconfig.c
  5887. scripts/mod/mk_elfconfig arm < scripts/mod/empty.o > scripts/mod/elfconfig.h
  5888. gcc -Wp,-MD,scripts/mod/.file2alias.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/mod/file2alias.o scripts/mod/file2alias.c
  5889. gcc -Wp,-MD,scripts/mod/.modpost.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/mod/modpost.o scripts/mod/modpost.c
  5890. gcc -Wp,-MD,scripts/mod/.sumversion.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/mod/sumversion.o scripts/mod/sumversion.c
  5891. gcc -o scripts/mod/modpost scripts/mod/modpost.o scripts/mod/file2alias.o scripts/mod/sumversion.o
  5892. (cat /dev/null; ) > scripts/modules.order
  5893. gcc -Wp,-MD,scripts/.kallsyms.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/kallsyms scripts/kallsyms.c
  5894. gcc -Wp,-MD,scripts/.conmakehash.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/conmakehash scripts/conmakehash.c
  5895. make -f scripts/Makefile.build obj=init
  5896. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,init/.main.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(main)" -D"KBUILD_MODNAME=KBUILD_STR(main)" -c -o init/main.o init/main.c
  5897. /bin/bash /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5/scripts/mkcompile_h include/linux/compile.h \
  5898. "arm" "" "y" "/opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign"
  5899. UPD include/linux/compile.h
  5900. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,init/.version.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(version)" -D"KBUILD_MODNAME=KBUILD_STR(version)" -c -o init/version.o init/version.c
  5901. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,init/.do_mounts.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(do_mounts)" -D"KBUILD_MODNAME=KBUILD_STR(mounts)" -c -o init/do_mounts.o init/do_mounts.c
  5902. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,init/.do_mounts_rd.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(do_mounts_rd)" -D"KBUILD_MODNAME=KBUILD_STR(mounts)" -c -o init/do_mounts_rd.o init/do_mounts_rd.c
  5903. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld -EL -r -o init/mounts.o init/do_mounts.o init/do_mounts_rd.o
  5904. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,init/.noinitramfs.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(noinitramfs)" -D"KBUILD_MODNAME=KBUILD_STR(noinitramfs)" -c -o init/noinitramfs.o init/noinitramfs.c
  5905. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,init/.calibrate.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(calibrate)" -D"KBUILD_MODNAME=KBUILD_STR(calibrate)" -c -o init/calibrate.o init/calibrate.c
  5906. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld -EL -r -o init/built-in.o init/main.o init/version.o init/mounts.o init/noinitramfs.o init/calibrate.o
  5907. (cat /dev/null; ) > init/modules.order
  5908. make -f scripts/Makefile.build obj=usr
  5909. rm -f usr/built-in.o; /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ar rcs usr/built-in.o
  5910. (cat /dev/null; ) > usr/modules.order
  5911. make -f scripts/Makefile.build obj=arch/arm/kernel
  5912. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.compat.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(compat)" -D"KBUILD_MODNAME=KBUILD_STR(compat)" -c -o arch/arm/kernel/compat.o arch/arm/kernel/compat.c
  5913. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.entry-armv.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -c -o arch/arm/kernel/entry-armv.o arch/arm/kernel/entry-armv.S
  5914. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.entry-common.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -c -o arch/arm/kernel/entry-common.o arch/arm/kernel/entry-common.S
  5915. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.irq.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(irq)" -D"KBUILD_MODNAME=KBUILD_STR(irq)" -c -o arch/arm/kernel/irq.o arch/arm/kernel/irq.c
  5916. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.process.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(process)" -D"KBUILD_MODNAME=KBUILD_STR(process)" -c -o arch/arm/kernel/process.o arch/arm/kernel/process.c
  5917. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.ptrace.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(ptrace)" -D"KBUILD_MODNAME=KBUILD_STR(ptrace)" -c -o arch/arm/kernel/ptrace.o arch/arm/kernel/ptrace.c
  5918. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.setup.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(setup)" -D"KBUILD_MODNAME=KBUILD_STR(setup)" -c -o arch/arm/kernel/setup.o arch/arm/kernel/setup.c
  5919. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.signal.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(signal)" -D"KBUILD_MODNAME=KBUILD_STR(signal)" -c -o arch/arm/kernel/signal.o arch/arm/kernel/signal.c
  5920. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.sys_arm.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(sys_arm)" -D"KBUILD_MODNAME=KBUILD_STR(sys_arm)" -c -o arch/arm/kernel/sys_arm.o arch/arm/kernel/sys_arm.c
  5921. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.stacktrace.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(stacktrace)" -D"KBUILD_MODNAME=KBUILD_STR(stacktrace)" -c -o arch/arm/kernel/stacktrace.o arch/arm/kernel/stacktrace.c
  5922. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.time.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(time)" -D"KBUILD_MODNAME=KBUILD_STR(time)" -c -o arch/arm/kernel/time.o arch/arm/kernel/time.c
  5923. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.traps.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(traps)" -D"KBUILD_MODNAME=KBUILD_STR(traps)" -c -o arch/arm/kernel/traps.o arch/arm/kernel/traps.c
  5924. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.fiq.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(fiq)" -D"KBUILD_MODNAME=KBUILD_STR(fiq)" -c -o arch/arm/kernel/fiq.o arch/arm/kernel/fiq.c
  5925. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.armksyms.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(armksyms)" -D"KBUILD_MODNAME=KBUILD_STR(armksyms)" -c -o arch/arm/kernel/armksyms.o arch/arm/kernel/armksyms.c
  5926. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.module.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(module)" -D"KBUILD_MODNAME=KBUILD_STR(module)" -c -o arch/arm/kernel/module.o arch/arm/kernel/module.c
  5927. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.sys_oabi-compat.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(sys_oabi_compat)" -D"KBUILD_MODNAME=KBUILD_STR(sys_oabi_compat)" -c -o arch/arm/kernel/sys_oabi-compat.o arch/arm/kernel/sys_oabi-compat.c
  5928. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.io.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(io)" -D"KBUILD_MODNAME=KBUILD_STR(io)" -c -o arch/arm/kernel/io.o arch/arm/kernel/io.c
  5929. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld -EL -r -o arch/arm/kernel/built-in.o arch/arm/kernel/compat.o arch/arm/kernel/entry-armv.o arch/arm/kernel/entry-common.o arch/arm/kernel/irq.o arch/arm/kernel/process.o arch/arm/kernel/ptrace.o arch/arm/kernel/setup.o arch/arm/kernel/signal.o arch/arm/kernel/sys_arm.o arch/arm/kernel/stacktrace.o arch/arm/kernel/time.o arch/arm/kernel/traps.o arch/arm/kernel/fiq.o arch/arm/kernel/armksyms.o arch/arm/kernel/module.o arch/arm/kernel/sys_oabi-compat.o arch/arm/kernel/io.o
  5930. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.head.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -DTEXT_OFFSET=0x00008000 -c -o arch/arm/kernel/head.o arch/arm/kernel/head.S
  5931. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.init_task.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(init_task)" -D"KBUILD_MODNAME=KBUILD_STR(init_task)" -c -o arch/arm/kernel/init_task.o arch/arm/kernel/init_task.c
  5932. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -E -Wp,-MD,arch/arm/kernel/.vmlinux.lds.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -DTEXT_OFFSET=0x00008000 -P -C -Uarm -D__ASSEMBLY__ -o arch/arm/kernel/vmlinux.lds arch/arm/kernel/vmlinux.lds.S
  5933. (cat /dev/null; ) > arch/arm/kernel/modules.order
  5934. make -f scripts/Makefile.build obj=arch/arm/mm
  5935. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.consistent.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(consistent)" -D"KBUILD_MODNAME=KBUILD_STR(consistent)" -c -o arch/arm/mm/consistent.o arch/arm/mm/consistent.c
  5936. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.extable.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(extable)" -D"KBUILD_MODNAME=KBUILD_STR(extable)" -c -o arch/arm/mm/extable.o arch/arm/mm/extable.c
  5937. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.fault.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(fault)" -D"KBUILD_MODNAME=KBUILD_STR(fault)" -c -o arch/arm/mm/fault.o arch/arm/mm/fault.c
  5938. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.init.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(init)" -D"KBUILD_MODNAME=KBUILD_STR(init)" -c -o arch/arm/mm/init.o arch/arm/mm/init.c
  5939. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.iomap.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(iomap)" -D"KBUILD_MODNAME=KBUILD_STR(iomap)" -c -o arch/arm/mm/iomap.o arch/arm/mm/iomap.c
  5940. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.fault-armv.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(fault_armv)" -D"KBUILD_MODNAME=KBUILD_STR(fault_armv)" -c -o arch/arm/mm/fault-armv.o arch/arm/mm/fault-armv.c
  5941. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.flush.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(flush)" -D"KBUILD_MODNAME=KBUILD_STR(flush)" -c -o arch/arm/mm/flush.o arch/arm/mm/flush.c
  5942. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.ioremap.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(ioremap)" -D"KBUILD_MODNAME=KBUILD_STR(ioremap)" -c -o arch/arm/mm/ioremap.o arch/arm/mm/ioremap.c
  5943. arch/arm/mm/ioremap.c: In function 'remap_area_pte':
  5944. arch/arm/mm/ioremap.c:67: warning: control reaches end of non-void function
  5945. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.mmap.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(mmap)" -D"KBUILD_MODNAME=KBUILD_STR(mmap)" -c -o arch/arm/mm/mmap.o arch/arm/mm/mmap.c
  5946. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.pgd.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(pgd)" -D"KBUILD_MODNAME=KBUILD_STR(pgd)" -c -o arch/arm/mm/pgd.o arch/arm/mm/pgd.c
  5947. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.mmu.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(mmu)" -D"KBUILD_MODNAME=KBUILD_STR(mmu)" -c -o arch/arm/mm/mmu.o arch/arm/mm/mmu.c
  5948. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.proc-syms.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(proc_syms)" -D"KBUILD_MODNAME=KBUILD_STR(proc_syms)" -c -o arch/arm/mm/proc-syms.o arch/arm/mm/proc-syms.c
  5949. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.alignment.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(alignment)" -D"KBUILD_MODNAME=KBUILD_STR(alignment)" -c -o arch/arm/mm/alignment.o arch/arm/mm/alignment.c
  5950. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.abort-ev5tj.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -c -o arch/arm/mm/abort-ev5tj.o arch/arm/mm/abort-ev5tj.S
  5951. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.copypage-v4wb.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -c -o arch/arm/mm/copypage-v4wb.o arch/arm/mm/copypage-v4wb.S
  5952. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.tlb-v4wbi.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -c -o arch/arm/mm/tlb-v4wbi.o arch/arm/mm/tlb-v4wbi.S
  5953. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.proc-arm926.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -c -o arch/arm/mm/proc-arm926.o arch/arm/mm/proc-arm926.S
  5954. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld -EL -r -o arch/arm/mm/built-in.o arch/arm/mm/consistent.o arch/arm/mm/extable.o arch/arm/mm/fault.o arch/arm/mm/init.o arch/arm/mm/iomap.o arch/arm/mm/fault-armv.o arch/arm/mm/flush.o arch/arm/mm/ioremap.o arch/arm/mm/mmap.o arch/arm/mm/pgd.o arch/arm/mm/mmu.o arch/arm/mm/proc-syms.o arch/arm/mm/alignment.o arch/arm/mm/abort-ev5tj.o arch/arm/mm/copypage-v4wb.o arch/arm/mm/tlb-v4wbi.o arch/arm/mm/proc-arm926.o
  5955. (cat /dev/null; ) > arch/arm/mm/modules.order
  5956. make -f scripts/Makefile.build obj=arch/arm/common
  5957. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/common/.rtctime.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(rtctime)" -D"KBUILD_MODNAME=KBUILD_STR(rtctime)" -c -o arch/arm/common/rtctime.o arch/arm/common/rtctime.c
  5958. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld -EL -r -o arch/arm/common/built-in.o arch/arm/common/rtctime.o
  5959. (cat /dev/null; ) > arch/arm/common/modules.order
  5960. make -f scripts/Makefile.build obj=arch/arm/mach-pnx8181
  5961. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.arch.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(arch)" -D"KBUILD_MODNAME=KBUILD_STR(arch)" -c -o arch/arm/mach-pnx8181/arch.o arch/arm/mach-pnx8181/arch.c
  5962. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.irq.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(irq)" -D"KBUILD_MODNAME=KBUILD_STR(irq)" -c -o arch/arm/mach-pnx8181/irq.o arch/arm/mach-pnx8181/irq.c
  5963. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.irq-ext.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(irq_ext)" -D"KBUILD_MODNAME=KBUILD_STR(irq_ext)" -c -o arch/arm/mach-pnx8181/irq-ext.o arch/arm/mach-pnx8181/irq-ext.c
  5964. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.irq-devices.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(irq_devices)" -D"KBUILD_MODNAME=KBUILD_STR(irq_devices)" -c -o arch/arm/mach-pnx8181/irq-devices.o arch/arm/mach-pnx8181/irq-devices.c
  5965. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.time.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(time)" -D"KBUILD_MODNAME=KBUILD_STR(time)" -c -o arch/arm/mach-pnx8181/time.o arch/arm/mach-pnx8181/time.c
  5966. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.devices.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(devices)" -D"KBUILD_MODNAME=KBUILD_STR(devices)" -c -o arch/arm/mach-pnx8181/devices.o arch/arm/mach-pnx8181/devices.c
  5967. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.clock.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(clock)" -D"KBUILD_MODNAME=KBUILD_STR(clock)" -c -o arch/arm/mach-pnx8181/clock.o arch/arm/mach-pnx8181/clock.c
  5968. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.debug.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -c -o arch/arm/mach-pnx8181/debug.o arch/arm/mach-pnx8181/debug.S
  5969. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.sctu.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(sctu)" -D"KBUILD_MODNAME=KBUILD_STR(sctu)" -c -o arch/arm/mach-pnx8181/sctu.o arch/arm/mach-pnx8181/sctu.c
  5970. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.sctu1.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(sctu1)" -D"KBUILD_MODNAME=KBUILD_STR(sctu1)" -c -o arch/arm/mach-pnx8181/sctu1.o arch/arm/mach-pnx8181/sctu1.c
  5971. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.sctu2.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(sctu2)" -D"KBUILD_MODNAME=KBUILD_STR(sctu2)" -c -o arch/arm/mach-pnx8181/sctu2.o arch/arm/mach-pnx8181/sctu2.c
  5972. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.gpio.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(gpio)" -D"KBUILD_MODNAME=KBUILD_STR(gpio)" -c -o arch/arm/mach-pnx8181/gpio.o arch/arm/mach-pnx8181/gpio.c
  5973. arch/arm/mach-pnx8181/gpio.c:478: warning: function declaration isn't a prototype
  5974. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.gpio-devices.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(gpio_devices)" -D"KBUILD_MODNAME=KBUILD_STR(gpio_devices)" -c -o arch/arm/mach-pnx8181/gpio-devices.o arch/arm/mach-pnx8181/gpio-devices.c
  5975. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.spi-devices.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(spi_devices)" -D"KBUILD_MODNAME=KBUILD_STR(spi_devices)" -c -o arch/arm/mach-pnx8181/spi-devices.o arch/arm/mach-pnx8181/spi-devices.c
  5976. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.i2c.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(i2c)" -D"KBUILD_MODNAME=KBUILD_STR(i2c)" -c -o arch/arm/mach-pnx8181/i2c.o arch/arm/mach-pnx8181/i2c.c
  5977. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld -EL -r -o arch/arm/mach-pnx8181/built-in.o arch/arm/mach-pnx8181/arch.o arch/arm/mach-pnx8181/irq.o arch/arm/mach-pnx8181/irq-ext.o arch/arm/mach-pnx8181/irq-devices.o arch/arm/mach-pnx8181/time.o arch/arm/mach-pnx8181/devices.o arch/arm/mach-pnx8181/clock.o arch/arm/mach-pnx8181/debug.o arch/arm/mach-pnx8181/sctu.o arch/arm/mach-pnx8181/sctu1.o arch/arm/mach-pnx8181/sctu2.o arch/arm/mach-pnx8181/gpio.o arch/arm/mach-pnx8181/gpio-devices.o arch/arm/mach-pnx8181/spi-devices.o arch/arm/mach-pnx8181/i2c.o
  5978. (cat /dev/null; ) > arch/arm/mach-pnx8181/modules.order
  5979. make -f scripts/Makefile.build obj=kernel
  5980. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,kernel/.sched.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -fno-omit-frame-pointer -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(sched)" -D"KBUILD_MODNAME=KBUILD_STR(sched)" -c -o kernel/sched.o kernel/sched.c
  5981. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,kernel/.fork.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(fork)" -D"KBUILD_MODNAME=KBUILD_STR(fork)" -c -o kernel/fork.o kernel/fork.c
  5982. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,kernel/.exec_domain.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(exec_domain)" -D"KBUILD_MODNAME=KBUILD_STR(exec_domain)" -c -o kernel/exec_domain.o kernel/exec_domain.c
  5983. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,kernel/.panic.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(panic)" -D"KBUILD_MODNAME=KBUILD_STR(panic)" -c -o kernel/panic.o kernel/panic.c
  5984. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,kernel/.printk.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(printk)" -D"KBUILD_MODNAME=KBUILD_STR(printk)" -c -o kernel/printk.o kernel/printk.c
  5985. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,kernel/.profile.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(profile)" -D"KBUILD_MODNAME=KBUILD_STR(profile)" -c -o kernel/profile.o kernel/profile.c
  5986. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,kernel/.exit.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(exit)" -D"KBUILD_MODNAME=KBUILD_STR(exit)" -c -o kernel/exit.o kernel/exit.c
  5987. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,kernel/.itimer.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(itimer)" -D"KBUILD_MODNAME=KBUILD_STR(itimer)" -c -o kernel/itimer.o kernel/itimer.c
  5988. perl kernel/timeconst.pl 250 > kernel/timeconst.h
  5989. Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at kernel/timeconst.pl line 373.
  5990. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5/kernel/Makefile:102: recipe for target 'kernel/timeconst.h' failed
  5991. make[5]: *** [kernel/timeconst.h] Error 255
  5992. Makefile:847: recipe for target 'kernel' failed
  5993. make[4]: *** [kernel] Error 2
  5994. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5'
  5995. Makefile.cyt:52: recipe for target 'build' failed
  5996. make[3]: *** [build] Error 2
  5997. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5'
  5998. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:74: recipe for target '_subdir_linux' failed
  5999. make[2]: *** [_subdir_linux] Error 2
  6000. make[2]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux'
  6001. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:74: recipe for target '_subdir_../linux' failed
  6002. make[1]: *** [_subdir_../linux] Error 2
  6003. make[1]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router'
  6004. Rules.mk:74: recipe for target '_subdir_router' failed
  6005. make: *** [_subdir_router] Error 2
  6006. root@debian:/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src#
  6007. root@debian:/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src# exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement