Subject: kdebase3.5.6 fails on DragonFly
To: None <pkgsrc-users@netbsd.org>
From: Petr Janda <elekktretterr@exemail.com.au>
List: pkgsrc-users
Date: 02/16/2007 09:33:55
With this error:

gmake[4]: Entering directory 
`/usr/obj/pkgsrc/x11/kdebase3/work/kdebase-3.5.6/ksysguard/ksysguardd/FreeBSD'
if cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I./../../CContLib -I./..  
-DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/include -DLDAP_DEPRECATED 
-I/usr/pkg/qt3/include -DGLX_GLXEXT_LEGACY -I/usr/pkg/include/krb5 
-I/usr/pkg/include/db4 -I/usr/pkg/include/freetype2  -DNDEBUG -O2  -O 
-pipe -I/usr/pkg/include -I/usr/include -DLDAP_DEPRECATED 
-I/usr/pkg/qt3/include -DGLX_GLXEXT_LEGACY -I/usr/pkg/include/krb5 
-I/usr/pkg/include/db4 -I/usr/pkg/include/freetype2 -D_GNU_SOURCE -MT 
ProcessList.o -MD -MP -MF ".deps/ProcessList.Tpo" -c -o ProcessList.o 
ProcessList.c; \
        then mv -f ".deps/ProcessList.Tpo" ".deps/ProcessList.Po"; else 
rm -f ".deps/ProcessList.Tpo"; exit 1; fi
ProcessList.c: In function `updateProcess':
ProcessList.c:216: error: structure has no member named `kp_proc'
ProcessList.c:217: error: structure has no member named `kp_eproc'
ProcessList.c:218: error: structure has no member named `kp_eproc'
ProcessList.c:219: error: structure has no member named `kp_eproc'
ProcessList.c:221: error: structure has no member named `kp_thread'
ProcessList.c:225: error: structure has no member named `kp_proc'
ProcessList.c:232: error: structure has no member named `kp_proc'
ProcessList.c:261: error: structure has no member named `kp_proc'
ProcessList.c:262: error: structure has no member named `kp_eproc'
ProcessList.c:263: error: structure has no member named `kp_eproc'
ProcessList.c:265: error: structure has no member named `kp_thread'
ProcessList.c:265: error: structure has no member named `kp_thread'
ProcessList.c:270: error: structure has no member named `kp_proc'
ProcessList.c:270: error: structure has no member named `kp_proc'
ProcessList.c:270: error: structure has no member named `kp_proc'
ProcessList.c: In function `updateProcessList':
ProcessList.c:371: error: structure has no member named `kp_proc'

Petr