Bug#601902: gnome-netstatus-applet: On kfreebsd, does not understand the kernel network information.

Robert Millan rmh at debian.org
Sat Nov 13 20:27:04 UTC 2010


2010/11/13 Michael Dorrington <michael.dorrington at gmail.com>:
> netstatus-sysdeps.c: In function ‘wireless_getval’:
> netstatus-sysdeps.c:408: warning: implicit declaration of function ‘strlcpy’

Add -lbsd to CFLAGS

> netstatus-sysdeps.c: In function ‘get_wi_data’:
> netstatus-sysdeps.c:474: error: storage size of ‘wreq’ isn’t known

Seems like wireless structs aren't properly defined.  Perhaps
this is the same problem that caused #601803 ?

grep for struct.*wreq in kfreebsd headers, see if the declaration is
present, and why it isn't accessible.

-- 
Robert Millan






More information about the pkg-gnome-maintainers mailing list