Advertisement
Guest User

Untitled

a guest
Jun 14th, 2013
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.05 KB | None | 0 0
  1. netfilter/iptcrdr.c: In function 'get_redirect_rule':
  2. netfilter/iptcrdr.c:161:2: error: unknown type name 'iptc_handle_t'
  3. netfilter/iptcrdr.c:167:4: warning: assignment makes integer from pointer without a cast [enabled by default]
  4. netfilter/iptcrdr.c:175:2: warning: passing argument 2 of 'iptc_is_chain' makes pointer from integer without a cast [enabled by default]
  5. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:37:5: note: expected 'struct iptc_handle * const' but argument is of type 'int'
  6. netfilter/iptcrdr.c:186:3: warning: passing argument 2 of 'iptc_first_rule' from incompatible pointer type [enabled by default]
  7. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:50:25: note: expected 'struct iptc_handle *' but argument is of type 'int *'
  8. netfilter/iptcrdr.c:188:4: warning: passing argument 2 of 'iptc_next_rule' from incompatible pointer type [enabled by default]
  9. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:54:25: note: expected 'struct iptc_handle *' but argument is of type 'int *'
  10. netfilter/iptcrdr.c:211:32: error: dereferencing pointer to incomplete type
  11. netfilter/iptcrdr.c:212:14: error: dereferencing pointer to incomplete type
  12. netfilter/iptcrdr.c:229:3: warning: passing argument 1 of 'iptc_free' from incompatible pointer type [enabled by default]
  13. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:43:6: note: expected 'struct iptc_handle *' but argument is of type 'int *'
  14. netfilter/iptcrdr.c: In function 'get_redirect_rule_by_index':
  15. netfilter/iptcrdr.c:245:2: error: unknown type name 'iptc_handle_t'
  16. netfilter/iptcrdr.c:251:4: warning: assignment makes integer from pointer without a cast [enabled by default]
  17. netfilter/iptcrdr.c:259:2: warning: passing argument 2 of 'iptc_is_chain' makes pointer from integer without a cast [enabled by default]
  18. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:37:5: note: expected 'struct iptc_handle * const' but argument is of type 'int'
  19. netfilter/iptcrdr.c:270:3: warning: passing argument 2 of 'iptc_first_rule' from incompatible pointer type [enabled by default]
  20. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:50:25: note: expected 'struct iptc_handle *' but argument is of type 'int *'
  21. netfilter/iptcrdr.c:272:4: warning: passing argument 2 of 'iptc_next_rule' from incompatible pointer type [enabled by default]
  22. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:54:25: note: expected 'struct iptc_handle *' but argument is of type 'int *'
  23. netfilter/iptcrdr.c:293:32: error: dereferencing pointer to incomplete type
  24. netfilter/iptcrdr.c:294:14: error: dereferencing pointer to incomplete type
  25. netfilter/iptcrdr.c:312:3: warning: passing argument 1 of 'iptc_free' from incompatible pointer type [enabled by default]
  26. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:43:6: note: expected 'struct iptc_handle *' but argument is of type 'int *'
  27. netfilter/iptcrdr.c: At top level:
  28. netfilter/iptcrdr.c:320:44: error: unknown type name 'iptc_handle_t'
  29. netfilter/iptcrdr.c: In function 'delete_redirect_and_filter_rules':
  30. netfilter/iptcrdr.c:362:2: error: unknown type name 'iptc_handle_t'
  31. netfilter/iptcrdr.c:366:4: warning: assignment makes integer from pointer without a cast [enabled by default]
  32. netfilter/iptcrdr.c:374:2: warning: passing argument 2 of 'iptc_is_chain' makes pointer from integer without a cast [enabled by default]
  33. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:37:5: note: expected 'struct iptc_handle * const' but argument is of type 'int'
  34. netfilter/iptcrdr.c:385:3: warning: passing argument 2 of 'iptc_first_rule' from incompatible pointer type [enabled by default]
  35. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:50:25: note: expected 'struct iptc_handle *' but argument is of type 'int *'
  36. netfilter/iptcrdr.c:387:4: warning: passing argument 2 of 'iptc_next_rule' from incompatible pointer type [enabled by default]
  37. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:54:25: note: expected 'struct iptc_handle *' but argument is of type 'int *'
  38. netfilter/iptcrdr.c:417:3: warning: passing argument 1 of 'iptc_free' from incompatible pointer type [enabled by default]
  39. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:43:6: note: expected 'struct iptc_handle *' but argument is of type 'int *'
  40. netfilter/iptcrdr.c:423:5: warning: assignment makes integer from pointer without a cast [enabled by default]
  41. netfilter/iptcrdr.c:428:21: warning: assignment makes integer from pointer without a cast [enabled by default]
  42. netfilter/iptcrdr.c: In function 'get_dnat_target':
  43. netfilter/iptcrdr.c:487:11: error: invalid application of 'sizeof' to incomplete type 'struct ip_nat_multi_range'
  44. netfilter/iptcrdr.c:493:4: error: dereferencing pointer to incomplete type
  45. netfilter/iptcrdr.c:494:13: error: dereferencing pointer to incomplete type
  46. netfilter/iptcrdr.c:495:7: error: dereferencing pointer to incomplete type
  47. netfilter/iptcrdr.c:495:23: error: dereferencing pointer to incomplete type
  48. netfilter/iptcrdr.c:496:7: error: dereferencing pointer to incomplete type
  49. netfilter/iptcrdr.c:496:18: error: 'IP_NAT_RANGE_MAP_IPS' undeclared (first use in this function)
  50. netfilter/iptcrdr.c:496:18: note: each undeclared identifier is reported only once for each function it appears in
  51. netfilter/iptcrdr.c:497:7: error: dereferencing pointer to incomplete type
  52. netfilter/iptcrdr.c:497:24: error: dereferencing pointer to incomplete type
  53. netfilter/iptcrdr.c:498:7: error: dereferencing pointer to incomplete type
  54. netfilter/iptcrdr.c:498:18: error: 'IP_NAT_RANGE_PROTO_SPECIFIED' undeclared (first use in this function)
  55. netfilter/iptcrdr.c: In function 'iptc_init_verify_and_append':
  56. netfilter/iptcrdr.c:508:2: error: unknown type name 'iptc_handle_t'
  57. netfilter/iptcrdr.c:509:4: warning: assignment makes integer from pointer without a cast [enabled by default]
  58. netfilter/iptcrdr.c:516:2: warning: passing argument 2 of 'iptc_is_chain' makes pointer from integer without a cast [enabled by default]
  59. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:37:5: note: expected 'struct iptc_handle * const' but argument is of type 'int'
  60. netfilter/iptcrdr.c:524:4: warning: passing argument 1 of 'iptc_free' from incompatible pointer type [enabled by default]
  61. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:43:6: note: expected 'struct iptc_handle *' but argument is of type 'int *'
  62. netfilter/iptcrdr.c:531:2: warning: passing argument 3 of 'iptc_append_entry' from incompatible pointer type [enabled by default]
  63. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:87:5: note: expected 'struct iptc_handle *' but argument is of type 'int *'
  64. netfilter/iptcrdr.c:540:4: warning: passing argument 1 of 'iptc_free' from incompatible pointer type [enabled by default]
  65. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:43:6: note: expected 'struct iptc_handle *' but argument is of type 'int *'
  66. netfilter/iptcrdr.c:547:2: warning: passing argument 1 of 'iptc_commit' from incompatible pointer type [enabled by default]
  67. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:158:5: note: expected 'struct iptc_handle *' but argument is of type 'int *'
  68. netfilter/iptcrdr.c:556:4: warning: passing argument 1 of 'iptc_free' from incompatible pointer type [enabled by default]
  69. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:43:6: note: expected 'struct iptc_handle *' but argument is of type 'int *'
  70. netfilter/iptcrdr.c:564:3: warning: passing argument 1 of 'iptc_free' from incompatible pointer type [enabled by default]
  71. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:43:6: note: expected 'struct iptc_handle *' but argument is of type 'int *'
  72. netfilter/iptcrdr.c: In function 'list_redirect_rule':
  73. netfilter/iptcrdr.c:728:2: error: unknown type name 'iptc_handle_t'
  74. netfilter/iptcrdr.c:734:4: warning: assignment makes integer from pointer without a cast [enabled by default]
  75. netfilter/iptcrdr.c:740:2: warning: passing argument 2 of 'iptc_is_chain' makes pointer from integer without a cast [enabled by default]
  76. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:37:5: note: expected 'struct iptc_handle * const' but argument is of type 'int'
  77. netfilter/iptcrdr.c:746:3: warning: passing argument 1 of 'iptc_free' from incompatible pointer type [enabled by default]
  78. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:43:6: note: expected 'struct iptc_handle *' but argument is of type 'int *'
  79. netfilter/iptcrdr.c:757:2: warning: passing argument 2 of 'iptc_first_rule' from incompatible pointer type [enabled by default]
  80. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:50:25: note: expected 'struct iptc_handle *' but argument is of type 'int *'
  81. netfilter/iptcrdr.c:759:3: warning: passing argument 2 of 'iptc_next_rule' from incompatible pointer type [enabled by default]
  82. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:54:25: note: expected 'struct iptc_handle *' but argument is of type 'int *'
  83. netfilter/iptcrdr.c:761:3: warning: passing argument 2 of 'iptc_get_target' from incompatible pointer type [enabled by default]
  84. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:58:13: note: expected 'struct iptc_handle *' but argument is of type 'int *'
  85. netfilter/iptcrdr.c:788:11: error: dereferencing pointer to incomplete type
  86. netfilter/iptcrdr.c:790:11: error: dereferencing pointer to incomplete type
  87. netfilter/iptcrdr.c:791:31: error: dereferencing pointer to incomplete type
  88. netfilter/iptcrdr.c:792:13: error: dereferencing pointer to incomplete type
  89. netfilter/iptcrdr.c:793:28: error: dereferencing pointer to incomplete type
  90. netfilter/iptcrdr.c:799:3: warning: passing argument 1 of 'iptc_free' from incompatible pointer type [enabled by default]
  91. /home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/usr/include/libiptc/libiptc.h:43:6: note: expected 'struct iptc_handle *' but argument is of type 'int *'
  92. make[4]: *** [netfilter/iptcrdr.o] Error 1
  93. make[4]: Leaving directory `/home/testing/carambola_project/carambola_temp/build_dir/linux-ramips_rt305x/miniupnpd-1.4'
  94. make[3]: *** [/home/testing/carambola_project/carambola_temp/build_dir/linux-ramips_rt305x/miniupnpd-1.4/.built] Error 2
  95. make[3]: Leaving directory `/home/testing/carambola_project/carambola_temp/feeds/packages_kami/net/miniupnpd'
  96. make[2]: *** [package/feeds/packages_kami/miniupnpd/compile] Error 2
  97. make[2]: Leaving directory `/home/testing/carambola_project/carambola_temp'
  98. make[1]: *** [/home/testing/carambola_project/carambola_temp/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/stamp/.package_compile] Error 2
  99. make[1]: Leaving directory `/home/testing/carambola_project/carambola_temp'
  100. make: *** [world] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement