homebank 5.6.1 fails to build with el8

Bug #2007012 reported by Filipe Rosset
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
HomeBank
Invalid
Undecided
Unassigned

Bug Description

Full logs: https://kojipkgs.fedoraproject.org//work/tasks/261/97400261/build.log
OR: https://pastebin.com/is72e0Um

gcc -DHAVE_CONFIG_H -I. -I.. -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/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libdrm -I/usr/include/valgrind -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -DSHARE_DIR=\""/usr/share/homebank"\" -DDATA_DIR=\""/usr/share"\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -Wmissing-prototypes -Wno-deprecated-declarations -DOFX_ENABLE -c -o hb-filter.o hb-filter.c
make[2]: Leaving directory '/builddir/build/BUILD/homebank-5.6.1/src'
hb-filter.c: In function 'da_flt_copy':
hb-filter.c:154:15: warning: implicit declaration of function 'g_array_copy'; did you mean 'g_error_copy'? [-Wimplicit-function-declaration]
  dst->gbacc = g_array_copy(src->gbacc);
               ^~~~~~~~~~~~
               g_error_copy
hb-filter.c:154:13: warning: assignment to 'GArray *' {aka 'struct _GArray *'} from 'int' makes pointer from integer without a cast [-Wint-conversion]
  dst->gbacc = g_array_copy(src->gbacc);
             ^
hb-filter.c:155:13: warning: assignment to 'GArray *' {aka 'struct _GArray *'} from 'int' makes pointer from integer without a cast [-Wint-conversion]
  dst->gbpay = g_array_copy(src->gbpay);
             ^
hb-filter.c:156:13: warning: assignment to 'GArray *' {aka 'struct _GArray *'} from 'int' makes pointer from integer without a cast [-Wint-conversion]
  dst->gbcat = g_array_copy(src->gbcat);
             ^
hb-filter.c:157:13: warning: assignment to 'GArray *' {aka 'struct _GArray *'} from 'int' makes pointer from integer without a cast [-Wint-conversion]
  dst->gbtag = g_array_copy(src->gbtag);
             ^

Filipe Rosset (rosset)
summary: - homebank 5.6.1 fails to build with el 8
+ homebank 5.6.1 fails to build with el8
Revision history for this message
Maxime DOYEN (mdoyen) wrote (last edit ):

seems g_array_copy requires glib 2.62 out since sept 2019
what is the glib version in el8 ?

Maxime DOYEN (mdoyen)
Changed in homebank:
status: New → Incomplete
Revision history for this message
Maxime DOYEN (mdoyen) wrote :

I did not found what is EL8 (fedora RHEL ?)
nor the glib version, but whatever glib upgrade

Changed in homebank:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.