From owner-freebsd-stable@FreeBSD.ORG Tue Jul 5 01:05:00 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1852616A41C for ; Tue, 5 Jul 2005 01:05:00 +0000 (GMT) (envelope-from zen@tk-pttuntex.com) Received: from matrix.tk-pttuntex.com (matrix.tk-pttuntex.com [203.77.209.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56DBA43D45 for ; Tue, 5 Jul 2005 01:04:59 +0000 (GMT) (envelope-from zen@tk-pttuntex.com) Received: from misael (core.bps.co.id [202.57.0.93]) by matrix.tk-pttuntex.com (Postfix) with ESMTP id 4253F23F638; Tue, 5 Jul 2005 08:04:29 +0700 (WIT) Date: Tue, 5 Jul 2005 20:05:13 +0700 From: misael X-Mailer: The Bat! (v1.62i) Business X-Priority: 3 (Normal) Message-ID: <129314697484.20050705200513@tk-pttuntex.com> To: Dominic Marks In-Reply-To: <200507041213.58317.dom@goodforbusiness.co.uk> References: <184232945562.20050704212241@tk-pttuntex.com> <200507041213.58317.dom@goodforbusiness.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re[2]: 5.3 STABLE to 5.4 buildkernel error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: misael List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 01:05:00 -0000 Hello Dominic, Monday, July 4, 2005, 6:13:57 PM, you wrote: DM> On Monday 04 July 2005 15:22, misael wrote: >> Hello freebsd-stable, >> >> i'm trying to update/upgrade my box from 5.3 STABLE to the latest >> version of 5 branch. >> but when i'm doing make buildkernel i bumped in to some errors, DM> Sometimes it is worth trying to cvsup against a different cvsup mirror DM> and running a clean build. The GENERIC kernel configuration is DM> unmodified, I suppose? >> here it is the error messages: >> >>> stage 2.3: build tools >> >> -------------------------------------------------------------- >> cd /usr/obj/usr/src/sys/GENERIC; >> 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/GENERIC cc -O -pipe >> -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -c >> /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c cc -O -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 >> >> i'm using GENERIC kernel for this and still error. >> >> for some information these are my cvsup file : >> >> *default host=cvsup12.FreeBSD.org >> *default base=/usr >> *default prefix=/usr >> # The following line is for 4-stable. If you want 3-stable or >> 2.2-stable, # change "RELENG_4" to "RELENG_3" or "RELENG_2_2" >> respectively. *default release=cvs tag=RELENG_5 >> *default delete use-rel-suffix >> >> and my current FreeBSD version: >> [root@core src]# uname -v >> FreeBSD 5.3-STABLE #7 >> >> any helps, hints or clues are highly appreciated. >> >> TIA >> >> >> >> >> -- >> >> Best regards, >> zen mailto:zen@tk-pttuntex.com >> i did change the cvsup server but still stop on those step. and it's GENERIC kernel and the INVARIANT and INVARIANT_SUPPORT is uncomment ( it's GENERIC KERNEL ). -- Best regards, misael mailto:zen@tk-pttuntex.com