From owner-freebsd-current@FreeBSD.ORG Sun Feb 15 22:35:32 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE62416A4CE for ; Sun, 15 Feb 2004 22:35:32 -0800 (PST) Received: from seed.net.tw (sn13.seed.net.tw [139.175.54.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83A5E43D2D for ; Sun, 15 Feb 2004 22:35:32 -0800 (PST) (envelope-from leafy@leafy.idv.tw) Received: from [61.59.121.140] (port=54041 helo=chihiro.leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.23:1) id 1AscLn-000P5d-W1 for freebsd-current@freebsd.org; Mon, 16 Feb 2004 14:35:28 +0800 Received: from localhost (localhost [127.0.0.1]) by chihiro.leafy.idv.tw (Postfix) with ESMTP id 72F8C10C for ; Mon, 16 Feb 2004 14:35:30 +0800 (CST) Received: from chihiro.leafy.idv.tw ([127.0.0.1]) by localhost (chihiro.leafy.idv.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 33883-07 for ; Mon, 16 Feb 2004 14:35:30 +0800 (CST) Received: by chihiro.leafy.idv.tw (Postfix, from userid 1000) id 078EBFC; Mon, 16 Feb 2004 14:35:30 +0800 (CST) Date: Mon, 16 Feb 2004 14:35:29 +0800 From: leafy To: freebsd-current@freebsd.org Message-ID: <20040216063529.GA34675@chihiro.leafy.idv.tw> Mail-Followup-To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at leafy.idv.tw Subject: buildworld fails at boot2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 06:35:32 -0000 ===> sys/boot/i386/boot2 cc -Os -fno-guess-branch-probability -fomit-frame-pointer -mno-align-long-strings -mrtd -DUFS1_AND_UFS2 -I/usr/src/sys/boot/i386/boot2/../../common -I/usr/src/sys/boot/i386/boot2/../btx/lib -I. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -ffreestanding -mpreferred-stack-boundary=2 -c /usr/src/sys/boot/i386/boot2/sio.S /var/tmp//ccxIIuSc.s: Assembler messages: /var/tmp//ccxIIuSc.s:84: Error: undefined symbol `SIOSPD' in operation setting `SIO_DIV' /var/tmp//ccxIIuSc.s:35: Error: undefined symbol `SIO_FMT' in operation /var/tmp//ccxIIuSc.s:39: Error: value of 115200 too large for field of 2 bytes at 13 *** Error code 1 Stop in /usr/src/sys/boot/i386/boot2. *** Error code 1 Stop in /usr/src/sys/boot/i386. *** Error code 1 Stop in /usr/src/sys/boot. *** Error code 1 Stop in /usr/src/sys. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. make.conf does not specify CPUTYPE, this is a P2-450 system. -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming