From owner-freebsd-questions@FreeBSD.ORG Tue Mar 11 04:41:05 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0686E1065674 for ; Tue, 11 Mar 2008 04:41:05 +0000 (UTC) (envelope-from gao@schrodinger.com) Received: from schrodinger.com (thermidore.schrodinger.com [192.156.98.99]) by mx1.freebsd.org (Postfix) with ESMTP id CBB628FC21 for ; Tue, 11 Mar 2008 04:41:04 +0000 (UTC) (envelope-from gao@schrodinger.com) Received: from toni.schrodinger.com (toni.schrodinger.com [192.156.98.56]) by schrodinger.com (8.13.4/8.13.4) with ESMTP id m2B4E9nk032131 for ; Mon, 10 Mar 2008 21:14:09 -0700 (PDT) (envelope-from gao@schrodinger.com) Received: from [10.10.18.38] (sub22-20.member.dsl-only.net [63.105.22.20]) (authenticated bits=0) by toni.schrodinger.com (8.13.3/8.13.3) with ESMTP id m2B4E866048050 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 10 Mar 2008 21:14:09 -0700 (PDT) (envelope-from gao@schrodinger.com) Message-ID: <47D6070A.1050206@schrodinger.com> Date: Mon, 10 Mar 2008 21:14:02 -0700 From: Simon Gao User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: "'User Questions'" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (schrodinger.com [192.156.98.99]); Mon, 10 Mar 2008 21:14:09 -0700 (PDT) Subject: Upgrade 4.11 to 7.0, possible? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 04:41:05 -0000 Hi, I am trying to see if it's possible to upgrade 4.11 to 7.0 by using cvsup. When I run "make buildworld", I got these errors. Are there packages missing? -------------------------------------------------------------- >>> Building an up-to-date make(1) -------------------------------------------------------------- rm -f .depend mkdep -f .depend -a -I/usr/src/usr.bin/make -DOLD_JOKE=1 -DMAKE_VERSION=\"5200408120\" -D__FBSDID=__RCSID -DDEFSHELLNAME=\"sh\" /usr/src/usr.bin/make/arch.c /usr/src/usr.bin/make/buf.c /usr/src/usr.bin/make/cond.c /usr/src/usr.bin/make/dir.c /usr/src/usr.bin/make/for.c /usr/src/usr.bin/make/hash.c /usr/src/usr.bin/make/hash_tables.c /usr/src/usr.bin/make/job.c /usr/src/usr.bin/make/lst.c /usr/src/usr.bin/make/main.c /usr/src/usr.bin/make/make.c /usr/src/usr.bin/make/parse.c /usr/src/usr.bin/make/proc.c /usr/src/usr.bin/make/shell.c /usr/src/usr.bin/make/str.c /usr/src/usr.bin/make/suff.c /usr/src/usr.bin/make/targ.c /usr/src/usr.bin/make/util.c /usr/src/usr.bin/make/var.c In file included from /usr/src/usr.bin/make/arch.c:107: /usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory In file included from /usr/src/usr.bin/make/cond.c:59: /usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory In file included from /usr/src/usr.bin/make/dir.c:97: /usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory In file included from /usr/src/usr.bin/make/for.c:55: /usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory In file included from /usr/src/usr.bin/make/job.c:131: /usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory In file included from /usr/src/usr.bin/make/main.c:82: /usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory In file included from /usr/src/usr.bin/make/make.c:80: /usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory In file included from /usr/src/usr.bin/make/parse.c:86: /usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory In file included from /usr/src/usr.bin/make/str.c:49: /usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory In file included from /usr/src/usr.bin/make/suff.c:102: /usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory In file included from /usr/src/usr.bin/make/targ.c:84: /usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory In file included from /usr/src/usr.bin/make/util.c:59: /usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory In file included from /usr/src/usr.bin/make/var.c:96: /usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/usr.bin/make. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Simon