From owner-freebsd-stable Thu Jul 27 4:26:10 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail.rdc2.on.home.com (ha1.rdc2.on.home.com [24.9.0.15]) by hub.freebsd.org (Postfix) with ESMTP id 6634237B552 for ; Thu, 27 Jul 2000 04:26:02 -0700 (PDT) (envelope-from keith.mackay@home.com) Received: from odin ([24.68.24.241]) by mail.rdc2.on.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20000727112601.EEYV10815.mail.rdc2.on.home.com@odin> for ; Thu, 27 Jul 2000 04:26:01 -0700 From: "Keith Mackay" To: Subject: make buildworld after a recent cvsup Date: Thu, 27 Jul 2000 07:27:46 -0400 Message-ID: <000001bff7bd$b0f689d0$f1184418@asgard> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Recently, I cvsup'd to what I assume is 4.1-RELEASE and got the following error on a make buildworld: btxld -v -E 0x1000 -f bin -b /usr/obj/usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o boot2.ld -P 1 boot2.bin kernel: ver=1.01 size=750 load=9000 entry=9010 map=16M pgctl=1:1 client: fmt=bin size=13dc text=0 data=0 bss=0 entry=0 output: fmt=bin size=1d2c text=200 data=1b2c org=0 entry=0 212 bytes available dd if=boot2.ld of=boot2 obs=7680 conv=osync 2>/dev/null *** Error code 1 I think I've narrowed the error down.. if I run just the last line, 'dd if=boot2.ld of=boot2 obs=7680 conv=osync 2', it returns an error message of 'dd: osync: invalid conversion' I tried cvsup'ing again this morning and doing a make buildworld, and it fails at the same spot. I haven't read anything in this mailinglist about it, anyone have any suggestions? Regards, Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message