From owner-freebsd-questions@FreeBSD.ORG Wed Jan 14 09:30:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38C5016A4CE for ; Wed, 14 Jan 2004 09:30:30 -0800 (PST) Received: from mazzite.fhcrc.org (mazzite.fhcrc.org [140.107.152.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id B630343D5C for ; Wed, 14 Jan 2004 09:30:26 -0800 (PST) (envelope-from jgoodlea@fhcrc.org) Received: from e500b.fhcrc.org (e500b.fhcrc.org [140.107.52.110]) i0EHUQLt015082 for ; Wed, 14 Jan 2004 09:30:26 -0800 Received: from jarlite.fhcrc.org(140.107.42.11) by e500b.fhcrc.org via csmap id 12023; Wed, 14 Jan 2004 09:28:26 -0800 (PST) Received: from shemp.fhcrc.org (shemp.fhcrc.org [140.107.42.41]) i0EHUPRC002420 for ; Wed, 14 Jan 2004 09:30:25 -0800 Received: by shemp.fhcrc.org with Internet Mail Service (5.5.2657.72) id ; Wed, 14 Jan 2004 09:30:24 -0800 Message-ID: From: "Goodleaf, John M" To: "'freebsd-questions@freebsd.org'" Date: Wed, 14 Jan 2004 09:30:20 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain X-FHCRC: INTERNAL Subject: buildworld failure 4.9 Stable --> 5.2 Release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2004 17:30:30 -0000 Hello, I'm trying to upgrade a system from 4.9 (Stable) to 5.2 release. I get a buildworld failure with aand error that reads like this: In file included from /usr/src/lib/libkvm/kvm.c:62: /usr/src/lib/libkvm/kvm.h:41:24: sys/_types.h: No such file or directory In file included from /usr/src/lib/libkvm/kvm.c:62: /usr/src/lib/libkvm/kvm.h:49: error: syntax error before "size_t" /usr/src/lib/libkvm/kvm.h:49: warning: useless keyword or type name in empty declaration /usr/src/lib/libkvm/kvm.h:49: warning: empty declaration /usr/src/lib/libkvm/kvm.h:54: error: syntax error before "ssize_t" /usr/src/lib/libkvm/kvm.h:54: warning: useless keyword or type name in empty declaration /usr/src/lib/libkvm/kvm.h:54: warning: empty declaration Any ideas how to fix this? Thanks, John PS My make.conf file looks like this: MODULES_WITH_WORLD=true USA_RESIDENT=YES CFLAGS= -O -pipe NOGAMES= true NOINFO= true NOFORTRAN= true NO_LPR= true KERNCONF=CLYDE NO_SENDMAIL= true COPTFLAGS= -O -pipe CPUTYPE= pentium4 CXXFLAGS+= -fmemoize-lookups -fsave-memoized PERL_VER=5.8.1 PERL_VERSION=5.8.1 PERL_ARCH=mach NOPERL=yo NO_PERL=yo NO_PERL_WRAPPER=yo