* Package: x11-terms/pangoterm-0.0_pre20171111 * Repository: gentoo * Maintainer: tranquility@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking pangoterm-0.0_pre20171111.tar.gz to /var/tmp/portage/x11-terms/pangoterm-0.0_pre20171111/work >>> Source unpacked in /var/tmp/portage/x11-terms/pangoterm-0.0_pre20171111/work >>> Preparing source in /var/tmp/portage/x11-terms/pangoterm-0.0_pre20171111/work/pangoterm-0 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/x11-terms/pangoterm-0.0_pre20171111/work/pangoterm-0 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/x11-terms/pangoterm-0.0_pre20171111/work/pangoterm-0 ... make -j1 CC conf.c conf.c: In function ‘conf_from_file’: conf.c:105:14: warning: ‘key’ may be used uninitialized in this function [-Wmaybe-uninitialized] 105 | (*cfg->apply)(key, value); | ~^~~~~~~~~~~~~~~~~~~~~~~~ CC pangoterm.c pangoterm.c: In function ‘chpen’: pangoterm.c:67:32: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘red’ 67 | ((GdkColor){ .red = 257 * (c).red, .green = 257 * (c).green, .blue = 257 * (c).blue }) | ^ pangoterm.c:834:9: note: in expansion of macro ‘GDK_COLOR_FROM_VTERM_COLOR’ 834 | col = GDK_COLOR_FROM_VTERM_COLOR(cell->fg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:67:56: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘green’ 67 | ((GdkColor){ .red = 257 * (c).red, .green = 257 * (c).green, .blue = 257 * (c).blue }) | ^ pangoterm.c:834:9: note: in expansion of macro ‘GDK_COLOR_FROM_VTERM_COLOR’ 834 | col = GDK_COLOR_FROM_VTERM_COLOR(cell->fg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:67:81: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘blue’ 67 | lor){ .red = 257 * (c).red, .green = 257 * (c).green, .blue = 257 * (c).blue }) | ^ pangoterm.c:834:9: note: in expansion of macro ‘GDK_COLOR_FROM_VTERM_COLOR’ 834 | col = GDK_COLOR_FROM_VTERM_COLOR(cell->fg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:67:32: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘red’ 67 | ((GdkColor){ .red = 257 * (c).red, .green = 257 * (c).green, .blue = 257 * (c).blue }) | ^ pangoterm.c:847:9: note: in expansion of macro ‘GDK_COLOR_FROM_VTERM_COLOR’ 847 | col = GDK_COLOR_FROM_VTERM_COLOR(cell->bg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:67:56: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘green’ 67 | ((GdkColor){ .red = 257 * (c).red, .green = 257 * (c).green, .blue = 257 * (c).blue }) | ^ pangoterm.c:847:9: note: in expansion of macro ‘GDK_COLOR_FROM_VTERM_COLOR’ 847 | col = GDK_COLOR_FROM_VTERM_COLOR(cell->bg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:67:81: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘blue’ 67 | lor){ .red = 257 * (c).red, .green = 257 * (c).green, .blue = 257 * (c).blue }) | ^ pangoterm.c:847:9: note: in expansion of macro ‘GDK_COLOR_FROM_VTERM_COLOR’ 847 | col = GDK_COLOR_FROM_VTERM_COLOR(cell->bg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c: In function ‘term_sb_popline’: pangoterm.c:64:19: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘red’ 64 | ((VTermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^~~ pangoterm.c:1137:13: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1137 | .fg = VTERM_COLOR_FROM_GDK_COLOR(pt->fg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:41: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘green’ 64 | ((VTermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^~~~~ pangoterm.c:1137:13: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1137 | .fg = VTERM_COLOR_FROM_GDK_COLOR(pt->fg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:49: warning: excess elements in union initializer 64 | ((VTermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^ pangoterm.c:1137:13: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1137 | .fg = VTERM_COLOR_FROM_GDK_COLOR(pt->fg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:49: note: (near initialization for ‘(anonymous)’) 64 | ((VTermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^ pangoterm.c:1137:13: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1137 | .fg = VTERM_COLOR_FROM_GDK_COLOR(pt->fg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:67: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘blue’ 64 | TermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^~~~ pangoterm.c:1137:13: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1137 | .fg = VTERM_COLOR_FROM_GDK_COLOR(pt->fg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:74: warning: excess elements in union initializer 64 | lor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^ pangoterm.c:1137:13: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1137 | .fg = VTERM_COLOR_FROM_GDK_COLOR(pt->fg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:74: note: (near initialization for ‘(anonymous)’) 64 | lor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^ pangoterm.c:1137:13: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1137 | .fg = VTERM_COLOR_FROM_GDK_COLOR(pt->fg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:19: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘red’ 64 | ((VTermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^~~ pangoterm.c:1138:13: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1138 | .bg = VTERM_COLOR_FROM_GDK_COLOR(pt->bg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:41: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘green’ 64 | ((VTermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^~~~~ pangoterm.c:1138:13: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1138 | .bg = VTERM_COLOR_FROM_GDK_COLOR(pt->bg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:49: warning: excess elements in union initializer 64 | ((VTermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^ pangoterm.c:1138:13: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1138 | .bg = VTERM_COLOR_FROM_GDK_COLOR(pt->bg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:49: note: (near initialization for ‘(anonymous)’) 64 | ((VTermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^ pangoterm.c:1138:13: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1138 | .bg = VTERM_COLOR_FROM_GDK_COLOR(pt->bg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:67: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘blue’ 64 | TermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^~~~ pangoterm.c:1138:13: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1138 | .bg = VTERM_COLOR_FROM_GDK_COLOR(pt->bg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:74: warning: excess elements in union initializer 64 | lor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^ pangoterm.c:1138:13: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1138 | .bg = VTERM_COLOR_FROM_GDK_COLOR(pt->bg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:74: note: (near initialization for ‘(anonymous)’) 64 | lor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^ pangoterm.c:1138:13: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1138 | .bg = VTERM_COLOR_FROM_GDK_COLOR(pt->bg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c: In function ‘pangoterm_new’: pangoterm.c:64:19: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘red’ 64 | ((VTermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^~~ pangoterm.c:1934:10: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1934 | &VTERM_COLOR_FROM_GDK_COLOR(colours[index].col)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:41: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘green’ 64 | ((VTermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^~~~~ pangoterm.c:1934:10: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1934 | &VTERM_COLOR_FROM_GDK_COLOR(colours[index].col)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:49: warning: excess elements in union initializer 64 | ((VTermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^ pangoterm.c:1934:10: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1934 | &VTERM_COLOR_FROM_GDK_COLOR(colours[index].col)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:49: note: (near initialization for ‘(anonymous)’) 64 | ((VTermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^ pangoterm.c:1934:10: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1934 | &VTERM_COLOR_FROM_GDK_COLOR(colours[index].col)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:67: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘blue’ 64 | TermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^~~~ pangoterm.c:1934:10: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1934 | &VTERM_COLOR_FROM_GDK_COLOR(colours[index].col)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:74: warning: excess elements in union initializer 64 | lor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^ pangoterm.c:1934:10: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1934 | &VTERM_COLOR_FROM_GDK_COLOR(colours[index].col)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:74: note: (near initialization for ‘(anonymous)’) 64 | lor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^ pangoterm.c:1934:10: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 1934 | &VTERM_COLOR_FROM_GDK_COLOR(colours[index].col)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c: In function ‘pangoterm_set_default_colors’: pangoterm.c:64:19: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘red’ 64 | ((VTermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^~~ pangoterm.c:2007:8: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 2007 | &VTERM_COLOR_FROM_GDK_COLOR(*fg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:41: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘green’ 64 | ((VTermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^~~~~ pangoterm.c:2007:8: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 2007 | &VTERM_COLOR_FROM_GDK_COLOR(*fg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:49: warning: excess elements in union initializer 64 | ((VTermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^ pangoterm.c:2007:8: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 2007 | &VTERM_COLOR_FROM_GDK_COLOR(*fg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:49: note: (near initialization for ‘(anonymous)’) 64 | ((VTermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^ pangoterm.c:2007:8: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 2007 | &VTERM_COLOR_FROM_GDK_COLOR(*fg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:67: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘blue’ 64 | TermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^~~~ pangoterm.c:2007:8: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 2007 | &VTERM_COLOR_FROM_GDK_COLOR(*fg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:74: warning: excess elements in union initializer 64 | lor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^ pangoterm.c:2007:8: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 2007 | &VTERM_COLOR_FROM_GDK_COLOR(*fg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:74: note: (near initialization for ‘(anonymous)’) 64 | lor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^ pangoterm.c:2007:8: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 2007 | &VTERM_COLOR_FROM_GDK_COLOR(*fg_col), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:19: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘red’ 64 | ((VTermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^~~ pangoterm.c:2008:8: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 2008 | &VTERM_COLOR_FROM_GDK_COLOR(*bg_col)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:41: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘green’ 64 | ((VTermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^~~~~ pangoterm.c:2008:8: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 2008 | &VTERM_COLOR_FROM_GDK_COLOR(*bg_col)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:49: warning: excess elements in union initializer 64 | ((VTermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^ pangoterm.c:2008:8: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 2008 | &VTERM_COLOR_FROM_GDK_COLOR(*bg_col)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:49: note: (near initialization for ‘(anonymous)’) 64 | ((VTermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^ pangoterm.c:2008:8: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 2008 | &VTERM_COLOR_FROM_GDK_COLOR(*bg_col)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:67: error: ‘VTermColor’ {aka ‘union ’} has no member named ‘blue’ 64 | TermColor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^~~~ pangoterm.c:2008:8: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 2008 | &VTERM_COLOR_FROM_GDK_COLOR(*bg_col)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:74: warning: excess elements in union initializer 64 | lor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^ pangoterm.c:2008:8: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 2008 | &VTERM_COLOR_FROM_GDK_COLOR(*bg_col)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pangoterm.c:64:74: note: (near initialization for ‘(anonymous)’) 64 | lor){ .red = (c).red / 257, .green = (c).green / 257, .blue = (c).blue / 257 }) | ^ pangoterm.c:2008:8: note: in expansion of macro ‘VTERM_COLOR_FROM_GDK_COLOR’ 2008 | &VTERM_COLOR_FROM_GDK_COLOR(*bg_col)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ make: *** [Makefile:50: pangoterm.lo] Error 1 * ERROR: x11-terms/pangoterm-0.0_pre20171111::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-terms/pangoterm-0.0_pre20171111::gentoo'`, * the complete build log and the output of `emerge -pqv '=x11-terms/pangoterm-0.0_pre20171111::gentoo'`. * The complete build log is located at '/var/log/portage/x11-terms:pangoterm-0.0_pre20171111:20190923-140621.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-terms/pangoterm-0.0_pre20171111/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-terms/pangoterm-0.0_pre20171111/temp/environment'. * Working directory: '/var/tmp/portage/x11-terms/pangoterm-0.0_pre20171111/work/pangoterm-0' * S: '/var/tmp/portage/x11-terms/pangoterm-0.0_pre20171111/work/pangoterm-0'