From owner-freebsd-questions@FreeBSD.ORG Sat May 10 13:59:30 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 7A8DB106567A for ; Sat, 10 May 2008 13:59:30 +0000 (UTC) (envelope-from hakmi@rogers.com) Received: from smtp109.rog.mail.re2.yahoo.com (smtp109.rog.mail.re2.yahoo.com [68.142.225.207]) by mx1.freebsd.org (Postfix) with SMTP id 231268FC1B for ; Sat, 10 May 2008 13:59:29 +0000 (UTC) (envelope-from hakmi@rogers.com) Received: (qmail 22174 invoked from network); 10 May 2008 13:32:49 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:Thread-Index:X-MimeOLE; b=0rMF2f8Pd2PnX2OMDW9UcnV0yrt+n2UgK7BDUpgi1/r46rWJjoilq05F46fR7TXFfwrQ4oG+C3v1oC/jqMrg73QJq9lhXTizH9xL5d2ACpf/KO8ybAXfY2+nVykNe4HwSsHb+IkUksVf6hGPuVGQqpSaa7fKOgGZ3UkHAjoC2z8= ; Received: from unknown (HELO tamouh) (hakmi@rogers.com@99.224.65.182 with login) by smtp109.rog.mail.re2.yahoo.com with SMTP; 10 May 2008 13:32:49 -0000 X-YMail-OSG: _3UNOjoVM1mclmAOGd_t9zOTNDsWMLEi2AUYqF5W3iBIQvnk5.VGwyg_p8GiUMdJ4g-- X-Yahoo-Newman-Property: ymail-3 From: "Tamouh H." To: Date: Sat, 10 May 2008 09:30:50 -0400 Message-ID: <019101c8b2a2$107358a0$6900a8c0@tamouh> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 Thread-Index: Aciyog/z6fuLFOphREeZzkzQ4uX7/w== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Subject: Upgrading 5.4 to 7.0 Error on Kernel 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: Sat, 10 May 2008 13:59:30 -0000 Hi, I'm trying to upgrade from 5.4 i386 to 7.0 latest release. But I'm = having a bit of problem with the upgrade for some reason. This is what has been done so far: - deleted /usr/src/* - cvsup -g -L 2 to RELENG_7_0 src-all - deleted /usr/obj/* - in /usr/src make clean The error occurs when doing: make kernel-toolchain =3D=3D=3D> usr.bin/gencat (obj,depend,all,install) /usr/obj/usr/src/tmp/usr/src/usr.bin/gencat created for = /usr/src/usr.bin/gencat rm -f .depend mkdep -f .depend -a -I/usr/obj/usr/src/tmp/legacy/usr/include = /usr/src/usr.bin/gencat/gencat.c echo gencat: /usr/lib/libc.a = /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a >> .depend cc -O2 -fno-strict-aliasing -pipe = -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/usr.bin/gencat/gencat.c In file included from /usr/src/usr.bin/gencat/gencat.c:88: /usr/obj/usr/src/tmp/legacy/usr/include/nl_types.h:100: error: syntax = error before "__format_arg" *** Error code 1 Stop in /usr/src/usr.bin/gencat. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Any tips on how to get this update? Or should I move to 6.x then 7.x ? Thanks, Tamouh Hakmi