Advertisement
Guest User

Untitled

a guest
Oct 4th, 2022
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. make[3]: Entering directory '/home/ansuel/openwrt/package/libs/ncurses'
  2. make -C /home/ansuel/openwrt/build_dir/hostpkg/ncurses-6.3 libs
  3. make[4]: Entering directory '/home/ansuel/openwrt/build_dir/hostpkg/ncurses-6.3'
  4. ( cd "include" && make -w DESTDIR="" RPATH_LIST="/home/ansuel/openwrt/staging_dir/hostpkg/lib" libs )
  5. make[5]: Entering directory '/home/ansuel/openwrt/build_dir/hostpkg/ncurses-6.3/include'
  6. make[5]: Nothing to be done for 'libs'.
  7. make[5]: Leaving directory '/home/ansuel/openwrt/build_dir/hostpkg/ncurses-6.3/include'
  8. ( cd "ncurses" && make -w DESTDIR="" RPATH_LIST="/home/ansuel/openwrt/staging_dir/hostpkg/lib" libs )
  9. make[5]: Entering directory '/home/ansuel/openwrt/build_dir/hostpkg/ncurses-6.3/ncurses'
  10. make[5]: Nothing to be done for 'libs'.
  11. make[5]: Leaving directory '/home/ansuel/openwrt/build_dir/hostpkg/ncurses-6.3/ncurses'
  12. ( cd "progs" && make -w DESTDIR="" RPATH_LIST="/home/ansuel/openwrt/staging_dir/hostpkg/lib" libs )
  13. make[5]: Entering directory '/home/ansuel/openwrt/build_dir/hostpkg/ncurses-6.3/progs'
  14. make[5]: Nothing to be done for 'libs'.
  15. make[5]: Leaving directory '/home/ansuel/openwrt/build_dir/hostpkg/ncurses-6.3/progs'
  16. ( cd "panel" && make -w DESTDIR="" RPATH_LIST="/home/ansuel/openwrt/staging_dir/hostpkg/lib" libs )
  17. make[5]: Entering directory '/home/ansuel/openwrt/build_dir/hostpkg/ncurses-6.3/panel'
  18. make[5]: Nothing to be done for 'libs'.
  19. make[5]: Leaving directory '/home/ansuel/openwrt/build_dir/hostpkg/ncurses-6.3/panel'
  20. ( cd "menu" && make -w DESTDIR="" RPATH_LIST="/home/ansuel/openwrt/staging_dir/hostpkg/lib" libs )
  21. make[5]: Entering directory '/home/ansuel/openwrt/build_dir/hostpkg/ncurses-6.3/menu'
  22. make[5]: Nothing to be done for 'libs'.
  23. make[5]: Leaving directory '/home/ansuel/openwrt/build_dir/hostpkg/ncurses-6.3/menu'
  24. ( cd "form" && make -w DESTDIR="" RPATH_LIST="/home/ansuel/openwrt/staging_dir/hostpkg/lib" libs )
  25. make[5]: Entering directory '/home/ansuel/openwrt/build_dir/hostpkg/ncurses-6.3/form'
  26. gcc -I../ncurses -DHAVE_CONFIG_H -DBUILDING_FORM -I. -I../include -I/home/ansuel/openwrt/staging_dir/host/include -I/home/ansuel/openwrt/staging_dir/hostpkg/include -I/home/ansuel/openwrt/staging_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/host/include -I/home/ansuel/openwrt/staging_dir/host/include -I/home/ansuel/openwrt/staging_dir/hostpkg/include -I/home/ansuel/openwrt/staging_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/host/include -DPIC -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DNDEBUG -O2 -fPIC --param max-inline-insns-single=1200 -DNCURSES_STATIC -c ../form/frm_win.c -o ../objects/frm_win.o
  27. ../form/frm_win.c: In function 'set_form_win':
  28. ../form/frm_win.c:52:31: error: '_POSTED' undeclared (first use in this function); did you mean 'OPOST'?
  29. 52 | if (form && (form->status & _POSTED))
  30. | ^~~~~~~
  31. | OPOST
  32. ../form/frm_win.c:52:31: note: each undeclared identifier is reported only once for each function it appears in
  33. ../form/frm_win.c:53:5: warning: implicit declaration of function 'RETURN'; did you mean 'T_RETURN'? [-Wimplicit-function-declaration]
  34. 53 | RETURN(E_POSTED);
  35. | ^~~~~~
  36. | T_RETURN
  37. ../form/frm_win.c:53:12: error: 'E_POSTED' undeclared (first use in this function)
  38. 53 | RETURN(E_POSTED);
  39. | ^~~~~~~~
  40. ../form/frm_win.c:60:14: error: 'E_OK' undeclared (first use in this function); did you mean 'F_OK'?
  41. 60 | RETURN(E_OK);
  42. | ^~~~
  43. | F_OK
  44. make[5]: *** [Makefile:566: ../objects/frm_win.o] Error 1
  45. make[5]: Leaving directory '/home/ansuel/openwrt/build_dir/hostpkg/ncurses-6.3/form'
  46. make[4]: *** [Makefile:219: libs] Error 2
  47. make[4]: Leaving directory '/home/ansuel/openwrt/build_dir/hostpkg/ncurses-6.3'
  48. make[3]: *** [Makefile:188: /home/ansuel/openwrt/build_dir/hostpkg/ncurses-6.3/.built] Error 2
  49. make[3]: Leaving directory '/home/ansuel/openwrt/package/libs/ncurses'
  50. time: package/libs/ncurses/host-compile#0.19#0.03#0.28
  51. ERROR: package/libs/ncurses [host] failed to build.
  52. make[2]: *** [package/Makefile:114: package/libs/ncurses/host/compile] Error 1
  53. make[2]: Leaving directory '/home/ansuel/openwrt'
  54. make[1]: *** [package/Makefile:110: /home/ansuel/openwrt/staging_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/stamp/.package_compile] Error 2
  55. make[1]: Leaving directory '/home/ansuel/openwrt'
  56. make: *** [/home/ansuel/openwrt/include/toplevel.mk:231: world] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement