- * Package: x11-misc/xrmap-2.33-r1
- * Repository: gentoo
- * Maintainer: desktop-misc@gentoo.org
- * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
- * FEATURES: sandbox test userpriv usersandbox
- >>> Unpacking source...
- >>> Unpacking xrmap-2.33.tar.bz2 to /tmp/portage/x11-misc/xrmap-2.33-r1/work
- >>> Unpacking factbook_html_2008.tar.bz2 to /tmp/portage/x11-misc/xrmap-2.33-r1/work
- >>> Unpacking anthems-1.3.tar.bz2 to /tmp/portage/x11-misc/xrmap-2.33-r1/work
- >>> Unpacking flags-2.9-xpm_150.tar.bz2 to /tmp/portage/x11-misc/xrmap-2.33-r1/work
- >>> Unpacking hymns-1.4.tar.bz2 to /tmp/portage/x11-misc/xrmap-2.33-r1/work
- >>> Unpacking earthdata_low_res.tar.bz2 to /tmp/portage/x11-misc/xrmap-2.33-r1/work
- >>> Unpacking CIA_WDB2.jpd.gz to /tmp/portage/x11-misc/xrmap-2.33-r1/work
- >>> Source unpacked in /tmp/portage/x11-misc/xrmap-2.33-r1/work
- >>> Preparing source in /tmp/portage/x11-misc/xrmap-2.33-r1/work/xrmap-2.33 ...
- * Applying xrmap-2.33-Makefile.kit.patch ...
- [ ok ]
- * Applying xrmap-2.33-as-needed.patch ...
- [ ok ]
- * Applying xrmap-2.33-parallel-make.patch ...
- [ ok ]
- * Applying xrmap-2.33-libpng15.patch ...
- [ ok ]
- >>> Source prepared.
- >>> Configuring source in /tmp/portage/x11-misc/xrmap-2.33-r1/work/xrmap-2.33 ...
- >>> Source configured.
- >>> Compiling source in /tmp/portage/x11-misc/xrmap-2.33-r1/work/xrmap-2.33 ...
- make -j24 HTML_VIEWER=xdg-open
- make -C tools
- make[1]: Entering directory `/tmp/portage/x11-misc/xrmap-2.33-r1/work/xrmap-2.33/tools'
- x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed preproc.c -o preproc
- ./preproc > ../numdefs.h
- make[1]: Leaving directory `/tmp/portage/x11-misc/xrmap-2.33-r1/work/xrmap-2.33/tools'
- 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
- 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
- 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
- xrmap.c: In function 'read_primary':
- xrmap.c:481:5: warning: pointer targets in passing argument 10 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
- In file included from xrmap.c:34:0:
- /usr/include/X11/Xlib.h:2684:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
- xrmap.c:481:5: warning: pointer targets in passing argument 11 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
- In file included from xrmap.c:34:0:
- /usr/include/X11/Xlib.h:2684:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
- xrmap.c:487:3: warning: pointer targets in passing argument 2 of 'strcat' differ in signedness [-Wpointer-sign]
- In file included from /usr/include/string.h:638:0,
- from xrmap.h:96,
- from xrmap.c:45:
- /usr/include/bits/string3.h:140:1: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *'
- xrmap.c: In function 'write_primary':
- xrmap.c:499:23: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign]
- In file included from xrmap.c:34:0:
- /usr/include/X11/Xlib.h:2076:12: note: expected 'const unsigned char *' but argument is of type 'char *'
- xrmap.c: In function 'get_color':
- xrmap.c:507:13: warning: variable 'bool' set but not used [-Wunused-but-set-variable]
- xrmap.c: In function 'print_string':
- xrmap.c:838:11: warning: passing argument 1 of 'gzprintf' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1332:23: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- explorer.c: In function 'show_explwin':
- explorer.c:407:15: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- explorer.c: In function 'get_dir_list':
- explorer.c:157:10: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
- explorer.c:163:12: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
- explorer.c:170:12: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
- explorer.c:190:12: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
- explorer.c:204:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c: In function 'close_datawin':
- xrmap.c:1116:4: warning: pointer targets in passing argument 4 of 'get_window_placement' differ in signedness [-Wpointer-sign]
- xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
- xrmap.c:1116:4: warning: pointer targets in passing argument 5 of 'get_window_placement' differ in signedness [-Wpointer-sign]
- xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
- xrmap.c: In function 'close_flagwin':
- xrmap.c:1125:4: warning: pointer targets in passing argument 4 of 'get_window_placement' differ in signedness [-Wpointer-sign]
- xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
- xrmap.c:1125:4: warning: pointer targets in passing argument 5 of 'get_window_placement' differ in signedness [-Wpointer-sign]
- xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
- xrmap.c: In function 'close_cmdwin':
- xrmap.c:1136:4: warning: pointer targets in passing argument 4 of 'get_window_placement' differ in signedness [-Wpointer-sign]
- xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
- xrmap.c:1136:4: warning: pointer targets in passing argument 5 of 'get_window_placement' differ in signedness [-Wpointer-sign]
- xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
- image.c: In function 'readPNG':
- image.c:334:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
- image.c:361:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
- image.c:406:9: warning: pointer targets in passing argument 1 of 'fill_line' differ in signedness [-Wpointer-sign]
- image.c:142:1: note: expected 'char *' but argument is of type 'unsigned char *'
- image.c:406:9: warning: pointer targets in passing argument 2 of 'fill_line' differ in signedness [-Wpointer-sign]
- image.c:142:1: note: expected 'char *' but argument is of type 'unsigned char *'
- image.c:415:21: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
- image.c:420:21: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
- image.c: In function 'DoExtension':
- image.c:653:11: warning: variable 'str' set but not used [-Wunused-but-set-variable]
- image.c: In function 'ReadImage':
- image.c:924:6: warning: pointer targets in passing argument 1 of 'fill_line' differ in signedness [-Wpointer-sign]
- image.c:142:1: note: expected 'char *' but argument is of type 'unsigned char *'
- image.c: In function 'readXPM':
- image.c:1153:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
- image.c: In function 'readSVG':
- image.c:1278:11: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- image.c: In function 'readEPS':
- image.c:1239:11: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c: In function 'get_button_dimensions':
- xrmap.c:2883:13: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
- In file included from xrmap.c:34:0:
- /usr/include/X11/Xlib.h:2628:15: note: expected 'unsigned int *' but argument is of type 'int *'
- xrmap.c:2883:13: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
- In file included from xrmap.c:34:0:
- /usr/include/X11/Xlib.h:2628:15: note: expected 'unsigned int *' but argument is of type 'int *'
- xrmap.c: In function 'close_outfile':
- xrmap.c:3911:11: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c: In function 'print_PS_image':
- xrmap.c:4121:13: warning: passing argument 1 of 'gzputc' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1368:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c: In function 'print_PPM_image':
- xrmap.c:4192:13: warning: passing argument 1 of 'gzputc' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1368:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c:4193:13: warning: passing argument 1 of 'gzputc' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1368:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c:4194:13: warning: passing argument 1 of 'gzputc' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1368:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c: In function 'print_image':
- xrmap.c:4241:13: warning: passing argument 1 of 'gzflush' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1395:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c: In function 'draw_feature':
- xrmap.c:5191:16: warning: variable 'j' set but not used [-Wunused-but-set-variable]
- xrmap.c: In function 'arcinfo_lines':
- xrmap.c:5862:10: warning: pointer targets in passing argument 1 of 'str4toint' differ in signedness [-Wpointer-sign]
- xrmap.c:4683:12: note: expected 'unsigned char *' but argument is of type 'char *'
- xrmap.c:5863:3: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
- xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'char *'
- xrmap.c:5864:3: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
- xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'char *'
- xrmap.c:5913:5: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c:5923:5: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c:5940:4: warning: passing argument 1 of 'gzseek' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1709:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c:5947:4: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c:5986:5: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c: In function 'dump_arcs':
- xrmap.c:6102:10: warning: pointer targets in passing argument 1 of 'str4toint' differ in signedness [-Wpointer-sign]
- xrmap.c:4683:12: note: expected 'unsigned char *' but argument is of type 'char *'
- xrmap.c:6160:21: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
- xrmap.c:6161:3: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
- xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'char *'
- xrmap.c:6162:3: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
- xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'char *'
- xrmap.c:6182:10: warning: pointer targets in passing argument 1 of 'str4toint' differ in signedness [-Wpointer-sign]
- xrmap.c:4683:12: note: expected 'unsigned char *' but argument is of type 'char *'
- xrmap.c:6183:3: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
- xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'char *'
- xrmap.c:6184:3: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
- xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'char *'
- xrmap.c:6221:8: warning: format not a string literal and no format arguments [-Wformat-security]
- xrmap.c:6257:7: warning: pointer targets in passing argument 1 of 'str4toint' differ in signedness [-Wpointer-sign]
- xrmap.c:4683:12: note: expected 'unsigned char *' but argument is of type 'char *'
- xrmap.c:6258:14: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
- xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'char *'
- xrmap.c:6259:14: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
- xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'char *'
- xrmap.c:6300:18: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
- xrmap.c:6309:7: warning: pointer targets in passing argument 1 of 'str4toint' differ in signedness [-Wpointer-sign]
- xrmap.c:4683:12: note: expected 'unsigned char *' but argument is of type 'char *'
- xrmap.c: In function 'seg_scan':
- xrmap.c:6378:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
- xrmap.c:6379:11: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
- xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'char *'
- xrmap.c:6380:4: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
- xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'char *'
- xrmap.c: In function 'generate':
- xrmap.c:6733:6: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c:6745:6: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c:6774:5: warning: passing argument 1 of 'gzseek' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1709:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c:6776:23: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c:6797:12: warning: passing argument 1 of 'gzseek' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1709:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c:6798:12: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c:6799:5: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c:6816:20: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
- xrmap.c:6977:16: warning: passing argument 1 of 'gzseek' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1709:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c:6978:16: warning: passing argument 1 of 'gzread' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1296:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c:6987:19: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
- xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'signed char *'
- xrmap.c:6988:5: warning: pointer targets in passing argument 1 of 'str3toint' differ in signedness [-Wpointer-sign]
- xrmap.c:4675:12: note: expected 'unsigned char *' but argument is of type 'signed char *'
- xrmap.c:7055:5: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
- In file included from xrmap.c:42:0:
- /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- xrmap.c: In function 'show_datawin':
- xrmap.c:8854:10: warning: pointer targets in passing argument 4 of 'get_window_placement' differ in signedness [-Wpointer-sign]
- xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
- xrmap.c:8854:10: warning: pointer targets in passing argument 5 of 'get_window_placement' differ in signedness [-Wpointer-sign]
- xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
- xrmap.c:8918:7: warning: format not a string literal and no format arguments [-Wformat-security]
- xrmap.c:8927:7: warning: format not a string literal and no format arguments [-Wformat-security]
- xrmap.c:8949:10: warning: format not a string literal and no format arguments [-Wformat-security]
- xrmap.c:8965:7: warning: format not a string literal and no format arguments [-Wformat-security]
- xrmap.c:8966:7: warning: format not a string literal and no format arguments [-Wformat-security]
- xrmap.c:9054:4: warning: pointer targets in passing argument 4 of 'get_window_placement' differ in signedness [-Wpointer-sign]
- xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
- xrmap.c:9054:4: warning: pointer targets in passing argument 5 of 'get_window_placement' differ in signedness [-Wpointer-sign]
- xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
- xrmap.c:9076:22: warning: trigraph ??/ ignored, use -trigraphs to enable [-Wtrigraphs]
- xrmap.c: In function 'show_flagwin':
- xrmap.c:9197:7: warning: pointer targets in passing argument 4 of 'get_window_placement' differ in signedness [-Wpointer-sign]
- xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
- xrmap.c:9197:7: warning: pointer targets in passing argument 5 of 'get_window_placement' differ in signedness [-Wpointer-sign]
- xrmap.c:620:5: note: expected 'unsigned int *' but argument is of type 'int *'
- xrmap.c: In function 'show_point':
- xrmap.c:9300:22: warning: variable 'vf' set but not used [-Wunused-but-set-variable]
- xrmap.c:9300:16: warning: variable 'uf' set but not used [-Wunused-but-set-variable]
- xrmap.c: In function 'main':
- xrmap.c:10574:32: warning: format not a string literal and no format arguments [-Wformat-security]
- xrmap.c:9816:14: warning: variable 'ev_time' set but not used [-Wunused-but-set-variable]
- xrmap.c:10332:29: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c:10559:32: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c:10582:35: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c:10588:32: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c:10592:11: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c:11165:14: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c:11195:11: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c:11220:13: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c:11277:13: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c:11280:13: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c:11285:13: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c:11549:29: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c:11567:26: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c:11598:13: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c: In function 'do_activate':
- xrmap.c:9531:14: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c: In function 'show_point':
- xrmap.c:9338:11: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c: In function 'view_outfile':
- xrmap.c:9259:13: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c:9263:13: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c:9267:13: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c: In function 'flag_viewer':
- xrmap.c:9171:10: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c: In function 'show_manual':
- xrmap.c:7896:12: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- xrmap.c:7962:12: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
- 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
- make -C editkit -f Makefile.kit DESTDIR=/usr
- make[1]: Entering directory `/tmp/portage/x11-misc/xrmap-2.33-r1/work/xrmap-2.33/editkit'
- 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
- 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
- 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
- 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
- <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
- <command-line>:0:0: note: this is the location of the previous definition
- <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
- <command-line>:0:0: note: this is the location of the previous definition
- <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
- <command-line>:0:0: note: this is the location of the previous definition
- <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
- <command-line>:0:0: note: this is the location of the previous definition
- <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
- <command-line>:0:0: note: this is the location of the previous definition
- <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
- <command-line>:0:0: note: this is the location of the previous definition
- <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
- <command-line>:0:0: note: this is the location of the previous definition
- <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
- <command-line>:0:0: note: this is the location of the previous definition
- <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
- <command-line>:0:0: note: this is the location of the previous definition
- <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
- <command-line>:0:0: note: this is the location of the previous definition
- <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
- <command-line>:0:0: note: this is the location of the previous definition
- <command-line>:0:0: warning: "SHAREDIR" redefined [enabled by default]
- <command-line>:0:0: note: this is the location of the previous definition
- In file included from termcap.c:204:0:
- edit.h:112:5: warning: built-in function 'y1' declared as non-function [enabled by default]
- In file included from term_bind_em.c:23:0,
- from termcap.c:629:
- edit.c: In function 'realloc_buffer':
- edit.c:109:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- edit.c:109:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- In file included from termcap.c:204:0:
- edit.h:112:5: warning: built-in function 'y1' declared as non-function [enabled by default]
- edit.c: In function 'new_undo':
- edit.c:142:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- edit.c:142:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- In file included from term_bind_ws.c:17:0,
- from termcap.c:632:
- edit.c: In function 'realloc_buffer':
- edit.c:109:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- edit.c:109:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- edit.c: In function 'new_undo':
- edit.c:142:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- edit.c:142:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- edit.c: In function 'doblockr':
- edit.c:1724:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- edit.c:1726:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- edit.c: In function 'key_normal':
- edit.c:2135:6: warning: variable 'xtmp' set but not used [-Wunused-but-set-variable]
- edit.c: In function 'doblockr':
- edit.c:1724:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- edit.c:1726:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- edit.c: In function 'key_normal':
- edit.c:2135:6: warning: variable 'xtmp' set but not used [-Wunused-but-set-variable]
- termcap.c: In function 'main':
- termcap.c:785:9: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
- In file included from x11.c:148:0:
- edit.h:112:5: warning: built-in function 'y1' declared as non-function [enabled by default]
- In file included from x11.c:148:0:
- edit.h:112:5: warning: built-in function 'y1' declared as non-function [enabled by default]
- In file included from x11_bind_ws.c:17:0,
- from x11.c:154:
- edit.c: In function 'realloc_buffer':
- edit.c:109:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- edit.c:109:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- edit.c: In function 'new_undo':
- edit.c:142:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- edit.c:142:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- termcap.c: In function 'main':
- termcap.c:785:9: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
- In file included from x11_bind_em.c:23:0,
- from x11.c:151:
- edit.c: In function 'realloc_buffer':
- edit.c:109:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- edit.c:109:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- edit.c: In function 'new_undo':
- edit.c:142:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- edit.c:142:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- In file included from term_bind_em.c:23:0,
- from termcap.c:629:
- termcap.c: In function 'block_get':
- edit.c:1564:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
- In file included from term_bind_ws.c:17:0,
- from termcap.c:632:
- termcap.c: In function 'block_get':
- edit.c:1564:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
- termcap.c: In function 'do_cd':
- edit.c:1125:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
- edit.c: In function 'doblockr':
- edit.c:1724:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- edit.c:1726:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- edit.c: In function 'doblockr':
- edit.c:1724:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- edit.c:1726:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- edit.c: In function 'key_normal':
- edit.c:2135:6: warning: variable 'xtmp' set but not used [-Wunused-but-set-variable]
- termcap.c: In function 'do_cd':
- edit.c:1125:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
- edit.c: In function 'key_normal':
- edit.c:2135:6: warning: variable 'xtmp' set but not used [-Wunused-but-set-variable]
- x11.c: In function 'paste_primary':
- x11.c:408:5: warning: pointer targets in passing argument 10 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
- In file included from x11.c:17:0:
- /usr/include/X11/Xlib.h:2684:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
- x11.c:408:5: warning: pointer targets in passing argument 11 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
- In file included from x11.c:17:0:
- /usr/include/X11/Xlib.h:2684:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
- x11.c: In function 'set_selection':
- x11.c:476:4: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign]
- In file included from x11.c:17:0:
- /usr/include/X11/Xlib.h:2076:12: note: expected 'const unsigned char *' but argument is of type 'char *'
- x11.c: In function 'send_selection':
- x11.c:490:4: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign]
- In file included from x11.c:17:0:
- /usr/include/X11/Xlib.h:2076:12: note: expected 'const unsigned char *' but argument is of type 'char *'
- x11.c: In function 'paste_primary':
- x11.c:408:5: warning: pointer targets in passing argument 10 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
- In file included from x11.c:17:0:
- /usr/include/X11/Xlib.h:2684:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
- x11.c:408:5: warning: pointer targets in passing argument 11 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
- In file included from x11.c:17:0:
- /usr/include/X11/Xlib.h:2684:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
- x11.c: In function 'set_selection':
- x11.c:476:4: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign]
- In file included from x11.c:17:0:
- /usr/include/X11/Xlib.h:2076:12: note: expected 'const unsigned char *' but argument is of type 'char *'
- x11.c: In function 'send_selection':
- x11.c:490:4: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign]
- In file included from x11.c:17:0:
- /usr/include/X11/Xlib.h:2076:12: note: expected 'const unsigned char *' but argument is of type 'char *'
- x11.c: In function 'main':
- x11.c:862:9: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
- x11.c: In function 'main':
- x11.c:862:9: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
- In file included from x11_bind_ws.c:17:0,
- from x11.c:154:
- x11.c: In function 'block_get':
- edit.c:1564:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
- In file included from x11_bind_em.c:23:0,
- from x11.c:151:
- x11.c: In function 'block_get':
- edit.c:1564:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
- x11.c: In function 'do_cd':
- edit.c:1125:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
- x11.c: In function 'do_cd':
- edit.c:1125:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
- 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
- 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
- -rwxr-xr-x 1 portage portage 56931 Jul 11 19:37 emt
- -rwxr-xr-x 1 portage portage 56802 Jul 11 19:37 edt
- -rwxr-xr-x 1 portage portage 45176 Jul 11 19:37 emt
- -rwxr-xr-x 1 portage portage 45080 Jul 11 19:37 edt
- 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
- 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
- -rwxr-xr-x 1 portage portage 71991 Jul 11 19:37 edx
- -rwxr-xr-x 1 portage portage 57624 Jul 11 19:37 edx
- -rwxr-xr-x 1 portage portage 72088 Jul 11 19:37 emx
- -rwxr-xr-x 1 portage portage 57720 Jul 11 19:37 emx
- make[1]: Leaving directory `/tmp/portage/x11-misc/xrmap-2.33-r1/work/xrmap-2.33/editkit'
- make -C earthview DESTDIR=/usr
- make[1]: Entering directory `/tmp/portage/x11-misc/xrmap-2.33-r1/work/xrmap-2.33/earthview'
- 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
- earthview.c: In function 'ngzread':
- earthview.c:219:9: error: request for member 'have' in something not a structure or union
- earthview.c:219:9: error: request for member 'have' in something not a structure or union
- earthview.c:219:9: error: request for member 'pos' in something not a structure or union
- earthview.c:219:9: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:219:9: error: request for member 'next' in something not a structure or union
- earthview.c:219:9: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:219:5: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:220:5: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:222:9: error: request for member 'have' in something not a structure or union
- earthview.c:222:9: error: request for member 'have' in something not a structure or union
- earthview.c:222:9: error: request for member 'pos' in something not a structure or union
- earthview.c:222:9: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:222:9: error: request for member 'next' in something not a structure or union
- earthview.c:222:9: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:222:5: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:223:5: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:225:9: error: request for member 'have' in something not a structure or union
- earthview.c:225:9: error: request for member 'have' in something not a structure or union
- earthview.c:225:9: error: request for member 'pos' in something not a structure or union
- earthview.c:225:9: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:225:9: error: request for member 'next' in something not a structure or union
- earthview.c:225:9: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:225:5: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:226:5: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:228:9: error: request for member 'have' in something not a structure or union
- earthview.c:228:9: error: request for member 'have' in something not a structure or union
- earthview.c:228:9: error: request for member 'pos' in something not a structure or union
- earthview.c:228:9: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:228:9: error: request for member 'next' in something not a structure or union
- earthview.c:228:9: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:228:5: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:229:5: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c: In function 'read_input':
- earthview.c:387:7: warning: passing argument 1 of 'gzseek' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1709:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:388:7: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:390:15: error: request for member 'have' in something not a structure or union
- earthview.c:390:15: error: request for member 'have' in something not a structure or union
- earthview.c:390:15: error: request for member 'pos' in something not a structure or union
- earthview.c:390:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:390:15: error: request for member 'next' in something not a structure or union
- earthview.c:390:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:390:10: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:391:10: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:392:15: error: request for member 'have' in something not a structure or union
- earthview.c:392:15: error: request for member 'have' in something not a structure or union
- earthview.c:392:15: error: request for member 'pos' in something not a structure or union
- earthview.c:392:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:392:15: error: request for member 'next' in something not a structure or union
- earthview.c:392:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:392:10: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:394:15: error: request for member 'have' in something not a structure or union
- earthview.c:394:15: error: request for member 'have' in something not a structure or union
- earthview.c:394:15: error: request for member 'pos' in something not a structure or union
- earthview.c:394:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:394:15: error: request for member 'next' in something not a structure or union
- earthview.c:394:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:394:10: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:395:10: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:396:15: error: request for member 'have' in something not a structure or union
- earthview.c:396:15: error: request for member 'have' in something not a structure or union
- earthview.c:396:15: error: request for member 'pos' in something not a structure or union
- earthview.c:396:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:396:15: error: request for member 'next' in something not a structure or union
- earthview.c:396:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:396:10: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:409:7: warning: passing argument 1 of 'gzseek' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1709:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:410:7: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:412:15: error: request for member 'have' in something not a structure or union
- earthview.c:412:15: error: request for member 'have' in something not a structure or union
- earthview.c:412:15: error: request for member 'pos' in something not a structure or union
- earthview.c:412:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:412:15: error: request for member 'next' in something not a structure or union
- earthview.c:412:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:412:10: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:413:10: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:414:15: error: request for member 'have' in something not a structure or union
- earthview.c:414:15: error: request for member 'have' in something not a structure or union
- earthview.c:414:15: error: request for member 'pos' in something not a structure or union
- earthview.c:414:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:414:15: error: request for member 'next' in something not a structure or union
- earthview.c:414:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:414:10: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:415:10: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:416:15: error: request for member 'have' in something not a structure or union
- earthview.c:416:15: error: request for member 'have' in something not a structure or union
- earthview.c:416:15: error: request for member 'pos' in something not a structure or union
- earthview.c:416:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:416:15: error: request for member 'next' in something not a structure or union
- earthview.c:416:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:416:10: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:418:15: error: request for member 'have' in something not a structure or union
- earthview.c:418:15: error: request for member 'have' in something not a structure or union
- earthview.c:418:15: error: request for member 'pos' in something not a structure or union
- earthview.c:418:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:418:15: error: request for member 'next' in something not a structure or union
- earthview.c:418:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:418:10: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:419:10: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:420:15: error: request for member 'have' in something not a structure or union
- earthview.c:420:15: error: request for member 'have' in something not a structure or union
- earthview.c:420:15: error: request for member 'pos' in something not a structure or union
- earthview.c:420:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:420:15: error: request for member 'next' in something not a structure or union
- earthview.c:420:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:420:10: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:421:10: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:422:15: error: request for member 'have' in something not a structure or union
- earthview.c:422:15: error: request for member 'have' in something not a structure or union
- earthview.c:422:15: error: request for member 'pos' in something not a structure or union
- earthview.c:422:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:422:15: error: request for member 'next' in something not a structure or union
- earthview.c:422:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
- earthview.c:422:10: warning: passing argument 1 of 'gzgetc' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1374:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c: In function 'manage_event':
- earthview.c:719:7: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
- In file included from earthview.c:24:0:
- /usr/include/X11/Xlib.h:2628:15: note: expected 'unsigned int *' but argument is of type 'int *'
- earthview.c:719:7: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
- In file included from earthview.c:24:0:
- /usr/include/X11/Xlib.h:2628:15: note: expected 'unsigned int *' but argument is of type 'int *'
- earthview.c: In function 'main':
- earthview.c:1180:14: warning: assignment from incompatible pointer type [enabled by default]
- earthview.c:1186:10: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:1191:7: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:1194:5: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:1200:7: warning: passing argument 1 of 'gztell' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1710:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:1215:9: warning: assignment from incompatible pointer type [enabled by default]
- earthview.c:1220:5: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:1267:7: warning: passing argument 1 of 'gzeof' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1458:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:1268:9: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:1331:2: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:1339:7: warning: format not a string literal and no format arguments [-Wformat-security]
- earthview.c:1340:7: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:1341:7: warning: format not a string literal and no format arguments [-Wformat-security]
- earthview.c:1342:7: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:1354:7: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:1365:9: warning: passing argument 1 of 'gzgets' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1355:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:1375:2: warning: passing argument 1 of 'gztell' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1710:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:1376:9: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:1384:2: warning: passing argument 1 of 'gztell' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1710:28: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:1390:7: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- earthview.c:1597:14: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
- earthview.c:1599:12: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
- earthview.c:1677:17: warning: pointer targets in passing argument 2 of 'BZ2_bzBuffToBuffCompress' differ in signedness [-Wpointer-sign]
- In file included from earthview.c:22:0:
- /usr/include/bzlib.h:207:15: note: expected 'unsigned int *' but argument is of type 'int *'
- earthview.c:1819:7: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
- In file included from earthview.c:21:0:
- /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- make[1]: *** [earthview] Error 1
- make[1]: Leaving directory `/tmp/portage/x11-misc/xrmap-2.33-r1/work/xrmap-2.33/earthview'
- make: *** [all] Error 2
- emake failed
- * ERROR: x11-misc/xrmap-2.33-r1 failed (compile phase):
- * (no error message)
- *
- * Call stack:
- * ebuild.sh, line 85: Called src_compile
- * environment, line 2263: Called die
- * The specific snippet of code:
- * emake HTML_VIEWER="xdg-open" || die;
- *
- * If you need support, post the output of `emerge --info '=x11-misc/xrmap-2.33-r1'`,
- * the complete build log and the output of `emerge -pqv '=x11-misc/xrmap-2.33-r1'`.
- sed: couldn't open temporary file /etc/portage/package.mask/sed3RwtpV: Permission denied