After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 483234 - DragonFlyBSD 1.10.1 and newer has a new process structure to support
DragonFlyBSD 1.10.1 and newer has a new process structure to support
Status: RESOLVED OBSOLETE
Product: libgtop
Classification: Core
Component: bsd
2.14.x
Other All
: Normal blocker
: ---
Assigned To: libgtop maintainers
libgtop maintainers
Depends on:
Blocks:
 
 
Reported: 2007-10-04 06:20 UTC by Ferruccio Zamuner
Modified: 2011-10-14 05:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Ferruccio Zamuner 2007-10-04 06:20:44 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/
Comment 1 Benoît Dejean 2007-10-04 08:47:25 UTC
Please try the latest stable version 2.20.0
Comment 2 Jasper Lievisse Adriaanse 2011-08-30 16:13:44 UTC
Please try the latest stable version 2.28.4 and let us know if the issue is still there.
Comment 3 Akhil Laddha 2011-10-14 05:16:46 UTC
Please feel free to reopen this bug if the problem still occurs with a newer
version of libgtop.