<p></p>
<p dir="auto">Looks like last release no longer build</p>
<div class="highlight highlight-text-shell-session"><pre><span class="pl-c1">make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/geany-plugins-1.38/git-changebar/src'</span>
/bin/sh ../../libtool  --tag=CC   --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../..   -DG_LOG_DOMAIN=\"GitChangeBar\"  -DLOCALEDIR=\""/usr/share/locale"\" -DPREFIX=\""/usr"\" -DDOCDIR=\""/usr/share/doc/geany-plugins"\" -DGEANYPLUGINS_DATADIR=\""/usr/share"\" -DPKGDATADIR=\""/usr/share/geany-plugins"\" -DLIBDIR=\""/usr/lib64"\" -DPKGLIBDIR=\""/usr/lib64/geany-plugins"\" -DPLUGINDATADIR=\""/usr/share/geany-plugins/git-changebar"\" -DPLUGINDOCDIR=\""/usr/share/doc/geany-plugins/git-changebar"\" -DPLUGINLIBDIR=\""/usr/lib64/geany-plugins/git-changebar"\" -DPLUGIN="\"git-changebar\"" -DGTK -I/usr/include/geany -I/usr/include/geany/tagmanager -I/usr/include/geany/scintilla -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0  -Wall -Wimplicit-function-declaration -Wmissing-parameter-type -Wold-style-declaration -Wpointer-arith -Wshadow -Wundef -Wwrite-strings -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0  -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o git_changebar_la-gcb-plugin.lo `test -f 'gcb-plugin.c' || echo './'`gcb-plugin.c
libtool: compile:  /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GitChangeBar\" -DLOCALEDIR=\"/usr/share/locale\" -DPREFIX=\"/usr\" -DDOCDIR=\"/usr/share/doc/geany-plugins\" -DGEANYPLUGINS_DATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/geany-plugins\" -DLIBDIR=\"/usr/lib64\" -DPKGLIBDIR=\"/usr/lib64/geany-plugins\" -DPLUGINDATADIR=\"/usr/share/geany-plugins/git-changebar\" -DPLUGINDOCDIR=\"/usr/share/doc/geany-plugins/git-changebar\" -DPLUGINLIBDIR=\"/usr/lib64/geany-plugins/git-changebar\" -DPLUGIN=\"git-changebar\" -DGTK -I/usr/include/geany -I/usr/include/geany/tagmanager -I/usr/include/geany/scintilla -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -Wall -Wimplicit-function-declaration -Wmissing-parameter-type -Wold-style-declaration -Wpointer-arith -Wshadow -Wundef -Wwrite-strings -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c gcb-plugin.c  -fPIC -DPIC -o .libs/git_changebar_la-gcb-plugin.o
<span class="pl-c1">gcb-plugin.c: In function 'gcb_git_buf_grow':</span>
<span class="pl-c1">gcb-plugin.c:219:12: error: 'git_buf' has no member named 'asize'; did you mean 'size'?</span>
<span class="pl-c1">  219 |   if (buf->asize == 0) {</span>
<span class="pl-c1">      |            ^~~~~</span>
<span class="pl-c1">      |            size</span>
<span class="pl-c1">gcb-plugin.c: In function 'buf_zero':</span>
<span class="pl-c1">gcb-plugin.c:237:10: error: 'git_buf' has no member named 'asize'; did you mean 'size'?</span>
<span class="pl-c1">  237 |     buf->asize = 0;</span>
<span class="pl-c1">      |          ^~~~~</span>
<span class="pl-c1">      |          size</span>
<span class="pl-c1">gcb-plugin.c: In function 'on_plugin_configure_response':</span>
<span class="pl-c1">gcb-plugin.c:1606:7: warning: 'gtk_color_button_get_color' is deprecated: Use 'gtk_color_chooser_get_rgba' instead [-Wdeprecated-declarations]</span>
<span class="pl-c1"> 1606 |       gtk_color_button_get_color (GTK_COLOR_BUTTON (cw->added_color_button),</span>
<span class="pl-c1">      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~</span>
<span class="pl-c1">In file included from /usr/include/gtk-3.0/gtk/gtk.h:74,</span>
<span class="pl-c1">                 from gcb-plugin.c:27:</span>
<span class="pl-c1">/usr/include/gtk-3.0/gtk/gtkcolorbutton.h:92:12: note: declared here</span>
<span class="pl-c1">   92 | void       gtk_color_button_get_color      (GtkColorButton *button,</span>
<span class="pl-c1">      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~</span>
<span class="pl-c1">gcb-plugin.c:1609:7: warning: 'gtk_color_button_get_color' is deprecated: Use 'gtk_color_chooser_get_rgba' instead [-Wdeprecated-declarations]</span>
<span class="pl-c1"> 1609 |       gtk_color_button_get_color (GTK_COLOR_BUTTON (cw->changed_color_button),</span>
<span class="pl-c1">      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~</span>
<span class="pl-c1">/usr/include/gtk-3.0/gtk/gtkcolorbutton.h:92:12: note: declared here</span>
<span class="pl-c1">   92 | void       gtk_color_button_get_color      (GtkColorButton *button,</span>
<span class="pl-c1">      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~</span>
<span class="pl-c1">gcb-plugin.c:1612:7: warning: 'gtk_color_button_get_color' is deprecated: Use 'gtk_color_chooser_get_rgba' instead [-Wdeprecated-declarations]</span>
<span class="pl-c1"> 1612 |       gtk_color_button_get_color (GTK_COLOR_BUTTON (cw->removed_color_button),</span>
<span class="pl-c1">      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~</span>
<span class="pl-c1">/usr/include/gtk-3.0/gtk/gtkcolorbutton.h:92:12: note: declared here</span>
<span class="pl-c1">   92 | void       gtk_color_button_get_color      (GtkColorButton *button,</span>
<span class="pl-c1">      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~</span>
<span class="pl-c1">gcb-plugin.c: In function 'plugin_configure':</span>
<span class="pl-c1">gcb-plugin.c:1680:5: warning: 'gtk_color_button_set_color' is deprecated: Use 'gtk_color_chooser_set_rgba' instead [-Wdeprecated-declarations]</span>
<span class="pl-c1"> 1680 |     gtk_color_button_set_color (GTK_COLOR_BUTTON (cw->added_color_button),</span>
<span class="pl-c1">      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~</span>
<span class="pl-c1">/usr/include/gtk-3.0/gtk/gtkcolorbutton.h:89:12: note: declared here</span>
<span class="pl-c1">   89 | void       gtk_color_button_set_color      (GtkColorButton *button,</span>
<span class="pl-c1">      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~</span>
<span class="pl-c1">gcb-plugin.c:1683:5: warning: 'gtk_color_button_set_color' is deprecated: Use 'gtk_color_chooser_set_rgba' instead [-Wdeprecated-declarations]</span>
<span class="pl-c1"> 1683 |     gtk_color_button_set_color (GTK_COLOR_BUTTON (cw->changed_color_button),</span>
<span class="pl-c1">      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~</span>
<span class="pl-c1">/usr/include/gtk-3.0/gtk/gtkcolorbutton.h:89:12: note: declared here</span>
<span class="pl-c1">   89 | void       gtk_color_button_set_color      (GtkColorButton *button,</span>
<span class="pl-c1">      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~</span>
<span class="pl-c1">gcb-plugin.c:1686:5: warning: 'gtk_color_button_set_color' is deprecated: Use 'gtk_color_chooser_set_rgba' instead [-Wdeprecated-declarations]</span>
<span class="pl-c1"> 1686 |     gtk_color_button_set_color (GTK_COLOR_BUTTON (cw->removed_color_button),</span>
<span class="pl-c1">      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~</span>
<span class="pl-c1">/usr/include/gtk-3.0/gtk/gtkcolorbutton.h:89:12: note: declared here</span>
<span class="pl-c1">   89 | void       gtk_color_button_set_color      (GtkColorButton *button,</span>
<span class="pl-c1">      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~</span></pre></div>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/issues/1175">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ7ETLE63A5ABBSCHGLVLTDVDANCNFSM5WZMU3BA">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAIOWJ7SMU66YJJGQTVRMYLVLTDVDA5CNFSM5WZMU3BKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4SSLXFRA.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><geany/geany-plugins/issues/1175</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany-plugins/issues/1175",
"url": "https://github.com/geany/geany-plugins/issues/1175",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>