[Bug 269968] x11-toolkits/libhandy0: not used & broken - deprecate old version of libhandy

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 05 Mar 2023 03:15:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269968

--- Comment #5 from John Hein <jcfyecrayz@liamekaens.com> ---
(In reply to John Hein from comment #4)
0.80.0 still fails:

===============
 .
 .
FAILED: glade/libglade-handy.so.p/glade-hdy-header-group.c.o
cc -Iglade/libglade-handy.so.p -Iglade -I../glade -I. -I.. -Isrc -I../src
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include -I/usr/local/include/gtk-3.0
-I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz
-I/usr/local/include/freetype2 -I/usr/local/include/fribidi
-I/usr/local/include/cairo -I/usr/local/include/pixman-1
-I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0
-I/usr/local/include/gio-unix-2.0 -I/usr/local/include/libepoll-shim
-I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0
-I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0
-I/usr/local/lib/dbus-1.0/include -I/usr/local/include/libgladeui-2.0
-I/usr/ports/x11-toolkits/libhandy0/work/libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c/_build
-fno-color-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11
-O3 -DHAVE_CONFIG_H -DHANDY_COMPILATION -Wcast-align -Wdate-time
-Wdeclaration-after-statement -Werror=format-security -Werror=format=2
-Wendif-labels -Werror=incompatible-pointer-types -Werror=missing-declarations
-Werror=overflow -Werror=return-type -Werror=shift-count-overflow
-Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-field-initializers
-Wmissing-include-dirs -Wmissing-noreturn -Wnested-externs
-Wno-missing-field-initializers -Wno-sign-compare -Wno-strict-aliasing
-Wno-unused-parameter -Wold-style-definition -Wpointer-arith -Wredundant-decls
-Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wtype-limits
-Wundef -Wunused-function -fstack-protector-strong -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -fPIC -pthread -D_THREAD_SAFE -MD
-MQ glade/libglade-handy.so.p/glade-hdy-header-group.c.o -MF
glade/libglade-handy.so.p/glade-hdy-header-group.c.o.d -o
glade/libglade-handy.so.p/glade-hdy-header-group.c.o -c
../glade/glade-hdy-header-group.c
../glade/glade-hdy-header-group.c:46:46: error: use of undeclared identifier
'GPC_OBJECT_DELIMITER'
          g_strdup_printf ("%s%s%s", string, GPC_OBJECT_DELIMITER,
                                             ^
../glade/glade-hdy-header-group.c:77:3: warning: implicit declaration of
function 'GWA_GET_CLASS' is invalid in C99 [-Wimplicit-function-declaration]
  GWA_GET_CLASS (G_TYPE_OBJECT)->read_widget (adaptor, widget, node);
  ^
../glade/glade-hdy-header-group.c:77:34: error: member reference type 'int' is
not a pointer
  GWA_GET_CLASS (G_TYPE_OBJECT)->read_widget (adaptor, widget, node);
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ^
../glade/glade-hdy-header-group.c:123:3: warning: implicit declaration of
function 'GWA_GET_CLASS' is invalid in C99 [-Wimplicit-function-declaration]
  GWA_GET_CLASS (G_TYPE_OBJECT)->write_widget (adaptor, widget, context, node);
  ^
../glade/glade-hdy-header-group.c:123:34: error: member reference type 'int' is
not a pointer
  GWA_GET_CLASS (G_TYPE_OBJECT)->write_widget (adaptor, widget, context, node);
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ^
../glade/glade-hdy-header-group.c:157:5: warning: implicit declaration of
function 'GWA_GET_CLASS' is invalid in C99 [-Wimplicit-function-declaration]
    GWA_GET_CLASS (G_TYPE_OBJECT)->set_property (adaptor, object,
    ^
../glade/glade-hdy-header-group.c:157:36: error: member reference type 'int' is
not a pointer
    GWA_GET_CLASS (G_TYPE_OBJECT)->set_property (adaptor, object,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ^
3 warnings and 4 errors generated.
ninja: build stopped: subcommand failed.
==============

Note that the release notes for 0.80.0 say it was updated for glade 3.36, but
the current glade version in FreeBSD ports is 3.40

-- 
You are receiving this mail because:
You are the assignee for the bug.