Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.31 KB | None | 0 0
  1. make[2]: Entering directory '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/cngpijmon/src'
  2. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DUSE_LIB_GLASE -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -O2 -Wall -c bjcupsmon_main.c
  3. bjcupsmon_main.c: In function ‘initApplication’:
  4. bjcupsmon_main.c:374:15: warning: variable ‘Odev’ set but not used [-Wunused-but-set-variable]
  5. output_dev Odev;
  6. ^
  7. bjcupsmon_main.c: In function ‘updateUI’:
  8. bjcupsmon_main.c:679:10: warning: variable ‘retx’ set but not used [-Wunused-but-set-variable]
  9. int retx = 0;
  10. ^
  11. bjcupsmon_main.c:618:14: warning: variable ‘Odev’ set but not used [-Wunused-but-set-variable]
  12. output_dev Odev;
  13. ^
  14. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DUSE_LIB_GLASE -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -O2 -Wall -c bjcupsmon_cups.c
  15. bjcupsmon_cups.c: In function ‘getProductName’:
  16. bjcupsmon_cups.c:120:33: warning: argument to ‘sizeof’ in ‘snprintf’ call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess]
  17. snprintf(pModelIDstr, sizeof(pModelIDstr), "%d", pPPD->model_number);
  18. ^
  19. bjcupsmon_cups.c: In function ‘checkPrinterState’:
  20. bjcupsmon_cups.c:219:11: error: dereferencing pointer to incomplete type
  21. pRequest->request.op.operation_id = IPP_GET_PRINTER_ATTRIBUTES;
  22. ^
  23. bjcupsmon_cups.c:220:11: error: dereferencing pointer to incomplete type
  24. pRequest->request.op.request_id = 1;
  25. ^
  26. bjcupsmon_cups.c:229:17: error: dereferencing pointer to incomplete type
  27. if (pResponse->request.status.status_code > IPP_OK_CONFLICT) {
  28. ^
  29. bjcupsmon_cups.c:234:44: error: dereferencing pointer to incomplete type
  30. printerState = (ipp_state_t)pAttribute->values[0].integer;
  31. ^
  32. bjcupsmon_cups.c: In function ‘getPrinterStatus’:
  33. bjcupsmon_cups.c:292:12: error: dereferencing pointer to incomplete type
  34. pRequest->request.op.operation_id = IPP_GET_PRINTER_ATTRIBUTES;
  35. ^
  36. bjcupsmon_cups.c:293:12: error: dereferencing pointer to incomplete type
  37. pRequest->request.op.request_id = 1;
  38. ^
  39. bjcupsmon_cups.c:302:18: error: dereferencing pointer to incomplete type
  40. if (pResponse->request.status.status_code > IPP_OK_CONFLICT) {
  41. ^
  42. bjcupsmon_cups.c:314:34: error: dereferencing pointer to incomplete type
  43. strncpy(pStatus, pAttribute->values[0].string.text, bufSize);
  44. ^
  45. bjcupsmon_cups.c: In function ‘removeJob’:
  46. bjcupsmon_cups.c:373:13: error: dereferencing pointer to incomplete type
  47. pRequest->request.op.operation_id = IPP_CANCEL_JOB;
  48. ^
  49. bjcupsmon_cups.c:374:13: error: dereferencing pointer to incomplete type
  50. pRequest->request.op.request_id = 1;
  51. ^
  52. bjcupsmon_cups.c:385:19: error: dereferencing pointer to incomplete type
  53. if (pResponse->request.status.status_code > IPP_OK_CONFLICT) {
  54. ^
  55. bjcupsmon_cups.c: In function ‘getJobID’:
  56. bjcupsmon_cups.c:448:11: error: dereferencing pointer to incomplete type
  57. pRequest->request.op.operation_id = IPP_GET_JOBS;
  58. ^
  59. bjcupsmon_cups.c:449:11: error: dereferencing pointer to incomplete type
  60. pRequest->request.op.request_id = 1;
  61. ^
  62. bjcupsmon_cups.c:460:17: error: dereferencing pointer to incomplete type
  63. if (pResponse->request.status.status_code > IPP_OK_CONFLICT) {
  64. ^
  65. bjcupsmon_cups.c:464:27: error: dereferencing pointer to incomplete type
  66. pAttribute = pResponse->attrs;
  67. ^
  68. bjcupsmon_cups.c:467:45: error: dereferencing pointer to incomplete type
  69. while (pAttribute != NULL && pAttribute->group_tag != IPP_TAG_JOB) {
  70. ^
  71. bjcupsmon_cups.c:468:30: error: dereferencing pointer to incomplete type
  72. pAttribute = pAttribute->next;
  73. ^
  74. bjcupsmon_cups.c:474:45: error: dereferencing pointer to incomplete type
  75. while (pAttribute != NULL && pAttribute->group_tag == IPP_TAG_JOB) {
  76. ^
  77. In file included from /usr/include/string.h:635:0,
  78. from /usr/include/cups/http.h:27,
  79. from /usr/include/cups/ipp.h:25,
  80. from /usr/include/cups/cups.h:34,
  81. from bjcupsmon_cups.c:21:
  82. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  83. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  84. ^
  85. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  86. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  87. ^
  88. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  89. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  90. ^
  91. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  92. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  93. ^
  94. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  95. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  96. ^
  97. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  98. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  99. ^
  100. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  101. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  102. ^
  103. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  104. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  105. ^
  106. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  107. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  108. ^
  109. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  110. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  111. ^
  112. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  113. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  114. ^
  115. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  116. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  117. ^
  118. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  119. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  120. ^
  121. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  122. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  123. ^
  124. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  125. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  126. ^
  127. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  128. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  129. ^
  130. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  131. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  132. ^
  133. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  134. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  135. ^
  136. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  137. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  138. ^
  139. bjcupsmon_cups.c:475:28: error: dereferencing pointer to incomplete type
  140. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  141. ^
  142. bjcupsmon_cups.c:475:64: error: dereferencing pointer to incomplete type
  143. if (strcmp(pAttribute->name, "job-id") == 0 && pAttribute->value_tag == IPP_TAG_INTEGER) {
  144. ^
  145. bjcupsmon_cups.c:476:26: error: dereferencing pointer to incomplete type
  146. jobID = pAttribute->values[0].integer;
  147. ^
  148. In file included from /usr/include/string.h:635:0,
  149. from /usr/include/cups/http.h:27,
  150. from /usr/include/cups/ipp.h:25,
  151. from /usr/include/cups/cups.h:34,
  152. from bjcupsmon_cups.c:21:
  153. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  154. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  155. ^
  156. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  157. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  158. ^
  159. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  160. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  161. ^
  162. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  163. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  164. ^
  165. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  166. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  167. ^
  168. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  169. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  170. ^
  171. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  172. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  173. ^
  174. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  175. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  176. ^
  177. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  178. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  179. ^
  180. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  181. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  182. ^
  183. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  184. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  185. ^
  186. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  187. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  188. ^
  189. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  190. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  191. ^
  192. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  193. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  194. ^
  195. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  196. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  197. ^
  198. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  199. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  200. ^
  201. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  202. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  203. ^
  204. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  205. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  206. ^
  207. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  208. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  209. ^
  210. bjcupsmon_cups.c:478:28: error: dereferencing pointer to incomplete type
  211. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  212. ^
  213. bjcupsmon_cups.c:478:67: error: dereferencing pointer to incomplete type
  214. if (strcmp(pAttribute->name, "job-state") == 0 && pAttribute->value_tag == IPP_TAG_ENUM) {
  215. ^
  216. bjcupsmon_cups.c:479:43: error: dereferencing pointer to incomplete type
  217. jobState = (ipp_jstate_t)pAttribute->values[0].integer;
  218. ^
  219. In file included from /usr/include/string.h:635:0,
  220. from /usr/include/cups/http.h:27,
  221. from /usr/include/cups/ipp.h:25,
  222. from /usr/include/cups/cups.h:34,
  223. from bjcupsmon_cups.c:21:
  224. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  225. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  226. ^
  227. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  228. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  229. ^
  230. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  231. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  232. ^
  233. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  234. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  235. ^
  236. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  237. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  238. ^
  239. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  240. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  241. ^
  242. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  243. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  244. ^
  245. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  246. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  247. ^
  248. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  249. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  250. ^
  251. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  252. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  253. ^
  254. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  255. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  256. ^
  257. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  258. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  259. ^
  260. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  261. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  262. ^
  263. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  264. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  265. ^
  266. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  267. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  268. ^
  269. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  270. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  271. ^
  272. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  273. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  274. ^
  275. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  276. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  277. ^
  278. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  279. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  280. ^
  281. bjcupsmon_cups.c:481:28: error: dereferencing pointer to incomplete type
  282. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  283. ^
  284. bjcupsmon_cups.c:481:83: error: dereferencing pointer to incomplete type
  285. if (strcmp(pAttribute->name, "job-originating-user-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  286. ^
  287. bjcupsmon_cups.c:482:33: error: dereferencing pointer to incomplete type
  288. pJobUserName = pAttribute->values[0].string.text;
  289. ^
  290. bjcupsmon_cups.c:484:30: error: dereferencing pointer to incomplete type
  291. pAttribute = pAttribute->next;
  292. ^
  293. bjcupsmon_cups.c:501:30: error: dereferencing pointer to incomplete type
  294. pAttribute = pAttribute->next;
  295. ^
  296. bjcupsmon_cups.c: In function ‘getPrinterURI’:
  297. bjcupsmon_cups.c:559:11: error: dereferencing pointer to incomplete type
  298. pRequest->request.op.operation_id = CUPS_GET_PRINTERS;
  299. ^
  300. bjcupsmon_cups.c:560:11: error: dereferencing pointer to incomplete type
  301. pRequest->request.op.request_id = 1;
  302. ^
  303. bjcupsmon_cups.c:569:17: error: dereferencing pointer to incomplete type
  304. if (pResponse->request.status.status_code > IPP_OK_CONFLICT) {
  305. ^
  306. bjcupsmon_cups.c:573:27: error: dereferencing pointer to incomplete type
  307. pAttribute = pResponse->attrs;
  308. ^
  309. bjcupsmon_cups.c:576:45: error: dereferencing pointer to incomplete type
  310. while (pAttribute != NULL && pAttribute->group_tag != IPP_TAG_PRINTER) {
  311. ^
  312. bjcupsmon_cups.c:577:30: error: dereferencing pointer to incomplete type
  313. pAttribute = pAttribute->next;
  314. ^
  315. bjcupsmon_cups.c:583:45: error: dereferencing pointer to incomplete type
  316. while (pAttribute != NULL && pAttribute->group_tag == IPP_TAG_PRINTER) {
  317. ^
  318. In file included from /usr/include/string.h:635:0,
  319. from /usr/include/cups/http.h:27,
  320. from /usr/include/cups/ipp.h:25,
  321. from /usr/include/cups/cups.h:34,
  322. from bjcupsmon_cups.c:21:
  323. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  324. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  325. ^
  326. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  327. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  328. ^
  329. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  330. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  331. ^
  332. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  333. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  334. ^
  335. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  336. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  337. ^
  338. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  339. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  340. ^
  341. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  342. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  343. ^
  344. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  345. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  346. ^
  347. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  348. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  349. ^
  350. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  351. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  352. ^
  353. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  354. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  355. ^
  356. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  357. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  358. ^
  359. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  360. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  361. ^
  362. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  363. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  364. ^
  365. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  366. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  367. ^
  368. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  369. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  370. ^
  371. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  372. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  373. ^
  374. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  375. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  376. ^
  377. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  378. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  379. ^
  380. bjcupsmon_cups.c:584:28: error: dereferencing pointer to incomplete type
  381. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  382. ^
  383. bjcupsmon_cups.c:584:70: error: dereferencing pointer to incomplete type
  384. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  385. ^
  386. bjcupsmon_cups.c:585:29: error: dereferencing pointer to incomplete type
  387. pPrinter = pAttribute->values[0].string.text;
  388. ^
  389. In file included from /usr/include/string.h:635:0,
  390. from /usr/include/cups/http.h:27,
  391. from /usr/include/cups/ipp.h:25,
  392. from /usr/include/cups/cups.h:34,
  393. from bjcupsmon_cups.c:21:
  394. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  395. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  396. ^
  397. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  398. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  399. ^
  400. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  401. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  402. ^
  403. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  404. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  405. ^
  406. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  407. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  408. ^
  409. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  410. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  411. ^
  412. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  413. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  414. ^
  415. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  416. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  417. ^
  418. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  419. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  420. ^
  421. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  422. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  423. ^
  424. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  425. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  426. ^
  427. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  428. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  429. ^
  430. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  431. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  432. ^
  433. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  434. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  435. ^
  436. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  437. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  438. ^
  439. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  440. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  441. ^
  442. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  443. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  444. ^
  445. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  446. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  447. ^
  448. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  449. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  450. ^
  451. bjcupsmon_cups.c:587:28: error: dereferencing pointer to incomplete type
  452. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  453. ^
  454. bjcupsmon_cups.c:587:79: error: dereferencing pointer to incomplete type
  455. if (strcmp(pAttribute->name, "printer-uri-supported") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  456. ^
  457. bjcupsmon_cups.c:588:25: error: dereferencing pointer to incomplete type
  458. pUri = pAttribute->values[0].string.text;
  459. ^
  460. bjcupsmon_cups.c:590:30: error: dereferencing pointer to incomplete type
  461. pAttribute = pAttribute->next;
  462. ^
  463. bjcupsmon_cups.c:607:31: error: dereferencing pointer to incomplete type
  464. pAttribute = pAttribute->next;
  465. ^
  466. bjcupsmon_cups.c: In function ‘getDeviceURI’:
  467. bjcupsmon_cups.c:662:11: error: dereferencing pointer to incomplete type
  468. pRequest->request.op.operation_id = CUPS_GET_PRINTERS;
  469. ^
  470. bjcupsmon_cups.c:663:11: error: dereferencing pointer to incomplete type
  471. pRequest->request.op.request_id = 1;
  472. ^
  473. bjcupsmon_cups.c:672:17: error: dereferencing pointer to incomplete type
  474. if (pResponse->request.status.status_code > IPP_OK_CONFLICT) {
  475. ^
  476. bjcupsmon_cups.c:676:27: error: dereferencing pointer to incomplete type
  477. pAttribute = pResponse->attrs;
  478. ^
  479. bjcupsmon_cups.c:679:45: error: dereferencing pointer to incomplete type
  480. while (pAttribute != NULL && pAttribute->group_tag != IPP_TAG_PRINTER) {
  481. ^
  482. bjcupsmon_cups.c:680:30: error: dereferencing pointer to incomplete type
  483. pAttribute = pAttribute->next;
  484. ^
  485. bjcupsmon_cups.c:686:45: error: dereferencing pointer to incomplete type
  486. while (pAttribute != NULL && pAttribute->group_tag == IPP_TAG_PRINTER) {
  487. ^
  488. In file included from /usr/include/string.h:635:0,
  489. from /usr/include/cups/http.h:27,
  490. from /usr/include/cups/ipp.h:25,
  491. from /usr/include/cups/cups.h:34,
  492. from bjcupsmon_cups.c:21:
  493. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  494. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  495. ^
  496. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  497. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  498. ^
  499. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  500. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  501. ^
  502. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  503. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  504. ^
  505. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  506. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  507. ^
  508. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  509. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  510. ^
  511. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  512. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  513. ^
  514. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  515. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  516. ^
  517. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  518. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  519. ^
  520. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  521. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  522. ^
  523. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  524. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  525. ^
  526. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  527. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  528. ^
  529. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  530. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  531. ^
  532. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  533. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  534. ^
  535. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  536. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  537. ^
  538. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  539. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  540. ^
  541. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  542. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  543. ^
  544. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  545. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  546. ^
  547. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  548. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  549. ^
  550. bjcupsmon_cups.c:687:28: error: dereferencing pointer to incomplete type
  551. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  552. ^
  553. bjcupsmon_cups.c:687:70: error: dereferencing pointer to incomplete type
  554. if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
  555. ^
  556. bjcupsmon_cups.c:688:29: error: dereferencing pointer to incomplete type
  557. pPrinter = pAttribute->values[0].string.text;
  558. ^
  559. In file included from /usr/include/string.h:635:0,
  560. from /usr/include/cups/http.h:27,
  561. from /usr/include/cups/ipp.h:25,
  562. from /usr/include/cups/cups.h:34,
  563. from bjcupsmon_cups.c:21:
  564. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  565. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  566. ^
  567. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  568. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  569. ^
  570. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  571. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  572. ^
  573. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  574. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  575. ^
  576. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  577. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  578. ^
  579. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  580. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  581. ^
  582. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  583. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  584. ^
  585. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  586. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  587. ^
  588. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  589. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  590. ^
  591. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  592. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  593. ^
  594. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  595. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  596. ^
  597. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  598. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  599. ^
  600. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  601. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  602. ^
  603. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  604. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  605. ^
  606. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  607. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  608. ^
  609. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  610. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  611. ^
  612. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  613. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  614. ^
  615. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  616. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  617. ^
  618. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  619. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  620. ^
  621. bjcupsmon_cups.c:690:28: error: dereferencing pointer to incomplete type
  622. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  623. ^
  624. bjcupsmon_cups.c:690:68: error: dereferencing pointer to incomplete type
  625. if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
  626. ^
  627. bjcupsmon_cups.c:691:26: error: dereferencing pointer to incomplete type
  628. pDUri = pAttribute->values[0].string.text;
  629. ^
  630. bjcupsmon_cups.c:693:30: error: dereferencing pointer to incomplete type
  631. pAttribute = pAttribute->next;
  632. ^
  633. bjcupsmon_cups.c:702:31: error: dereferencing pointer to incomplete type
  634. pAttribute = pAttribute->next;
  635. ^
  636. Makefile:392: recipe for target 'bjcupsmon_cups.o' failed
  637. make[2]: *** [bjcupsmon_cups.o] Error 1
  638. make[2]: Leaving directory '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/cngpijmon/src'
  639. Makefile:363: recipe for target 'all-recursive' failed
  640. make[1]: *** [all-recursive] Error 1
  641. make[1]: Leaving directory '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/cngpijmon'
  642. Makefile:303: recipe for target 'all' failed
  643. make: *** [all] Error 2
  644. * ERROR: net-print/cnijfilter-drivers-3.80::ovr failed (compile phase):
  645. * emake failed
  646. *
  647. * If you need support, post the output of `emerge --info '=net-print/cnijfilter-drivers-3.80::ovr'`,
  648. * the complete build log and the output of `emerge -pqv '=net-print/cnijfilter-drivers-3.80::ovr'`.
  649. * The complete build log is located at '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/temp/build.log'.
  650. * The ebuild environment file is located at '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/temp/environment'.
  651. * Working directory: '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/cngpijmon'
  652. * S: '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1'
  653.  
  654. >>> Failed to emerge net-print/cnijfilter-drivers-3.80, Log file:
  655.  
  656. >>> '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/temp/build.log'
  657.  
  658. * Messages for package net-print/cnijfilter-drivers-3.80:
  659.  
  660. * ERROR: net-print/cnijfilter-drivers-3.80::ovr failed (compile phase):
  661. * emake failed
  662. *
  663. * If you need support, post the output of `emerge --info '=net-print/cnijfilter-drivers-3.80::ovr'`,
  664. * the complete build log and the output of `emerge -pqv '=net-print/cnijfilter-drivers-3.80::ovr'`.
  665. * The complete build log is located at '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/temp/build.log'.
  666. * The ebuild environment file is located at '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/temp/environment'.
  667. * Working directory: '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1/mp230/cngpijmon'
  668. * S: '/var/tmp/portage/net-print/cnijfilter-drivers-3.80/work/cnijfilter-source-3.80-1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement