* Package: x11-misc/sisctrl-0.0.20051202 * Repository: gentoo * Maintainer: desktop-misc@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking sisctrl-0.0.20051202.tar.gz to /var/tmp/portage/x11-misc/sisctrl-0.0.20051202/work >>> Source unpacked in /var/tmp/portage/x11-misc/sisctrl-0.0.20051202/work >>> Preparing source in /var/tmp/portage/x11-misc/sisctrl-0.0.20051202/work/sisctrl-0.0.20051202 ... * Applying sisctrl-0.0.20051202-no-xv.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/x11-misc/sisctrl-0.0.20051202/work/sisctrl-0.0.20051202 ... * econf: updating sisctrl-0.0.20051202/config.sub with /usr/share/gnuconfig/config.sub * econf: updating sisctrl-0.0.20051202/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --libdir=/usr/lib64 checking for a BSD-compatible install... /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... none checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for X... libraries /usr/lib64, headers in standard search path checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdlib.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking for an ANSI C-conforming const... yes checking return type of signal handlers... void configure: creating ./config.status config.status: creating config.h config.status: executing depfiles commands checking for getpid... yes checking for gettimeofday... yes checking for srand... yes checking for srandom... yes checking for rand... yes checking for random... yes checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for X11/extensions/xf86vmode.h... yes checking for XF86VidModeQueryExtension in -lXxf86vm... yes checking for X11/extensions/Xrandr.h... yes checking for XRRSetScreenConfigAndRate in -lXrandr... yes checking for X11/extensions/Xinerama.h... yes checking for XineramaQueryVersion in -lXinerama... yes checking for XineramaSelectInput in -lXinerama... no checking for X11/extensions/Xvlib.h... yes checking for XvShmCreateImage in -lXv... yes checking for libXv.so or libXv.a location... found in /usr/lib checking for pkg-config... /usr/bin/pkg-config checking for GLIB - version >= 2.0.0... yes (version 2.50.3) checking for pkg-config... (cached) /usr/bin/pkg-config checking for GTK+ - version >= 2.4.0... yes (version 2.24.31) configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/x11-misc/sisctrl-0.0.20051202/work/sisctrl-0.0.20051202 ... make -j1 make all-am make[1]: Entering directory '/var/tmp/portage/x11-misc/sisctrl-0.0.20051202/work/sisctrl-0.0.20051202' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -O2 -pipe -march=native -Wall -lm -c -o sisctrl-sisctrl.o `test -f 'src/sisctrl.c' || echo './'`src/sisctrl.c In file included from src/sisc.h:63:0, from src/sisctrl_def.h:28, from src/sisctrl.h:27, from src/sisctrl.c:24: /usr/include/X11/extensions/xf86vmstr.h:1:2: warning: #warning "xf86vmstr.h is obsolete and may be removed in the future." [-Wcpp] #warning "xf86vmstr.h is obsolete and may be removed in the future." ^ /usr/include/X11/extensions/xf86vmstr.h:2:2: warning: #warning "include for the protocol defines." [-Wcpp] #warning "include for the protocol defines." ^ src/sisctrl.c: In function ‘cleanupandexit’: src/sisctrl.c:167:9: warning: unused variable ‘i’ [-Wunused-variable] int i; ^ src/sisctrl.c: In function ‘UnlockSiSDirect’: src/sisctrl.c:300:8: warning: unused variable ‘result’ [-Wunused-variable] int result; ^ src/sisctrl.c: In function ‘sd_writegammabr’: src/sisctrl.c:434:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ src/sisctrl.c: In function ‘sd_writenewgammabr’: src/sisctrl.c:452:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ src/sisctrl.c: In function ‘checkmodeforgivencrt2’: src/sisctrl.c:1110:9: warning: unused variable ‘msgval’ [-Wunused-variable] char msgval[256]; ^ src/sisctrl.c:1109:10: warning: unused variable ‘retstr’ [-Wunused-variable] char *retstr = NULL; ^ src/sisctrl.c:1107:15: warning: unused variable ‘myerror’ [-Wunused-variable] int myidr, myerror; ^ src/sisctrl.c: In function ‘setgamma’: src/sisctrl.c:1640:14: warning: unused variable ‘k’ [-Wunused-variable] int i, j, k; ^ src/sisctrl.c: In function ‘setcrt1history’: src/sisctrl.c:2258:5: warning: implicit declaration of function ‘gui_crt1_update_gfx’ [-Wimplicit-function-declaration] gui_crt1_update_gfx(); ^ src/sisctrl.c: In function ‘setcrt2typehistory’: src/sisctrl.c:2363:5: warning: implicit declaration of function ‘gui_crt2_update_gfx’ [-Wimplicit-function-declaration] gui_crt2_update_gfx(); ^ src/sisctrl.c: In function ‘updatecrt1crt2’: src/sisctrl.c:2549:5: warning: implicit declaration of function ‘gui_crt2_show_tv_std_and_overscan_menus’ [-Wimplicit-function-declaration] gui_crt2_show_tv_std_and_overscan_menus(); ^ src/sisctrl.c:2551:5: warning: implicit declaration of function ‘gui_crt2_show_hide_signal_menu’ [-Wimplicit-function-declaration] gui_crt2_show_hide_signal_menu(); ^ src/sisctrl.c:2552:5: warning: implicit declaration of function ‘gui_crt2_show_hide_aspect_menu’ [-Wimplicit-function-declaration] gui_crt2_show_hide_aspect_menu(); ^ src/sisctrl.c:2555:5: warning: implicit declaration of function ‘gui_crt2_show_hide_overscan_menu’ [-Wimplicit-function-declaration] gui_crt2_show_hide_overscan_menu(); ^ src/sisctrl.c: In function ‘sisctrl_ab_generate_current’: src/sisctrl.c:3838:26: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] sprintf(txtbuffer, "%s %s rev %d%s\n", ^ src/sisctrl.c:3842:26: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] sprintf(txtbuffer, "%dMB", sc.videoRam/1024); ^ src/sisctrl.c:3847:29: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] sprintf(txtbuffer, " (%dMB shared, %dMB local)\n", sc.UMAsize/1024, sc ^ src/sisctrl.c:3847:29: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=] src/sisctrl.c:3865:29: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] sprintf(txtbuffer, ", PCI:%d:%d.%d", ^ src/sisctrl.c:3865:29: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=] src/sisctrl.c:3865:29: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] src/sisctrl.c:3825:13: warning: unused variable ‘i’ [-Wunused-variable] int val, i; ^ src/sisctrl.c:3825:8: warning: unused variable ‘val’ [-Wunused-variable] int val, i; ^ src/sisctrl.c: In function ‘handle_apply_mode’: src/sisctrl.c:4212:21: warning: implicit declaration of function ‘gui_showquestion’ [-Wimplicit-function-declaration] if(!(gui_showquestion("Currently, either CRT1 or CRT2 are off. Y ^ src/sisctrl.c:4168:9: warning: unused variable ‘i’ [-Wunused-variable] int i; ^ src/sisctrl.c: In function ‘handle_apply_CRT1’: src/sisctrl.c:4533:17: warning: unused variable ‘val’ [-Wunused-variable] unsigned int val; ^ src/sisctrl.c: In function ‘main’: src/sisctrl.c:6500:34: warning: unused variable ‘myxi’ [-Wunused-variable] XineramaScreenInfo *myxi; ^ src/sisctrl.c:6497:12: warning: unused variable ‘xi_event_base’ [-Wunused-variable] int xi_event_base, xi_error_base; ^ src/sisctrl.c:6930:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(sc.atom_gsf2 = searchandmakeatom("XV_SD_GETSDFLAGS2", num_attr, attri ^ src/sisctrl.c:6974:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(sc.atom_rdt = searchandmakeatom("XV_SD_REDETECTCRT2DEVICES", num_a ^ src/sisctrl.c:5971:57: warning: unused variable ‘sc_version_minor’ [-Wunused-variable] int sc_event_base, sc_error_base, sc_version_major, sc_version_minor; ^ src/sisctrl.c:5971:39: warning: unused variable ‘sc_version_major’ [-Wunused-variable] int sc_event_base, sc_error_base, sc_version_major, sc_version_minor; ^ src/sisctrl.c:5962:10: warning: unused variable ‘buffer’ [-Wunused-variable] char buffer[256]; ^ src/sisctrl.c:5944:22: warning: unused variable ‘MIEventBase’ [-Wunused-variable] int MIErrorBase, MIEventBase; ^ src/sisctrl.c:5944:9: warning: unused variable ‘MIErrorBase’ [-Wunused-variable] int MIErrorBase, MIEventBase; ^ In file included from src/sisctrl.c:24:0: src/sisctrl.c: At top level: src/sisctrl.h:37:13: warning: ‘setxvgammastatus’ declared ‘static’ but never defined [-Wunused-function] static void setxvgammastatus(void); ^ src/sisctrl.c:405:1: warning: ‘newsetrealxvval’ defined but not used [-Wunused-function] newsetrealxvval(unsigned int cmd, Atom atom, int val) ^ src/sisctrl.c:1566:1: warning: ‘getgamma’ defined but not used [-Wunused-function] getgamma(void) ^ src/sisctrl.c: In function ‘checkmodeforgivencrt2’: src/sisctrl.c:1172:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ src/sisctrl.c: In function ‘handle_apply_CRT1’: src/sisctrl.c:4613:44: warning: ‘newpanelmode’ may be used uninitialized in this function [-Wmaybe-uninitialized] (!(sc.sdflags & SiS_SD_SUPPORTSCALE)) || ^ src/sisctrl.c: In function ‘handle_apply_mode’: src/sisctrl.c:4211:39: warning: ‘pos’ may be used uninitialized in this function [-Wmaybe-uninitialized] if(havemfbdetails && (pos != SDC_MMODE_POS_CLONE)) { ^ src/sisctrl.c: In function ‘sisctrl_checkmodeforcrtx’: src/sisctrl.c:4392:10: warning: ‘fieldmask’ may be used uninitialized in this function [-Wmaybe-uninitialized] if(!(field & fieldmask)) return FALSE; ^ src/sisctrl.c: In function ‘handle_apply_CRT2’: src/sisctrl.c:4843:10: warning: ‘newoverscan’ may be used uninitialized in this function [-Wmaybe-uninitialized] if(!sd_writeulong(SDC_CMD_SETCHTVOVERSCAN, sc.atom_ovr, newoverscan)) { ^ src/sisctrl.c:4768:8: warning: ‘hindex’ may be used uninitialized in this function [-Wmaybe-uninitialized] if(!check_apply_CRT2(om_index, modeindex, sc.CRT1isoff, hindex, iscurrentmod ^ src/sisctrl.c: In function ‘main’: src/sisctrl.c:7599:59: warning: ‘currenttvos’ may be used uninitialized in this function [-Wmaybe-uninitialized] (currenttvstd != sc.giventvstdindex) || ^ src/sisctrl.c:7603:16: warning: ‘currenttvst’ may be used uninitialized in this function [-Wmaybe-uninitialized] (!sisctrl_checkmodeforcrtx(1, currentcrt2, dm_index, hindex, hinde ^ src/sisctrl.c:7598:59: warning: ‘currenttvstd’ may be used uninitialized in this function [-Wmaybe-uninitialized] ( (currentcrt2 != sc.givencrt2index) || ^ src/sisctrl.c:7833:11: warning: ‘xvcrtindex’ may be used uninitialized in this function [-Wmaybe-uninitialized] newsetxvval(SDC_CMD_SETXVSWITCHCRT, sc.atom_swc, xvcrtindex - 1); ^ src/sisctrl.c:7454:15: warning: ‘setcrt1index’ may be used uninitialized in this function [-Wmaybe-uninitialized] if(!check_apply_CRT1(newcrt1, dm_index, iscurrentmode, 1)) ^ src/sisctrl.c:7862:8: warning: ‘tvyscalevalue’ may be used uninitialized in this function [-Wmaybe-uninitialized] sd_settvposscale(SDC_CMD_SETTVYSCALE, sc.atom_tys, tvyscalevalue); ^ src/sisctrl.c:7858:8: warning: ‘tvxscalevalue’ may be used uninitialized in this function [-Wmaybe-uninitialized] sd_settvposscale(SDC_CMD_SETTVXSCALE, sc.atom_txs, tvxscalevalue); ^ src/sisctrl.c:7854:8: warning: ‘tvyposvalue’ may be used uninitialized in this function [-Wmaybe-uninitialized] sd_settvposscale(SDC_CMD_SETTVYPOS, sc.atom_tvy, tvyposvalue); ^ src/sisctrl.c:7850:8: warning: ‘tvxposvalue’ may be used uninitialized in this function [-Wmaybe-uninitialized] sd_settvposscale(SDC_CMD_SETTVXPOS, sc.atom_tvx, tvxposvalue); ^ src/sisctrl.c:5955:9: warning: ‘modetoset’ may be used uninitialized in this function [-Wmaybe-uninitialized] int modetoset; ^ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -O2 -pipe -march=native -Wall -lm -c -o sisctrl-sisctrl_conf.o `test -f 'src/sisctrl_conf.c' || echo './'`src/sisctrl_conf.c In file included from src/sisc.h:63:0, from src/sisctrl_def.h:28, from src/sisctrl_conf.c:24: /usr/include/X11/extensions/xf86vmstr.h:1:2: warning: #warning "xf86vmstr.h is obsolete and may be removed in the future." [-Wcpp] #warning "xf86vmstr.h is obsolete and may be removed in the future." ^ /usr/include/X11/extensions/xf86vmstr.h:2:2: warning: #warning "include for the protocol defines." [-Wcpp] #warning "include for the protocol defines." ^ src/sisctrl_conf.c: In function ‘conf_append_busid’: src/sisctrl_conf.c:263:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] sprintf(buffer, "\tBusID \"PCI:%d:%d:%d\"\n", sc.pciBus, sc.pciDev, sc.pc ^ src/sisctrl_conf.c:263:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=] src/sisctrl_conf.c:263:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] src/sisctrl_conf.c:265:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] sprintf(buffer, "\tBusID \"PCI:%d:%d:%d\"\n", (sc.busid >> 16), (sc.busid ^ src/sisctrl_conf.c:265:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=] src/sisctrl_conf.c:265:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] src/sisctrl_conf.c: In function ‘conf_append_saturation’: src/sisctrl_conf.c:710:42: warning: implicit declaration of function ‘sisctrl_gamma_get_sat_crt1’ [-Wimplicit-function-declaration] sprintf(buffer, "%d", (crtnum == 1) ? sisctrl_gamma_get_sat_crt1() : sisctrl ^ src/sisctrl_conf.c:710:73: warning: implicit declaration of function ‘sisctrl_gamma_get_sat_crt2’ [-Wimplicit-function-declaration] printf(buffer, "%d", (crtnum == 1) ? sisctrl_gamma_get_sat_crt1() : sisctrl_gam ^ src/sisctrl_conf.c:710:20: warning: too many arguments for format [-Wformat-extra-args] sprintf(buffer, "%d", (crtnum == 1) ? sisctrl_gamma_get_sat_crt1() : sisctrl ^ src/sisctrl_conf.c: In function ‘conf_append_hint_busid_screen’: src/sisctrl_conf.c:869:1: warning: type of ‘hints’ defaults to ‘int’ [-Wimplicit-int] conf_append_hint_busid_screen(hints) ^ src/sisctrl_conf.c: In function ‘conf_append_second_monitor_section’: src/sisctrl_conf.c:879:1: warning: type of ‘hints’ defaults to ‘int’ [-Wimplicit-int] conf_append_second_monitor_section(hints) ^ src/sisctrl_conf.c:894:42: warning: trigraph ??- ignored, use -trigraphs to enable [-Wtrigraphs] gui_cf_append_text("\n\t# VertRefresh ??-?? (optional, used for CRT1 only)\n ^ src/sisctrl_conf.c:895:38: warning: trigraph ??- ignored, use -trigraphs to enable [-Wtrigraphs] gui_cf_append_text("\t# HorizSync ??-?? (optional, used for CRT1 only)\n", C ^ src/sisctrl_conf.c: In function ‘conf_append_second_device_section’: src/sisctrl_conf.c:910:1: warning: type of ‘hints’ defaults to ‘int’ [-Wimplicit-int] conf_append_second_device_section(hints) ^ src/sisctrl_conf.c: In function ‘conf_append_hint_dhm_footer’: src/sisctrl_conf.c:962:1: warning: type of ‘hints’ defaults to ‘int’ [-Wimplicit-int] conf_append_hint_dhm_footer(hints) ^ src/sisctrl_conf.c: In function ‘conf_append_dhm_monitor_section’: src/sisctrl_conf.c:1017:35: warning: trigraph ??- ignored, use -trigraphs to enable [-Wtrigraphs] conf_ap_three("\t# VertRefresh ??-?? (", opt, ")\n", CU_TT_GREY); ^ src/sisctrl_conf.c:1018:33: warning: trigraph ??- ignored, use -trigraphs to enable [-Wtrigraphs] conf_ap_three("\t# HorizSync ??-?? (", opt, ")\n", CU_TT_GREY); ^ src/sisctrl_conf.c: In function ‘conf_append_dhm_device_section’: src/sisctrl_conf.c:1045:9: warning: unused variable ‘buffer’ [-Wunused-variable] char buffer[128]; ^ src/sisctrl_conf.c: In function ‘conf_append_mfb_monitor_section’: src/sisctrl_conf.c:1240:35: warning: trigraph ??- ignored, use -trigraphs to enable [-Wtrigraphs] conf_ap_three("\t# VertRefresh ??-?? (", opt, ", used for CRT1 only)\n", CU_ ^ src/sisctrl_conf.c:1241:33: warning: trigraph ??- ignored, use -trigraphs to enable [-Wtrigraphs] conf_ap_three("\t# HorizSync ??-?? (", opt, ", used for CRT1 only)\n", CU_TT ^ src/sisctrl_conf.c: In function ‘conf_append_mfb_device_section’: src/sisctrl_conf.c:1268:9: warning: unused variable ‘buffer’ [-Wunused-variable] char buffer[128]; ^ src/sisctrl_conf.c: In function ‘conf_append_simple_monitor_section’: src/sisctrl_conf.c:1466:34: warning: trigraph ??- ignored, use -trigraphs to enable [-Wtrigraphs] conf_ap_four("\t# VertRefresh ??-?? (", opt, forcrtbuf, ")\n", CU_TT_GREY); ^ src/sisctrl_conf.c:1467:32: warning: trigraph ??- ignored, use -trigraphs to enable [-Wtrigraphs] conf_ap_four("\t# HorizSync ??-?? (", opt, forcrtbuf, ")\n", CU_TT_GREY); ^ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -O2 -pipe -march=native -Wall -lm -c -o sisctrl-sisctrl_gui.o `test -f 'src/sisctrl_gui.c' || echo './'`src/sisctrl_gui.c In file included from src/sisc.h:63:0, from src/sisctrl_gui.c:24: /usr/include/X11/extensions/xf86vmstr.h:1:2: warning: #warning "xf86vmstr.h is obsolete and may be removed in the future." [-Wcpp] #warning "xf86vmstr.h is obsolete and may be removed in the future." ^ /usr/include/X11/extensions/xf86vmstr.h:2:2: warning: #warning "include for the protocol defines." [-Wcpp] #warning "include for the protocol defines." ^ src/sisctrl_gui.c: In function ‘gui_confirmation_popup’: src/sisctrl_gui.c:381:52: warning: unused variable ‘menuitem’ [-Wunused-variable] GtkWidget *frame, *vbox, *label, *bar, *omenu, *menuitem; ^ src/sisctrl_gui.c:381:44: warning: unused variable ‘omenu’ [-Wunused-variable] GtkWidget *frame, *vbox, *label, *bar, *omenu, *menuitem; ^ src/sisctrl_gui.c:381:38: warning: unused variable ‘bar’ [-Wunused-variable] GtkWidget *frame, *vbox, *label, *bar, *omenu, *menuitem; ^ src/sisctrl_gui.c: In function ‘mfbdrawlabel’: src/sisctrl_gui.c:675:12: warning: unused variable ‘lw’ [-Wunused-variable] int lh, lw; ^ src/sisctrl_gui.c:675:8: warning: unused variable ‘lh’ [-Wunused-variable] int lh, lw; ^ src/sisctrl_gui.c: In function ‘gui_dm_fresh_mfb_gfx’: src/sisctrl_gui.c:741:37: warning: unused variable ‘totalw’ [-Wunused-variable] int gfxareawidth, gfxareaheight, totalw, totalh; ^ src/sisctrl_gui.c: In function ‘dm_update_selection’: src/sisctrl_gui.c:1136:17: warning: unused variable ‘playout’ [-Wunused-variable] PangoLayout *playout; ^ src/sisctrl_gui.c:1135:15: warning: unused variable ‘crt2label’ [-Wunused-variable] GtkWidget *crt2label = gui.dm_mmdr_label; ^ src/sisctrl_gui.c:1134:15: warning: unused variable ‘crt1label’ [-Wunused-variable] GtkWidget *crt1label = gui.dm_mmdl_label; ^ src/sisctrl_gui.c:1132:8: warning: unused variable ‘i’ [-Wunused-variable] int i, index = -1, rotindex; ^ src/sisctrl_gui.c: In function ‘gui_dm_rebuild_mode_list_and_randr_sizes’: src/sisctrl_gui.c:1245:5: warning: implicit declaration of function ‘sisctrl_set_crt2_types_for_modelist’ [-Wimplicit-function-declaration] sisctrl_set_crt2_types_for_modelist(); ^ src/sisctrl_gui.c: In function ‘build_display_mode_page’: src/sisctrl_gui.c:1509:18: warning: unused variable ‘temp2’ [-Wunused-variable] int temp, temp2, sizex, sizey, mult, maxsize; ^ src/sisctrl_gui.c:1285:16: warning: unused variable ‘mask’ [-Wunused-variable] GdkBitmap *mask; ^ src/sisctrl_gui.c: In function ‘build_crt2_page’: src/sisctrl_gui.c:2962:44: warning: implicit declaration of function ‘sisctrl_get_overscan_history’ [-Wimplicit-function-declaration] gui_crt2_set_overscan_menu_index(sisctrl_get_overscan_history()); ^ src/sisctrl_gui.c: In function ‘showxvimage’: src/sisctrl_gui.c:5673:13: warning: unused variable ‘bgcol’ [-Wunused-variable] GdkColor bgcol; ^ src/sisctrl_gui.c:5672:17: warning: unused variable ‘colorkey’ [-Wunused-variable] unsigned int colorkey; ^ src/sisctrl_gui.c: In function ‘vi_layout_configure’: src/sisctrl_gui.c:5888:44: warning: ‘return’ with no value, in function returning non-void if(gui.notebook_page != SIS_PAGE_VIDEO) return; ^ src/sisctrl_gui.c:5889:19: warning: ‘return’ with no value, in function returning non-void if(!gui.xvwin) return; ^ src/sisctrl_gui.c: In function ‘ab_layout_expose’: src/sisctrl_gui.c:6546:18: warning: unused variable ‘alloc’ [-Wunused-variable] GtkAllocation alloc; ^ src/sisctrl_gui.c:6541:23: warning: unused variable ‘j’ [-Wunused-variable] int x, y, w, h, i, j, wmax, lastpos, hstepwidth, vstepwidth; ^ src/sisctrl_gui.c: In function ‘notebook_changed’: src/sisctrl_gui.c:6783:8: warning: unused variable ‘i’ [-Wunused-variable] int i; ^ src/sisctrl_gui.c: In function ‘gui_build_gui’: src/sisctrl_gui.c:7042:8: warning: ‘gdk_pixbuf_new_from_inline’ is deprecated [-Wdeprecated-declarations] icon16_pixbuf = gdk_pixbuf_new_from_inline(-1, sisctrl_icon16, FALSE, NU ^ In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34:0, from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, from /usr/include/gtk-2.0/gdk/gdk.h:33, from /usr/include/gtk-2.0/gtk/gtk.h:32, from src/sisctrl_gui.h:27, from src/sisctrl_gui.c:26: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:355:12: note: declared here GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, ^ src/sisctrl_gui.c:7043:8: warning: ‘gdk_pixbuf_new_from_inline’ is deprecated [-Wdeprecated-declarations] icon32_pixbuf = gdk_pixbuf_new_from_inline(-1, sisctrl_icon32, FALSE, NU ^ In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34:0, from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, from /usr/include/gtk-2.0/gdk/gdk.h:33, from /usr/include/gtk-2.0/gtk/gtk.h:32, from src/sisctrl_gui.h:27, from src/sisctrl_gui.c:26: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:355:12: note: declared here GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, ^ src/sisctrl_gui.c:7044:8: warning: ‘gdk_pixbuf_new_from_inline’ is deprecated [-Wdeprecated-declarations] icon48_pixbuf = gdk_pixbuf_new_from_inline(-1, sisctrl_icon48, FALSE, NU ^ In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34:0, from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, from /usr/include/gtk-2.0/gdk/gdk.h:33, from /usr/include/gtk-2.0/gtk/gtk.h:32, from src/sisctrl_gui.h:27, from src/sisctrl_gui.c:26: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:355:12: note: declared here GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, ^ src/sisctrl_gui.c:7045:8: warning: ‘gdk_pixbuf_new_from_inline’ is deprecated [-Wdeprecated-declarations] icon64_pixbuf = gdk_pixbuf_new_from_inline(-1, sisctrl_icon64, FALSE, NU ^ In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34:0, from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, from /usr/include/gtk-2.0/gdk/gdk.h:33, from /usr/include/gtk-2.0/gtk/gtk.h:32, from src/sisctrl_gui.h:27, from src/sisctrl_gui.c:26: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:355:12: note: declared here GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, ^ src/sisctrl_gui.c:6915:15: warning: unused variable ‘k’ [-Wunused-variable] int i, j, k; ^ src/sisctrl_gui.c:6915:12: warning: unused variable ‘j’ [-Wunused-variable] int i, j, k; ^ src/sisctrl_gui.c:6915:9: warning: unused variable ‘i’ [-Wunused-variable] int i, j, k; ^ src/sisctrl_gui.c: In function ‘gui_stray_get_icon_pixbuf’: src/sisctrl_gui.c:7706:4: warning: ‘gdk_pixbuf_new_from_inline’ is deprecated [-Wdeprecated-declarations] pixbuf = gdk_pixbuf_new_from_inline(-1, sisctrl_icon16, FALSE, NULL); ^ In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34:0, from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, from /usr/include/gtk-2.0/gdk/gdk.h:33, from /usr/include/gtk-2.0/gtk/gtk.h:32, from src/sisctrl_gui.h:27, from src/sisctrl_gui.c:26: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:355:12: note: declared here GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, ^ src/sisctrl_gui.c: In function ‘gui_dm_fresh_mfb_gfx’: src/sisctrl_gui.c:1116:31: warning: ‘yheight2’ may be used uninitialized in this function [-Wmaybe-uninitialized] y = (ybase2 + (yheight2 / 2)) - (totalh / 2) + lastystep1 + lastystep2 + ^ src/sisctrl_gui.c:1115:30: warning: ‘xwidth2’ may be used uninitialized in this function [-Wmaybe-uninitialized] x = (xbase2 + (xwidth2 / 2)) - (gdk_pixbuf_get_width(gui.pixbuf_vga2) / 2 ^ src/sisctrl_gui.c:1116:19: warning: ‘ybase2’ may be used uninitialized in this function [-Wmaybe-uninitialized] y = (ybase2 + (yheight2 / 2)) - (totalh / 2) + lastystep1 + lastystep2 + ^ src/sisctrl_gui.c:1115:19: warning: ‘xbase2’ may be used uninitialized in this function [-Wmaybe-uninitialized] x = (xbase2 + (xwidth2 / 2)) - (gdk_pixbuf_get_width(gui.pixbuf_vga2) / 2 ^ src/sisctrl_gui.c:1009:28: warning: ‘yheight1’ may be used uninitialized in this function [-Wmaybe-uninitialized] y = (ybase1 + (yheight1 / 2)) - (totalh / 2); ^ src/sisctrl_gui.c:1008:27: warning: ‘xwidth1’ may be used uninitialized in this function [-Wmaybe-uninitialized] x = (xbase1 + (xwidth1 / 2)) - (gdk_pixbuf_get_width(gui.pixbuf_vga) / 2); ^ src/sisctrl_gui.c:1009:16: warning: ‘ybase1’ may be used uninitialized in this function [-Wmaybe-uninitialized] y = (ybase1 + (yheight1 / 2)) - (totalh / 2); ^ src/sisctrl_gui.c:1008:16: warning: ‘xbase1’ may be used uninitialized in this function [-Wmaybe-uninitialized] x = (xbase1 + (xwidth1 / 2)) - (gdk_pixbuf_get_width(gui.pixbuf_vga) / 2); ^ src/sisctrl_gui.c:979:36: warning: ‘rvsize’ may be used uninitialized in this function [-Wmaybe-uninitialized] y = (((gfxareaheight / 2) - rvsize) / 2) + 8; ^ src/sisctrl_gui.c:965:36: warning: ‘lvsize’ may be used uninitialized in this function [-Wmaybe-uninitialized] y = (((gfxareaheight / 2) - lvsize) / 2) + 8; ^ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -O2 -pipe -march=native -Wall -lm -c -o sisctrl-sisctrlext.o `test -f 'src/sisctrlext.c' || echo './'`src/sisctrlext.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -O2 -pipe -march=native -Wall -lm -c -o sisctrl-sisctrl_stray.o `test -f 'src/sisctrl_stray.c' || echo './'`src/sisctrl_stray.c In file included from src/sisc.h:63:0, from src/sisctrl_stray.c:29: /usr/include/X11/extensions/xf86vmstr.h:1:2: warning: #warning "xf86vmstr.h is obsolete and may be removed in the future." [-Wcpp] #warning "xf86vmstr.h is obsolete and may be removed in the future." ^ /usr/include/X11/extensions/xf86vmstr.h:2:2: warning: #warning "include for the protocol defines." [-Wcpp] #warning "include for the protocol defines." ^ src/sisctrl_stray.c:35:45: fatal error: gdk-pixbuf-xlib/gdk-pixbuf-xlib.h: No such file or directory compilation terminated. make[1]: *** [Makefile:380: sisctrl-sisctrl_stray.o] Error 1 make[1]: Leaving directory '/var/tmp/portage/x11-misc/sisctrl-0.0.20051202/work/sisctrl-0.0.20051202' make: *** [Makefile:183: all] Error 2 * ERROR: x11-misc/sisctrl-0.0.20051202::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-misc/sisctrl-0.0.20051202::gentoo'`, * the complete build log and the output of `emerge -pqv '=x11-misc/sisctrl-0.0.20051202::gentoo'`. * The complete build log is located at '/var/log/portage/x11-misc:sisctrl-0.0.20051202:20170404-091006.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-misc/sisctrl-0.0.20051202/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-misc/sisctrl-0.0.20051202/temp/environment'. * Working directory: '/var/tmp/portage/x11-misc/sisctrl-0.0.20051202/work/sisctrl-0.0.20051202' * S: '/var/tmp/portage/x11-misc/sisctrl-0.0.20051202/work/sisctrl-0.0.20051202'