Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 681814 Details for
Bug 764353
x11-terms/pangoterm: fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pangoterm-0.0_pre20171111-build.log
pangoterm-0.0_pre20171111-build.log (text/plain), 18.37 KB, created by
Joonas Niilola
on 2021-01-07 17:04:47 UTC
(
hide
)
Description:
pangoterm-0.0_pre20171111-build.log
Filename:
MIME Type:
Creator:
Joonas Niilola
Created:
2021-01-07 17:04:47 UTC
Size:
18.37 KB
patch
obsolete
>>>> Emerging (1 of 1) x11-terms/pangoterm-0.0_pre20171111::gentoo > * pangoterm-0.0_pre20171111.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ] >>>> Unpacking source... >>>> Unpacking pangoterm-0.0_pre20171111.tar.gz to /var/tmp/portage/portage/x11-terms/pangoterm-0.0_pre20171111/work >>>> Source unpacked in /var/tmp/portage/portage/x11-terms/pangoterm-0.0_pre20171111/work >>>> Preparing source in /var/tmp/portage/portage/x11-terms/pangoterm-0.0_pre20171111/work/pangoterm-0 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/portage/x11-terms/pangoterm-0.0_pre20171111/work/pangoterm-0 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/portage/x11-terms/pangoterm-0.0_pre20171111/work/pangoterm-0 ... >make -j16 -l16 >CC conf.c >CC main.c >CC pangoterm.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); > | ~^~~~~~~~~~~~~~~~~~~~~~~~ >pangoterm.c: In function 'chpen': >pangoterm.c:67:32: error: 'VTermColor' 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' 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' has no member named 'blue' > 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:32: error: 'VTermColor' 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' 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' has no member named 'blue' > 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: In function 'term_sb_popline': >pangoterm.c:64:19: error: 'VTermColor' 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' 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' has no member named 'blue' > 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:74: 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:74: 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:19: error: 'VTermColor' 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' 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' has no member named 'blue' > 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:74: 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:74: 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: In function 'pangoterm_new': >pangoterm.c:64:19: error: 'VTermColor' 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' 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' has no member named 'blue' > 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:74: 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:74: 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: In function 'pangoterm_set_default_colors': >pangoterm.c:64:19: error: 'VTermColor' 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' 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' has no member named 'blue' > 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:74: 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:74: 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:19: error: 'VTermColor' 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' 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' has no member named 'blue' > 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:74: 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:74: 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)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ >make: *** [Makefile:50: pangoterm.lo] Error 1 >make: *** Waiting for unfinished jobs.... > * 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/tmp/portage/portage/x11-terms/pangoterm-0.0_pre20171111/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/portage/x11-terms/pangoterm-0.0_pre20171111/temp/environment'. > * Working directory: '/var/tmp/portage/portage/x11-terms/pangoterm-0.0_pre20171111/work/pangoterm-0' > * S: '/var/tmp/portage/portage/x11-terms/pangoterm-0.0_pre20171111/work/pangoterm-0' > >>>> Failed to emerge x11-terms/pangoterm-0.0_pre20171111, Log file: >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 764353
: 681814