From owner-freebsd-questions@FreeBSD.ORG  Fri May  8 13:02:29 2009
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 93D04106566B
	for <freebsd-questions@freebsd.org>;
	Fri,  8 May 2009 13:02:29 +0000 (UTC)
	(envelope-from wtf.jlaine@gmail.com)
Received: from mail-qy0-f105.google.com (mail-qy0-f105.google.com
	[209.85.221.105])
	by mx1.freebsd.org (Postfix) with ESMTP id 52DBA8FC12
	for <freebsd-questions@freebsd.org>;
	Fri,  8 May 2009 13:02:29 +0000 (UTC)
	(envelope-from wtf.jlaine@gmail.com)
Received: by qyk3 with SMTP id 3so2797028qyk.3
	for <freebsd-questions@freebsd.org>;
	Fri, 08 May 2009 06:02:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=domainkey-signature:mime-version:received:date:message-id:subject
	:from:to:content-type:content-transfer-encoding;
	bh=Otebnh8KMRDeUz4+/Ew2r759CSjhOi3AzXygFW4ZcSA=;
	b=dWb49qLdL4h3W8tn8xuNiMcYtzcezIvn5+E5tCvFUCD8jqyB+cLbzi6ZqSh+XLHyqA
	YdnOs74w18Bfk5Zf+drTEJ+XljzJpi9m4D/rb6i/lj9SNnNHFh22yjxJeWCH86zgF9MQ
	u4XBvWvl4vC8IWmjg6oaazK+bE6Nn6cGF8uhw=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;
	h=mime-version:date:message-id:subject:from:to:content-type
	:content-transfer-encoding;
	b=XYP9QUIDDi6PNifPfCOMbci6ufHfzghh9te+ghFnmL7zKPKnCh+o1blnF5wTXH9vh/
	4qn+WNeMSeDNvWaoidiBYjGHPND4vbRfmzYHhX3Lywz2miFfLll+cCV8h4DdCEsOJsR0
	HXo3lUZH5owasvLoERiVNdLlElIhSzOkNPwFo=
MIME-Version: 1.0
Received: by 10.220.99.205 with SMTP id v13mr7801438vcn.65.1241787748563; Fri, 
	08 May 2009 06:02:28 -0700 (PDT)
Date: Fri, 8 May 2009 17:02:28 +0400
Message-ID: <2b98f2f70905080602n4dcafa0dk84a9e097f94a5ba5@mail.gmail.com>
From: Jeff Laine <wtf.jlaine@gmail.com>
To: freebsd-questions@freebsd.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Subject: 6.0 to 6.4 upgrade - buildkernel fails
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 08 May 2009 13:02:29 -0000

Hello, everybody.

I'm trying to source upgrade from 6.0-RELEASE to 6.4.
I really need to update this system, because 6.0 has too many holes now.
I cvsup'ed to RELENG_6_4 and buildworld went ok, but buildkernel fails
ait this stage:


[skipped]
--------------------------------------------------------------
>>> stage 2.3: build tools
--------------------------------------------------------------
cd /usr/obj/usr/src/sys/KERNEL;
MAKESRCPATH=/usr/src/sys/dev/aic7xxx/aicasm  make -DNO_CPU_CFLAGS -f
/usr/src/sys/dev/aic7xxx/aicasm/Makefile
Warning: Object directory not changed from original /usr/obj/usr/src/sys/KERNEL
yacc -b aicasm_gram  -d -o aicasm_gram.c
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y
yacc -b aicasm_macro_gram -p mm -d -o aicasm_macro_gram.c
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y
cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I.
-I/usr/src/sys/dev/aic7xxx/aicasm  -c
/usr/src/sys/dev/aic7xxx/aicasm/aicasm.c
cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I.
-I/usr/src/sys/dev/aic7xxx/aicasm  -c
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symbol_delete':
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:91: warning: passing
arg 2 of pointer to function from incompatible pointer type
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:91: error: too few
arguments to function
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symtable_open':
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:135: warning:
assignment makes pointer from integer without a cast
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symtable_close':
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: structure
has no member named `seq'
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: `R_FIRST'
undeclared (first use in this function)
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: (Each
undeclared identifier is reported only once
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: for each
function it appears in.)
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:157: error: too few
arguments to function
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symtable_get':
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:176: warning: passing
arg 2 of pointer to function from incompatible pointer type
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:176: error: too few
arguments to function
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:189: warning: passing
arg 2 of pointer to function from incompatible pointer type
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:189: error: too few
arguments to function
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symtable_dump':
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:486: error: `R_FIRST'
undeclared (first use in this function)
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:487: error: structure
has no member named `seq'
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:524: error: `R_NEXT'
undeclared (first use in this function)
*** Error code 1

Stop in /usr/obj/usr/src/sys/KERNEL.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


My config is the same as GENERIC, but with pf and altq options included.
Is it possible to use freebsd-udate on this old system?


Any help will be much appreciated.


--
Best regards,

Jeff