devel/libgtop build error
Jan Beich
jbeich at FreeBSD.org
Mon Dec 16 15:53:32 UTC 2019
Nilton Jose Rizzo <rizzo at rizzo.eng.br> writes:
> Problem with compile devel/libgtop
>
> libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../..
> -I../../sysdeps/freebsd -I../../include -I/usr/local/include/glib-2.0
> -I/usr/local/lib/glib-2.0/include -I/usr/local/include
> -I/usr/local/include -I/usr/local/include -Winline -Wall -Wchar-
> subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs
> -Wpointer-arith -Wcast-align -Wsign-compare -O2 -pipe -fstack-
> protector-strong -fno-strict-aliasing -MT procargs.lo -MD -MP -MF
> .deps/procargs.Tpo -c procargs.c -o procargs.o >/dev/null 2>&1
> procmap.c:101:25: warning: unused variable 'um' [-Wunused-variable]
> struct ufsmount um;
> ^
> procmap.c:282:39: error: no member named 'next' in 'struct
> vm_map_entry'
> first = vmspace.vm_map.header.next;
> ~~~~~~~~~~~~~~~~~~~~~ ^
> procmap.c:285:56: error: no member named 'next' in 'struct
> vm_map_entry'
> (gulong) vmspace.vm_map.header.next,
> ~~~~~~~~~~~~~~~~~~~~~ ^
> procmap.c:308:56: error: no member named 'next' in 'struct
> vm_map_entry'
> (gulong) entry.next,
> ~~~~~ ^
> procmap.c:386:24: error: no member named 'next' in 'struct
> vm_map_entry'
> } while (entry.next != first);
> ~~~~~ ^
> procmap.c:396:16: warning: cast from 'gchar *' (aka 'char *') to
> 'glibtop_map_entry *' (aka 'struct _glibtop_map_entry *')
> increases
> required alignment from 1 to 8 [-Wcast-align]
> return (glibtop_map_entry*) g_array_free(maps, FALSE);
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2 warnings and 4 errors generated.
Probably regressed by https://svnweb.freebsd.org/changeset/base/355491
Better ask on current@ list.
More information about the freebsd-ports
mailing list