From owner-freebsd-current Wed Oct 9 15:37:39 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F0A737B401 for ; Wed, 9 Oct 2002 15:37:36 -0700 (PDT) Received: from kashmir.etowns.net (dsl-65-184-96-65.telocity.com [65.184.96.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 661CB43E3B for ; Wed, 9 Oct 2002 15:37:35 -0700 (PDT) (envelope-from thegage@kashmir.etowns.net) Received: from kashmir.etowns.net (localhost [127.0.0.1]) by kashmir.etowns.net (8.12.6/8.12.6) with ESMTP id g99Dfsv8051613 for ; Wed, 9 Oct 2002 06:41:54 -0700 (PDT) (envelope-from thegage@kashmir.etowns.net) Received: from localhost (thegage@localhost) by kashmir.etowns.net (8.12.6/8.12.6/Submit) with ESMTP id g99DfrKW051610 for ; Wed, 9 Oct 2002 06:41:54 -0700 (PDT) Date: Wed, 9 Oct 2002 06:41:53 -0700 (PDT) From: The Gupta Age To: Subject: KDE 3.0 broken in current?? Message-ID: <20021009063738.J33703-100000@kashmir.etowns.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I was trying to compile kde3 on a recent current. When the compilation reaches ksysguardd within ksysguard within kdebase3 it fails with the following error: gmake[4]: Entering directory `/usr/ports/x11/kdebase3/work/kdebase-3.0.3/ksysguard/ksysguardd/FreeBSD' source='netdev.c' object='netdev.o' libtool=no \ depfile='.deps/netdev.Po' tmpdepfile='.deps/netdev.TPo' \ depmode=gcc3 /bin/sh ../../../admin/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I../../.. -DKSYSGUARDDRCFILE="\"\"" -I./../../CContLib -I./.. -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE -Wall -c `test -f netdev.c || echo './'`netdev.c In file included from netdev.c:23: /usr/include/sys/socket.h:170: syntax error before "u_char" /usr/include/sys/socket.h:181: syntax error before "u_short" /usr/include/sys/socket.h:195: syntax error before "u_char" /usr/include/sys/socket.h:197: `int64_t' undeclared here (not in a function) /usr/include/sys/socket.h:197: `u_char' undeclared here (not in a function) /usr/include/sys/socket.h:197: size of array `__ss_pad1' is too large /usr/include/sys/socket.h:198: syntax error before "int64_t" /usr/include/sys/socket.h:199: `u_char' undeclared here (not in a function) /usr/include/sys/socket.h:199: `int64_t' undeclared here (not in a function) /usr/include/sys/socket.h:199: `u_char' undeclared here (not in a function) /usr/include/sys/socket.h:199: `int64_t' undeclared here (not in a function) /usr/include/sys/socket.h:371: syntax error before "uid_t" /usr/include/sys/socket.h:375: syntax error before "gid_t" /usr/include/sys/socket.h:410: syntax error before "u_short" /usr/include/sys/socket.h:418: syntax error before "caddr_t" /usr/include/sys/socket.h:422: syntax error before "caddr_t" /usr/include/sys/socket.h:455: syntax error before "recv" /usr/include/sys/socket.h:455: syntax error before "size_t" /usr/include/sys/socket.h:455: warning: type defaults to `int' in declaration of `recv' /usr/include/sys/socket.h:455: warning: data definition has no type or storage class /usr/include/sys/socket.h:456: syntax error before "recvfrom" /usr/include/sys/socket.h:456: syntax error before "size_t" /usr/include/sys/socket.h:456: warning: type defaults to `int' in declaration of `recvfrom' /usr/include/sys/socket.h:456: warning: data definition has no type or storage class /usr/include/sys/socket.h:457: syntax error before "recvmsg" /usr/include/sys/socket.h:457: warning: type defaults to `int' in declaration of `recvmsg' /usr/include/sys/socket.h:457: warning: data definition has no type or storage class /usr/include/sys/socket.h:458: syntax error before "send" /usr/include/sys/socket.h:458: syntax error before "size_t" /usr/include/sys/socket.h:458: warning: type defaults to `int' in declaration of `send' /usr/include/sys/socket.h:458: warning: data definition has no type or storage class /usr/include/sys/socket.h:459: syntax error before "sendto" /usr/include/sys/socket.h:460: syntax error before "size_t" /usr/include/sys/socket.h:460: warning: type defaults to `int' in declaration of `sendto' /usr/include/sys/socket.h:460: warning: data definition has no type or storage class /usr/include/sys/socket.h:461: syntax error before "sendmsg" /usr/include/sys/socket.h:461: warning: type defaults to `int' in declaration of `sendmsg' /usr/include/sys/socket.h:461: warning: data definition has no type or storage class /usr/include/sys/socket.h:462: syntax error before "size_t" gmake[4]: *** [netdev.o] Error 1 gmake[4]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.0.3/ksysguard/ksysguardd/FreeBSD' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.0.3/ksysguard/ksysguardd' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.0.3/ksysguard' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.0.3' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11/kdebase3. *** Error code 1 Stop in /usr/ports/x11/kde3. ---------------------------------------------------------------------- anybody else here successfully compiled kde3?? thanks and regards, Saurabh Gupta To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message