GNOME Bugzilla – Bug 483234
DragonFlyBSD 1.10.1 and newer has a new process structure to support
Last modified: 2011-10-14 05:16:46 UTC
Please describe the problem: cc -DHAVE_CONFIG_H -I. -I../.. -I../../sysdeps/freebsd -I../../include -I/usr/p kgsrc/sysutils/libgtop/work/.buildlink/include/glib/glib-2.0 -I/usr/pkgsrc/sysut ils/libgtop/work/.buildlink/lib/glib-2.0/include -DHAVE_STATVFS_READS_COUNT -DHA VE_STATVFS_WRITES_COUNT -I/usr/pkgsrc/sysutils/libgtop/work/.buildlink/include - Winline -Wall -std=gnu89 -Wchar-subscripts -Wmissing-declarations -Wmissing-prot otypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -O2 -MT proc list.lo -MD -MP -MF .deps/proclist.Tpo -c proclist.c -fPIC -DPIC -o .libs/procl ist.o proclist.c: In function `glibtop_get_proclist_p': proclist.c:106: error: structure has no member named `kp_proc' proclist.c:106: error: `SRUN' undeclared (first use in this function) proclist.c:106: error: (Each undeclared identifier is reported only once proclist.c:106: error: for each function it appears in.) proclist.c:109: error: structure has no member named `kp_eproc' proclist.c:111: error: structure has no member named `kp_proc' gmake[3]: *** [proclist.lo] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/sysutils/libgtop/work/libgtop-2.14.2/sy sdeps/freebsd' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/pkgsrc/sysutils/libgtop/work/libgtop-2.14.2/sy sdeps' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/sysutils/libgtop/work/libgtop-2.14.2' gmake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/sysutils/libgtop *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/sysutils/libgtop Steps to reproduce: 1. install latest stable dragonflybsd distro (http://www.dragonflybsd.org/) 2. cd /usr/pkgsrc ; cvs up 3. cd /usr/pkgsrc/sysutils/libgtop ; bmake Actual results: It cannot compile, then also /usr/pkgsrc/meta-pkgs/gnome doesn't compile anymore. Expected results: To compile and install gnome on dfbsd. Does this happen every time? yes. Other information: http://www.dragonflybsd.org/cvsweb/src/
Please try the latest stable version 2.20.0
Please try the latest stable version 2.28.4 and let us know if the issue is still there.
Please feel free to reopen this bug if the problem still occurs with a newer version of libgtop.