1. * Package: x11-misc/xrmap-2.33-r1
  2. * Repository: gentoo
  3. * Maintainer: desktop-misc@gentoo.org
  4. * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking xrmap-2.33.tar.bz2 to /tmp/portage/x11-misc/xrmap-2.33-r1/work
  8. >>> Unpacking factbook_html_2008.tar.bz2 to /tmp/portage/x11-misc/xrmap-2.33-r1/work
  9. >>> Unpacking anthems-1.3.tar.bz2 to /tmp/portage/x11-misc/xrmap-2.33-r1/work
  10. >>> Unpacking flags-2.9-xpm_150.tar.bz2 to /tmp/portage/x11-misc/xrmap-2.33-r1/work
  11. >>> Unpacking hymns-1.4.tar.bz2 to /tmp/portage/x11-misc/xrmap-2.33-r1/work
  12. >>> Unpacking earthdata_low_res.tar.bz2 to /tmp/portage/x11-misc/xrmap-2.33-r1/work
  13. >>> Unpacking CIA_WDB2.jpd.gz to /tmp/portage/x11-misc/xrmap-2.33-r1/work
  14. >>> Source unpacked in /tmp/portage/x11-misc/xrmap-2.33-r1/work
  15. >>> Preparing source in /tmp/portage/x11-misc/xrmap-2.33-r1/work/xrmap-2.33 ...
  16. * Applying xrmap-2.33-Makefile.kit.patch ...
  17. [ ok ]
  18. * Applying xrmap-2.33-as-needed.patch ...
  19. [ ok ]
  20. * Applying xrmap-2.33-parallel-make.patch ...
  21. [ ok ]
  22. * Applying xrmap-2.33-libpng15.patch ...
  23. [ ok ]
  24. >>> Source prepared.
  25. >>> Configuring source in /tmp/portage/x11-misc/xrmap-2.33-r1/work/xrmap-2.33 ...
  26. >>> Source configured.
  27. >>> Compiling source in /tmp/portage/x11-misc/xrmap-2.33-r1/work/xrmap-2.33 ...
  28. make -j24 HTML_VIEWER=xdg-open
  29. make -C tools
  30. make[1]: Entering directory `/tmp/portage/x11-misc/xrmap-2.33-r1/work/xrmap-2.33/tools'
  31. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed preproc.c -o preproc
  32. ./preproc > ../numdefs.h
  33. make[1]: Leaving directory `/tmp/portage/x11-misc/xrmap-2.33-r1/work/xrmap-2.33/tools'
  34. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -DZLIB -DXPMBUG -DSHAREDIR=\"/usr/share/xrmap\" -DPS_VIEWER=\""gv -noantialias"\" -DIM_VIEWER=\""display -background gray84"\" -DSVG_VIEWER=\""inkscape"\" -DSVG_CONVERT=\""inkscape %s --export-height=%d --export-png=%s"\" -DHTML_VIEWER=\"xdg-open\" -DPRINT_CMD=\""lpr -Plocal"\" -DEDITOR=\"less\" -DMIDIPLAYER=\""timidity -ig"\" -c explorer.c
  35. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -DZLIB -DXPMBUG -DSHAREDIR=\"/usr/share/xrmap\" -DPS_VIEWER=\""gv -noantialias"\" -DIM_VIEWER=\""display -background gray84"\" -DSVG_VIEWER=\""inkscape"\" -DSVG_CONVERT=\""inkscape %s --export-height=%d --export-png=%s"\" -DHTML_VIEWER=\"xdg-open\" -DPRINT_CMD=\""lpr -Plocal"\" -DEDITOR=\"less\" -DMIDIPLAYER=\""timidity -ig"\" -c image.c
  36. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -DZLIB -DXPMBUG -DSHAREDIR=\"/usr/share/xrmap\" -DPS_VIEWER=\""gv -noantialias"\" -DIM_VIEWER=\""display -background gray84"\" -DSVG_VIEWER=\""inkscape"\" -DSVG_CONVERT=\""inkscape %s --export-height=%d --export-png=%s"\" -DHTML_VIEWER=\"xdg-open\" -DPRINT_CMD=\""lpr -Plocal"\" -DEDITOR=\"less\" -DMIDIPLAYER=\""timidity -ig"\" -c xrmap.c
  37. xrmap.c: In function 'read_primary':
  38. xrmap.c:481:5: warning: pointer targets in passing argument 10 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
  39. In file included from xrmap.c:34:0:
  40. /usr/include/X11/Xlib.h:2684:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
  41. xrmap.c:481:5: warning: pointer targets in passing argument 11 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
  42. In file included from xrmap.c:34:0:
  43. /usr/include/X11/Xlib.h:2684:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
  44. xrmap.c:487:3: warning: pointer targets in passing argument 2 of 'strcat' differ in signedness [-Wpointer-sign]
  45. In file included from /usr/include/string.h:638:0,
  46. from xrmap.h:96,
  47. from xrmap.c:45:
  48. /usr/include/bits/string3.h:140:1: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *'
  49. xrmap.c: In function 'write_primary':
  50. xrmap.c:499:23: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign]
  51. In file included from xrmap.c:34:0:
  52. /usr/include/X11/Xlib.h:2076:12: note: expected 'const unsigned char *' but argument is of type 'char *'
  53. xrmap.c: In function 'get_color':
  54. xrmap.c:507:13: warning: variable 'bool' set but not used [-Wunused-but-set-variable]
  55. xrmap.c: In function 'print_string':
  56. xrmap.c:838:11: warning: passing argument 1 of 'gzprintf' from incompatible pointer type [enabled by default]
  57. In file included from xrmap.c:42:0:
  58. /usr/include/zlib.h:1332:23: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  59. explorer.c: In function 'show_explwin':
  60. explorer.c:407:15: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  61. explorer.c: In function 'get_dir_list':
  62. explorer.c:157:10: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
  63. explorer.c:163:12: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
  64. explorer.c:170:12: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
  65. explorer.c:190:12: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
  66. explorer.c:204:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
  67. xrmap.c: In function 'close_datawin':
  68. xrmap.c:1116:4: warning: pointer targets in passing argument 4 of 'get_window_placement' differ in signedness [-Wpointer-sign]
  69. xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
  70. xrmap.c:1116:4: warning: pointer targets in passing argument 5 of 'get_window_placement' differ in signedness [-Wpointer-sign]
  71. xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
  72. xrmap.c: In function 'close_flagwin':
  73. xrmap.c:1125:4: warning: pointer targets in passing argument 4 of 'get_window_placement' differ in signedness [-Wpointer-sign]
  74. xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
  75. xrmap.c:1125:4: warning: pointer targets in passing argument 5 of 'get_window_placement' differ in signedness [-Wpointer-sign]
  76. xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
  77. xrmap.c: In function 'close_cmdwin':
  78. xrmap.c:1136:4: warning: pointer targets in passing argument 4 of 'get_window_placement' differ in signedness [-Wpointer-sign]
  79. xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
  80. xrmap.c:1136:4: warning: pointer targets in passing argument 5 of 'get_window_placement' differ in signedness [-Wpointer-sign]
  81. xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
  82. image.c: In function 'readPNG':
  83. image.c:334:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  84. image.c:361:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  85. image.c:406:9: warning: pointer targets in passing argument 1 of 'fill_line' differ in signedness [-Wpointer-sign]
  86. image.c:142:1: note: expected 'char *' but argument is of type 'unsigned char *'
  87. image.c:406:9: warning: pointer targets in passing argument 2 of 'fill_line' differ in signedness [-Wpointer-sign]
  88. image.c:142:1: note: expected 'char *' but argument is of type 'unsigned char *'
  89. image.c:415:21: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  90. image.c:420:21: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  91. image.c: In function 'DoExtension':
  92. image.c:653:11: warning: variable 'str' set but not used [-Wunused-but-set-variable]
  93. image.c: In function 'ReadImage':
  94. image.c:924:6: warning: pointer targets in passing argument 1 of 'fill_line' differ in signedness [-Wpointer-sign]
  95. image.c:142:1: note: expected 'char *' but argument is of type 'unsigned char *'
  96. image.c: In function 'readXPM':
  97. image.c:1153:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  98. image.c: In function 'readSVG':
  99. image.c:1278:11: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  100. image.c: In function 'readEPS':
  101. image.c:1239:11: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  102. xrmap.c: In function 'get_button_dimensions':
  103. xrmap.c:2883:13: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  104. In file included from xrmap.c:34:0:
  105. /usr/include/X11/Xlib.h:2628:15: note: expected 'unsigned int *' but argument is of type 'int *'
  106. xrmap.c:2883:13: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  107. In file included from xrmap.c:34:0:
  108. /usr/include/X11/Xlib.h:2628:15: note: expected 'unsigned int *' but argument is of type 'int *'
  109. xrmap.c: In function 'close_outfile':
  110. xrmap.c:3911:11: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
  111. In file included from xrmap.c:42:0:
  112. /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  113. xrmap.c: In function 'print_PS_image':
  114. xrmap.c:4121:13: warning: passing argument 1 of 'gzputc' from incompatible pointer type [enabled by default]
  115. In file included from xrmap.c:42:0:
  116. /usr/include/zlib.h:1368:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  117. xrmap.c: In function 'print_PPM_image':
  118. xrmap.c:4192:13: warning: passing argument 1 of 'gzputc' from incompatible pointer type [enabled by default]
  119. In file included from xrmap.c:42:0:
  120. /usr/include/zlib.h:1368:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  121. xrmap.c:4193:13: warning: passing argument 1 of 'gzputc' from incompatible pointer type [enabled by default]
  122. In file included from xrmap.c:42:0:
  123. /usr/include/zlib.h:1368:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  124. xrmap.c:4194:13: warning: passing argument 1 of 'gzputc' from incompatible pointer type [enabled by default]
  125. In file included from xrmap.c:42:0:
  126. /usr/include/zlib.h:1368:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  127. xrmap.c: In function 'print_image':
  128. xrmap.c:4241:13: warning: passing argument 1 of 'gzflush' from incompatible pointer type [enabled by default]
  129. In file included from xrmap.c:42:0:
  130. /usr/include/zlib.h:1395:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  131. xrmap.c: In function 'draw_feature':
  132. xrmap.c:5191:16: warning: variable 'j' set but not used [-Wunused-but-set-variable]
  133. xrmap.c: In function 'arcinfo_lines':
  134. xrmap.c:5862:10: warning: pointer targets in passing argument 1 of 'str4toint' differ in signedness [-Wpointer-sign]
  135. xrmap.c:4683:12: note: expected 'unsigned char *' but argument is of type 'char *'
  136. xrmap.c:5863:3: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
  137. xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'char *'
  138. xrmap.c:5864:3: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
  139. xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'char *'
  140. xrmap.c:5913:5: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
  141. In file included from xrmap.c:42:0:
  142. /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  143. xrmap.c:5923:5: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
  144. In file included from xrmap.c:42:0:
  145. /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  146. xrmap.c:5940:4: warning: passing argument 1 of 'gzseek' from incompatible pointer type [enabled by default]
  147. In file included from xrmap.c:42:0:
  148. /usr/include/zlib.h:1709:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  149. xrmap.c:5947:4: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
  150. In file included from xrmap.c:42:0:
  151. /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  152. xrmap.c:5986:5: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
  153. In file included from xrmap.c:42:0:
  154. /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  155. xrmap.c: In function 'dump_arcs':
  156. xrmap.c:6102:10: warning: pointer targets in passing argument 1 of 'str4toint' differ in signedness [-Wpointer-sign]
  157. xrmap.c:4683:12: note: expected 'unsigned char *' but argument is of type 'char *'
  158. xrmap.c:6160:21: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  159. xrmap.c:6161:3: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
  160. xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'char *'
  161. xrmap.c:6162:3: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
  162. xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'char *'
  163. xrmap.c:6182:10: warning: pointer targets in passing argument 1 of 'str4toint' differ in signedness [-Wpointer-sign]
  164. xrmap.c:4683:12: note: expected 'unsigned char *' but argument is of type 'char *'
  165. xrmap.c:6183:3: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
  166. xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'char *'
  167. xrmap.c:6184:3: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
  168. xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'char *'
  169. xrmap.c:6221:8: warning: format not a string literal and no format arguments [-Wformat-security]
  170. xrmap.c:6257:7: warning: pointer targets in passing argument 1 of 'str4toint' differ in signedness [-Wpointer-sign]
  171. xrmap.c:4683:12: note: expected 'unsigned char *' but argument is of type 'char *'
  172. xrmap.c:6258:14: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
  173. xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'char *'
  174. xrmap.c:6259:14: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
  175. xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'char *'
  176. xrmap.c:6300:18: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  177. xrmap.c:6309:7: warning: pointer targets in passing argument 1 of 'str4toint' differ in signedness [-Wpointer-sign]
  178. xrmap.c:4683:12: note: expected 'unsigned char *' but argument is of type 'char *'
  179. xrmap.c: In function 'seg_scan':
  180. xrmap.c:6378:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  181. xrmap.c:6379:11: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
  182. xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'char *'
  183. xrmap.c:6380:4: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
  184. xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'char *'
  185. xrmap.c: In function 'generate':
  186. xrmap.c:6733:6: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default]
  187. In file included from xrmap.c:42:0:
  188. /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  189. xrmap.c:6745:6: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
  190. In file included from xrmap.c:42:0:
  191. /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  192. xrmap.c:6774:5: warning: passing argument 1 of 'gzseek' from incompatible pointer type [enabled by default]
  193. In file included from xrmap.c:42:0:
  194. /usr/include/zlib.h:1709:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  195. xrmap.c:6776:23: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default]
  196. In file included from xrmap.c:42:0:
  197. /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  198. xrmap.c:6797:12: warning: passing argument 1 of 'gzseek' from incompatible pointer type [enabled by default]
  199. In file included from xrmap.c:42:0:
  200. /usr/include/zlib.h:1709:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  201. xrmap.c:6798:12: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default]
  202. In file included from xrmap.c:42:0:
  203. /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  204. xrmap.c:6799:5: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
  205. In file included from xrmap.c:42:0:
  206. /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  207. xrmap.c:6816:20: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  208. xrmap.c:6977:16: warning: passing argument 1 of 'gzseek' from incompatible pointer type [enabled by default]
  209. In file included from xrmap.c:42:0:
  210. /usr/include/zlib.h:1709:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  211. xrmap.c:6978:16: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default]
  212. In file included from xrmap.c:42:0:
  213. /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  214. xrmap.c:6987:19: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
  215. xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'signed char *'
  216. xrmap.c:6988:5: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
  217. xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'signed char *'
  218. xrmap.c:7055:5: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
  219. In file included from xrmap.c:42:0:
  220. /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  221. xrmap.c: In function 'show_datawin':
  222. xrmap.c:8854:10: warning: pointer targets in passing argument 4 of 'get_window_placement' differ in signedness [-Wpointer-sign]
  223. xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
  224. xrmap.c:8854:10: warning: pointer targets in passing argument 5 of 'get_window_placement' differ in signedness [-Wpointer-sign]
  225. xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
  226. xrmap.c:8918:7: warning: format not a string literal and no format arguments [-Wformat-security]
  227. xrmap.c:8927:7: warning: format not a string literal and no format arguments [-Wformat-security]
  228. xrmap.c:8949:10: warning: format not a string literal and no format arguments [-Wformat-security]
  229. xrmap.c:8965:7: warning: format not a string literal and no format arguments [-Wformat-security]
  230. xrmap.c:8966:7: warning: format not a string literal and no format arguments [-Wformat-security]
  231. xrmap.c:9054:4: warning: pointer targets in passing argument 4 of 'get_window_placement' differ in signedness [-Wpointer-sign]
  232. xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
  233. xrmap.c:9054:4: warning: pointer targets in passing argument 5 of 'get_window_placement' differ in signedness [-Wpointer-sign]
  234. xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
  235. xrmap.c:9076:22: warning: trigraph ??/ ignored, use -trigraphs to enable [-Wtrigraphs]
  236. xrmap.c: In function 'show_flagwin':
  237. xrmap.c:9197:7: warning: pointer targets in passing argument 4 of 'get_window_placement' differ in signedness [-Wpointer-sign]
  238. xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
  239. xrmap.c:9197:7: warning: pointer targets in passing argument 5 of 'get_window_placement' differ in signedness [-Wpointer-sign]
  240. xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
  241. xrmap.c: In function 'show_point':
  242. xrmap.c:9300:22: warning: variable 'vf' set but not used [-Wunused-but-set-variable]
  243. xrmap.c:9300:16: warning: variable 'uf' set but not used [-Wunused-but-set-variable]
  244. xrmap.c: In function 'main':
  245. xrmap.c:10574:32: warning: format not a string literal and no format arguments [-Wformat-security]
  246. xrmap.c:9816:14: warning: variable 'ev_time' set but not used [-Wunused-but-set-variable]
  247. xrmap.c:10332:29: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
  248. xrmap.c:10559:32: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  249. xrmap.c:10582:35: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  250. xrmap.c:10588:32: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  251. xrmap.c:10592:11: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  252. xrmap.c:11165:14: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  253. xrmap.c:11195:11: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  254. xrmap.c:11220:13: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
  255. xrmap.c:11277:13: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  256. xrmap.c:11280:13: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  257. xrmap.c:11285:13: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
  258. xrmap.c:11549:29: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
  259. xrmap.c:11567:26: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  260. xrmap.c:11598:13: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  261. xrmap.c: In function 'do_activate':
  262. xrmap.c:9531:14: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  263. xrmap.c: In function 'show_point':
  264. xrmap.c:9338:11: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  265. xrmap.c: In function 'view_outfile':
  266. xrmap.c:9259:13: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  267. xrmap.c:9263:13: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  268. xrmap.c:9267:13: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  269. xrmap.c: In function 'flag_viewer':
  270. xrmap.c:9171:10: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  271. xrmap.c: In function 'show_manual':
  272. xrmap.c:7896:12: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  273. xrmap.c:7962:12: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  274. x86_64-pc-linux-gnu-gcc -o xrmap explorer.o image.o xrmap.o -Wl,-O1 -Wl,--as-needed -Wall -lXpm -lX11 -ljpeg -lz -lpng -lm -L/usr/X11R6/lib
  275. make -C editkit -f Makefile.kit DESTDIR=/usr
  276. make[1]: Entering directory `/tmp/portage/x11-misc/xrmap-2.33-r1/work/xrmap-2.33/editkit'
  277. x86_64-pc-linux-gnu-gcc -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"/usr/share/editkit\"" -DSHAREDIR="\"\"" -Wl,-O1 -Wl,--as-needed -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"/usr/share/editkit\"" -DSHAREDIR="\"\"" -DWORDSTAR -o edt.o -c termcap.c
  278. x86_64-pc-linux-gnu-gcc -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"/usr/share/editkit\"" -DSHAREDIR="\"\"" -Wl,-O1 -Wl,--as-needed -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"/usr/share/editkit\"" -DSHAREDIR="\"\"" -DEMACS -o emt.o -c termcap.c
  279. x86_64-pc-linux-gnu-gcc -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"/usr/share/editkit\"" -DSHAREDIR="\"\"" -Wl,-O1 -Wl,--as-needed -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"/usr/share/editkit\"" -DSHAREDIR="\"\"" -DWORDSTAR -o edx.o -c x11.c
  280. x86_64-pc-linux-gnu-gcc -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"/usr/share/editkit\"" -DSHAREDIR="\"\"" -Wl,-O1 -Wl,--as-needed -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"/usr/share/editkit\"" -DSHAREDIR="\"\"" -DEMACS -o emx.o -c x11.c
  281. <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
  282. <command-line>:0:0: note: this is the location of the previous definition
  283. <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
  284. <command-line>:0:0: note: this is the location of the previous definition
  285. <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
  286. <command-line>:0:0: note: this is the location of the previous definition
  287. <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
  288. <command-line>:0:0: note: this is the location of the previous definition
  289. <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
  290. <command-line>:0:0: note: this is the location of the previous definition
  291. <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
  292. <command-line>:0:0: note: this is the location of the previous definition
  293. <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
  294. <command-line>:0:0: note: this is the location of the previous definition
  295. <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
  296. <command-line>:0:0: note: this is the location of the previous definition
  297. <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
  298. <command-line>:0:0: note: this is the location of the previous definition
  299. <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
  300. <command-line>:0:0: note: this is the location of the previous definition
  301. <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
  302. <command-line>:0:0: note: this is the location of the previous definition
  303. <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
  304. <command-line>:0:0: note: this is the location of the previous definition
  305. In file included from termcap.c:204:0:
  306. edit.h:112:5: warning: built-in function 'y1' declared as non-function [enabled by default]
  307. In file included from term_bind_em.c:23:0,
  308. from termcap.c:629:
  309. edit.c: In function 'realloc_buffer':
  310. edit.c:109:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  311. edit.c:109:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  312. In file included from termcap.c:204:0:
  313. edit.h:112:5: warning: built-in function 'y1' declared as non-function [enabled by default]
  314. edit.c: In function 'new_undo':
  315. edit.c:142:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  316. edit.c:142:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  317. In file included from term_bind_ws.c:17:0,
  318. from termcap.c:632:
  319. edit.c: In function 'realloc_buffer':
  320. edit.c:109:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  321. edit.c:109:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  322. edit.c: In function 'new_undo':
  323. edit.c:142:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  324. edit.c:142:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  325. edit.c: In function 'doblockr':
  326. edit.c:1724:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  327. edit.c:1726:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  328. edit.c: In function 'key_normal':
  329. edit.c:2135:6: warning: variable 'xtmp' set but not used [-Wunused-but-set-variable]
  330. edit.c: In function 'doblockr':
  331. edit.c:1724:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  332. edit.c:1726:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  333. edit.c: In function 'key_normal':
  334. edit.c:2135:6: warning: variable 'xtmp' set but not used [-Wunused-but-set-variable]
  335. termcap.c: In function 'main':
  336. termcap.c:785:9: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
  337. In file included from x11.c:148:0:
  338. edit.h:112:5: warning: built-in function 'y1' declared as non-function [enabled by default]
  339. In file included from x11.c:148:0:
  340. edit.h:112:5: warning: built-in function 'y1' declared as non-function [enabled by default]
  341. In file included from x11_bind_ws.c:17:0,
  342. from x11.c:154:
  343. edit.c: In function 'realloc_buffer':
  344. edit.c:109:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  345. edit.c:109:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  346. edit.c: In function 'new_undo':
  347. edit.c:142:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  348. edit.c:142:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  349. termcap.c: In function 'main':
  350. termcap.c:785:9: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
  351. In file included from x11_bind_em.c:23:0,
  352. from x11.c:151:
  353. edit.c: In function 'realloc_buffer':
  354. edit.c:109:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  355. edit.c:109:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  356. edit.c: In function 'new_undo':
  357. edit.c:142:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  358. edit.c:142:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  359. In file included from term_bind_em.c:23:0,
  360. from termcap.c:629:
  361. termcap.c: In function 'block_get':
  362. edit.c:1564:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  363. In file included from term_bind_ws.c:17:0,
  364. from termcap.c:632:
  365. termcap.c: In function 'block_get':
  366. edit.c:1564:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  367. termcap.c: In function 'do_cd':
  368. edit.c:1125:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
  369. edit.c: In function 'doblockr':
  370. edit.c:1724:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  371. edit.c:1726:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  372. edit.c: In function 'doblockr':
  373. edit.c:1724:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  374. edit.c:1726:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  375. edit.c: In function 'key_normal':
  376. edit.c:2135:6: warning: variable 'xtmp' set but not used [-Wunused-but-set-variable]
  377. termcap.c: In function 'do_cd':
  378. edit.c:1125:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
  379. edit.c: In function 'key_normal':
  380. edit.c:2135:6: warning: variable 'xtmp' set but not used [-Wunused-but-set-variable]
  381. x11.c: In function 'paste_primary':
  382. x11.c:408:5: warning: pointer targets in passing argument 10 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
  383. In file included from x11.c:17:0:
  384. /usr/include/X11/Xlib.h:2684:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
  385. x11.c:408:5: warning: pointer targets in passing argument 11 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
  386. In file included from x11.c:17:0:
  387. /usr/include/X11/Xlib.h:2684:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
  388. x11.c: In function 'set_selection':
  389. x11.c:476:4: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign]
  390. In file included from x11.c:17:0:
  391. /usr/include/X11/Xlib.h:2076:12: note: expected 'const unsigned char *' but argument is of type 'char *'
  392. x11.c: In function 'send_selection':
  393. x11.c:490:4: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign]
  394. In file included from x11.c:17:0:
  395. /usr/include/X11/Xlib.h:2076:12: note: expected 'const unsigned char *' but argument is of type 'char *'
  396. x11.c: In function 'paste_primary':
  397. x11.c:408:5: warning: pointer targets in passing argument 10 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
  398. In file included from x11.c:17:0:
  399. /usr/include/X11/Xlib.h:2684:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
  400. x11.c:408:5: warning: pointer targets in passing argument 11 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
  401. In file included from x11.c:17:0:
  402. /usr/include/X11/Xlib.h:2684:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
  403. x11.c: In function 'set_selection':
  404. x11.c:476:4: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign]
  405. In file included from x11.c:17:0:
  406. /usr/include/X11/Xlib.h:2076:12: note: expected 'const unsigned char *' but argument is of type 'char *'
  407. x11.c: In function 'send_selection':
  408. x11.c:490:4: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign]
  409. In file included from x11.c:17:0:
  410. /usr/include/X11/Xlib.h:2076:12: note: expected 'const unsigned char *' but argument is of type 'char *'
  411. x11.c: In function 'main':
  412. x11.c:862:9: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
  413. x11.c: In function 'main':
  414. x11.c:862:9: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
  415. In file included from x11_bind_ws.c:17:0,
  416. from x11.c:154:
  417. x11.c: In function 'block_get':
  418. edit.c:1564:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  419. In file included from x11_bind_em.c:23:0,
  420. from x11.c:151:
  421. x11.c: In function 'block_get':
  422. edit.c:1564:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  423. x11.c: In function 'do_cd':
  424. edit.c:1125:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
  425. x11.c: In function 'do_cd':
  426. edit.c:1125:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
  427. x86_64-pc-linux-gnu-gcc -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"/usr/share/editkit\"" -DSHAREDIR="\"\"" -Wl,-O1 -Wl,--as-needed -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"/usr/share/editkit\"" -DSHAREDIR="\"\"" -o emt emt.o -L/usr/lib -lcurses
  428. x86_64-pc-linux-gnu-gcc -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"/usr/share/editkit\"" -DSHAREDIR="\"\"" -Wl,-O1 -Wl,--as-needed -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"/usr/share/editkit\"" -DSHAREDIR="\"\"" -o edt edt.o -L/usr/lib -lcurses
  429. -rwxr-xr-x 1 portage portage 56931 Jul 11 19:37 emt
  430. -rwxr-xr-x 1 portage portage 56802 Jul 11 19:37 edt
  431. -rwxr-xr-x 1 portage portage 45176 Jul 11 19:37 emt
  432. -rwxr-xr-x 1 portage portage 45080 Jul 11 19:37 edt
  433. x86_64-pc-linux-gnu-gcc -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"/usr/share/editkit\"" -DSHAREDIR="\"\"" -Wl,-O1 -Wl,--as-needed -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"/usr/share/editkit\"" -DSHAREDIR="\"\"" -o edx edx.o -L/usr/X11R6/lib -lX11
  434. x86_64-pc-linux-gnu-gcc -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"/usr/share/editkit\"" -DSHAREDIR="\"\"" -Wl,-O1 -Wl,--as-needed -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"/usr/share/editkit\"" -DSHAREDIR="\"\"" -o emx emx.o -L/usr/X11R6/lib -lX11
  435. -rwxr-xr-x 1 portage portage 71991 Jul 11 19:37 edx
  436. -rwxr-xr-x 1 portage portage 57624 Jul 11 19:37 edx
  437. -rwxr-xr-x 1 portage portage 72088 Jul 11 19:37 emx
  438. -rwxr-xr-x 1 portage portage 57720 Jul 11 19:37 emx
  439. make[1]: Leaving directory `/tmp/portage/x11-misc/xrmap-2.33-r1/work/xrmap-2.33/editkit'
  440. make -C earthview DESTDIR=/usr
  441. make[1]: Entering directory `/tmp/portage/x11-misc/xrmap-2.33-r1/work/xrmap-2.33/earthview'
  442. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wall -DDATADIR=\"/usr/share/xrmap/earthdata\" earthview.c -o earthview -L/usr/X11R6/lib -lX11 -lm -lz -lbz2
  443. earthview.c: In function 'ngzread':
  444. earthview.c:219:9: error: request for member 'have' in something not a structure or union
  445. earthview.c:219:9: error: request for member 'have' in something not a structure or union
  446. earthview.c:219:9: error: request for member 'pos' in something not a structure or union
  447. earthview.c:219:9: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  448. earthview.c:219:9: error: request for member 'next' in something not a structure or union
  449. earthview.c:219:9: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  450. earthview.c:219:5: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
  451. In file included from earthview.c:21:0:
  452. /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  453. earthview.c:220:5: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
  454. In file included from earthview.c:21:0:
  455. /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  456. earthview.c:222:9: error: request for member 'have' in something not a structure or union
  457. earthview.c:222:9: error: request for member 'have' in something not a structure or union
  458. earthview.c:222:9: error: request for member 'pos' in something not a structure or union
  459. earthview.c:222:9: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  460. earthview.c:222:9: error: request for member 'next' in something not a structure or union
  461. earthview.c:222:9: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  462. earthview.c:222:5: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
  463. In file included from earthview.c:21:0:
  464. /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  465. earthview.c:223:5: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
  466. In file included from earthview.c:21:0:
  467. /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  468. earthview.c:225:9: error: request for member 'have' in something not a structure or union
  469. earthview.c:225:9: error: request for member 'have' in something not a structure or union
  470. earthview.c:225:9: error: request for member 'pos' in something not a structure or union
  471. earthview.c:225:9: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  472. earthview.c:225:9: error: request for member 'next' in something not a structure or union
  473. earthview.c:225:9: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  474. earthview.c:225:5: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
  475. In file included from earthview.c:21:0:
  476. /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  477. earthview.c:226:5: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
  478. In file included from earthview.c:21:0:
  479. /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  480. earthview.c:228:9: error: request for member 'have' in something not a structure or union
  481. earthview.c:228:9: error: request for member 'have' in something not a structure or union
  482. earthview.c:228:9: error: request for member 'pos' in something not a structure or union
  483. earthview.c:228:9: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  484. earthview.c:228:9: error: request for member 'next' in something not a structure or union
  485. earthview.c:228:9: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  486. earthview.c:228:5: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
  487. In file included from earthview.c:21:0:
  488. /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  489. earthview.c:229:5: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
  490. In file included from earthview.c:21:0:
  491. /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  492. earthview.c: In function 'read_input':
  493. earthview.c:387:7: warning: passing argument 1 of 'gzseek' from incompatible pointer type [enabled by default]
  494. In file included from earthview.c:21:0:
  495. /usr/include/zlib.h:1709:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  496. earthview.c:388:7: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
  497. In file included from earthview.c:21:0:
  498. /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  499. earthview.c:390:15: error: request for member 'have' in something not a structure or union
  500. earthview.c:390:15: error: request for member 'have' in something not a structure or union
  501. earthview.c:390:15: error: request for member 'pos' in something not a structure or union
  502. earthview.c:390:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  503. earthview.c:390:15: error: request for member 'next' in something not a structure or union
  504. earthview.c:390:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  505. earthview.c:390:10: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
  506. In file included from earthview.c:21:0:
  507. /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  508. earthview.c:391:10: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
  509. In file included from earthview.c:21:0:
  510. /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  511. earthview.c:392:15: error: request for member 'have' in something not a structure or union
  512. earthview.c:392:15: error: request for member 'have' in something not a structure or union
  513. earthview.c:392:15: error: request for member 'pos' in something not a structure or union
  514. earthview.c:392:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  515. earthview.c:392:15: error: request for member 'next' in something not a structure or union
  516. earthview.c:392:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  517. earthview.c:392:10: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
  518. In file included from earthview.c:21:0:
  519. /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  520. earthview.c:394:15: error: request for member 'have' in something not a structure or union
  521. earthview.c:394:15: error: request for member 'have' in something not a structure or union
  522. earthview.c:394:15: error: request for member 'pos' in something not a structure or union
  523. earthview.c:394:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  524. earthview.c:394:15: error: request for member 'next' in something not a structure or union
  525. earthview.c:394:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  526. earthview.c:394:10: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
  527. In file included from earthview.c:21:0:
  528. /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  529. earthview.c:395:10: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
  530. In file included from earthview.c:21:0:
  531. /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  532. earthview.c:396:15: error: request for member 'have' in something not a structure or union
  533. earthview.c:396:15: error: request for member 'have' in something not a structure or union
  534. earthview.c:396:15: error: request for member 'pos' in something not a structure or union
  535. earthview.c:396:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  536. earthview.c:396:15: error: request for member 'next' in something not a structure or union
  537. earthview.c:396:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  538. earthview.c:396:10: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
  539. In file included from earthview.c:21:0:
  540. /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  541. earthview.c:409:7: warning: passing argument 1 of 'gzseek' from incompatible pointer type [enabled by default]
  542. In file included from earthview.c:21:0:
  543. /usr/include/zlib.h:1709:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  544. earthview.c:410:7: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
  545. In file included from earthview.c:21:0:
  546. /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  547. earthview.c:412:15: error: request for member 'have' in something not a structure or union
  548. earthview.c:412:15: error: request for member 'have' in something not a structure or union
  549. earthview.c:412:15: error: request for member 'pos' in something not a structure or union
  550. earthview.c:412:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  551. earthview.c:412:15: error: request for member 'next' in something not a structure or union
  552. earthview.c:412:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  553. earthview.c:412:10: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
  554. In file included from earthview.c:21:0:
  555. /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  556. earthview.c:413:10: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
  557. In file included from earthview.c:21:0:
  558. /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  559. earthview.c:414:15: error: request for member 'have' in something not a structure or union
  560. earthview.c:414:15: error: request for member 'have' in something not a structure or union
  561. earthview.c:414:15: error: request for member 'pos' in something not a structure or union
  562. earthview.c:414:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  563. earthview.c:414:15: error: request for member 'next' in something not a structure or union
  564. earthview.c:414:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  565. earthview.c:414:10: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
  566. In file included from earthview.c:21:0:
  567. /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  568. earthview.c:415:10: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
  569. In file included from earthview.c:21:0:
  570. /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  571. earthview.c:416:15: error: request for member 'have' in something not a structure or union
  572. earthview.c:416:15: error: request for member 'have' in something not a structure or union
  573. earthview.c:416:15: error: request for member 'pos' in something not a structure or union
  574. earthview.c:416:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  575. earthview.c:416:15: error: request for member 'next' in something not a structure or union
  576. earthview.c:416:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  577. earthview.c:416:10: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
  578. In file included from earthview.c:21:0:
  579. /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  580. earthview.c:418:15: error: request for member 'have' in something not a structure or union
  581. earthview.c:418:15: error: request for member 'have' in something not a structure or union
  582. earthview.c:418:15: error: request for member 'pos' in something not a structure or union
  583. earthview.c:418:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  584. earthview.c:418:15: error: request for member 'next' in something not a structure or union
  585. earthview.c:418:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  586. earthview.c:418:10: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
  587. In file included from earthview.c:21:0:
  588. /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  589. earthview.c:419:10: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
  590. In file included from earthview.c:21:0:
  591. /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  592. earthview.c:420:15: error: request for member 'have' in something not a structure or union
  593. earthview.c:420:15: error: request for member 'have' in something not a structure or union
  594. earthview.c:420:15: error: request for member 'pos' in something not a structure or union
  595. earthview.c:420:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  596. earthview.c:420:15: error: request for member 'next' in something not a structure or union
  597. earthview.c:420:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  598. earthview.c:420:10: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
  599. In file included from earthview.c:21:0:
  600. /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  601. earthview.c:421:10: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
  602. In file included from earthview.c:21:0:
  603. /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  604. earthview.c:422:15: error: request for member 'have' in something not a structure or union
  605. earthview.c:422:15: error: request for member 'have' in something not a structure or union
  606. earthview.c:422:15: error: request for member 'pos' in something not a structure or union
  607. earthview.c:422:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  608. earthview.c:422:15: error: request for member 'next' in something not a structure or union
  609. earthview.c:422:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  610. earthview.c:422:10: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
  611. In file included from earthview.c:21:0:
  612. /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  613. earthview.c: In function 'manage_event':
  614. earthview.c:719:7: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  615. In file included from earthview.c:24:0:
  616. /usr/include/X11/Xlib.h:2628:15: note: expected 'unsigned int *' but argument is of type 'int *'
  617. earthview.c:719:7: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
  618. In file included from earthview.c:24:0:
  619. /usr/include/X11/Xlib.h:2628:15: note: expected 'unsigned int *' but argument is of type 'int *'
  620. earthview.c: In function 'main':
  621. earthview.c:1180:14: warning: assignment from incompatible pointer type [enabled by default]
  622. earthview.c:1186:10: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
  623. In file included from earthview.c:21:0:
  624. /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  625. earthview.c:1191:7: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
  626. In file included from earthview.c:21:0:
  627. /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  628. earthview.c:1194:5: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
  629. In file included from earthview.c:21:0:
  630. /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  631. earthview.c:1200:7: warning: passing argument 1 of 'gztell' from incompatible pointer type [enabled by default]
  632. In file included from earthview.c:21:0:
  633. /usr/include/zlib.h:1710:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  634. earthview.c:1215:9: warning: assignment from incompatible pointer type [enabled by default]
  635. earthview.c:1220:5: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
  636. In file included from earthview.c:21:0:
  637. /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  638. earthview.c:1267:7: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
  639. In file included from earthview.c:21:0:
  640. /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  641. earthview.c:1268:9: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
  642. In file included from earthview.c:21:0:
  643. /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  644. earthview.c:1331:2: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
  645. In file included from earthview.c:21:0:
  646. /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  647. earthview.c:1339:7: warning: format not a string literal and no format arguments [-Wformat-security]
  648. earthview.c:1340:7: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
  649. In file included from earthview.c:21:0:
  650. /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  651. earthview.c:1341:7: warning: format not a string literal and no format arguments [-Wformat-security]
  652. earthview.c:1342:7: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
  653. In file included from earthview.c:21:0:
  654. /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  655. earthview.c:1354:7: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
  656. In file included from earthview.c:21:0:
  657. /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  658. earthview.c:1365:9: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
  659. In file included from earthview.c:21:0:
  660. /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  661. earthview.c:1375:2: warning: passing argument 1 of 'gztell' from incompatible pointer type [enabled by default]
  662. In file included from earthview.c:21:0:
  663. /usr/include/zlib.h:1710:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  664. earthview.c:1376:9: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
  665. In file included from earthview.c:21:0:
  666. /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  667. earthview.c:1384:2: warning: passing argument 1 of 'gztell' from incompatible pointer type [enabled by default]
  668. In file included from earthview.c:21:0:
  669. /usr/include/zlib.h:1710:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  670. earthview.c:1390:7: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
  671. In file included from earthview.c:21:0:
  672. /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  673. earthview.c:1597:14: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  674. earthview.c:1599:12: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  675. earthview.c:1677:17: warning: pointer targets in passing argument 2 of 'BZ2_bzBuffToBuffCompress' differ in signedness [-Wpointer-sign]
  676. In file included from earthview.c:22:0:
  677. /usr/include/bzlib.h:207:15: note: expected 'unsigned int *' but argument is of type 'int *'
  678. earthview.c:1819:7: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
  679. In file included from earthview.c:21:0:
  680. /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
  681. make[1]: *** [earthview] Error 1
  682. make[1]: Leaving directory `/tmp/portage/x11-misc/xrmap-2.33-r1/work/xrmap-2.33/earthview'
  683. make: *** [all] Error 2
  684. emake failed
  685. * ERROR: x11-misc/xrmap-2.33-r1 failed (compile phase):
  686. * (no error message)
  687. *
  688. * Call stack:
  689. * ebuild.sh, line 85: Called src_compile
  690. * environment, line 2263: Called die
  691. * The specific snippet of code:
  692. * emake HTML_VIEWER="xdg-open" || die;
  693. *
  694. * If you need support, post the output of `emerge --info '=x11-misc/xrmap-2.33-r1'`,
  695. * the complete build log and the output of `emerge -pqv '=x11-misc/xrmap-2.33-r1'`.
  696. sed: couldn't open temporary file /etc/portage/package.mask/sed3RwtpV: Permission denied